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. Passion3D
    3. Topics
    • Profile
    • Following 0
    • Followers 0
    • Topics 19
    • Posts 80
    • Best 5
    • Controversial 0
    • Groups 0

    Topics created by Passion3D

    • Passion3DP

      XPresso: Modify UserData

      Cinema 4D SDK
      • • • Passion3D
      8
      0
      Votes
      8
      Posts
      1.3k
      Views

      Passion3DP

      @zipit work fine 👍 thanks a lot

    • Passion3DP

      XPresso python node

      Cinema 4D SDK
      • • • Passion3D
      3
      0
      Votes
      3
      Posts
      618
      Views

      Passion3DP

      Thanks @PluginStudent 😉

    • Passion3DP

      Change a rendering parameter in python xpresso node

      Cinema 4D SDK
      • • • Passion3D
      12
      0
      Votes
      12
      Posts
      2.0k
      Views

      Passion3DP

      @Cairyn Thanks, all work fine for this module 👍

    • Passion3DP

      XPresso: enable/disable user data

      Cinema 4D SDK
      • • • Passion3D
      5
      0
      Votes
      5
      Posts
      1.5k
      Views

      Passion3DP

      Work fine 🙂
      Thanks a lot Manuel

    • Passion3DP

      Create VRay material

      Cinema 4D SDK
      • python • • Passion3D
      3
      0
      Votes
      3
      Posts
      635
      Views

      Passion3DP

      Hi Sebastian,

      Thank you for your response. I found the identifiers of the different VRay materials in the file c4d_symbol.h.
      Everything works.

    • Passion3DP

      Size of object

      Cineware SDK
      • • • Passion3D
      10
      0
      Votes
      10
      Posts
      3.0k
      Views

      Passion3DP

      Hi Andreas

      It is an external application, and therefore does not require the ownership of Cinema4D. It's not a plugin. Which means, no connection to C4D.
      This application also imports OBJ, FBX, 3DS...etc formats and it is not necessary to have the original applications of these formats!
      The SDK therefore does not seem to allow a total independent import of .c4d scenes.
      There will therefore be no Cinema4D import/export.

      Unless I can get the description on the structure of a .c4d file. In this case, I would write my own import/export library 😉
      Of course, the information received will remain confidential.

    • Passion3DP

      Convert object

      Cineware SDK
      • • • Passion3D
      3
      0
      Votes
      3
      Posts
      1.1k
      Views

      Passion3DP

      Unfortunately, that's what I thought 😞
      So I'll have to write a MakeEditable function 😉

      Thanks Ricardo

    • Passion3DP

      detect the selection of an object

      Cinema 4D SDK
      • python • • Passion3D
      13
      0
      Votes
      13
      Posts
      2.7k
      Views

      Passion3DP

      @C4DS
      Although a solution has not been given (as I wish to do), explanations have been provided. I have therefore considered it resolved.
      For IRL reasons, I could not do so. I will be able to get back to it, and if I find THE solution, I will post it 😉

    • Passion3DP

      Function 12144 (connect objects)

      Cinema 4D SDK
      • python • • Passion3D
      9
      0
      Votes
      9
      Posts
      1.8k
      Views

      Passion3DP

      Thank you for all these details Maxime 😉
      I solved the problem with a small loop that checks if the object has been converted or not 😉
      The test reports I got are all positive 🙂
      My plugin will therefore remain compatible from R13 to R20:)

    • Passion3DP

      Can I give my discord here?

      General Talk
      • • • Passion3D
      3
      0
      Votes
      3
      Posts
      936
      Views

      Passion3DP

      Yes, it will be to discuss plugins and their development. The subject of my discord is 3D, with several chat rooms dedicated to Cinema4D.
      I would put the invitation on my profile, instead of the website;)

      You can come and see if you want, here's an invitation:
      https://discord.gg/4SFvDa

      PS: If you come, let me know so that I can give you access to all the sections

    • Passion3DP

      Subdialog, title

      General Talk
      • python • • Passion3D
      10
      0
      Votes
      10
      Posts
      2.1k
      Views

      Passion3DP

      Thank you Maxime, I'll test all this 😉

    • Passion3DP

      Plugin OnFloor Final 1.2.4RC1

      General Talk
      • • • Passion3D
      14
      4
      Votes
      14
      Posts
      4.7k
      Views

      J

      Grand merci pour ce Plugin tellement simple et facile d'utilisation. Grand merci...
      Many thanks for this Plugin so simple and easy to use. Big thanks

    • Passion3DP

      Global to Local pos

      Cinema 4D SDK
      • python • • Passion3D
      9
      0
      Votes
      9
      Posts
      1.5k
      Views

      Passion3DP

      Thank you @mp5gosu 😉
      This is exactly what I was looking for.
      In fact, C4D does the calculations itself. I thought I had to do the matrix multiplication, and I didn't understand how to do it.
      Finally it's very simple 🙂

    • Passion3DP

      Setting window

      Cinema 4D SDK
      • python • • Passion3D
      7
      0
      Votes
      7
      Posts
      1.4k
      Views

      Passion3DP

      Thanks @Andreas 😉
      I watched Py-LiquidPainter, but I did not really understand 🙂
      That said, for the parameters, I understood how to do

    • Passion3DP

      Python: Selection tag

      Cinema 4D SDK
      • python • • Passion3D
      5
      0
      Votes
      5
      Posts
      1.3k
      Views

      a_blockA

      Hi,

      while I'm glad, this was already solved, I just wanted to add a link to an old thread in the archive, which might be helpful for future readers due the contained code snippet: Select polygons from Selection Tag.

      Cheers,
      Andreas

    • Passion3DP

      n-gones with python

      Cinema 4D SDK
      • python • • Passion3D
      3
      0
      Votes
      3
      Posts
      881
      Views

      Passion3DP

      Hi @eZioPan
      thank you for this example very clear 😉

    • Passion3DP

      Plugin import wavefront

      General Talk
      • • • Passion3D
      2
      1
      Votes
      2
      Posts
      1.1k
      Views

      Passion3DP

      Plugin updated. Some bugs fixed 🙂

    • Passion3DP

      Label PluginID

      General Talk
      • • • Passion3D
      7
      0
      Votes
      7
      Posts
      2.0k
      Views

      Passion3DP

      Ok. I posted with a link on my dropbox 😉