Notifications
Clear all

[Closed] [MaxScript][Noob Question]Custom collection

Hello there!
How do I create custom collection of objects?

For example I have an array of objects. How do I make a collection from it?

Tried:

myCollection = for obj in myArray collect obj

But it returns array instead.
How to do this properly?

1 Reply

array is kind of collection too…

or what you mean is

objects as array 

I dont know by what you mean “custom collection mean”? object that had custom prop, specific class or…?