Fix for [#26457] Physics Size attribute affects hair particle DupliObjects while hidden

* Forgotten settings for the "simple hair" ui.
This commit is contained in:
Janne Karhu
2011-03-11 11:15:35 +00:00
parent a62f7422ff
commit 01b547f993

View File

@@ -909,6 +909,10 @@ class PARTICLE_PT_render(ParticleButtonsPanel, bpy.types.Panel):
col = row.column()
col.label(text="")
if part.render_type in ('OBJECT', 'GROUP') and not part.use_advanced_hair:
row = layout.row(align=True)
row.prop(part, "particle_size")
row.prop(part, "size_random", slider=True)
class PARTICLE_PT_draw(ParticleButtonsPanel, bpy.types.Panel):
bl_label = "Display"