Fix T77203: Mantaflow Bake All cannot be resumed

The manual is also more explicit about this now (rBM6725).
This commit is contained in:
Sebastián Barschkis 2020-06-03 14:54:18 +02:00
parent cda1540858
commit df17ee202b
Notes: blender-bot 2023-02-14 06:00:51 +01:00
Referenced by issue #77203, Mantaflow Bake All cannot be resumed.
1 changed files with 1 additions and 1 deletions

View File

@ -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: