Cinema 4D - my Python scripts

From NoskeWiki
Jump to navigation Jump to search

About

NOTE: This page is a daughter page of: Cinema 4D and Python


This page contains a copy of the source code for a few of the Python scripts/plugins I've written for Cinema 4D. The following source code should work for C4D R12 and later. To get this code working you should first read the guide here:


  • Quick summary of getting Python scripts working:
    • Menubar: Script > Script Manager then under the "Python" tab click File > New.
    • Copy and paste the desired script.
    • Go: File > Save, and give appropriate name.
    • Click Execute
    • To see console output: Script > Console
    • To execute the saved version: Script > User > Your Script Name

List of My Python Scripts

Name Related

object_renamer_find_replace.py
object_parent_child_renamer.py
alphabetically_sort_objects.py


Duplicating Objects

copy_object_to_other_objects.py


Spline Related

expand_splines.py
output_spline_points.py
reduce_splines.py
reduce_splines.py
convert_bezier_splines_to_linear.py


See Also