Blender Git Loki
Git Commits -> Revision 0e2d779
Revision 0e2d779 by Lukas Toenne (geometry-nodes-unnamed-attributes) May 23, 2021, 06:41 (GMT) |
Resolve function to set runtime type details. This is optional node function can be used to resolve type details such as base type, attribute domain, etc. at runtime. It is intended for nodes whose operation depends on the concrete runtime type of outputs. It gets called in a back-propagating manner so all outputs are resolved before the function is called on a node. |
Commit Details:
Full Hash: 0e2d77990c9ceb05779cbe561eecb32ff89cbc41
Parent Commit: 84a7090
Lines Changed: +75, -0