Tagged 'array'

Multi-Dimensional Array Support

15 votes

A set of functions that let you work with multi-dimensional arrays of any size/shape in maxscript.

It works by using 2 variables to represent a multi-dimensional array.
Lets call them:

JMIMdat = #(5,5,5,10)
JMIMarr = #(...)

JMIMdat:
Is an array holding the slot dimensions of your multi-dimensional array.
In this case, it is a 4 dimensional array.

JMIMarr:
Is the corresponding array to be treated as a multidimensional array.
JMIMarr.count = (5x5x5x10)

Speed Circular Array

18 votes

Rollout Interface

Speed Circular Array v1.0.ms

Speed Circular Array allows the user
to quickly array objects, such as chairs,
around others, such as tables.

Really it does the picking of object
transform centres for you, and then the
rotational array you would have done
by hand is automated.

circleArrayMaker

15 votes

Similar to array, but always rotates your objects to make a complete circle.