Blender Git Loki
Git Commits -> Revision 4798464
Revision 4798464 by Lukas Toenne (alembic, gooseberry, gooseberry_farm, hair_guides, hair_guides_grooming, hair_object, strand_editmode, strand_gpu, strand_nodes, temp_motionpaths, tmp_hair_curves) April 20, 2015, 10:24 (GMT) |
Extended Mesh <-> BMesh copy function versions for specifying custom data masks explicitly. A dummy mesh is used for strand edit undo storage like in mesh edit to prevent unnecessary code duplication. However, when copying from/to BMesh only the mesh data layers are copied by default, omitting the new data layers for strands (currently only MSurfaceSample hair root data). |
Commit Details:
Full Hash: 4798464e8bbbcc3f92fbda82b1114c4824eaabf1
Parent Commit: 299859e
Lines Changed: +43, -14
5 Modified Paths:
/source/blender/blenkernel/BKE_customdata.h (+1, -0) (Diff)
/source/blender/blenkernel/intern/customdata.c (+6, -0) (Diff)
/source/blender/bmesh/intern/bmesh_mesh_conv.c (+28, -12) (Diff)
/source/blender/bmesh/intern/bmesh_mesh_conv.h (+6, -0) (Diff)
/source/blender/editors/hair/hair_undo.c (+2, -2) (Diff)
/source/blender/blenkernel/intern/customdata.c (+6, -0) (Diff)
/source/blender/bmesh/intern/bmesh_mesh_conv.c (+28, -12) (Diff)
/source/blender/bmesh/intern/bmesh_mesh_conv.h (+6, -0) (Diff)
/source/blender/editors/hair/hair_undo.c (+2, -2) (Diff)