Message 1 of 5
Copy an existing Modifier
Not applicable
12-20-2011
10:31 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
I've been searching around for this answer but can't seem to find one.
This comes from the maxscript DOCS:
"Is there a function for copying a modifier and then pasting an instance of it onto the same object?"
So the example in the maxscript help Doc which follows does explain how to "add a NEW modifier" to a bunch of objects as instances.
However, it doesn't explain the answer to the Original Question. "Copying a modifier then pasting as an instance".
The example goes on about adding a NEW modifier to others as instance. Not really "Copying a Modifier" and applying that "Copied" modifier as an instance to other objects.
So if I have an object that already has a "BEND" modifier applied and all the settings and so on are setup and ready. Why can't I just "Copy" and "Paste Instanced" to another selection.
I can do this function manually in 3dsmax by "Right-Clicking" on the current modifier in the stack and select "Copy" then on another object in the modifier stack "Right-Click" "Paste Instanced".
I'd like to know how to do that via maxscript.
Can this even be done?
I hope this makes sense.
Thanks
This comes from the maxscript DOCS:
"Is there a function for copying a modifier and then pasting an instance of it onto the same object?"
So the example in the maxscript help Doc which follows does explain how to "add a NEW modifier" to a bunch of objects as instances.
However, it doesn't explain the answer to the Original Question. "Copying a modifier then pasting as an instance".
The example goes on about adding a NEW modifier to others as instance. Not really "Copying a Modifier" and applying that "Copied" modifier as an instance to other objects.
So if I have an object that already has a "BEND" modifier applied and all the settings and so on are setup and ready. Why can't I just "Copy" and "Paste Instanced" to another selection.
I can do this function manually in 3dsmax by "Right-Clicking" on the current modifier in the stack and select "Copy" then on another object in the modifier stack "Right-Click" "Paste Instanced".
I'd like to know how to do that via maxscript.
Can this even be done?
I hope this makes sense.
Thanks