• R21 CommandData with option - not working on macOS

    11
    0 Votes
    11 Posts
    2k Views
    P
    Ok, thanks @r_gigante... I'll keeping going with the workaround.
  • Generator object not drawn if origin outside of view

    r20 c++ macos
    4
    0 Votes
    4 Posts
    508 Views
    fwilleke80F
    Oh man, it really was the missing message. Never thought it would have such weird consequences to forget that. Thanks guys!
  • The console does not correctly recognize object properties

    r21 c++
    7
    1
    0 Votes
    7 Posts
    1k Views
    S
    @zipit This plug-in has a twin plug-in that has some properties with the same name, and I suspect that the properties with the same name cause conflicts (even if the ids are different).I made the modification and it is normal now. Thank you for your reply Cheers
  • Setting the width of a treeview column

    r20 python
    3
    1
    0 Votes
    3 Posts
    502 Views
    ManuelM
    hello, that's because you set the width of your columns to more that what it show. But you can simply passed that argument when you add your customGUI settings.SetBool(c4d.TREEVIEW_RESIZE_HEADER, False) In the c++ doc you have that page and in python this one Cheers, Manuel
  • draw line into 3d Space with two mouse clicks

    Moved python
    6
    0 Votes
    6 Posts
    989 Views
    ManuelM
    hi, it looks correct. Of course be sure to retrieve a unique id here, from the top bar. (the icon plugin ID) Feel free to ask questions. Cheers, Manuel
  • Set Keyframe Color?

    r21 python
    3
    0 Votes
    3 Posts
    474 Views
    B
    Thanks for the confirmation
  • Get edges segments in a polygon object

    python r21
    8
    0 Votes
    8 Posts
    2k Views
    FlavioDinizF
    Awesome @m_magalhaes, works perfect now! Thank very much! Flavio
  • Threading & job questions

    r20 r21 maxon api c++
    6
    1
    0 Votes
    6 Posts
    1k Views
    ManuelM
    hello, wow sorry this went out of my scope. Anything to add or can we set this thread to solved ? Cheers, Manuel
  • 0 Votes
    11 Posts
    2k Views
    r_giganteR
    Well @pyxelrigger thanks for clarifying the final scope. Since, as already stated, folding or unfolding a scene entry doesn't generate any valuable message to be intercepted, the sole - brute force - hack you might try to implement in Python would be to implement a MessageData plugin which constantly checks for the folded/unfolded state of the entries in the scene and eventually delete the unfolded one. This approach carries strong performances penalties to the whole Cinema 4D UI because you need to constantly traverse the scene and depending on the scene size this could strongly affect Cinema performances. If there are no further question please mark the thread as solved. Best, R
  • How do I access Redshift AOV settings from Python?

    3
    1
    0 Votes
    3 Posts
    2k Views
    lasselauchL
    Wow, thanks for the example, @r_gigante. Was it always possible to import a redshift module? Or is there any info from which version on (C4D / Redshift) this is possible!? Thanks, Lasse
  • Exporting Polygonized scene

    python r20
    8
    0 Votes
    8 Posts
    892 Views
    R
    You're welcome, Manuel. Actually, I usually prepare all the textures and mapping to be in UVW mapping, when texturing is required. But, mainly, what I need is exporting geometry that is animated.
  • This topic is deleted!

    1
    0 Votes
    1 Posts
    1 Views
    No one has replied
  • Loading BaseBitmap from memory

    r20 python
    5
    0 Votes
    5 Posts
    564 Views
    P
    Thanks, I understand. I am now going to do it outside DrawMsg in parallel (thread) plugin. See my other post. https://developers.maxon.net/forum/topic/12310/best-plugin-type-for-background-thread-processing -Pim
  • Layers with the same name?

    r20 python
    10
    0 Votes
    10 Posts
    1k Views
    M
    Since R21 sp1 issue regarding ByteSeq not being able to be printed in the Python Console is resolved. Cheers, Maxime.
  • Custom menu in C4D top menu bar with custom Python commands

    Moved
    7
    0 Votes
    7 Posts
    3k Views
    M
    The issue about PYTHONPATH is now resolved in R21 Sp2. Cheers, Maxime
  • DescID shift operator

    classic api python r21
    4
    0 Votes
    4 Posts
    499 Views
    M
    This bug is now resolved in R21 sp2. Cheers, Maxime
  • gui.TreeViewFunctions.InputEvent arguments error

    python
    3
    1
    0 Votes
    3 Posts
    393 Views
    M
    This bug is now resolved in R21 sp2. Cheers, Maxime
  • SculptObject GetPolygonCopy() documentation

    python r20 r21
    5
    1 Votes
    5 Posts
    764 Views
    M
    Hi, This is solved in the last documentation update. Cheers, Maxime.
  • BaseBitmap.ScaleIt Documentation

    python
    3
    1 Votes
    3 Posts
    410 Views
    M
    Hi, This is solved in the last documentation update, see BaseBitmap.ScaleIt. Cheers, Maxime.
  • Cinema 4D R21.2 Service Release availability

    Locked c++ python r21
    1
    0 Votes
    1 Posts
    358 Views
    No one has replied