Blender Git Commit Log
Git Commits -> Revision da443d8
Revision da443d8 by Hans Goudey (geometry-nodes-curve-support) April 22, 2021, 03:47 (GMT) |
Geometry Nodes Curves: Refactor NURBS sampling This is basically a template for a similar thing I'll do to bezier splines. The idea is that every spline type is responsible for the mapping of values from orginal control points to the evaluated points based on a given resolution, and then the base class will handle the rest. This commit leaves the branch in a half-refactored state. |
Commit Details:
Full Hash: da443d82eecc8cac005db072ee6e4efbc6ec6a1d
Parent Commit: 330c14c
Lines Changed: +94, -16