THE POST BELOW IS MORE THAN 5 YEARS OLD. RELATED SUPPORT INFORMATION MIGHT BE OUTDATED OR DEPRECATED
On 21/09/2011 at 03:49, xxxxxxxx wrote:
User Information:
Cinema 4D Version: 13
Platform: Mac OSX ;
Language(s) : C.O.F.F.E.E ;
---------
Hello,
I am having troubles with a Script that worked well in R12. I use following code to change the Radius-Parameter in the Spline-Deformer.
var deformer=doc->GetActiveObject();
deformer#SPLINEDEFORMEROBJECT_RADIUS=deformer#SPLINEDEFORMEROBJECT_RADIUS*1.2;
In R12 it works. But in R13 the Radius-Change does not have effect as the Shape-Curve in the Deformer-Attributes does not change.
If I change the Radius manually without the Script the Curve gets updated.
Any Ideas?
greetings, Holger