Blender Git Loki
Git Commits -> Revision 375d2dc
Revision 375d2dc by Sergey Sharybin (master) October 9, 2014, 09:17 (GMT) |
Implement custom names for render slots Basically the title tells it all, quite straightforward implementation. The only thing is the image.render_slot which used to represent the active render slot index is now moved to image.render_slots.active_index. Reviewers: venomgfx, campbellbarton Differential Revision: https://developer.blender.org/D821 |
Commit Details:
Full Hash: 375d2dc85535b9f08fd2e854c80434eac1c28a67
Parent Commit: fe93947
Lines Changed: +127, -30
6 Modified Paths:
/release/scripts/presets/keyconfig/maya.py (+8, -11) (Diff)
/release/scripts/startup/bl_ui/space_image.py (+5, -0) (Diff)
/source/blender/editors/space_image/image_buttons.c (+23, -13) (Diff)
/source/blender/editors/space_image/space_image.c (+2, -2) (Diff)
/source/blender/makesdna/DNA_image_types.h (+5, -0) (Diff)
/source/blender/makesrna/intern/rna_image.c (+84, -4) (Diff)
/release/scripts/startup/bl_ui/space_image.py (+5, -0) (Diff)
/source/blender/editors/space_image/image_buttons.c (+23, -13) (Diff)
/source/blender/editors/space_image/space_image.c (+2, -2) (Diff)
/source/blender/makesdna/DNA_image_types.h (+5, -0) (Diff)
/source/blender/makesrna/intern/rna_image.c (+84, -4) (Diff)