All Projects → nrosenstein-c4d → c4d-nr-toolbox

nrosenstein-c4d / c4d-nr-toolbox

Licence: other
Collection of previously commercial plugins and prototypes.

Programming Languages

C++
36643 projects - #6 most used programming language
c
50402 projects - #5 most used programming language
python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to c4d-nr-toolbox

c4d-aaOcean
aaOcean Shader and Deformer by Amaan Akram, ported to Cinema 4D by Niklas Rosenstein.
Stars: ✭ 24 (+50%)
Mutual labels:  cinema-4d
FlockModifier
A Cinema 4D plugin that implements a flocking/swarming simulation for the C4D standard particle system using a distributed behavioral model.
Stars: ✭ 25 (+56.25%)
Mutual labels:  cinema-4d
c4d-container-object
Isolate rigs in a single object with custom icon.
Stars: ✭ 12 (-25%)
Mutual labels:  cinema-4d
cinema4d py sdk extended
The official Python API examples for Cinema 4D.
Stars: ✭ 95 (+493.75%)
Mutual labels:  cinema-4d
PointProjector
A simple Cinema 4D plugin that non-destructively projects the points of a spline or polygon object on geometry.
Stars: ✭ 20 (+25%)
Mutual labels:  cinema-4d
c4d-prototype-converter
A Cinema 4D plugin to convert plugin prototypes to actual Python plugins.
Stars: ✭ 18 (+12.5%)
Mutual labels:  cinema4d-plugin

c4d-nr-toolbox

This is a collection of Cinema 4D C++ plugins, most of which are prototypes that have not been released before. The collection also includes the TimeHide and SafeFrame plugins which I used to sell on my website.

I chose to open source all of it as I'm no longer planning on a commercial release on any of these.

Contributions are Welcome!

You don't have to code to contribute – donating icons would be pretty cool, too!

Download & Installation Instructions

Check the Releases page for prebuilt binaries. Unzip the appropriate ZIP archive into your Cinema 4D plugins folder.

Documentation

The documentation is a bit lacking -- but at least it should give you a rough overview of what is available in the nr-toolbox.

>> View Full Documentation

Build Instructions

You need the Craftr 4 build system. You will need to update the net.maxon.c4d:release option in build.craftr.toml depending on what version of C4D you want to build for. The list of available releases to build for can be found in the net.maxon.c4d releases.

$ cd /path/to/Cinema4D/plugins
$ git clone https://github.com/NiklasRosenstein/c4d-nr-toolbox.git --recursive
$ cd c4d-nr-toolbox
$ craftr -cb --variant=release

Third party libraries

  • libwebp
  • dlib

Check the LICENSE.txt for license information.

Disclaimer

Most of this is really old code (dating back to 2013 with TeaPresso and the Pr1mitive modules). I've decided to release all my prototypes and previously commercial plugins as a collection and effort to make them compatible with R20.

Note that this is free software, licensed under the MIT license. If something isn't working, or even if the plugin destroys your PC, car or home, it may be my fault, but you can not hold me liable.


Copyright © 2018 Niklas Rosenstein

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].