• get length of stroke

    5
    0 Votes
    5 Posts
    1k Views
    ferdinandF
    Hello @InterfaceGuy, without any further questions, we will consider this topic as solved by Monday, the 25th and flag it accordingly. Thank you for your understanding, Ferdinand
  • Getting the offset of MoGraph clones

    6
    0 Votes
    6 Posts
    2k Views
    ferdinandF
    Hello @rui_mac, without any further questions or replies, we will consider this thread as solved by Monday the 20th and flag it accordingly. Thank you for your understanding, Ferdinand
  • Sorting cloner each n frame

    7
    0 Votes
    7 Posts
    1k Views
    ferdinandF
    Hello @Jengo, without any further questions or replies, we will consider this thread as solved by Monday the 20th and flag it accordingly. Thank you for your understanding, Ferdinand
  • Best way to display a bitmap in the viewport background

    5
    0 Votes
    5 Posts
    1k Views
    ferdinandF
    Hello @rui_mac, without any further questions or replies, we will consider this thread as solved by Monday the 20th and flag it accordingly. Thank you for your understanding, Ferdinand
  • Ways around the Python GIL

    10
    0 Votes
    10 Posts
    2k Views
    ferdinandF
    Hello @orestiskon, without any further questions or replies, we will consider this thread as solved by Monday the 20th and flag it accordingly. Thank you for your understanding, Ferdinand
  • Detect unicode character keypress in a Python script

    6
    0 Votes
    6 Posts
    2k Views
    R
    Ah yes thank you so much!
  • Hiring Developers

    Moved
    1
    0 Votes
    1 Posts
    402 Views
    No one has replied
  • best way to watermark the output

    Moved
    5
    0 Votes
    5 Posts
    1k Views
    S
    many thanks for the information and the friendly attitude. i think its better for me to start another well-structured topic regarding my question.
  • Need help with NumPy build MacOS

    3
    0 Votes
    3 Posts
    777 Views
    ferdinandF
    Hello @InterfaceGuy, without further questions or replies, we will consider this topic as solved by Monday, the 30th and flag it accordingly. Thank you for your understanding, Ferdinand
  • Volume Builder Index returning None

    python
    4
    0 Votes
    4 Posts
    815 Views
    ferdinandF
    Hello @falcon, without further questions or replies, we will consider this topic as solved by Monday, the 30th and flag it accordingly. Thank you for your understanding, Ferdinand
  • How to make a GUI for getting user inputs for my python script?

    5
    0 Votes
    5 Posts
    1k Views
    ferdinandF
    Hello @delizade, without further questions or replies, we will consider this topic as solved by Monday, the 30th and flag it accordingly. Thank you for your understanding, Ferdinand
  • New User: Question Regarding Render Automation Capabilities.

    5
    0 Votes
    5 Posts
    973 Views
    ferdinandF
    Hello @Spools_Arbuckle, without further questions or replies, we will consider this topic as solved by Monday, the 30th and flag it accordingly. Thank you for your understanding, Ferdinand
  • How to access ‘Freeze View function’ with Python ?

    7
    0 Votes
    7 Posts
    2k Views
    M
    Hi Unfortually this is not exposed, since it retrieve automatically the size of the view. Cheers, Maxime.
  • This topic is deleted!

    1
    0 Votes
    1 Posts
    2 Views
    No one has replied
  • This topic is deleted!

    1
    0 Votes
    1 Posts
    4 Views
    No one has replied
  • Content Browser modifications via Python?

    2
    0 Votes
    2 Posts
    612 Views
    ManuelM
    Hi, 1- you can't with python. (I'm not even sure you can with c++) 2 - I'm not sure to fully following you. I don't understand the "render preview image" is that a command? In the preferences there is a "Render scene" option. That's maybe the version I'm using. (R24) To fix the texture path in your material presets, you would need to set the preview with a file save on your harddrive. But this is not possible with Python. Cheers, Manuel
  • Find object / surface normal for given point in space

    python
    6
    0 Votes
    6 Posts
    2k Views
    ferdinandF
    Hello @indexofrefraction, without further questions or replies, we will consider this topic as solved by Thursday and flag it accordingly. Thank you for your understanding, Ferdinand
  • Interfacing with Gumroad's API

    Moved python
    16
    0 Votes
    16 Posts
    6k Views
    kbarK
    Just one last comment on this licensing issue. I have a video that tells users how to install and license my own plugins for R21 upwards. It has been viewed 33,882 times as of today. It is my most watched video every month. I don’t have that many customers or sales. These views are from regular C4D users using Google to figure out what to do now since the old way is gone.
  • GetSplineLength() is failing?

    5
    0 Votes
    5 Posts
    1k Views
    ManuelM
    Hi, Spline Segment are explained in the Cinema 4D documentation About the initialisation, if you just move the point that should work but i would recommend to init again SplineLengthData. if you add a point, you need to initialize the SplineLengthData again. Cheers, Manuel
  • CKey.SetValue() for BaseTime object as value

    python
    2
    0 Votes
    2 Posts
    571 Views
    I
    I actually found the solution while posting the question but wanted to still post it in order to help others who might have the same problem. (If this is against community guidelines I apologise) The solution is to use the CKey.SetGeData() method. Done!