array

Dome Light

4
votes

Create sphere array of lights to simulate GI for fast rendering.

Dome Light

circleArrayMaker

4
votes

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

Procedural Array

6
votes

Instructions:

This script allows you to create procedural arrays which stay editable
even after you close and reopen the file. The array objects are linked to
a parent helper which you can transform to your liking while still keeping
array qualities. This is great for creating tiles or roofs where you place the array first and still want to tweak the distance between its elements.

Multi-Dimensional Array Support

1
vote

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

5
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.

Syndicate content