Python/C4DSDK
From ThirdPartyWiki
Contents |
Overview of Python/C4D SDK
For R14
* Full Cinema 4D R14 Python API Documentation
For R13
* Full Cinema 4D R13 Python API Documentation
* Getting active objects * BaseContainer/Container in Python * Python Object Iteration * Creating Objects in Python * edit render data/set resolution in Python * Python Gui example
Resources
English
- Python.org Official page
- Python documentation - Official Python documentation
- Python Recipes - Useful cookbook
- Performance Tips - Useful tips and tricks to improve performance
- Zone.effbot List of programming patterns and common topic of Python
- com.lang.group Newsgroup. Very helpful
- PEP 8 Style Guide - Coding conventions for Python code
- Dive into Python Free eBook
- Byte of Python Free eBook
- An optimization anecdote Tips for optimizations
- Python Cookbook Most recommended cookbook for Python //check Google Books for a preview
- Cookbook Blender #Python Cookbook Even not same API, but great solutions for problems solved with Python
- Blender #Optimize Python Even not same API, but great tips to optimize your Python code
- Python Quick Reference Handout
German
- Python-Forum Great Python forum
- GalileoComputing Python eBook Free eBook
- Thomas Guettler - Very good overview of Python [verified]
- comp.lang.group Newsgroup: Very helpful, also for beginner questions.
- Byte of Python eBook - Deutsche Übersetzung