Blender Git Commit Log

Git Commits -> Revision da443d8

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

2 Modified Paths:

/source/blender/blenkernel/BKE_derived_curve.hh (+15, -2) (Diff)
/source/blender/blenkernel/intern/derived_curve_spline_nurbs.cc (+79, -14) (Diff)
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021