Skip to content

Collection of previously commercial plugins and prototypes.

License

Notifications You must be signed in to change notification settings

nrosenstein-c4d/c4d-nr-toolbox

Repository files navigation

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