Blender Git Commit Log
Git Commits -> Revision 6b55991
Revision 6b55991 by Jason Wilkins (soc-2010-jwilkins) July 2, 2010, 12:39 (GMT) |
* overlay texture now only updates when the texture has changed * overlay does not delete/recreate the texture slot, but uses glTexSubImage to update the existing texture * overlay texture now has alpha so that blacker areas are also more transparent * overlay texture size increased to 512x512 * added a 'changed_timestamp' field to the texture preview structure to allow notification if the preview has changed to be monitored by more parts of the program than just the icon renderer * All of this is the first step in unifying the overlay with a new texcache * Also first steps in making the overlay a seperate operator |
Commit Details:
Full Hash: 6b5599156133840737254879b3c1b9f222e1c41d
SVN Revision: 29871
Parent Commit: 5ea7398
Lines Changed: +145, -93
7 Modified Paths:
/source/blender/blenkernel/intern/brush.c (+1, -3) (Diff)
/source/blender/blenkernel/intern/icons.c (+2, -0) (Diff)
/source/blender/editors/interface/interface_icons.c (+1, -0) (Diff)
/source/blender/editors/sculpt_paint/paint_stroke.c (+131, -80) (Diff)
/source/blender/editors/sculpt_paint/sculpt.c (+8, -8) (Diff)
/source/blender/makesdna/DNA_brush_types.h (+1, -1) (Diff)
/source/blender/makesdna/DNA_ID.h (+1, -1) (Diff)
/source/blender/blenkernel/intern/icons.c (+2, -0) (Diff)
/source/blender/editors/interface/interface_icons.c (+1, -0) (Diff)
/source/blender/editors/sculpt_paint/paint_stroke.c (+131, -80) (Diff)
/source/blender/editors/sculpt_paint/sculpt.c (+8, -8) (Diff)
/source/blender/makesdna/DNA_brush_types.h (+1, -1) (Diff)
/source/blender/makesdna/DNA_ID.h (+1, -1) (Diff)