Maxon Developers Maxon Developers
    • Documentation
      • Cinema 4D Python API
      • Cinema 4D C++ API
      • Cineware 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
    1. Maxon Developers Forum
    2. kalugin
    3. Topics
    K
    • Profile
    • Following 0
    • Followers 0
    • Topics 4
    • Posts 11
    • Best 1
    • Controversial 0
    • Groups 0

    Topics created by kalugin

    • K

      Can you get a list of missing plugins?

      Cinema 4D SDK
      • python • • kalugin
      3
      0
      Votes
      3
      Posts
      787
      Views

      K

      Thanks for the fast response @ferdinand . Sorry that the title of my question is somewhat misleading. The thread that you've linked is actually quite detailed and useful I'll take a closer look into that.

    • K

      Getting textures via cineware

      Cineware SDK
      • sdk c++ • • kalugin
      5
      0
      Votes
      5
      Posts
      1.8k
      Views

      K

      Thanks @ferdinand. I guess I'll have to skip on that idea 🙂 I was really hoping that there is something like .GetAllTextures or .GetAllAssets, but it seems I'm out of luck on this one.

    • K

      ShowPopupDialog in SceneLoaderData

      Cinema 4D SDK
      • s26 python • • kalugin
      6
      0
      Votes
      6
      Posts
      984
      Views

      ferdinandF

      Hello @kalugin,

      without any further questions or other postings, we will consider this topic as solved and flag it as such by Friday, 17/06/2022.

      Thank you for your understanding,
      Ferdinand

    • K

      Getting points and edges of parametric objects

      Cinema 4D SDK
      • python • • kalugin
      5
      0
      Votes
      5
      Posts
      1.0k
      Views

      K

      Nevermind. I figured it out 🙂 It was my mistake in the code. I made myself a helper function to initialize the ViewportSelect object, and I was initializing it with the wrong object. That's where the runtime error came from. Thanks anyway.