Notifications
Clear all

[Closed] Make Refence

Hi,

When you duplicate an object as instance, you can in modpanel right click on baseobject and select “Make Reference” in context menu.

How can I access this function in maxscript ?

Basically, I have a set of splines, all referenced each others, each with different modifiers.
With :
maxops.clonenodes myObjects actualNodeList:&fromNodes newNodes:&toNodes
I get a copy of the set, being instanced each other. I then need to ad different modifiers on each one, so I need Make Reference function. The result would be two sets of references, without instancing/referencing between the two sets.

Any idea ?
Thks

1 Reply

Seems this works :

var = maxops.clonenodes myObjects actualNodeList:&fromNodes newNodes:&toNodes cloneType:#instance
InstanceMgr.MakeObjectsUnique myObjects #group