Blender Git Commit Log
Git Commits -> Revision 824fbff
September 8, 2006, 01:05 (GMT) |
Fix to enable copying of the vertex group field for the Curve, Lattice, Armature and Hook modifiers, and the flag field for the Mirror modifier. These modifiers should all be copied correctly now. This fix also means that converting modifiers to mesh with Alt-C now works correctly (the convertmenu function copies the modifers before applying them, so it wasn't always giving correct results for the above modifiers before). The convertmenu function has also been changed to use DM_to_mesh instead of converting to DispListMesh and using displistmesh_to_mesh, which means that extra mesh data such as dverts is preserved. |
Commit Details:
Full Hash: 824fbff02ce7a7b39f80e3c582ad5d24919d4347
SVN Revision: 8457
Parent Commit: 4b5badf
Lines Changed: +10, -6