R13:New Curves-Dialog
-
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
-
THE POST BELOW IS MORE THAN 5 YEARS OLD. RELATED SUPPORT INFORMATION MIGHT BE OUTDATED OR DEPRECATED
On 21/09/2011 at 08:39, xxxxxxxx wrote:
I could only make it update by toggle i.e the "ENABLE" parameter
within the script.
This is similar to a update problem of the SkyObject(reported)While I personally think the introduction of
the new SplineGUI was premature(* ) with a strange compability
to old files, we need to see the SDK to know a bit more.(* ) i.e set rounding to 0 and the whole gui os wide freeze.
Also reported. -
THE POST BELOW IS MORE THAN 5 YEARS OLD. RELATED SUPPORT INFORMATION MIGHT BE OUTDATED OR DEPRECATED
On 21/09/2011 at 08:45, xxxxxxxx wrote:
There is probably a bug in the spline GUI. It's still under investigation.
cheers,
Matthias -
THE POST BELOW IS MORE THAN 5 YEARS OLD. RELATED SUPPORT INFORMATION MIGHT BE OUTDATED OR DEPRECATED
On 21/09/2011 at 09:16, xxxxxxxx wrote:
Thank you. I will try the Enable-Toggle for now.
cheers, Holger
Edit: I just tried to toggle the Enable within the Script. But this doesnt Update either.