Small particles feature: Multiple group visualization counts per group object are now possible (+/- buttons next to the count list). This allows for example an array of duplicated objects "ob1, ob2, ob1, ob3" without duplicating the actual object (ob1 in the example) in the group.
This commit is contained in:
@@ -650,6 +650,8 @@ class PARTICLE_PT_render(ParticleButtonsPanel):
|
||||
col = row.column()
|
||||
subrow = col.row()
|
||||
subcol = subrow.column(align=True)
|
||||
subcol.itemO("particle.dupliob_copy", icon='ICON_ZOOMIN', text="")
|
||||
subcol.itemO("particle.dupliob_remove", icon='ICON_ZOOMOUT', text="")
|
||||
subcol.itemO("particle.dupliob_move_up", icon='VICON_MOVE_UP', text="")
|
||||
subcol.itemO("particle.dupliob_move_down", icon='VICON_MOVE_DOWN', text="")
|
||||
|
||||
|
||||
Reference in New Issue
Block a user