Blender Git Loki
Git Commits -> Revision a3b8538
Revision a3b8538 by Lukas Toenne (gooseberry, gooseberry_farm, temp_constraint_volume, temp_hair_modifiers, temp_motionpaths) January 15, 2015, 10:55 (GMT) |
New operator for copying (hair) particle systems from one object to another, including edit data (grooming). This uses basically the same method as the existing connect/disconnect feature. The main difference is that it allows working with multiple objects and transferring the //particle/hair data// instead of the //mesh// data (which is what connect/disconnect expects). This is a much more realistic workflow when rigging, topology etc. changes and groomed hair has to be transferred to the changed model. |
Commit Details:
Full Hash: a3b8538e8988217f51fed90f0778567b545e765b
Parent Commit: f62b9d8
Lines Changed: +323, -64
5 Modified Paths:
/source/blender/blenkernel/intern/particle.c (+1, -0) (Diff)
/source/blender/editors/physics/particle_edit.c (+10, -8) (Diff)
/source/blender/editors/physics/particle_object.c (+310, -56) (Diff)
/source/blender/editors/physics/physics_intern.h (+1, -0) (Diff)
/source/blender/editors/physics/physics_ops.c (+1, -0) (Diff)
/source/blender/editors/physics/particle_edit.c (+10, -8) (Diff)
/source/blender/editors/physics/particle_object.c (+310, -56) (Diff)
/source/blender/editors/physics/physics_intern.h (+1, -0) (Diff)
/source/blender/editors/physics/physics_ops.c (+1, -0) (Diff)