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

    Refresh Attribute Manager [SOLVED]

    Scheduled Pinned Locked Moved PYTHON Development
    2 Posts 0 Posters 230 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

      On 11/12/2014 at 17:06, xxxxxxxx wrote:

      I created a description (a res file) for an object that I have been coding.
      It uses a BITMAPBUTTON gizmo and I already have it working, except that it does not get refreshed when I adjust other parameters.
      It does, as I switch tabs and get back to the tab when my BITMAPTBUTTON resides.
      Is there any way to force a refresh to the BITMAPBUTTON?

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

        On 11/12/2014 at 17:24, xxxxxxxx wrote:

        Ok, ok... found it 🙂

        Even after posting questions here, I usually keep digging, trying to find the answers myself.
        And, since someone else could have this doubt, here it is the solution:

        c4d.SendCoreMessage(c4d.COREMSG_CINEMA,c4d.BaseContainer(c4d.COREMSG_CINEMA_FORCE_AM_UPDATE),0)

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