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

    Rounded tube and spherify handles don't move

    Scheduled Pinned Locked Moved PYTHON Development
    7 Posts 0 Posters 786 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 07/02/2012 at 13:23, xxxxxxxx wrote:

      Tried installing Plugin examples
      Run either Round Tube or Spherify Deformer - see handles - but can't move any of them

      ??

      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 07/02/2012 at 13:28, xxxxxxxx wrote:

        Works both fine for me, here on R12 (but taken examples from the R13 documentation). Don't have access to R13 right now. May be you wanna try restart C4D?

        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 07/02/2012 at 22:53, xxxxxxxx wrote:

          Nope

          Tried on my laptop and work station
          Same problem - both R13

          I think I'd be pretty confused by now if I'd used these as examples to work from and found the handles not working in a new plugin

          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 07/02/2012 at 23:44, xxxxxxxx wrote:

            So you haven't checked out R12? Maybe it's because API changed in R13, but then it would be a shame from Maxon to not update the examples.. Will look at it in R13 later today.

            Cheers,

            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 08/02/2012 at 02:10, xxxxxxxx wrote:

              I redirected this issue to the developers.
              ObjectData.MoveHandle() parameters have been changed in R13. And unfortunately, there's no solution or workaround to get object handles working in R13 with a Python plugin.

              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 08/02/2012 at 03:43, xxxxxxxx wrote:

                Thanks for the update Yannick

                No Handles in Current Python Plugins! - I'd better put that area of exploration off the list then.

                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 08/02/2012 at 03:58, xxxxxxxx wrote:

                  Originally posted by xxxxxxxx

                  No Handles in Current Python Plugins! - I'd better put that area of exploration off the list then.

                  I think handles are working in FalloffData plugins but I didn't tried. See GetHandleCount(), GetHandle() and SetHandle() methods.
                  In an ObjectData it's difficult to get them working in MoveHandle() because there are some missing methods in BaseDraw, HandleInfo and ObjectData itself.

                  You can read the "Handles" chapter in "Changes since 12.048" page of the C++ SDK docs for R13.
                  I'm sorry, handles changes weren't properly documented in the Python docs.

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