andrewhwood / alembic

Automatically exported from code.google.com/p/alembic
Other
0 stars 0 forks source link

O/INuPatch has redundant trimNumLoops #224

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
trimNumLoops on ONuPatch and INuPatch is the same as the size of the array 
returned by getTrimNumCurves.

If we ever need to break the API or change the NuPatch schema, we should 
consider removing this integer scalar property.

Original issue reported on code.google.com by miller.lucas on 30 Aug 2011 at 10:45

GoogleCodeExporter commented 9 years ago

Original comment by miller.lucas on 15 Oct 2011 at 12:31

GoogleCodeExporter commented 9 years ago
An argument for keeping it would be that there might be workflows where you 
want to know ahead of time if the number of trim loops will EVER change.  The 
number of curves in each trim loop could still change, but the overall number 
of trim loops might not.

Original comment by miller.lucas on 13 Jun 2012 at 5:49