Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/PluginCafe/cinema4d_py_sdk_extended
The official Python API examples for Cinema 4D.
https://github.com/PluginCafe/cinema4d_py_sdk_extended
cinema-4d cinema-4d-plugin computer-graphics maxon-computer python
Last synced: 3 months ago
JSON representation
The official Python API examples for Cinema 4D.
- Host: GitHub
- URL: https://github.com/PluginCafe/cinema4d_py_sdk_extended
- Owner: PluginCafe
- License: apache-2.0
- Created: 2019-09-03T08:41:00.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2024-07-21T20:31:42.000Z (4 months ago)
- Last Synced: 2024-07-21T22:06:06.846Z (3 months ago)
- Topics: cinema-4d, cinema-4d-plugin, computer-graphics, maxon-computer, python
- Language: Python
- Homepage: https://developers.maxon.net
- Size: 3.56 MB
- Stars: 128
- Watchers: 24
- Forks: 36
- Open Issues: 5
-
Metadata Files:
- Readme: readme.md
- License: LICENSE
Awesome Lists containing this project
README
# The official Cinema 4D Python examples
## Introduction
This repository contains plugins, scripts and scene files which demonstrates the use of Python in different contexts of Cinema 4D.
## Versioning
The version marked in the filename/folder, describe the minimal version needed e.g. file_r17.py means the script/plugin/scene work from R17 (included) to the current available Cinema 4D version.
To retrieve a Python SDK example sets matching a Cinema 4D release, use [Github Releases](https://github.com/PluginCafe/cinema4d_py_sdk_extended/releases).
## Plugins
This folder contains plugins that should be placed in the plugin folder.
## Scenes
This folder contains scenes which embed Python usage in a different context.
## Scripts
This folder contains scripts that should be used in the Script Manager.
## Support
Plugin developers find all resources on the [Development Support blog](https://developers.maxon.net).
Additional developer support is provided on the [Plugin Café support forum](https://plugincafe.maxon.net/). This forum is also used to report feedbacks and issues about the documentation.
For more information about developer support see [How to get Support](https://developers.maxon.net/?page_id=3001).
If your project is under NDA, or you need to address the support team directly, please email [email protected] for further assistance.
## License
Codes provided in this github repository is under the Apache 2.0 License. See [License](LICENSE).