Blender Git Commit Log

Git Commits -> Revision 31acdbe

November 23, 2020, 13:14 (GMT)
Add custom property support for assets

I didn't do this earlier because I was afraid it would make reading of asset
data (and asset data only!) difficult. Mainly because custom properties could
store pointers to other data, that would have to be read too then (e.g. an
object). But turns out, we can easily disable custom pointers to other
data-blocks, so reading stays simple :).

Commit Details:

Full Hash: 31acdbed95a5e51baf377f06604313463b3f2a00
Parent Commit: 3f33bf6
Lines Changed: +40, -0

3 Modified Paths:

/source/blender/blenkernel/intern/asset.c (+13, -0) (Diff)
/source/blender/makesdna/DNA_asset_types.h (+11, -0) (Diff)
/source/blender/makesrna/intern/rna_asset.c (+16, -0) (Diff)
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021