UI clarification: "local coordinates" option for fluid inflow objects doesn't have any effect when "export animated mesh" is selected

* Grayed out the "local coordinates" option in this case to avoid confusion.
This commit is contained in:
Janne Karhu
2011-03-24 17:17:44 +00:00
parent 3e9293f1a1
commit dee8ba8ba1

View File

@@ -123,7 +123,9 @@ class PHYSICS_PT_fluid(PhysicButtonsPanel, bpy.types.Panel):
col.label(text="Volume Initialization:")
col.prop(fluid, "volume_initialization", text="")
col.prop(fluid, "use_animated_mesh")
col.prop(fluid, "use_local_coords")
row = col.row()
row.active = not fluid.use_animated_mesh
row.prop(fluid, "use_local_coords")
col = split.column()
col.label(text="Inflow Velocity:")