Blender Git Loki

Git Commits -> Revision 1360bb6

Revision 1360bb6 by Tamito Kajiyama (master)
March 31, 2013, 10:33 (GMT)
Work-in-progress re-implementation of CustomData-based edge/face marks.

Most changes in revision 55228 were reverted and Freestyle edge/face marks
were re-implemented using CD_ORIGINDEX layers of edge/poly custom data.

For this implementation to work properly, modifiers were updated so that
required CD_ORIGINDEX layers will be set. As pilot cases, the Mirror and
Solidify modifiers were updated (see comments in the code).

Some Freestyle-specific code is necessary in DerivedMesh.c so that the
CD_FREESTYLE_EDGE/FACE layers will be transferred from meshes to derived
meshes. This seems unnecessary, so further investigation is foreseen.

Commit Details:

Full Hash: 1360bb6fb0bf0c5c14235c47bf1399accbcecc6f
SVN Revision: 55683
Parent Commit: 829a2cc
Lines Changed: +97, -48

6 Modified Paths:

/source/blender/blenkernel/intern/DerivedMesh.c (+30, -0) (Diff)
/source/blender/blenkernel/intern/mesh.c (+0, -10) (Diff)
/source/blender/blenkernel/intern/subsurf_ccg.c (+0, -31) (Diff)
/source/blender/modifiers/intern/MOD_mirror.c (+9, -0) (Diff)
/source/blender/modifiers/intern/MOD_solidify.c (+21, -0) (Diff)
/source/blender/render/intern/source/convertblender.c (+37, -7) (Diff)
Tehnyt: Miika HämäläinenViimeksi päivitetty: 07.11.2014 14:18MiikaH:n Sivut a.k.a. MiikaHweb | 2003-2021