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:
@@ -77,6 +77,8 @@ void PARTICLE_OT_target_move_down(struct wmOperatorType *ot);
|
||||
void PARTICLE_OT_connect_hair(struct wmOperatorType *ot);
|
||||
void PARTICLE_OT_disconnect_hair(struct wmOperatorType *ot);
|
||||
|
||||
void PARTICLE_OT_dupliob_copy(struct wmOperatorType *ot);
|
||||
void PARTICLE_OT_dupliob_remove(struct wmOperatorType *ot);
|
||||
void PARTICLE_OT_dupliob_move_up(struct wmOperatorType *ot);
|
||||
void PARTICLE_OT_dupliob_move_down(struct wmOperatorType *ot);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user