Blender Git Loki
Git Commits -> Revision b44b39d
Revision b44b39d by Hans Goudey (temp-ui-tweaks) September 22, 2021, 13:54 (GMT) |
Cleanup: Rename curve node enums The enum called "interpolate" was really a choice of methods for mapping inputs to positions on the curve, whereas the "sample" enum was used to define a way to create a whole set of new points from the curve, without any input parameters. The "re-sample" vs. "sample" naming makes that distinction better. |
Commit Details:
Full Hash: b44b39d5817af7c7e86364186b5e2136cff4b8b4
Parent Commit: 638f972
Committed By: Pablo Vazquez
Lines Changed: +15, -17