Blender Git Commit Log
Git Commits -> Revision 85739da
August 13, 2016, 16:40 (GMT) |
Add initial support for previews to AssetEngine. Code not really tested (it just builds and does not crash :P ). Will also have to rethink a bit API and data structs imho... AssetUUID is starting to become a bit annoying. |
Commit Details:
Full Hash: 85739dabefa9a28701e24f1ac33c5c00b1952af1
Parent Commit: 70b7333
Lines Changed: +276, -47
6 Modified Paths:
/source/blender/blenkernel/BKE_asset_engine.h (+6, -0) (Diff)
/source/blender/blenloader/intern/readfile.c (+6, -0) (Diff)
/source/blender/editors/space_file/filelist.c (+142, -37) (Diff)
/source/blender/makesdna/DNA_ID.h (+10, -4) (Diff)
/source/blender/makesdna/DNA_space_types.h (+2, -0) (Diff)
/source/blender/makesrna/intern/rna_asset.c (+110, -6) (Diff)
/source/blender/blenloader/intern/readfile.c (+6, -0) (Diff)
/source/blender/editors/space_file/filelist.c (+142, -37) (Diff)
/source/blender/makesdna/DNA_ID.h (+10, -4) (Diff)
/source/blender/makesdna/DNA_space_types.h (+2, -0) (Diff)
/source/blender/makesrna/intern/rna_asset.c (+110, -6) (Diff)