Blender Git Commit Log
Git Commits -> Revision 885141c
Revision 885141c by Campbell Barton (master) May 9, 2011, 16:31 (GMT) |
patch [#21740] Image support for Empty Objects from Andy Braham (andybraham) This adds support for empties to reference images and draw in the 3D view. Modifications from the original patch. - use an empty draw 'image' type - use image aspect ratio for non-square-pixels - when the image is not found, still draw the frame. |
Commit Details:
Full Hash: 885141c9dec9828172471b0e58dc4d975d250a04
SVN Revision: 36577
Parent Commit: 1e0c3d3
Lines Changed: +146, -15
5 Modified Paths:
/release/scripts/startup/bl_ui/properties_data_empty.py (+11, -0) (Diff)
/source/blender/editors/space_view3d/drawobject.c (+108, -3) (Diff)
/source/blender/makesdna/DNA_object_types.h (+4, -0) (Diff)
/source/blender/makesrna/intern/rna_object.c (+22, -11) (Diff)
/source/blender/makesrna/intern/rna_ui_api.c (+1, -1) (Diff)
/source/blender/editors/space_view3d/drawobject.c (+108, -3) (Diff)
/source/blender/makesdna/DNA_object_types.h (+4, -0) (Diff)
/source/blender/makesrna/intern/rna_object.c (+22, -11) (Diff)
/source/blender/makesrna/intern/rna_ui_api.c (+1, -1) (Diff)