[Bf-blender-cvs] [47a1640] fluid-mantaflow: fix ui tab class. tab from elbeem was using this class before.

Sebastián Barschkis noreply at git.blender.org
Mon Aug 22 19:01:25 CEST 2016


Commit: 47a16407950cf6937d6a4dc929e8f154e7b261b5
Author: Sebastián Barschkis
Date:   Mon Aug 22 19:01:17 2016 +0200
Branches: fluid-mantaflow
https://developer.blender.org/rB47a16407950cf6937d6a4dc929e8f154e7b261b5

fix ui tab class. tab from elbeem was using this class before.

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

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 1d4a700..174c0d1 100644
--- a/release/scripts/startup/bl_ui/properties_physics_smoke.py
+++ b/release/scripts/startup/bl_ui/properties_physics_smoke.py
@@ -40,7 +40,7 @@ class PhysicButtonsPanel:
         return (ob and ob.type == 'MESH') and (rd.engine in cls.COMPAT_ENGINES) and (context.smoke)
 
 
-class PHYSICS_PT_fluid(PhysicButtonsPanel, Panel):
+class PHYSICS_PT_smoke(PhysicButtonsPanel, Panel):
     bl_label = "Fluid"
     COMPAT_ENGINES = {'BLENDER_RENDER'}




More information about the Bf-blender-cvs mailing list