Blender Git Commit Log
Git Commits -> Revision 91b70d3
Revision 91b70d3 by Lukas Toenne (master) January 20, 2015, 08:30 (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: 91b70d3c56cb863b9c6184a726b35d32e5f4480c
Parent Commit: 8f9f554
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)