Maxon Developers Maxon Developers
    • Documentation
      • Cinema 4D Python API
      • Cinema 4D C++ API
      • Cineware API
      • ZBrush GoZ API
      • Code Examples on Github
    • Forum
    • Downloads
    • Support
      • Support Procedures
      • Registered Developer Program
      • Plugin IDs
      • Contact Us
    • Categories
      • Overview
      • News & Information
      • Cinema 4D SDK Support
      • Cineware SDK Support
      • ZBrush 4D SDK Support
      • Bugs
      • General Talk
    • Unread
    • Recent
    • Tags
    • Users
    • Login
    1. Maxon Developers Forum
    2. ruckzuck
    3. Topics
    R
    • Profile
    • Following 0
    • Followers 0
    • Topics 5
    • Posts 12
    • Best 0
    • Controversial 0
    • Groups 0

    Topics created by ruckzuck

    • R

      problems with CAWeightMgr

      Cinema 4D SDK
      • r19 python • • ruckzuck
      5
      0
      Votes
      5
      Posts
      1.2k
      Views

      R

      Hi Manuel,

      perfect - in the Script Manager everything works as expected.
      Running the code via python tag isn't important to me - I just wasn't aware of this difference ScriptMgr <> PythonTag concerning the execution of the code.

      Thanks a lot for your solution !

      Cheers,
      Jens

    • R

      How to copy (and remove) userdata via python ?

      Cinema 4D SDK
      • r19 python • • ruckzuck
      8
      0
      Votes
      8
      Posts
      1.9k
      Views

      M

      Seems I also forget to mention but please use About Tags and Tagging like so you can mark a specific version.

    • R

      Slow Python in R20 ?

      Cinema 4D SDK
      • r19 r20 python • • ruckzuck
      4
      0
      Votes
      4
      Posts
      1.0k
      Views

      M

      After a reboot, I'm able to reproduce it again...

      I will create a bug report and more testing after Season's Greetings & SDK Team Vacation.

      Anyway thanks a lot.

      Cheers,
      Maxime.

    • R

      getting 3D noise values

      Cinema 4D SDK
      • python • • ruckzuck
      4
      0
      Votes
      4
      Posts
      1.2k
      Views

      R

      Thanks @eziopan and Sebastian for your answers !

      So far I searched a way for getting values out of the 3D noise shaders. Starting point was the c4d.BaseShader class but it seems to me that accessing these shaders in order to get noise values is much more cumbersome than using the C4DNoise class and specifying the corresponding noise type as parameter 't' - as @eziopan has pointed out.

      So: thank you - problem solved ☺

      ... and sorry, I haven't read the Q&A system thoroughly enough - next time I will mark my post properly.

      cheers, Jens