Blender Git Commit Log
Git Commits -> Revision 2f60a50
Revision 2f60a50 by Joshua Leung (master) June 29, 2011, 04:34 (GMT) |
Actions can now be made single-user from the Outliner * Use the same method as from unlinking actions to do this. * Split off the make single-user code used for the ID-browser into a function in blenkernel which can be used elsewhere. Getting materials to also work using this method proved to be a bit too tricky (due to the whole messy ob vs obdata situation), so I haven't done that. |
Commit Details:
Full Hash: 2f60a5030f6c90c2278d3938460809de43012f85
SVN Revision: 37936
Parent Commit: b85e0c3
Lines Changed: +175, -78
5 Modified Paths:
/source/blender/blenkernel/BKE_library.h (+3, -0) (Diff)
/source/blender/blenkernel/intern/action.c (+55, -33) (Diff)
/source/blender/blenkernel/intern/library.c (+28, -0) (Diff)
/source/blender/editors/interface/interface_templates.c (+3, -16) (Diff)
/source/blender/editors/space_outliner/outliner.c (+86, -29) (Diff)
/source/blender/blenkernel/intern/action.c (+55, -33) (Diff)
/source/blender/blenkernel/intern/library.c (+28, -0) (Diff)
/source/blender/editors/interface/interface_templates.c (+3, -16) (Diff)
/source/blender/editors/space_outliner/outliner.c (+86, -29) (Diff)