Non-recursive hierarchy iteration
In this article we’ll take a look at how to crawl through a hierarchy of objects in CINEMA 4D, without using a recursion.
Everything related to ObjectData plugins
In this article we’ll take a look at how to crawl through a hierarchy of objects in CINEMA 4D, without using a recursion.
In this article we show a handy function for drawing a spline in the viewport.
Using the NodeData::GetDDescription() we can add, hide or modify elements in the Description of a BaseList2D object. Here we show how to hide (or unhide) an element. This is useful if certain description elements should only be visible if the… Continue Reading
In this article we’ll take a look at how to recursively crawl through a hierarchy of objects in CINEMA 4D. Starting with a very basic and simple function, we will extend the functionality step by step until we have a… Continue Reading