Blender Git Commit Log

Git Commits -> Revision 18ae499

January 3, 2017, 23:47 (GMT)
Make workspaces appendable, but non-linkable

This basically adds support for data-blocks that are either linkable, appendable or both and uses it for making workspaces appendable only. Note that non-appendable but linkable data-blocks aren't used currently and poorly tested, added note about this in code.

Commit Details:

Full Hash: 18ae49948fad586a76a824d1b74436a46a603850
Parent Commit: 7cda7bd
Lines Changed: +227, -104

13 Modified Paths:

/source/blender/blenkernel/BKE_idcode.h (+1, -0) (Diff)
/source/blender/blenkernel/intern/idcode.c (+55, -51) (Diff)
/source/blender/blenkernel/intern/library.c (+1, -1) (Diff)
/source/blender/blenloader/BLO_readfile.h (+1, -0) (Diff)
/source/blender/blenloader/intern/readblenentry.c (+38, -12) (Diff)
/source/blender/blenloader/intern/readfile.c (+9, -3) (Diff)
/source/blender/editors/space_file/filelist.c (+40, -11) (Diff)
/source/blender/editors/space_file/filesel.c (+2, -2) (Diff)
/source/blender/makesdna/DNA_space_types.h (+10, -7) (Diff)
/source/blender/makesrna/intern/rna_space.c (+2, -2) (Diff)
/source/blender/python/intern/bpy_library_load.c (+3, -3) (Diff)
/source/blender/windowmanager/intern/wm_files_link.c (+63, -10) (Diff)
/source/blender/windowmanager/intern/wm_operator_props.c (+2, -2) (Diff)
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021