Your browser does not seem to support JavaScript. As a result, your viewing experience will be diminished, and you have been placed in read-only mode.
Please download a browser that supports JavaScript, or enable it if it's disabled (i.e. NoScript).
Hi,
For some reason I have hidden points. I can confirm that they are hidden because GetPointH returns a value.
GetPointH
Ultimately, I want all points to be connected. Is this possible?
P.S. In this thread, it says I can do it through the visibility state but I can't seem to find that state in the BaseSelect documentation.
visibility
BaseSelect
hidden_points_spline.c4d
your segment tag do not include those points. You must update it.
op.SetSegment(0, 16, False)
Of course, if you want more than one segments, you must provide the right code.
This might happen if you changed the point count without updating the segments or defining them.
Cheers, Manuel
@Manuel
RE: This might happen if you changed Yep yep this is what I'm currently doing. hehe
Anyhow, your code works.
Thanks!