svn merge -r39834:40222 https://svn.blender.org/svnroot/bf-blender/trunk/blender
This commit is contained in:
@@ -46,7 +46,7 @@ class PHYSICS_PT_fluid(PhysicButtonsPanel, Panel):
|
||||
|
||||
row = layout.row()
|
||||
if fluid is None:
|
||||
row.label(_("built without fluids"))
|
||||
row.label(_("Built without fluids"))
|
||||
return
|
||||
|
||||
row.prop(fluid, "type")
|
||||
|
Reference in New Issue
Block a user