anyone know if there is going to be an update for uvtools3 by andy oakley. They load in max 8 but don't actually work. throws up loads of script errors
Hmm, but those tools are already in the default UI, no? Copy/Paste (hotkeyable), and the Rotate buttons.
The rotate 90 CW and CCW buttons weren't in the CUI keyboard list for some stupid reason, so I made a couple quickie scripts and assigned them to my keys...
the point with uvtools is that you don't have to add the uv unwrap modifier, just click on the poly, copy and paste or rotate etc, just found them very handy.
Replies
The rotate 90 CW and CCW buttons weren't in the CUI keyboard list for some stupid reason, so I made a couple quickie scripts and assigned them to my keys...
(
unwrapMod = modpanel.getcurrentobject()
unwrapMod.RotateSelectedCenter 1.5708
)
(
unwrapMod = modpanel.getcurrentobject()
unwrapMod.RotateSelectedCenter -1.5708
)
Maybe not what you want. But I like it since I don't have to load a memory-hogging set of totally-unused scripts.