Blender Git Loki
Git Commits -> Revision 9628be3
Revision 9628be3 by Tianwei Shen (soc-2016-multiview) July 21, 2016, 11:15 (GMT) |
fix bug in secondary clip open button after consulting Sergey, I have exposed secondary_clip via RNA and then fix the corresponding python ui bugs. The operator show now be able to load a clip to secondary_clip pointer |
Commit Details:
Full Hash: 9628be36799f623230da4b9e80863524427bdd1c
Parent Commit: e6fe10c
Lines Changed: +26, -2
6 Modified Paths:
/release/scripts/startup/bl_ui/space_clip.py (+1, -1) (Diff)
/source/blender/editors/space_clip/clip_buttons.c (+0, -1) (Diff)
/source/blender/editors/space_clip/clip_draw.c (+5, -0) (Diff)
/source/blender/editors/space_clip/clip_intern.h (+1, -0) (Diff)
/source/blender/editors/space_clip/space_clip.c (+4, -0) (Diff)
/source/blender/makesrna/intern/rna_space.c (+15, -0) (Diff)
/source/blender/editors/space_clip/clip_buttons.c (+0, -1) (Diff)
/source/blender/editors/space_clip/clip_draw.c (+5, -0) (Diff)
/source/blender/editors/space_clip/clip_intern.h (+1, -0) (Diff)
/source/blender/editors/space_clip/space_clip.c (+4, -0) (Diff)
/source/blender/makesrna/intern/rna_space.c (+15, -0) (Diff)