• Triggering MatPreview update without raising dirty flags

    c++ sdk
    4
    0 Votes
    4 Posts
    765 Views
    D
    Thanks for the effort Maxime (and rendering department). I suspected that it won't be possible, but still asked because I thought I might have missed something. Cheers, Deyan
  • 0 Votes
    4 Posts
    471 Views
    fwilleke80F
    I was in deed calling the code from within PluginStart(). Calling it from PluginMessage(C4DPL_STARTACTIVITY) fixed it. Thank you, Kent! Cheers, Frank
  • Formula node

    2
    2
    0 Votes
    2 Posts
    364 Views
    ManuelM
    hi, thanks for reaching us out and welcome to the forum. Unfortunately, as you can read in our guidlines the scope of this forum is the Cinema 4D's API only. (developing for cinema4D with c++ and python) For other support case/request/suggestion, please contact our regular support I have to remind you that the scene node is still a demo of what we are working on and is still very young. I also have to remind you that the node system is a base where you can create your own assets. Because it's still at a young stage, the node system is changing a lot and your asset could not be compatible anymore with futur release. In your example you can simply create an asset with different aggregate nodes that output all the function you need. In any case, your feedback is appreciated and helpful. Cheers, Manuel
  • compiling for r20 new solution

    4
    0 Votes
    4 Posts
    826 Views
    Y
    @PluginStudent Thank you so much! It worked! Yaroslav.
  • 0 Votes
    9 Posts
    2k Views
    ferdinandF
    Hi @jochemdk, okay, I then took the liberty to close the question You can of course still post here. Cheers, Ferdinand
  • Unique Object Identifier

    python
    7
    0 Votes
    7 Posts
    2k Views
    ferdinandF
    Hi @Motion4D, I am not quite sure if there will be anything in the pipeline soon, because the limitations of IDs and markers are more of principal nature due to Cinema's heavily procedural architecture; i.e., not really something that can be "fixed". If you have any particular feature in mind, I would ask you to make a separate post with a dedicated feature request. We however already did identify the whole "identifying and object"-thing a few weeks ago as something that is probably not explained well enough at the moment and added it to our to-do-list. There are no guarantees on when this will come though Cheers, Ferdinand
  • Exception: no converter found for 'net.maxon.interface.url-C[A]'

    4
    0 Votes
    4 Posts
    710 Views
    ferdinandF
    Hi, without further feedback, we will consider this thread as solved by Wednesday and flag it accordingly. Cheers, Ferdinand
  • (Python) Help making Pip work in Cinema 4D

    4
    2
    0 Votes
    4 Posts
    1k Views
    ferdinandF
    Hi, without further feedback, we will consider this thread as solved by Wednesday and flag it accordingly. Cheers, Ferdinand
  • TreeView Menu

    python
    6
    1
    0 Votes
    6 Posts
    1k Views
    ferdinandF
    Hi, without further feedback, we will consider this thread as solved by Wednesday and flag it accordingly. Cheers, Ferdinand
  • Generating a usable spline with a Python Generator

    3
    0 Votes
    3 Posts
    769 Views
    ferdinandF
    Hi, without further feedback, we will consider this thread as solved by Wednesday and flag it accordingly. Cheers, Ferdinand
  • Data to Spline

    python c++
    6
    0 Votes
    6 Posts
    1k Views
    ferdinandF
    Hi, without further feedback, we will consider this thread as solved by Wednesday and flag it accordingly. Cheers, Ferdinand
  • How to catch Preferences editing

    python r23 r21
    3
    0 Votes
    3 Posts
    309 Views
    ferdinandF
    Hi, without further feedback, we will consider this thread as solved by Wednesday and flag it accordingly. Cheers, Ferdinand
  • 0 Votes
    4 Posts
    808 Views
    ferdinandF
    Hi, without further feedback, we will consider this thread as solved by Wednesday and flag it accordingly. Cheers, Ferdinand
  • ReferenceError when trying to Cache a GeClipMap

    python windows r23
    3
    0 Votes
    3 Posts
    341 Views
    ?
    @zipit Thank you very much, Ferdinand. This helped me a lot!
  • Difficulty with cloners and and lifetime of objects

    13
    0 Votes
    13 Posts
    2k Views
    M
    All right, thank you for all the help. I'll close this now.
  • Rotating a GeClipMap

    windows python sdk r23
    11
    1
    0 Votes
    11 Posts
    2k Views
    ?
    @zipit Thank you for the information.
  • BaseContainer and UserData

    c++
    5
    0 Votes
    5 Posts
    807 Views
    rsodreR
    Thanks, @zipit that's very clarifying.
  • GeUserArea::Draw() and textures

    c++ sdk
    2
    0 Votes
    2 Posts
    217 Views
    ManuelM
    hi, sorry, but with the classic API it's not possible. Cheers, Manuel
  • This topic is deleted!

    3
    2
    0 Votes
    3 Posts
    445 Views
  • How to find an object quickly?

    python s22
    10
    0 Votes
    10 Posts
    1k Views
    chuanzhenC
    @r_gigante Thanks for your help!