All Projects → PluginCafe → cinema4d_py_sdk_extended

PluginCafe / cinema4d_py_sdk_extended

Licence: Apache-2.0 license
The official Python API examples for Cinema 4D.

Programming Languages

python
139335 projects - #7 most used programming language
ReScript
86 projects
c
50402 projects - #5 most used programming language

Projects that are alternatives of or similar to cinema4d py sdk extended

FlockModifier
A Cinema 4D plugin that implements a flocking/swarming simulation for the C4D standard particle system using a distributed behavioral model.
Stars: ✭ 25 (-73.68%)
Mutual labels:  cinema-4d, cinema-4d-plugin
PointProjector
A simple Cinema 4D plugin that non-destructively projects the points of a spline or polygon object on geometry.
Stars: ✭ 20 (-78.95%)
Mutual labels:  cinema-4d, cinema-4d-plugin
c4d-container-object
Isolate rigs in a single object with custom icon.
Stars: ✭ 12 (-87.37%)
Mutual labels:  cinema-4d, cinema-4d-plugin
odak
🔬 Scientific computing library for optics 🔭, computer graphics 💻 and visual perception 👀
Stars: ✭ 99 (+4.21%)
Mutual labels:  computer-graphics
photon mapping
minimal but extensible header only implementation of photon mapping in C++
Stars: ✭ 65 (-31.58%)
Mutual labels:  computer-graphics
platonicgan
Escaping Plato’s Cave: 3D Shape from Adversarial Rendering [ICCV 2019]
Stars: ✭ 40 (-57.89%)
Mutual labels:  computer-graphics
DeepSIM
Official PyTorch implementation of the paper: "DeepSIM: Image Shape Manipulation from a Single Augmented Training Sample" (ICCV 2021 Oral)
Stars: ✭ 389 (+309.47%)
Mutual labels:  computer-graphics
CycleGAN-gluon-mxnet
this repo attemps to reproduce Unpaired Image-to-Image Translation using Cycle-Consistent Adversarial Networks(CycleGAN) use gluon reimplementation
Stars: ✭ 31 (-67.37%)
Mutual labels:  computer-graphics
ST-CGAN
Dataset and Code for our CVPR'18 paper ST-CGAN: "Stacked Conditional Generative Adversarial Networks for Jointly Learning Shadow Detection and Shadow Removal"
Stars: ✭ 64 (-32.63%)
Mutual labels:  computer-graphics
Volume-Unity-Plugin
A Unity3D plugin for rendering Volume assets
Stars: ✭ 68 (-28.42%)
Mutual labels:  computer-graphics
FunMirrors
This is a fun project I created to motivate computer vision enthusiasts and to highlight the importance of understanding fundamental concepts related to image formation in a camera.
Stars: ✭ 43 (-54.74%)
Mutual labels:  computer-graphics
SymmetricRL
Repo for "On Learning Symmetric Locomotion"
Stars: ✭ 30 (-68.42%)
Mutual labels:  computer-graphics
computer-vision-notebooks
👁️ An authorial set of fundamental Python recipes on Computer Vision and Digital Image Processing.
Stars: ✭ 89 (-6.32%)
Mutual labels:  computer-graphics
Multimodal-Shape-Completion
code for our ECCV 2020 spotlight paper "Multimodal Shape Completion via Conditional Generative Adversarial Networks"
Stars: ✭ 73 (-23.16%)
Mutual labels:  computer-graphics
chainer-pix2pix
Chainer implementation for Image-to-Image Translation Using Conditional Adversarial Networks
Stars: ✭ 40 (-57.89%)
Mutual labels:  computer-graphics
unity-raymarcher
Real-time ray marching shaders in Unity
Stars: ✭ 28 (-70.53%)
Mutual labels:  computer-graphics
Exploring-SceneKit
👾 An app created to explorer the features of SceneKit iOS framework. Assets load (Model I/O), interaction, animation, classical rendering (Blinn-Phong), physically based rendering.
Stars: ✭ 52 (-45.26%)
Mutual labels:  computer-graphics
mesh-deform
🍭 Physically plausible interactive 3D mesh deformation based on as rigid as possible constraints.
Stars: ✭ 67 (-29.47%)
Mutual labels:  computer-graphics
weekend-raytracer-zig
A Zig implementation of the "Ray Tracing in One Weekend" book
Stars: ✭ 74 (-22.11%)
Mutual labels:  computer-graphics
ALIGNet
code to train a neural network to align pairs of shapes without needing ground truth warps for supervision
Stars: ✭ 58 (-38.95%)
Mutual labels:  computer-graphics

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.

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.

Additional developer support is provided on the Plugin Café support forum. This forum is also used to report feedbacks and issues about the documentation.

For more information about developer support see How to get Support.

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.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].