Blender Git Loki
Git Commits -> Revision 257c775
Revision 257c775 by Hans Goudey (master) September 19, 2021, 06:20 (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: 257c7753e9beb2cbd34936766d5fc6c4dc441778
Parent Commit: 69697fc
Lines Changed: +15, -17