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
    • Unread
    • Recent
    • Tags
    • Users
    • Login

    Arrange Selected Node Method?

    Cinema 4D SDK
    2023 python
    2
    3
    284
    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.
    • B
      bentraje
      last edited by

      Hi,

      Is there an API for the arrange selected node command?

      Tried searching in the documentation and the forum. I couldn't find any reference.

      bd61064c-4cfe-4ce9-80ca-c4b6ff83e122-image.png

      1 Reply Last reply Reply Quote 0
      • ManuelM
        Manuel
        last edited by

        hi,

        The node editor commands are not exposed but you can use the usual callCommand

            c4d.CallCommand(465002363) # Arrange All Nodes
        

        Cheers,
        Manuel

        MAXON SDK Specialist

        MAXON Registered Developer

        B 1 Reply Last reply Reply Quote 0
        • B
          bentraje @Manuel
          last edited by

          @manuel

          gotcha. thanks for the confirmation.

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