Page MenuHome

Shader Nodes: Split each node into own file
ClosedPublic

Authored by Aaron Carlisle (Blendify) on Dec 6 2021, 12:35 AM.

Details

Summary

This improves both code finding, for example "color ramp" now has its own file.
And now each node has its own namespace so function names can be simplified
similar to rBfab39440e94

This commit also makes all file names use snake case instead of camel case.

Diff Detail

Repository
rB Blender

Event Timeline

Aaron Carlisle (Blendify) requested review of this revision.Dec 6 2021, 12:35 AM
Aaron Carlisle (Blendify) created this revision.
This revision is now accepted and ready to land.Dec 6 2021, 8:04 PM
  • Merge branch 'master' into nodes-shader-split
  • Cleanup: clang format