• Transparency of GeDialog?

    Cinema 4D SDK r21 python
    8
    0 Votes
    8 Posts
    2k Views
    i_mazlovI
    Hi James, from my side there's nothing to add to Gheyret's answer. As of now there's no such option to achieve transparency of the GeDialog. Using third-party libraries could be a potential option, but we don't provide any support for this case. Cheers, Ilia
  • Modified Pop Up Menu

    Cinema 4D SDK r21 python
    7
    0 Votes
    7 Posts
    2k Views
    ManuelM
    Hello, Thanks for sharing your answer @zipit and @Cairyn Cheers, Manuel
  • 0 Votes
    4 Posts
    861 Views
    B
    @C4DS Thank you. Works as expected!
  • 0 Votes
    13 Posts
    2k Views
    C4DSC
    @r_gigante Thanks for the feedback. FYI, this wasn't only with R21, had the same issue with R20, since the "old laptop" was restricted to R20 only. But I guess no updates will follow for R20 anymore.
  • RenderEngine: Showing rendering process

    Cinema 4D SDK c++ r21
    5
    0 Votes
    5 Posts
    1k Views
    N
    Hello Manuel, thank you very much! This was exactly what I needed! It is not exactly for my own render engine. I just wanted to implement an open source one as a side-project and to familiarize myself with that topic by just doing it. Best Regards Florian
  • Node Editor API for R21?

    Cinema 4D SDK r21 python
    6
    0 Votes
    6 Posts
    829 Views
    F
    @s_bach OK, thanks!
  • R21 plugin licensing

    Cinema 4D SDK
    2
    0 Votes
    2 Posts
    779 Views
    S
    Hello, as far as I know the licenseID is a temporary session ID that is only used internally. It has no use for third party developers. The hardware ID is based on the corresponding OS functions. So the hardware ID is the same as long the OS thinks the system is the same. Please also notice that, for internal reasons, the format of any of these IDs may change in future releases. Is it up to the studios to decide how they want to license their software. A typical use case could be that a studio creates a single account that is shared in the company. So there would be one user ID for the whole studio. It is up to you to decide if you want to bind your plugin to that user ID or a system ID. best wishes, Sebastian
  • Creating Pop-up Menus

    Cinema 4D SDK r21 python
    5
    0 Votes
    5 Posts
    1k Views
    B
    @m_adam RE: Maya radial Yea, it by theory the multiple gedialogs with pop-up from certain distance from the mouse should create a radial. I'll probably have it for another time/thread. Thanks for the response. Will consider this thread close RE: non working code example. Sure sure. Will let you know if anything comes up. The codes I referred above was from awhile ago, so I don't have immediate memory of them.
  • Import C4D vs Import Maxon

    Cinema 4D SDK python r21
    9
    0 Votes
    9 Posts
    1k Views
    B
    @zipit @m_magalhaes Yes, zipit was correct on my concern: If he has to worry about the new API on day-2-day tasks like selecting an object Guess, I don't have to for now. Thanks for the clarification.