Deform specific point on spline
-
THE POST BELOW IS MORE THAN 5 YEARS OLD. RELATED SUPPORT INFORMATION MIGHT BE OUTDATED OR DEPRECATED
On 03/03/2004 at 07:07, xxxxxxxx wrote:
User Information:
Cinema 4D Version: 8.100
Platform: Windows ;
Language(s) : C++ ;---------
Is there a way to deform a specific point on a spline? I can go through all points returned by GetPoint() but is there a way I can deform a point on the spline for example returned by GetSplinePoint()?
This is in a deformer of course.
Thanks -
THE POST BELOW IS MORE THAN 5 YEARS OLD. RELATED SUPPORT INFORMATION MIGHT BE OUTDATED OR DEPRECATED
On 06/03/2004 at 05:08, xxxxxxxx wrote:
Deformers work on LineObjects not SplineObjects, so there's no way to access the unsegmented spline directly.
-
THE POST BELOW IS MORE THAN 5 YEARS OLD. RELATED SUPPORT INFORMATION MIGHT BE OUTDATED OR DEPRECATED
On 06/03/2004 at 05:12, xxxxxxxx wrote:
yeah I noticed shortly after (see my other post).
thanks