Cloner Pro Figma plugin
What does it do?
Cloner Pro can clone single or multiple objects in Figma in a 2 dimensional array. The scale, position, rotation and color of the clones can be manipulated either using a luma map or a random function.
Array information
x count: Number of clones to be created in the x axis.
x spacing: The center to center spacing between 2 adjacent clones in the x axis.
y count: Number of clones to be created in the y axis.
y spacing: The center to center spacing between 2 adjacent clones in the y axis.
Make note
Careful! You can very easily crash Figma if you use a very big values for x count and y count.
The number of clones and the spacing between them on either axis will determine the aspect ratio of the final outcome.
Clone mode
Iterate: When multiple objects are selected for cloning, clones will be created sequentially in the sequence of selection.
Random: When multiple objects are selected for cloning, clones will be created by picking one of the selected object at random.
Affect
Color: Optionally change the color of the clones based on the luma map and by defining a start and end color.
Affect Scale
Min: The minimum scale factor that will multiply to the original size of the object to get the size of the clone. Negative values are not supported by Figma.
Max: The maximum scale factor that will multiply to the original size of the object to get the size of the clone.
Scale Y: Enable this option to scale the object in the object x-axis.
Scale Y: Enable this option to scale the object in the object y-axis.
Note: Currently scaling on x and y axis will share the same common min and max range. I might give separate range for more flexibility in future.