SmartTween and SmartStairs are now free to download.
Check out ‘Smart’ CINEMA 4D Plugins for a list of all ‘Smart’ plugins.
Cheers!
C++ / C# / Py / ECMA … 'My God. It's full of stars!'
SmartTween and SmartStairs are now free to download.
Check out ‘Smart’ CINEMA 4D Plugins for a list of all ‘Smart’ plugins.
Cheers!
New, better, normal.
Looking for a normal map converter?
One that is fast, simple and runs directly in your browser?
Happy normalizing!
The combination of Eclipse and PyDev makes an excellent development environment for coding Cinema 4D python plugins.
Sadly, there was this one – major – feature of PyDev I just couldn’t get to work… completions.
And that was a shame, because this is probably the most awesome feature of PyDev and speeds things up a lot.
Now it’s finally usable! (well… mostly)
Smart PolyChart is a simple CommandData plugin which draws a neat bar chart from the polygon counts of all polygon objects in a scene.
You can download it here – the source is documented.
Just drag it into your /Plugins folder and open it from the ‘Plugins’ menu. The ‘Update’ button refreshes the view, a click on a column will select the corresponding object so you can optimize or remove it to lower the scenes polygon count.
Continue reading
So far we already covered IDE-setup and debugging – new let’s go and actually build something!
This is meant to be a simple template of the most common plugin type in Cinema 4D – the CommandData plugin.
Smart HN-Options is a very simple tool that allows to globally change the parameters of every HyperNURBS object within the scene.
Grab the plugin and source! (Eclipse project files included)
When hunting down glitches, the debugger is the coder’s weapon of choice…
In the last post about coding advanced Python plugins, this vital part was skipped as Cinema 4D’s Python interpreter doesn’t support it.
But fear not – you don’t have to write countless ‘prints’ or fiddle with python’s inspect module just to fix a simple fence post error.
Stepping through breakpoints and browsing your plugins scope… – all this is possible with the PyDev remote debugger.
It’s been a long time… how have you been?
This is going to be another Python/Cinema 4D related post.
While python is great for quickly scripting workflow optimizing tools, prototype stuff or write generators and tags, is it suited for big, complex plugin development?
There are those popular structures we all know and love because they simply look fascinating from every angle – like the Sierpinski triangle, the Pythagoras tree or the Menger sponge.
Generative geometry is one more proof that math is beautiful no matter how basic.
Recently I stumbled upon a new pattern that is also phenomenally simple but produces rather complex shapes – the “Binary Kite”.