Skip to content

jusu/Cinema4D-Helpers

Repository files navigation

Cinema4D-Helpers

Python helpers and examples for Cinema4D.

01 receiving network data

Receive data from an external program thru a UDP socket.

  • Select the python tag on 'Platonic' and fix the sys.path.insert() path to helpers.py

  • Press play on timeline

  • Send some test data to UDP port 16000 using the Max example patch, or a program such as netcat:

      echo position 100 -100 100 | nc -u localhost 16000
    

02 adding keyframes from python

Add keyframes easily with:

helpers.addKey(op.GetObject(), c4d.ID_BASEOBJECT_REL_POSITION)

githalytics.com alpha

About

Python helpers and examples for Cinema4D.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors