Functional
This mod adds a button to the edit tab in the editor that places copies of the selected objects, varying position, rotation, scale and HSV by any formula depending on t
. This allows you to precisely place objects.
Supported operations
+
,-
,*
,/
,**
(pow)random()
cos(...)
,sin(...)
,tan(...)
(arguments are in degrees or in radians)acos(...)
,asin(...)
,atan(...)
(results are in degrees or in radians)sqrt(...)
,cbrt(...)
exp(...)
,ln(...)
,log10(...)
,log2(...)
cosh(...)
,sinh(...)
,tanh(...)
abs(...)
,sgn(...)
round(...)
,floor(...)
,ceil(...)
min(..., ...)
,max(..., ...)
Issues
If you encounter any bug, please report it on the Discord server or create an issue on Github.
Credits
This mod is based on matcool's Circle Tool, although almost every part of the code has been modified in some way and the core logic has been completely rewritten.