LSCMUnwrap

After seeing the max8 peltmapping vids - and doing a bit research on
the topic - I found that wings3d and blender already have nice
automatic unwrappers - using the same technique called LSCM. This
maxscript/plugin combo implements the technique based on blender3d. It
allows the user to mark edges as uv seams and run the automatic unwrap.
- mark edges on EPoly
- display the custom marked edges in viewport (with or without depth-testing)
- the unwrapper takes poly area into account and scales uv-charts to a common texel/unit ratio.
- can work only on selected uv faces
- can lock selected uv vertices
USAGE:
Within editable poly modifier you select edges and mark them as seams -
either using the 'LSCM Central' or the other macroscripts. After that
you run the UNWRAP in 'LSCM Central'
---------------------
NOTE:
- It only works on editable poly
- The plugin was tested under (max 5.1, 8, 9-32, 2009-32)
- 64 bit is untested but included
---------------------
INSTALL:
copy stdplugs to your max folder
copy the proper plugin to your max/plugins folder
execute the mcr script once (it will install itself permanently then)
To make use of it you need to link its actions via "Customize"
Go to "Customize->Customize User Interface"
you will then find the proper macroscripts in the
'CrazyButcher' category
Check readme.txt for more infos !!
---------------------
last change:
1.0 contains 2009 support and a bugfix:
The unwrap editor window had to be closed and re-opened to show proper mesh (sometimes it showed garbage although internally everything was correct). This is fixed now.

hello, i would like to know
hello,
i would like to know if it's possible to recompiled this script for 64bits !!!
problem, i'not a developer.
please help me
it is possible, I just dont
it is possible, I just dont have the resources for it. the source comes with the download, so anyone who is capable could do it.
I just did a 64-bit compile
I just did a 64-bit compile and it ships with the package (untested, but another plugin I did for 64 bit recently worked as well)
www.luxinia.de - Lua - scriptable 3d engine
wow, i m gonna give a try on
wow, i m gonna give a try on this script. thnkz!