Blender Git Loki
Git Commits -> Revision 05dbbd8
Revision 05dbbd8 by Jacques Lucke (master) April 15, 2021, 09:21 (GMT) |
Geometry Nodes: refactor implicit conversions This refactor simplifies having standalone function pointer that does a single conversion. It also speeds up implicit type conversion of attributes. |
Commit Details:
Full Hash: 05dbbd83f00d270c00cb1a0904c504c31e1812af
Parent Commit: 2c3a9ca
Lines Changed: +230, -97
5 Modified Paths:
/source/blender/blenkernel/intern/attribute_access.cc (+7, -5) (Diff)
/source/blender/modifiers/intern/MOD_nodes.cc (+3, -2) (Diff)
/source/blender/nodes/intern/node_tree_multi_function.cc (+2, -2) (Diff)
/source/blender/nodes/intern/type_conversions.cc (+184, -79) (Diff)
/source/blender/nodes/NOD_type_conversions.hh (+34, -9) (Diff)
/source/blender/modifiers/intern/MOD_nodes.cc (+3, -2) (Diff)
/source/blender/nodes/intern/node_tree_multi_function.cc (+2, -2) (Diff)
/source/blender/nodes/intern/type_conversions.cc (+184, -79) (Diff)
/source/blender/nodes/NOD_type_conversions.hh (+34, -9) (Diff)