Commit: df17ee202b5bc13967f430d21553a16b6417ca45 Author: Sebastián Barschkis Date: Wed Jun 3 14:54:18 2020 +0200 Branches: master https://developer.blender.org/rBdf17ee202b5bc13967f430d21553a16b6417ca45
Fix T77203: Mantaflow Bake All cannot be resumed The manual is also more explicit about this now (rBM6725). =================================================================== M release/scripts/startup/bl_ui/properties_physics_fluid.py =================================================================== diff --git a/release/scripts/startup/bl_ui/properties_physics_fluid.py b/release/scripts/startup/bl_ui/properties_physics_fluid.py index 2c8ed363738..833cd05dd81 100644 --- a/release/scripts/startup/bl_ui/properties_physics_fluid.py +++ b/release/scripts/startup/bl_ui/properties_physics_fluid.py @@ -1174,7 +1174,7 @@ class PHYSICS_PT_cache(PhysicButtonsPanel, Panel): if domain.is_cache_baking_data and not domain.has_cache_baked_data: split.enabled = False - split.operator("fluid.pause_bake", text="Baking All - ESC to pause") + split.operator("fluid.pause_bake", text="Baking All - ESC to cancel") elif not domain.has_cache_baked_data and not domain.is_cache_baking_data: split.operator("fluid.bake_all", text="Bake All") else: _______________________________________________ Bf-blender-cvs mailing list Bf-blender-cvs@blender.org https://lists.blender.org/mailman/listinfo/bf-blender-cvs