Tagged 'array'

Procedural Array

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

Dome Light

21 votes

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

Dome Light

circleArrayMaker

15 votes

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

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)

Syndicate content