Blender Git Commit Log

Git Commits -> Revision 58893ea

Revision 58893ea by Hans Goudey (master)
May 19, 2021, 20:13 (GMT)
Cleanup: Use consistent order for functions in node files

After this commit, all geometry node "init" and "update" functions are
at the top of each file, right below the "layout" function. This means
you can always scroll to the bottom of the file to see the entry point,
and the boring boilerplate code is grouped in one section.

Commit Details:

Full Hash: 58893eaef8414d27815fb20b049db14333bb4eb2
Parent Commit: 3d604ba
Lines Changed: +165, -167

11 Modified Paths:

/source/blender/nodes/geometry/nodes/node_geo_align_rotation_to_vector.cc (+22, -22) (Diff)
/source/blender/nodes/geometry/nodes/node_geo_attribute_color_ramp.cc (+8, -8) (Diff)
/source/blender/nodes/geometry/nodes/node_geo_attribute_mix.cc (+22, -22) (Diff)
/source/blender/nodes/geometry/nodes/node_geo_collection_info.cc (+8, -8) (Diff)
/source/blender/nodes/geometry/nodes/node_geo_edge_split.cc (+2, -0) (Diff)
/source/blender/nodes/geometry/nodes/node_geo_points_to_volume.cc (+29, -29) (Diff)
/source/blender/nodes/geometry/nodes/node_geo_point_instance.cc (+9, -9) (Diff)
/source/blender/nodes/geometry/nodes/node_geo_point_rotate.cc (+34, -34) (Diff)
/source/blender/nodes/geometry/nodes/node_geo_point_scale.cc (+17, -17) (Diff)
/source/blender/nodes/geometry/nodes/node_geo_switch.cc (+14, -14) (Diff)
/source/blender/nodes/geometry/nodes/node_geo_transform.cc (+0, -4) (Diff)
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021