Sometimes you may want to control a parameter of a specific clone in Mograph. This technique shows a simple usage of Formula Fields.
Python
"" Control the second object in cloner (Fracture, Voronoi Fracture and etc.)
id=1
"" If you want to control multiple clones such as 1 and 3 you can use OR or || with brackets
(id=1) || (id=2)

Here we are using multiple Formula Fields for each object.


Note that ID values start with 0. In this example, they go: 0, 1, 2, and 3.
This setup would work with any Mograph, such as Cloner.


