[Bf-blender-cvs] [b30ce82] fluid-mantaflow: renamed some tabs to match other 'fluid' tabs

Sebastián Barschkis noreply at git.blender.org
Sat Aug 6 13:00:59 CEST 2016


Commit: b30ce82e3ea3d92bf40b2ccbb8f0929f8d7ab318
Author: Sebastián Barschkis
Date:   Mon Jul 25 20:12:45 2016 +0200
Branches: fluid-mantaflow
https://developer.blender.org/rBb30ce82e3ea3d92bf40b2ccbb8f0929f8d7ab318

renamed some tabs to match other 'fluid' tabs

===================================================================

M	release/scripts/startup/bl_ui/properties_physics_smoke.py

===================================================================

diff --git a/release/scripts/startup/bl_ui/properties_physics_smoke.py b/release/scripts/startup/bl_ui/properties_physics_smoke.py
index 88be82e..d466218 100644
--- a/release/scripts/startup/bl_ui/properties_physics_smoke.py
+++ b/release/scripts/startup/bl_ui/properties_physics_smoke.py
@@ -318,7 +318,7 @@ class PHYSICS_PT_smoke_highres(PhysicButtonsPanel, Panel):
 
 
 class PHYSICS_PT_smoke_groups(PhysicButtonsPanel, Panel):
-    bl_label = "Smoke Groups"
+    bl_label = "Fluid Groups"
     bl_options = {'DEFAULT_CLOSED'}
 
     @classmethod
@@ -346,7 +346,7 @@ class PHYSICS_PT_smoke_groups(PhysicButtonsPanel, Panel):
 
 
 class PHYSICS_PT_smoke_cache(PhysicButtonsPanel, Panel):
-    bl_label = "Smoke Cache"
+    bl_label = "Fluid Cache"
     bl_options = {'DEFAULT_CLOSED'}
 
     @classmethod
@@ -385,7 +385,7 @@ class PHYSICS_PT_smoke_cache(PhysicButtonsPanel, Panel):
 
 
 class PHYSICS_PT_smoke_field_weights(PhysicButtonsPanel, Panel):
-    bl_label = "Smoke Field Weights"
+    bl_label = "Fluid Field Weights"
     bl_options = {'DEFAULT_CLOSED'}
 
     @classmethod




More information about the Bf-blender-cvs mailing list