Skip to content

MadLittleMods/C4D-Py-Utils

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 

Repository files navigation

C4D-Py-Utils

Cinema 4D Python scripts designed for random purposes

Scripts

  • C4D-Unity-180BoneY.py: Simple script to get your model into Unity 3D with axis pointing in the right direction. This solves the Z-axis pointing in the wrong direction issue. Does Right hand Y-up (C4D) to Left hand Y-up (Unity).
    • Run as a stand-alone script
  • C4D-Iterate-Hierarchy.py: Boilerplate template to iterate over Cinema's Hierarchy.
    • Run as a stand-alone script
  • C4D-Generate-Point-Cloud.py: Generates and Updates an object (pointCloud) from another object (parentObject) and all of its children. Points/Vertices can be taken from primitives, editable objects, and even MoGraph cloners. Use the pointCloud object for whatever your needs.
    • Run as a XPresso node to pass in both objects (see documentation at the top of the .py file)

How to Run

Open up Cinema 4D...

Run a script:

Scripts->User Scripts->Run Script...

View the Output:

Scripts->Console...

Create a XPresso Script Node:

In the XPresso window, Right click: New Node->XPresso->Script->Python Adding XPresso Python Script

License

You can do what you want under the condition of:

  • Leave the attribution/credit/author
  • CC BY

About

Cinema 4D Python scripts designed for random purposes

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages