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
    • Register
    • Login

    Update AM?

    Scheduled Pinned Locked Moved SDK Help
    4 Posts 0 Posters 345 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 30/12/2004 at 11:27, xxxxxxxx wrote:

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

      ---------
      Hello,

      I am modifying various Attributes Manager things of an object including UserData. If I know change something of the UserData the AM doesn´t update the data until I change the elements value.

      What message do I need to send to update the UserData fields in the AM correctly?

      Thank you
      Katahci

      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 30/12/2004 at 17:59, xxxxxxxx wrote:

        SpecialEventAdd(EVMSG_ASYNCEDITORMOVE); ???

        darf

        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 31/12/2004 at 08:48, xxxxxxxx wrote:

          Hi,

          thanks but that doesn´t work either. EventAdd and updating the object itself doesn´t work either. 😕

          Happy new year btw

          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 31/12/2004 at 09:02, xxxxxxxx wrote:

            Ah! That one works:

            obj->Message(MSG_CHANGE,NULL);  
            EventAdd(EVENT_FORCEREDRAW|EVMSG_ASYNCEDITORMOVE);
            
            1 Reply Last reply Reply Quote 0
            • First post
              Last post