Blender Git Commit Log
Git Commits -> Revision 80e6323
Revision 80e6323 by Jason Wilkins (master) July 20, 2010, 02:18 (GMT) |
* Images for brush icons are now reloaded when they are needed from an external file * First, try to load the file from the given filename. This is either absolute or relative to the current .blend * If file is found using the given filename directly then look for the file in the datafiles/brushicons directory (local, user, or system). * Note: This commit does not update the .blend to reference the default icons * Note: This commit does not make sure that the build system copies the default icons to the 2.52/datafiles/brushicons directory |
Commit Details:
Full Hash: 80e63236464a7e864c45e163dd059ffe61735926
SVN Revision: 30519
Parent Commit: 1033b60
Lines Changed: +87, -26
8 Modified Paths:
/release/scripts/ui/space_view3d_toolbar.py (+7, -4) (Diff)
/source/blender/blenkernel/BKE_brush.h (+3, -0) (Diff)
/source/blender/blenkernel/intern/brush.c (+31, -2) (Diff)
/source/blender/blenloader/intern/readfile.c (+8, -1) (Diff)
/source/blender/editors/interface/interface_icons.c (+1, -1) (Diff)
/source/blender/makesdna/DNA_brush_types.h (+1, -0) (Diff)
/source/blender/makesrna/intern/rna_brush.c (+36, -1) (Diff)
/source/blender/makesrna/intern/rna_image.c (+0, -17) (Diff)
/source/blender/blenkernel/BKE_brush.h (+3, -0) (Diff)
/source/blender/blenkernel/intern/brush.c (+31, -2) (Diff)
/source/blender/blenloader/intern/readfile.c (+8, -1) (Diff)
/source/blender/editors/interface/interface_icons.c (+1, -1) (Diff)
/source/blender/makesdna/DNA_brush_types.h (+1, -0) (Diff)
/source/blender/makesrna/intern/rna_brush.c (+36, -1) (Diff)
/source/blender/makesrna/intern/rna_image.c (+0, -17) (Diff)