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

    How to Access "Auto Redraw" [SOLVED]

    Scheduled Pinned Locked Moved PYTHON Development
    3 Posts 0 Posters 403 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 22/09/2015 at 04:23, xxxxxxxx wrote:

      Under Character >> Manager there is the Auto Redraw function.
      How can I access (read and write) these Auto Redraw options (Enable and Time in ms) in my Command Plugin?

      -Pim

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

        On 23/09/2015 at 01:57, xxxxxxxx wrote:

        Hello,

        the settings displayed in the "Automatic Redraw" dialog are actually stored in the BaseDocument using the internal IDs 100001625 and 100001626. Using these IDs you can read the values. If you change these values you have to call EventAdd() to update the dialog.

        Please notice that these are internal IDs that may change in the future.

        Best wishes,
        Sebastian

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

          On 23/09/2015 at 04:43, xxxxxxxx wrote:

          Great, thank you.

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