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
    • Register
    • Login
    1. Home
    2. Runner009
    R
    • Profile
    • Following 0
    • Followers 0
    • Topics 2
    • Posts 4
    • Best 0
    • Controversial 0
    • Groups 0

    Runner009

    @Runner009

    0
    Reputation
    1
    Profile views
    4
    Posts
    0
    Followers
    0
    Following
    Joined Last Online

    Runner009 Unfollow Follow

    Latest posts made by Runner009

    • RE: Hide Items (Object Plugin)

      @m_adam Thanks, I await your info.
      Have a nice weekend

      posted in Cinema 4D SDK
      R
      Runner009
    • Hide Items (Object Plugin)

      Is there a possibility to hide some elements, in the .res of the Object Plugin?

      Example:
      I want to create a plugin that when Long = 0, generates a Cube.
      when Long = 1, generates a Sphere, when Long = 2 generates a Cylinder.

      I would like each Long, to make appear only the necessary Items,
      Long = 1, only the Cube items (height, width, depth)
      Long = 2, only the Sphere items (radius)
      Long = 3, only the Cylinder items (radius, height)

      Is it possible in Python?

      posted in Cinema 4D SDK 2024 python
      R
      Runner009
    • RE: BaseDraw.DrawHUDText in Cinema4D 2024

      Thank you Ferdinand.
      Your example works correctly.
      However, I can't understand why the plugin I created doesn't show me the HUDs on 2024.
      I will look at my code and if necessary I will resume this discussion.
      Thank you for your support.

      posted in Cinema 4D SDK
      R
      Runner009
    • BaseDraw.DrawHUDText in Cinema4D 2024

      Good morning. I note that plugins that make use of BaseDraw.DrawHUDText developed and functioning on previous releases are not displayed on the 2024 release.
      Is it a bug in the 2024 release or has something changed in managing BaseDraw.DrawHUDText?

      posted in Cinema 4D SDK 2024 python
      R
      Runner009