Blender Git Commit Log
Git Commits -> Revision 6555ddb
Revision 6555ddb by Ton Roosendaal (master) December 6, 2005, 15:39 (GMT) |
Orange: Series of fixes in Library linking of groups; - On library-linking (SHIFT-F1) a Group, the Objects now don't get a "Base" anymore, meaning they won't show up as Objects in the Scene. This ensures you can use the linked Group as duplicator without having your file polluted with new (and linked) objects. (I realize it should be possible to have it with Base too, will check) - On append or file-read, the linked Group Objects get drawn properly, but the animation system doesn't run yet. - Group buttons (F7) now shows if a Group is from Library - Outliner draws Library linked data with blue-ish text Other fixes; - Using group-duplicator, with originals in hidden layer, now shows and updates animated Objects correctly. - All of Object button panels did not have a proper protection against editing Library data. |
Commit Details:
Full Hash: 6555ddbcd88b065dbe264594e50eefcfb71d5431
SVN Revision: 6040
Parent Commit: 898cbe3
Lines Changed: +104, -18
8 Modified Paths:
/source/blender/blenkernel/BKE_group.h (+1, -0) (Diff)
/source/blender/blenkernel/intern/anim.c (+9, -3) (Diff)
/source/blender/blenkernel/intern/depsgraph.c (+18, -3) (Diff)
/source/blender/blenkernel/intern/group.c (+15, -1) (Diff)
/source/blender/blenkernel/intern/scene.c (+3, -0) (Diff)
/source/blender/blenloader/intern/readfile.c (+7, -3) (Diff)
/source/blender/src/buttons_object.c (+42, -5) (Diff)
/source/blender/src/outliner.c (+9, -3) (Diff)
/source/blender/blenkernel/intern/anim.c (+9, -3) (Diff)
/source/blender/blenkernel/intern/depsgraph.c (+18, -3) (Diff)
/source/blender/blenkernel/intern/group.c (+15, -1) (Diff)
/source/blender/blenkernel/intern/scene.c (+3, -0) (Diff)
/source/blender/blenloader/intern/readfile.c (+7, -3) (Diff)
/source/blender/src/buttons_object.c (+42, -5) (Diff)
/source/blender/src/outliner.c (+9, -3) (Diff)