Message 1 of 4
Edit_Spline modifier

Not applicable
01-14-2010
03:11 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hi,
Why isn't it simple to edit an Edit_Spline modifier on top of a Circle shape as if it was a Shape object?
Like numSplines, numKnots and setKnotPoint operations.
for i=1 to (numKnots Shape 1) do setKnotPoint Shape 1 i
I can only get this easily to work when I convert my shape to a splineshape with convertToSplineShape command but I don't want to convert it, I want to operate on an Edit_Spline modifier on top of my stack.
Thanks,
Davy
Why isn't it simple to edit an Edit_Spline modifier on top of a Circle shape as if it was a Shape object?
Like numSplines, numKnots and setKnotPoint operations.
for i=1 to (numKnots Shape 1) do setKnotPoint Shape 1 i
I can only get this easily to work when I convert my shape to a splineshape with convertToSplineShape command but I don't want to convert it, I want to operate on an Edit_Spline modifier on top of my stack.
Thanks,
Davy