Maxon Developers Maxon Developers
    • Documentation
      • Cinema 4D Python API
      • Cinema 4D C++ API
      • Cineware API
      • ZBrush Python API
      • ZBrush GoZ API
      • Code Examples on Github
    • Forum
    • Downloads
    • Support
      • Support Procedures
      • Registered Developer Program
      • Plugin IDs
      • Contact Us
    • Categories
      • Overview
      • News & Information
      • Cinema 4D SDK Support
      • Cineware SDK Support
      • ZBrush 4D SDK Support
      • Bugs
      • General Talk
    • Recent
    • Tags
    • Users
    • Login

    R13:New Curves-Dialog

    Scheduled Pinned Locked Moved SDK Help
    4 Posts 0 Posters 339 Views
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • H Offline
      Helper
      last edited by

      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

      1 Reply Last reply Reply Quote 0
      • H Offline
        Helper
        last edited by

        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.

        1 Reply Last reply Reply Quote 0
        • H Offline
          Helper
          last edited by

          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

          1 Reply Last reply Reply Quote 0
          • H Offline
            Helper
            last edited by

            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.

            1 Reply Last reply Reply Quote 0
            • First post
              Last post