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

    How to know if anything has changed?

    Scheduled Pinned Locked Moved SDK Help
    5 Posts 0 Posters 475 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 05/04/2008 at 11:21, xxxxxxxx wrote:

      User Information:
      Cinema 4D Version:   10.111 
      Platform:   Windows  ; Mac  ;  Mac OSX  ; 
      Language(s) :     C++  ;

      ---------
      Hi,

      I have a Plugin Object (a Spline Generator). There are several objects in the scene that are child objects ob my plugin object.

      In the GetContour() function of the plugin I need to know if anything has changed in the child objects since the last time the plugin was called. Maybe the user has moved something or changed points in these child objects; I need to know that.

      How can I find out?

      Greetings & thansk for any tips,
      Jack

      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 06/04/2008 at 02:23, xxxxxxxx wrote:

        Hi, don't know if it's the right way for you, but I put a method called "Message" in my plugin.

        I check if someone click on a special button. I can't tell you the right syntax of it, because I have no SDK here.

        With switch() of the variable type you can differ, what happened.

        bye 🙂

        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 06/04/2008 at 03:50, xxxxxxxx wrote:

          I heard about the Message() but I need to know about changes in the GetContour(), so I guess I have to iterate through the hierarchy and ask each object if it's been changed. Just don't know how to do that.

          Cheers,
          Jack

          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 06/04/2008 at 05:34, xxxxxxxx wrote:

            Forum search: GetContour[URL-REMOVED]


            [URL-REMOVED] @maxon: This section contained a non-resolving link which has been removed.

            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 06/04/2008 at 07:57, xxxxxxxx wrote:

              Ah, right 🙂
              Thanks.

              Cheers,
              Jack

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