Notifications
Clear all
[Closed] create mirror (keep instance) for an object
Aug 30, 2017 12:06 pm
is there any way to create mirror and keep instance for an object using maxscript?
2 Replies
Aug 30, 2017 12:06 pm
Hello there,
Here is one way:
mapped fn copyMirror obj offset:[0,0,0] suffix:"_mirroredReference" =
(
result = false
if isValidNode obj do (result = reference obj;addModifier result mirror();result.pos += offset; result.name += suffix)
result
)
Enjoy,
har1sf0x
1 Reply