rna remaining that negates values

This commit is contained in:
2010-08-20 02:08:43 +00:00
parent bea1c4fb13
commit 097a6ca926
9 changed files with 57 additions and 57 deletions

View File

@@ -95,7 +95,7 @@ class PHYSICS_PT_smoke(PhysicButtonsPanel, bpy.types.Panel):
split = layout.split()
col = split.column()
col.prop(flow, "outflow")
col.prop(flow, "use_outflow")
col.label(text="Particle System:")
col.prop_object(flow, "psys", ob, "particle_systems", text="")