Blender Git Commit Log
Git Commits -> Revision 9668c29
Revision 9668c29 by Campbell Barton (master) December 5, 2010, 23:14 (GMT) |
bpath iterator updates - loop over sequencer plugin and texture voxel paths. - fix leak in python bpy.utils.blend_path() and use PyUnicode_DecodeFSDefault() to ensure correct paths with different encodings. - operators to make paths absolute & relative now redraw the view. |
Commit Details:
Full Hash: 9668c29ba00ed830109665ea132b6292cdfe9e2a
SVN Revision: 33491
Parent Commit: b110c7c
Lines Changed: +295, -140
7 Modified Paths:
/source/blender/blenkernel/intern/depsgraph.c (+2, -0) (Diff)
/source/blender/blenlib/BLI_bpath.h (+3, -22) (Diff)
/source/blender/blenlib/intern/bpath.c (+262, -106) (Diff)
/source/blender/editors/space_info/info_ops.c (+7, -0) (Diff)
/source/blender/makesdna/DNA_texture_types.h (+2, -0) (Diff)
/source/blender/python/intern/bpy.c (+17, -10) (Diff)
/source/blender/render/intern/source/voxeldata.c (+2, -2) (Diff)
/source/blender/blenlib/BLI_bpath.h (+3, -22) (Diff)
/source/blender/blenlib/intern/bpath.c (+262, -106) (Diff)
/source/blender/editors/space_info/info_ops.c (+7, -0) (Diff)
/source/blender/makesdna/DNA_texture_types.h (+2, -0) (Diff)
/source/blender/python/intern/bpy.c (+17, -10) (Diff)
/source/blender/render/intern/source/voxeldata.c (+2, -2) (Diff)