These plugins were written by me over the years to extend areas of Cinema 4D where i felt the need for extra functionality for my creative endeavors. They are mostly modeling tools and shaders. They are provided free of charge.
As you may know, Cinema 4D Release 20 broke backward compatibility with plugins. The situation is now that most of my plugins require sweeping code modernization to make them compatible. As my interests have extended to other things, and spare time is much less than in the past, my efforts to do said adaptations have been minimal.
However, Insydium released a free bridge which enables older plugins, including some of mine, to work in R20.
Installation: Extract the contents of the zip file into the plugins directory. It exists in two possible locations. One directly in the C4d installation directory. The other one is in the user data directory as shown in C4d's preferences dialog. Either can be used.
C4d | File | Notes |
21 | Atmosphere_R21_2020-04-12.zip | Win, Mac, Atomsphere shader only |
20 | Atmosphere_R20_2019-01-10.zip | Win, Mac, Atomsphere shader only |
13 - 19 | plugins_dist_2016-12-03.zip | Win, Mac, 32/64 Bit |
13 - 19 | plugins_dist_2015-09-18.zip | Win, Mac, 32/64 Bit |
12.0 | plugins_dist_2011-01-26_R120.zip | Win, Mac, 32/64 Bit |
11.5 | plugins_dist_2011-02-20_R115.zip | Win, Mac, 32/64 Bit |
11.0 | plugins_dist_2011-02-20_R110.zip | Win, Mac, 32/64 Bit |
10.0 | plugins_dist_2010-10-13_R098.zip | Win (32/64 Bit), Mac (PPC/x86 32 Bit) |
9.6 | plugins_old_R9_120110.zip | Win (x86 32 Bit), Mac (PPC/x86 32 Bit) |
UVtoObject | Generates polygon objects from uv maps. Use polygon modeling tools on UVs! |
CopyPastePolys | Provides Copy/Paste capability for polygons |
Smooth | Powerful mesh smoothing plugin. Comes as deformer and dialog based |
Point Collapse Tool | Tool plugin to merge two mesh point together |
Transform | Transform tool inspired by Photoshop |
Duplicate Object | Minimalistic generator to make multiple copies of objects |
Noise Deformer | Deforms objects based on noise functions |
SplineConnector | Generator which gathers child splines into a single one |
SplineNoiseDeformer | Deforms splines in perpendicular direction based on noises |
UV Deformer | Place objects on surfaces via uv maps |
Atmosphere Shader | Physical atmosphere material. |
Cellular Shader | Renders cellular noise functions |
Extended Starfield | Very customizable 2d starfield shader |
ThingsOnSurface Shader | Renders randomly distributed brush stamps |
Time Shift | Changes the time value for the evaluation of shaders |
Simple Colormap | Post effect color mapping plugin |
UVtoObject |
Edit UV-maps as polygon objects! Simplifies manual packing of multi-object atlases.
![]() Link to UVtoObject pictured guide Quick GuideSelect a couple of objects. Call the UV to Object command. Now you should have a new group of objects. Each of the children represents the UVs of the respective original object. The meshes are automatically synchronized with the UVs of the original object. This works both ways. You can edit the UVs and the changes will be reflected on the object representation. Likewise you can edit the objects and the changes will be reflected in the original UVs. You are allowed to (dis)connect polygons, and move points around. But the number of polygons must remain the same as in the original. If case of a mismatch, the automatic transfer to the original UV-tag is stopped and a warning is printed in the UVtoObject Tag Gui. In the UVtoObject Dialog: Width and height determine the size in world space. Match their aspect ratio with your texture for non-distorted display! "Equalize Islands" resizes islands to have all the identical uv-area to polygon-area ratio. Furthermore there are options to create a camera that is useful for making a rendering of the UVs. The cell shading post effect is great for that! Then there is the option to create a background plane to put your texture on. Fun stuff: you can multi-select objects and create atlases easily. Basically that is the whole point of this plugin, beside the having the better usability of the normal polygon modeling tools of course. |
CopyPastePolys |
This plugin provides copy/paste commands for polygons. You can
copy polys from one object and paste them into others. It preserves
Selection Tags, UVW Coordinates, HN Weighting, and VertexMaps, in
the sense that data from these tags is pasted into matching tags
Tags of the same type with the same name.
![]() |
Smooth |
A mesh smoothing plugin implementing several variants of the discrete Laplacian on triangulated surfaces. Available as deformer and command plugin. Just put the deformer under a polygon object to make it smooth. It supports restriction and weighting by vertex maps and it also supports the falloffs that were introduced with Mograph. It can be quite useful for CA to reduce unwanted deformation artifacts from bones. ![]() The dialog variant supports smoothing of vertex maps! So, if a vertex map is selected, it will be smoothed instead of the selected object. The amount parameter controls the strength of smoothing. It corresponds to a single time step of the solution of the curvature diffusion equation. Large amounts (steps) can be used at the cost of accuracy with respect to the continuous time solution. For more accurate results, the number of time steps taken can be adjusted. 1 is most often good enough, but if you need extremely strong smoothing you might need more iterations and smaller steps. The Squared Operator option makes smooth transitions to non-smoothened areas (can sometimes produced odd results though). The different operator types select various approximations to the continuous Laplace operator. Pick one that works best. The implementation is based on the paper by Desbrun, M., "Implicit Fairing of Irregular Meshes using Diffusion and Curvature Flow", Proceedings of SIGGRAPH 99. Furthermore, the plugin registers a new cone-shaped falloff type. It can create smooth transitions at the interface of its influence region. It was originally developed for character animation - to mark "problematic" regions for smoothing. |
Point Collapse Tool |
With this tool you can quickly melt two points together. The recent version (as of 10/02/2014) also merges corresponding UV points. This makes it still useful and much needed. Otherwise it is superseded by the build-in Stitch and Sew function. ![]() |
Transform |
![]()
![]() |
Duplicate Object |
This is a minimalistic "duplicate" generator. It moves cloned objects along a fixed vector, and/or rotates them around it's own y-axis. That's all :) ![]() |
Noise Deformer |
A simple noise deformation modifier.
![]() ![]() |
SplineConnector |
![]()
![]() |
SplineNoiseDeformer |
![]()
![]() |
UV Deformer |
This is a generator object actually. It can map objects from an area which represents uv space to the surface of the respective object. The object used to define the mapping must a UVW Map. There are no other restrictions. It works with primitives, uv mapped polygon objects, subdivision surfaces, deformed objects, animated objects or any generator objects which generates geometry with UVW Tags attached. To use a object it can either be put as first child under the UV Deformer or referred to by a link. The mapping of the input objects can be done point by point or by translation/rotation/scaling of the whole object. The output consists of polygonized objects or clones respectively. Splines also work, in which case line objects are generated. There are various options to control the details of the mapping procedure. There is no description of these. Example scenes are available though. Known issues: C4d R11 seems to have broken the handling of generator objects as map. Often they won't be recognized and the UV Deformer will do nothing. Turning the generator check mark off/on makes it work temporarily. |
Atmosphere Shader |
||||||||||||
This is a plugin material to simulate light scattering in the atmosphere. It is primarily intended for views from space. It can also handle views close to the ground and will produce acceptable sky colors and aerial perspective. But it does this quite inefficiently.
Credits: Inspired by the work of Bruneton et al. http://www-evasion.imag.fr/people/Eric.Bruneton/. Textures are from http://www.shadedrelief.com/natural3/index.html (modified) |
Cellular Shader |
![]() ![]() |
Extended Starfield |
![]() This is a shader plugin to render star field backgrounds for space scenes. It is similar to the build-in star field shader but with a lot of options. Basic usage: The maximum diameter of the stars is set as pixels in screen space. The distance between the stars is set by the UV-Spacing parameter. That means the distance is measured in UV space. You will need to adjust this spacing when you change your mapping parameters. Furthermore the shader cannot handle arbitrarily large stars. Their diameter may not exceed the spacing in between them. Keep in mind though that the respective parameters are measured in different spaces. There are channels for auxiliary shaders to determine the spatial density distribution of stars (Density Map), and their brightness distribution (Intensity Map). In addition the brightness can be controlled by probability distribution functions (Intensity PDF/Dark Intensity PDF) which determine the probability that a star has a certain brightness. The Dark Intensity PDF is used when an spatial intensity map is set. The final brightness is interpolated between the values picked from the Intensity/Dark Intensity PDFs. Analogously you can set a probability distribution for the star size. Link Size to Intensity means that bright stars are also large and vice versa. |
ThingsOnSurface Shader |
![]()
![]() The file for download also contains the scene files to both of these images. |
Time Shift |
This is a shader plugin to change the time value for the evaluation of another shader. The main purpose of this plugin is to be able to use the same animated texture several times, at different times without having to create a lot of copies of virtually the same material. ![]() The evaluation time is determined by an offset from the current time and this offset is determined by a user data entry in the respective texture tag. The timeshift shader has the parameter "Data Name" to determine from which user data the offset is taken. Demo scene: timeshift.zip (timermovie.c4d just generates a movie texture which timeshift.c4d uses). |
Simple Colormap |
![]() This is a videopost plugin for color mapping. It works analogous to Cinema 4Ds native color mapping effect but with different parameters. The reason for its development is simplicity, in comparison to the native effect. If Boot Low Intensities is off, the mapping is defined as 1-exp(-Exposure*L), where L is the original pixel intensity. If Boost Low Intensities is on, a piece of a gamma correction curve (with gamma=2.2) is used for low intensities. If Use HSV is on, the pixel color is first converted to HSV and the mapping applied to the V component, otherwise the mapping is applied to individual RGB channels. The 0.->, 1.0 -> etc. fields are there to show the result for specific intensity values. |
Terms of use: Do not distribute without my permission. Use at your own risk. I am not accountable for damage done by it. I also do not claim it to be fit for any particular purpose.