Blender Git Commit Log

Git Commits -> Revision feb210f

Revision feb210f by Ton Roosendaal (master)
November 11, 2006, 16:45 (GMT)
Experimental feature, especially for the animation department:

THE OBJECT PROXY

Or simple said; local control of referenced data from libraries.
Having library files with references is a very common studio setup, and
Blender did do quite well in that area. Were it not that for character
setups it was impossible to use still.

This commit will enable a full rig+character to remain in the library,
and still have - under strict control - local access for animation edits.

Full log:
http://www.blender3d.org/cms/Proxy_Objects.824.0.html

Commit Details:

Full Hash: feb210f08ebd5d6283624996883719b00fa590eb
SVN Revision: 8825
Parent Commit: 97f892b
Lines Changed: +342, -47

23 Modified Paths:

/source/blender/blenkernel/BKE_action.h (+5, -0) (Diff)
/source/blender/blenkernel/BKE_object.h (+2, -0) (Diff)
/source/blender/blenkernel/intern/action.c (+23, -2) (Diff)
/source/blender/blenkernel/intern/armature.c (+49, -1) (Diff)
/source/blender/blenkernel/intern/depsgraph.c (+7, -0) (Diff)
/source/blender/blenkernel/intern/object.c (+107, -23) (Diff)
/source/blender/blenloader/intern/readfile.c (+26, -3) (Diff)
/source/blender/blenloader/intern/writefile.c (+1, -0) (Diff)
/source/blender/include/BDR_editobject.h (+1, -0) (Diff)
/source/blender/include/BIF_interface.h (+1, -0) (Diff)
/source/blender/include/BIF_outliner.h (+1, -0) (Diff)
/source/blender/makesdna/DNA_action_types.h (+2, -2) (Diff)
/source/blender/makesdna/DNA_armature_types.h (+3, -1) (Diff)
/source/blender/makesdna/DNA_object_types.h (+2, -1) (Diff)
/source/blender/src/buttons_editing.c (+2, -2) (Diff)
/source/blender/src/editobject.c (+38, -0) (Diff)
/source/blender/src/header_view3d.c (+10, -0) (Diff)
/source/blender/src/interface.c (+22, -2) (Diff)
/source/blender/src/interface_draw.c (+12, -0) (Diff)
/source/blender/src/outliner.c (+6, -1) (Diff)
/source/blender/src/poseobject.c (+6, -1) (Diff)
/source/blender/src/space.c (+2, -0) (Diff)
/source/blender/src/transform_generics.c (+14, -8) (Diff)
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021