Blender Git Commit Log
Git Commits -> Revision 10733b3
February 12, 2018, 11:42 (GMT) |
Add last missing piece of asset engine API, load_post callback. This allows asset engine to perform whatever they need on data-blocks (either linked or appended ones), once they have been added to Blender data (Main). This is an optional callback intended for advanced/complex asset management (and possibly also for generative procesing), basic asset engines should typically not need it. Amber uses it just to do some dummy testing prints right now. |
Commit Details:
Full Hash: 10733b356d8a0878aa48c80f8182929a5ad06d3e
Parent Commit: 6169388
Lines Changed: +88, -7