Page 1 of 1

is it possible to replace scattered instances by mxproxies?

Posted: Tue Mar 29, 2011 1:29 pm
by numerobis
since it's nearly impossible for me to select scattered mxproxies directly in the viewport i thought of first scattering a set of instances of an object and replace them later by mxproxies after they have been properly positioned.
is there a function in max to replace instances by mxproxies?

Re: is it possible to replace scattered instances by mxproxi

Posted: Tue Mar 29, 2011 1:52 pm
by Bogdan Coroi
What modifier or method are you using to scatter the objects? Maybe I can help you with a script that does the job.

Re: is it possible to replace scattered instances by mxproxi

Posted: Tue Mar 29, 2011 3:08 pm
by numerobis
i use advanced painter (http://www.scriptspot.com/3ds-max/scrip ... ed-painter),
but the problem is that it is not very precise in following the borders of a given face (with bigger grass patches), so i have to correct this manually.

Re: is it possible to replace scattered instances by mxproxi

Posted: Tue Mar 29, 2011 4:24 pm
by JTB
Check this too...
http://www.maxwellrender.com/forum/view ... 00&t=36462
It seems that scatter command in MAX turns the MWproxy to an editable mesh and all you get is a box...
With Crowd command you don't have such problems and I think the result is much better and editable.

Re: is it possible to replace scattered instances by mxproxi

Posted: Tue Mar 29, 2011 4:40 pm
by Fernando Tella
I use 3dsmax proxys for trees. I have one hi-poly version and one low-poly. Insert the hi-poly as xref object and exchange with the low-poly through modify panel. Save the file as proxy version and merge whenever I need it. Then paint it with Advance Painter.

Re: is it possible to replace scattered instances by mxproxi

Posted: Sat Apr 02, 2011 10:45 am
by Jan
You can use this script to do it. Please notice that it's made for internal use, so there's poor interface, poor error control, etc, so save your scene before use it.

You must select only one instance.
The script: proxy_replace.zip

A small video showing the process: mwproxy.mp4

Feel free to improve it as you want

Regards

Re: is it possible to replace scattered instances by mxproxi

Posted: Sat Apr 02, 2011 1:58 pm
by Fernando Tella
Cool Jan! Easy solutions, as always. :D

Re: is it possible to replace scattered instances by mxproxi

Posted: Sat Apr 02, 2011 2:12 pm
by numerobis
thank you all!
and thanks Jan for the script! i'll try it :D

i have found another one that works quite good. The objectReplacer from the soulburnScripts collection (http://www.neilblevins.com/soulburnscri ... cripts.htm)
But for all these replacing actions you need three versions for every object - the original, the mxproy and a low poly dummy... if you only have one or two different objects this is ok, but with more objects it gets confusing...

So the better way would be, if we could get selectable proxys. :roll: