Blender Git Commit Log

Git Commits -> Revision ccb6e19

Revision ccb6e19 by Campbell Barton (master)
January 19, 2010, 22:44 (GMT)
patch from Bjørnar Hansen (anachron)
Multiple background images displaying each on a different axis.

Changes made from the original patch.
- Use an enum rather then multiple booleans.
- Reduced the space taken up by the user interface.
- Made the image template compact display not show fields & premul options.
- Added readfile.c lines so old blendfile images are loaded.
- Option to hide BGpic UI (like modifiers & constraints)
- Use the index rather then a bgpic from the context for the remove operator.

note: could be good to use 1 image for both left+right, for eg, but for this to work as intended we would need to add image flipping depending on the axis so left this commented out for now.

Commit Details:

Full Hash: ccb6e1904abf358c0f999019ffd62d407ecc920b
SVN Revision: 26123
Parent Commit: 7165008
Lines Changed: +337, -189

12 Modified Paths:

/release/scripts/ui/space_view3d.py (+24, -20) (Diff)
/source/blender/blenkernel/BKE_sequencer.h (+4, -4) (Diff)
/source/blender/blenloader/intern/readfile.c (+30, -8) (Diff)
/source/blender/blenloader/intern/writefile.c (+3, -1) (Diff)
/source/blender/editors/space_image/image_buttons.c (+18, -14) (Diff)
/source/blender/editors/space_view3d/space_view3d.c (+18, -12) (Diff)
/source/blender/editors/space_view3d/view3d_draw.c (+106, -102) (Diff)
/source/blender/editors/space_view3d/view3d_edit.c (+75, -0) (Diff)
/source/blender/editors/space_view3d/view3d_intern.h (+2, -0) (Diff)
/source/blender/editors/space_view3d/view3d_ops.c (+2, -0) (Diff)
/source/blender/makesdna/DNA_view3d_types.h (+13, -2) (Diff)
/source/blender/makesrna/intern/rna_space.c (+42, -26) (Diff)
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021