mrProxy Generator v1.0

22 votes
Version: 
1.0
Date Updated: 
01/08/2010
Author Name: 
Andy Alesik

mrProxy Generator v1.0 is a helpful script for creating multiple proxies of selected objects. It automatically names the output files from the selection and can also replace your geometry. The script is free of charge and available for download.
Works with versions 9.x and above. There’s also a video tutorial describing the usage of the script on youtube.

Version Requirement: 
9.x and above
Video URL: 

Comments

Comment viewing options

Select your preferred way to display the comments and click "Save settings" to activate your changes.
dipes's picture

error

this text not working create_file = catched_path + originalSet[i].name as string + "_.mib" in my 3dsmax design 2014

dipesh

fferro's picture

[solved] variable catched_path undefined

Hi andy_alesik,

You have to declare the variable as global before the function that will call it is declared. Like this:
...
global catched_path
function mrproxy_gen = (
...

Thank you again
Fernando

fferro's picture

Hi andy_alesik, Thank you for

Hi andy_alesik,
Thank you for the script.
I've found an error: first time you run it (no variables declared), catched_path is undefined.
Best regards
Fernando

juang3d's picture

caebrasil: The problem there

caebrasil:

The problem there is that catched_path has no value, if you write down your path in the text field manually, than you will bypass the error.

Cheers.

fajar's picture

max 9 ? maybe its support

max 9 ? maybe its support generating proxy, but not render it....

caebrasil's picture

Hi Andy, Thank you for this

Hi Andy, Thank you for this great script! However... it`s not working on 3dsmax Design 2010.

When I execute, appears this message: "No ""+"" function for undefined"

On MAXScript Listener, appears: -- Error occurred in i loop; filename: mrproxy_gen.mcr; position: 521; line: 17

So the problem is in line 17: create_file = catched_path + originalSet[i].name as string + "_.mib"

Do you know how to fix it?
Regards

Waxmodeler's picture

will this work with Max8?

will this work with Max8?
No, I guess not. too bad as I only have Max 8

ARKMARK's picture

Great tanks!

Great tanks!

Comment viewing options

Select your preferred way to display the comments and click "Save settings" to activate your changes.