Blender Git Loki
Git Commits -> Revision 95d2d0d
Revision 95d2d0d by Charlie Jolly (master) April 30, 2021, 13:11 (GMT) |
Geometry Nodes: Add an "Auto" option for Attribute Convert data type Currently there is an "Auto" option for the domain, this commit adds a similar option for "Auto" data type, that uses the data type from the target attribute or the source attribute (in that order). Ref T87347 Differential Revision: https://developer.blender.org/D10932 |
Commit Details:
Full Hash: 95d2d0d35a6644c57fef4665a14d17a482dc3e07
Parent Commit: 6cf28e9
Committed By: Hans Goudey
Lines Changed: +39, -20
5 Modified Paths:
/source/blender/makesdna/DNA_node_types.h (+2, -3) (Diff)
/source/blender/makesrna/intern/rna_attribute.c (+13, -0) (Diff)
/source/blender/makesrna/intern/rna_nodetree.c (+5, -3) (Diff)
/source/blender/makesrna/RNA_enum_types.h (+1, -0) (Diff)
/source/blender/nodes/geometry/nodes/node_geo_attribute_convert.cc (+18, -14) (Diff)
/source/blender/makesrna/intern/rna_attribute.c (+13, -0) (Diff)
/source/blender/makesrna/intern/rna_nodetree.c (+5, -3) (Diff)
/source/blender/makesrna/RNA_enum_types.h (+1, -0) (Diff)
/source/blender/nodes/geometry/nodes/node_geo_attribute_convert.cc (+18, -14) (Diff)