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.
Script
mrProxy Generator v1.0
By andy_alesik · Credited author: Andy Alesik · 2010-01-09
- Version
- 1.0
- Version requirement
- 9.x and above
- Date updated
- 2010-01-08
- Votes
- 22
- Homepage
- www.alesik.de
- Download
- Download
Description
Videos
Tags: Proxy, mr proxies, mrproxy, proxies
Comments (8)
[solved] variable catched_path undefined
fferro · 2012-08-25
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 · 2012-08-25
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 · 2010-05-28
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 · 2010-05-28
max 9 ? maybe its support generating proxy, but not render it....
caebrasil · 2010-05-27
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
error
dipes · 2017-03-17
this text not working create_file = catched_path + originalSet[i].name as string + "_.mib" in my 3dsmax design 2014
Waxmodeler · 2010-02-23
will this work with Max8?
No, I guess not. too bad as I only have Max 8
ARKMARK · 2010-01-16
Great tanks!