Page MenuHome

Cleanup: Simplify geometry node function names
ClosedPublic

Authored by Hans Goudey (HooglyBoogly) on Nov 23 2021, 4:10 PM.

Details

Summary

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.

Diff Detail

Repository
rB Blender
Branch
cleanup-simplify-node-function-names (branched from master)
Build Status
Buildable 18912
Build 18912: arc lint + arc unit

Event Timeline

Hans Goudey (HooglyBoogly) requested review of this revision.Nov 23 2021, 4:10 PM
Hans Goudey (HooglyBoogly) created this revision.

node_exec should be renamed to node_geo_exec, but we might have multiple exec functions. Besides that, LGTM.

This revision is now accepted and ready to land.Nov 23 2021, 4:46 PM
  • Change node_exec to node_geo_exec