[Closed] SoulburnScripts Updated Mar 22nd 2007
Added a new script today, uVPlacer, which lets you modify the positions of selected uvs using a handy dialog box.
All available here:
http://www.neilblevins.com/soulburnscripts/soulburnscripts.htm
Thanks to everyone for your support.
- Neil
Thanks for the script, but I can’t tell what exactly it’s supposed to do. I’ve tried using both the UI and non-UI version, and with and without an UnwrapUVW modifier applied.
When I had an Unwrap modifier selected, I got this error…
>> MAXScript MacroScript Error Exception: – No “”<“” function for undefined <<
on this line…
if uVPU < 0 then value = 0
Can you post up some notes on how it’s meant to be used?
Sure thing. You can find instructions inside the maxscript if you edit it with a text editor:
– Instructions:
– Select a polygonal object, apply a UVWUnwrap modifier to it, edit the uvs
– using the modifier, select some uvs (either in vertex or edge mode). Run the
– UI version of the script, choose whether you want to modify the U or V axis,
– then click in the dialog to place your selected uvs.
At some point I hope to add instructions for all the scripts and include them in either a helpfile or in dropdowns inside each script’s interface, but haven’t had time to do that yet.
I assume you got this result using the nonUI version of the script? Thanks for the find, I’ll have a bugfix for that one in the next update.
- Neil
Ok, posted a new copy of the Soulburn Collection to the website with the uVPlacer fix. To get it, visit the website above.
Also, sat down for the past hour and wrote down quick tutorials for all the scripts. Now when you install the pack it will also install a text file in your help directory that gives very simple instructions on the workings of each script. If anyone finds a script they’d like me to elaborate on in the helpfile, let me know, and I’ll add more details.
- Neil