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. moGRR
    3. Best
    M
    • Profile
    • Following 0
    • Followers 0
    • Topics 5
    • Posts 21
    • Best 3
    • Controversial 0
    • Groups 0

    Best posts made by moGRR

    • RE: Python Generator - Linking ports to xpresso node

      Hi all. I've installed the trial version of R21 (I'm looking to upgrade at some point anyway). However, I'm still struggling to get some python code that successfully adds ports to a GV node and then connects them.

      Any help would be massively appreciated.

      Jamie

      posted in Cinema 4D SDK
      M
      moGRR
    • RE: Python Generator - Linking ports to xpresso node

      Hi @zipit - Thanks again for all your help and guidance with this.

      That last code you sent was really beneficial in helping me get a better understanding of how Python Generators work. I've got my Python Generator code working now just as I intended.

      Also, creating python tags rather than xpresso is a much more elegant way to achieve what I'm trying to do. I'm guessing that Python Generators might not be the best way to introduce yourself to Python in C4D?

      Having used AE for years and utilising Javascript expressions, I'm really excited about what python can open up to me with regards to C4D work. 🙂

      posted in Cinema 4D SDK
      M
      moGRR
    • Is it possible to get a spline wrap object to use a python generated spline?

      Hi all.

      I have created a Python Generator that looks at the hierarchy of it's children and generates a spline through them all. This part all works fin.

      However, when I create a Spline Wrap object and set the Python Generator as it's spline, nothing happens. Is there a way I can get a Spline Wrap object to use a spline created by a Python Generator?

      Thanks,
      Jamie

      posted in Cinema 4D SDK python
      M
      moGRR