• RenderEngine: Showing rendering process

    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
  • LAYOUTGROUP Description Resource

    python c++
    3
    3
    0 Votes
    3 Posts
    983 Views
    mfersaouiM
    @zipit said in LAYOUTGROUP Description Resource: STATICTEXT { JOINENDSCALE; } I'm searching this solution for long time, thank you so much!!!
  • Toggle Attribute Manager from Tool to Object Mode and Vice Versa

    r21 python
    4
    0 Votes
    4 Posts
    810 Views
    B
    @C4DS Thank you. Works as expected!
  • Modifying or Adding Script Directory?

    r20 python
    5
    0 Votes
    5 Posts
    1k Views
    M
    This issue is now fixed in R21. Cheers, Maxime.
  • Handling direction of the normal tag

    r20 python
    6
    0 Votes
    6 Posts
    2k Views
    M
    Issues with GetAllHighlevelData() and VariableTag.SetAllHighlevelData() is now fixed in R21. Cheers, Maxime.
  • MoText dosn't updates after changing MoGraph Weightmap

    python r20
    3
    0 Votes
    3 Posts
    596 Views
    M
    This issue is now fixed in R21. So you don't need to manually SetDirty / Send the message. Cheers, Maxime.
  • Add Object Output Parameter of a Node

    r20 python
    6
    0 Votes
    6 Posts
    993 Views
    M
    This issue is now fixed in R21. Cheers, Maxime.
  • how to control the on/off of a node in expresso?

    r20 python windows
    9
    0 Votes
    9 Posts
    3k Views
    M
    This issue is now fixed in R21. Cheers, Maxime.
  • GV Node AddPort fail

    python r19
    5
    1
    1 Votes
    5 Posts
    1k Views
    M
    This issue is now fixed in R21. Cheers, Maxime.
  • Join command result offset

    r20 c++ python
    3
    0 Votes
    3 Posts
    684 Views
    rsodreR
    @m_adam Hi Maxime, Thanks for this workaround, indeed puts the polygon on the right place. Best, roger
  • Distributing Python Plugins that have Dependencies

    14
    0 Votes
    14 Posts
    4k Views
    dskeithbuckD
    @m_adam said in Distributing Python Plugins that have Dependencies: As an Idea but didn't try and will not have the time to do it today (so if you try, do it at your own risks), but you could try to install things using directly the python executable from the resource folder I'm moving onto different parts of development, but I'll likely want to investigate this later and will post an update if I do. Thanks!
  • Delete points based on distance

    Moved python
    13
    0 Votes
    13 Posts
    3k Views
    A
    I thing after short research that c4d.plugins.ObjectData could actually be the solution I am after. I will be posting my progress here. Once again Thanks Guys for heads up!!!!! Thanks
  • Node Editor API for R21?

    r21 python
    6
    0 Votes
    6 Posts
    826 Views
    F
    @s_bach OK, thanks!
  • Update Render Path in an Xpresso Node

    Moved
    3
    0 Votes
    3 Posts
    949 Views
    D
    Hi Maxime, Thanks again a lot I just needed to replace the part in the python-node where you newly written how the path is being generated by my own Path-String-generation-algorythm which is builded from the content of the file watched. Sure, it's the risky way, as you mentioned it, but it works for this time. Greets Matthias
  • HTTP Requests with `maxon` API

    python
    5
    0 Votes
    5 Posts
    1k Views
    dskeithbuckD
    @m_adam said in HTTP Requests with `maxon` API: Hi @dskeithbuck thanks a lot for trying to use the new Maxon API. Thank you so much for the working sample code, that answers my question. I look forward to switching over to the Maxon API for URL requests once these kinks get worked out.
  • Questions about Bake Texture tag & Python

    python
    11
    1
    0 Votes
    11 Posts
    1k Views
    mfersaouiM
    Hi, Thank you very much @zipit and have a good day.
  • R21 plugin licensing

    2
    0 Votes
    2 Posts
    775 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

    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.
  • Hide a specific object in a specific viewport but not in others?

    r20 python
    9
    0 Votes
    9 Posts
    2k Views
    ManuelM
    Hello, This thread will be considered as solved tomorrow unless you have something to add ? Cheers, Manuel
  • Import C4D vs Import Maxon

    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.