Blender Git Commit Log

Git Commits -> Revision cbf2415

June 13, 2016, 15:39 (GMT)
First step towards supporting non-blender-data as assets.

Idea is to avoid the need for asset engines to generate whole .blend files
with relevant datablocks in case they just need/want to provide files (images, videos, sounds...).

This commit introduces the concept of 'virtual' library, which in fact only exists to store
asset repository data. Datablocks from those virtual libs are then fully written in .blend file.

Much to do still, this is only preliminary/experimental work.

Commit Details:

Full Hash: cbf241510d7f0873599b3ec892b74460137421a7
Parent Commit: 088d32d
Lines Changed: +98, -67

5 Modified Paths:

/source/blender/blenkernel/intern/library.c (+6, -1) (Diff)
/source/blender/blenloader/intern/readfile.c (+6, -0) (Diff)
/source/blender/blenloader/intern/writefile.c (+75, -64) (Diff)
/source/blender/makesdna/DNA_ID.h (+10, -1) (Diff)
/source/blender/windowmanager/intern/wm_files_link.c (+1, -1) (Diff)
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021