Blender Git Loki
Git Commits -> Revision 200cbb6
Revision 200cbb6 by Hans Goudey (geometry-nodes-point-separate-node) December 9, 2020, 22:29 (GMT) |
Geometry Nodes: Add utilities for getting an attribute's data type With the previous helper function in this file you had to know the data type you wanted for the input attribute before requesting it. This adds another utility function for getting the data type without building the attribute. The attribute's can be requested later after doing some logic to figure out the right data type to read. No functional changes in this commit. |
Commit Details:
Full Hash: 200cbb6adfca8f5fe55ff73650882cc0026da27b
Parent Commit: c61c9f6
Lines Changed: +64, -9