Blender Git Commit Log
Git Commits -> Revision ae33eea
Revision ae33eea by Jason Wilkins (soc-2010-jwilkins) August 12, 2011, 13:40 (GMT) |
Revision: 31092 Author: nicholasbishop Date: 11:16:13 PM, Thursday, August 05, 2010 Message: == 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 ---- Modified : /branches/soc-2010-nicolasbishop/extern/ptex/CMakeLists.txt Modified : /branches/soc-2010-nicolasbishop/extern/ptex/SConscript Modified : /branches/soc-2010-nicolasbishop/source/blender/blenloader/intern/writefile.c Modified : /branches/soc-2010-nicolasbishop/source/blender/editors/sculpt_paint/paint_vertex.c Modified : /branches/soc-2010-nicolasbishop/source/blender/editors/sculpt_paint/ptex.c Modified : /branches/soc-2010-nicolasbishop/source/blender/gpu/intern/gpu_buffers.c Modified : /branches/soc-2010-nicolasbishop/source/blender/makesdna/DNA_meshdata_types.h Revision: 31097 Author: nicholasbishop Date: 12:57:23 AM, Friday, August 06, 2010 Message: == Ptex == * Small bugfix for my previous commit, broke ptex generation ---- Modified : /branches/soc-2010-nicolasbishop/source/blender/editors/sculpt_paint/ptex.c jwilkins: Added a temporary pre-processor definition ENABLE_PTEX so I can separate out changes to vertex paint involving ptex from the old vertex paint system. Although Ptex could be seen as obsoleting vertex paint, I'd like to preserve the old functionality for now. Later I can refactor so that both systems exist side by side. |
Commit Details:
Full Hash: ae33eeae79ed024d51b12b6abd45cec8d320e2c3
SVN Revision: 39330
Parent Commit: cdb4eaf
Lines Changed: +2, -2
1 Modified Path:
/source/blender/editors/sculpt_paint/sculpt.c (+2, -2) (Diff)