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

    OGL an keys questions

    SDK Help
    0
    4
    365
    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
      Helper
      last edited by

      THE POST BELOW IS MORE THAN 5 YEARS OLD. RELATED SUPPORT INFORMATION MIGHT BE OUTDATED OR DEPRECATED

      On 05/07/2003 at 12:39, xxxxxxxx wrote:

      User Information:
      Cinema 4D Version:   8.100 
      Platform:   Windows  ;   
      Language(s) :   C.O.F.F.E.E  ;  C++  ;

      ---------
      Hi
      I have two questions:

      1- How do I know if autokey or a menu plugin is checked?
      2- How can I use opengl for creating interfaces? I guess is using user area, but I'd like to know how to initialize an ogl render context.

      Thanks

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

        THE POST BELOW IS MORE THAN 5 YEARS OLD. RELATED SUPPORT INFORMATION MIGHT BE OUTDATED OR DEPRECATED

        On 07/07/2003 at 12:48, xxxxxxxx wrote:

        1a. I don't think this is possible.
        1b. It's a bit tricky, but you can do it through COMMANDPLUGIN::GetState() from the structure returned by BasePlugin::GetPluginStructure() of the plugin you get from FindPlugin().
        2. Not possible.

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

          THE POST BELOW IS MORE THAN 5 YEARS OLD. RELATED SUPPORT INFORMATION MIGHT BE OUTDATED OR DEPRECATED

          On 08/07/2003 at 11:01, xxxxxxxx wrote:

          1a. In the container returned by BaseDocument::GetData(SETTINGS_TIMELINE) this can be accessed by this ID:

              
              
              #define TIMELINE_AUTOKEYS 10020 // Bool
          

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

            THE POST BELOW IS MORE THAN 5 YEARS OLD. RELATED SUPPORT INFORMATION MIGHT BE OUTDATED OR DEPRECATED

            On 09/07/2003 at 10:47, xxxxxxxx wrote:

            Thankyou 🙂

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