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).
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
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.
On 06/03/2004 at 05:12, xxxxxxxx wrote:
yeah I noticed shortly after (see my other post). thanks