Blender Git Loki

Git Commits -> Revision 243a59b

July 8, 2020, 19:41 (GMT)
Add custom tag support to assets

Tags are basically a list of strings. We could optimize these in future if
needed. We could also easily add colors or icons for individual tags (e.g. like
on developer.blender.org).

Note that there's no UI for this yet. Functionality is available via Python
though.

Commit Details:

Full Hash: 243a59ba6da493f3390ffbaaa52074b8995266f2
Parent Commit: 98ef119
Lines Changed: +161, -0

7 Modified Paths:

/source/blender/blenkernel/BKE_asset.h (+14, -0) (Diff)
/source/blender/blenkernel/intern/asset.c (+33, -0) (Diff)
/source/blender/blenloader/intern/readfile.c (+2, -0) (Diff)
/source/blender/blenloader/intern/writefile.c (+5, -0) (Diff)
/source/blender/makesdna/DNA_asset_types.h (+14, -0) (Diff)
/source/blender/makesrna/intern/rna_asset.c (+92, -0) (Diff)
/source/blender/makesrna/RNA_access.h (+1, -0) (Diff)
Tehnyt: Miika HämäläinenViimeksi päivitetty: 07.11.2014 14:18MiikaH:n Sivut a.k.a. MiikaHweb | 2003-2021