From df17ee202b5bc13967f430d21553a16b6417ca45 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebasti=C3=A1n=20Barschkis?= Date: Wed, 3 Jun 2020 14:54:18 +0200 Subject: [PATCH] Fix T77203: Mantaflow Bake All cannot be resumed The manual is also more explicit about this now (rBM6725). --- release/scripts/startup/bl_ui/properties_physics_fluid.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: