Blender Git Loki
Git Commits -> Revision 719bea0
Revision 719bea0 by Hans Goudey (master) January 12, 2021, 20:03 (GMT) |
Geometry Nodes: Output the most complex attribute data type In order to avoid losing information, it sometimes makes sense for the output attribute type to depend on the types of the input attributes. Such a function already exists, `attribute_data_type_highest_complexity`, it just needs to be used in a few more places. The change for the attribute compare node is just so the code there uses the same code style as in the attribute mix node. Addresses part of T83793 Differential Revision: https://developer.blender.org/D10099 |
Commit Details:
Full Hash: 719bea0d6d06be579edee2fc3d12a7828bb8e101
Parent Commit: 6c15b70
Lines Changed: +19, -12