Array

Array

About Me

Connect

LOCATION
Not Specified
ウェブサイト

Houdini Engine

Availability

Not Specified

Recent Forum Posts

Adding points to a curve using Python? 2008年5月8日21:13

edward
Here's how to do it using the Curve SOP. If you want to do it in python, then it's just a matter of setting the Curve SOP's parameter to the appropriate point numbers.

Cool, thanks for taking the time to upload that file. I guess what I'm really having trouble with is figuring out just how to set the parameters using Python.

Adding points to a curve using Python? 2008年5月8日11:27

edward
Setting point positions on the Curve SOP's parameters (in python) should be ok, no?

I'm not quite sure what you mean. Can you elaborate please?

I think I should have been more specific in the outset of this thread…what I'm trying to do is to make a curve which follows the geometry of a polygonal object. That is to say, given that I have an object in the scene, I want to make a curve whose set of points is a superset of the verticies of a polygonal object.

Adding points to a curve using Python? 2008年5月8日10:22

Hmmm, is there any way to declare a curve and all of its points in one fell swoop then?