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
    1. Maxon Developers Forum
    2. kalugin
    3. Topics
    K
    Offline
    • Profile
    • Following 0
    • Followers 0
    • Topics 4
    • Posts 11
    • Groups 0

    Topics

    • K

      Can you get a list of missing plugins?

      Watching Ignoring Scheduled Pinned Locked Moved Cinema 4D SDK python
      3
      1
      0 Votes
      3 Posts
      849 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

      Watching Ignoring Scheduled Pinned Locked Moved Cineware SDK sdk c++
      5
      0 Votes
      5 Posts
      2k 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

      Watching Ignoring Scheduled Pinned Locked Moved Cinema 4D SDK s26 python
      6
      0 Votes
      6 Posts
      1k 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

      Watching Ignoring Scheduled Pinned Locked Moved Cinema 4D SDK python
      5
      0 Votes
      5 Posts
      1k 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.