Blender Git Commit Log
Git Commits -> Revision 3e208c5
Revision 3e208c5 by Jason Wilkins (soc-2010-jwilkins) May 29, 2011, 05:22 (GMT) |
* Symmetry Feather option was not appearing * Moved symmetry feather option to brush area of UI because it is a per-brush option * Trunk has 'height' and my branch has 'layer_distance', height is way too generic and hard to search for, renamed this to 'layer_limit' * Made layer limit and persistent base greyed-out if Layer is disabled * Was getting warnings about gl_TexCoord being deprecated in GLSL version 1.30, so for now it is just gonna use the 1.00 version. Why warn about deprecation when I explicitly asked for a version that still supports a feature? If I say 1.3, and 1.3 supports gl_TexCoord, then there is no problem with me using it. Kindly stfu compiler. Deprecation makes people stupid...</rant> XXX: not sure what persistent base does or if it even still works in my branch. |
Commit Details:
Full Hash: 3e208c5e37eb75a10883d6bd1279b98a7e668075
SVN Revision: 36993
Parent Commit: 1badec4
Lines Changed: +38, -39
6 Modified Paths:
/release/scripts/startup/bl_ui/space_view3d_toolbar.py (+17, -12) (Diff)
/source/blender/blenloader/intern/readfile.c (+4, -2) (Diff)
/source/blender/editors/sculpt_paint/sculpt.c (+2, -2) (Diff)
/source/blender/makesdna/DNA_brush_types.h (+1, -2) (Diff)
/source/blender/makesrna/intern/rna_brush.c (+2, -9) (Diff)
/source/blender/windowmanager/intern/wm_draw.c (+12, -12) (Diff)
/source/blender/blenloader/intern/readfile.c (+4, -2) (Diff)
/source/blender/editors/sculpt_paint/sculpt.c (+2, -2) (Diff)
/source/blender/makesdna/DNA_brush_types.h (+1, -2) (Diff)
/source/blender/makesrna/intern/rna_brush.c (+2, -9) (Diff)
/source/blender/windowmanager/intern/wm_draw.c (+12, -12) (Diff)