Blender Git Loki
Git Commits -> Revision 7d84048
Revision 7d84048 by Nicholas Bishop (soc-2010-nicolasbishop) August 6, 2010, 04:16 (GMT) |
== Ptex == Fixes for triangles * the quad-mesh-with-triangles example file from ptex contains subfaces with non-matching resolutions; changed the internal MPtex format to store separate resolutions for each subface * changed ptex drawing to give each subface its own texture * various fixes to the loading and painting code to support triangles * small change to the ptex build files, hopefully fixes and MSVC issue |
Commit Details:
Full Hash: 7d84048df64c0532de3ddf2d08174b502e263b72
SVN Revision: 31092
Parent Commit: 847a581
Lines Changed: +109, -97
7 Modified Paths:
/extern/ptex/CMakeLists.txt (+2, -0) (Diff)
/extern/ptex/SConscript (+1, -1) (Diff)
/source/blender/blenloader/intern/writefile.c (+4, -4) (Diff)
/source/blender/editors/sculpt_paint/paint_vertex.c (+17, -18) (Diff)
/source/blender/editors/sculpt_paint/ptex.c (+41, -29) (Diff)
/source/blender/gpu/intern/gpu_buffers.c (+38, -40) (Diff)
/source/blender/makesdna/DNA_meshdata_types.h (+6, -5) (Diff)
/extern/ptex/SConscript (+1, -1) (Diff)
/source/blender/blenloader/intern/writefile.c (+4, -4) (Diff)
/source/blender/editors/sculpt_paint/paint_vertex.c (+17, -18) (Diff)
/source/blender/editors/sculpt_paint/ptex.c (+41, -29) (Diff)
/source/blender/gpu/intern/gpu_buffers.c (+38, -40) (Diff)
/source/blender/makesdna/DNA_meshdata_types.h (+6, -5) (Diff)