With this commit, we no longer use the prefixes for every node type
function like geo_node_translate_instances_. They just added more
places to change when adding a new node, for no real benefit.
Details
Details
Diff Detail
Diff Detail
- Repository
- rB Blender
- Branch
- cleanup-simplify-node-function-names (branched from master)
- Build Status
Buildable 18910 Build 18910: arc lint + arc unit
Event Timeline
Comment Actions
node_exec should be renamed to node_geo_exec, but we might have multiple exec functions. Besides that, LGTM.