Blender Git Loki
Git Commits -> Revision b972793
Revision b972793 by Nicholas Bishop (soc-2010-nicolasbishop) September 5, 2010, 19:10 (GMT) |
== Ptex == * Fixed blurring brush to work with ptex * Added a convert operator to convert ptex data between 8-bit, 16-bit, and float Still has some issues; blurring 8-bit data darkens it, and there are small seams between tiles |
Commit Details:
Full Hash: b972793aaf8d2621f6ee69722b2de264fd2f8fa8
SVN Revision: 31770
Parent Commit: a811775
Lines Changed: +323, -69
11 Modified Paths:
/release/scripts/ui/properties_data_mesh.py (+1, -0) (Diff)
/release/scripts/ui/properties_data_modifier.py (+1, -2) (Diff)
/release/scripts/ui/space_view3d_toolbar.py (+4, -4) (Diff)
/source/blender/blenkernel/BKE_ptex.h (+3, -0) (Diff)
/source/blender/blenkernel/intern/ptex.c (+35, -13) (Diff)
/source/blender/blenkernel/intern/subsurf_ccg.c (+7, -5) (Diff)
/source/blender/blenlib/BLI_pbvh.h (+0, -2) (Diff)
/source/blender/blenlib/intern/pbvh.c (+1, -3) (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_ptex.c (+269, -40) (Diff)
/release/scripts/ui/properties_data_modifier.py (+1, -2) (Diff)
/release/scripts/ui/space_view3d_toolbar.py (+4, -4) (Diff)
/source/blender/blenkernel/BKE_ptex.h (+3, -0) (Diff)
/source/blender/blenkernel/intern/ptex.c (+35, -13) (Diff)
/source/blender/blenkernel/intern/subsurf_ccg.c (+7, -5) (Diff)
/source/blender/blenlib/BLI_pbvh.h (+0, -2) (Diff)
/source/blender/blenlib/intern/pbvh.c (+1, -3) (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_ptex.c (+269, -40) (Diff)