Changeset View
Changeset View
Standalone View
Standalone View
source/blender/alembic/intern/abc_nurbs.cc
| Context not available. | |||||
| return; | return; | ||||
| } | } | ||||
| /* 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.reserve(num_knots + 2); | knots.reserve(num_knots + 2); | ||||
| Context not available. | |||||
| sample.setNu(nu->pntsu); | sample.setNu(nu->pntsu); | ||||
| sample.setNv(nu->pntsv); | sample.setNv(nu->pntsv); | ||||
| /* TODO(kevin): to accomodate other software we should duplicate control | /* TODO(kevin): to accommodate other software we should duplicate control | ||||
| * points to indicate that a NURBS is cyclic. */ | * points to indicate that a NURBS is cyclic. */ | ||||
| OCompoundProperty user_props = m_nurbs_schema[count].getUserProperties(); | OCompoundProperty user_props = m_nurbs_schema[count].getUserProperties(); | ||||
| Context not available. | |||||