Blender Git Commit Log
Git Commits -> Revision e21cdfa
Revision e21cdfa by Nicholas Bishop (soc-2010-nicolasbishop) August 12, 2010, 17:37 (GMT) |
== Ptex == Controls for setting local ptex resolution * Fixed various problems preventing the old paint mask mode from showing correctly, repurposed it for editing ptex resolution * Added an operator that resizes a ptex face (uses bilinear interpolation) * Added a new ptex panel that only shows in paint mask mode ** Two buttons, Half and Double, that cut the U/V resolutions in half or double them, for all selected faces ** For more precise control, the U and V resolutions can be individually selected for a single face ** For triangles, the resolution of individual subfaces can be set ** Lastly, the resolution of the active face is shown (one resolution for each subface) ** The UI is not good, but the underlying code is there at least. |
Commit Details:
Full Hash: e21cdfa4a8971d069b755de3cb9f07d390a9ca53
SVN Revision: 31297
Parent Commit: 9a49c92
Lines Changed: +429, -12
10 Modified Paths:
/release/scripts/ui/space_view3d_toolbar.py (+66, -9) (Diff)
/source/blender/blenkernel/intern/cdderivedmesh.c (+2, -1) (Diff)
/source/blender/blenloader/intern/readfile.c (+2, -0) (Diff)
/source/blender/editors/sculpt_paint/paint_intern.h (+1, -0) (Diff)
/source/blender/editors/sculpt_paint/paint_ops.c (+1, -0) (Diff)
/source/blender/editors/sculpt_paint/paint_vertex.c (+3, -1) (Diff)
/source/blender/editors/sculpt_paint/ptex.c (+222, -0) (Diff)
/source/blender/makesdna/DNA_scene_types.h (+5, -0) (Diff)
/source/blender/makesrna/intern/rna_mesh.c (+81, -1) (Diff)
/source/blender/makesrna/intern/rna_scene.c (+46, -0) (Diff)
/source/blender/blenkernel/intern/cdderivedmesh.c (+2, -1) (Diff)
/source/blender/blenloader/intern/readfile.c (+2, -0) (Diff)
/source/blender/editors/sculpt_paint/paint_intern.h (+1, -0) (Diff)
/source/blender/editors/sculpt_paint/paint_ops.c (+1, -0) (Diff)
/source/blender/editors/sculpt_paint/paint_vertex.c (+3, -1) (Diff)
/source/blender/editors/sculpt_paint/ptex.c (+222, -0) (Diff)
/source/blender/makesdna/DNA_scene_types.h (+5, -0) (Diff)
/source/blender/makesrna/intern/rna_mesh.c (+81, -1) (Diff)
/source/blender/makesrna/intern/rna_scene.c (+46, -0) (Diff)