Changeset View
Changeset View
Standalone View
Standalone View
source/blender/alembic/intern/abc_curves.cc
| Context not available. | |||||
| if (nurbs->knotsu != NULL) { | if (nurbs->knotsu != NULL) { | ||||
| const size_t num_knots = KNOTSU(nurbs); | const size_t num_knots = KNOTSU(nurbs); | ||||
| /* Add an extra knot at the beggining and end of the array since most apps | /* Add an extra knot at the beginning and end of the array since most apps | ||||
| * require/expect them. */ | * require/expect them. */ | ||||
| knots.resize(num_knots + 2); | knots.resize(num_knots + 2); | ||||
| Context not available. | |||||