ScriptSpot is a diverse online community of artists and developers who come together to find and share scripts that empower their creativity with 3ds Max. Our users come from all parts of the world and work in everything from visual effects to gaming, architecture, students or hobbyists.
Thanks!
Nice one, very usefull.
I recently discovered that you can use unicode in buttonText names, i changed the buttonTexts to "\x2BC8" and "\x2BC7" to get some small arrows as button names.
If the vraycam008 is renamed to vraycam012 how the script jumps from vraycam007 to vraycam012 and then back to vraycam008? The vraycam008 does not exist?
The script collects all cameras in the scene every time when you use it. For example if you have assigned a hotkey to run the script, every time when you use your hotkey it collects the cameras, finds which is the active camera and select the next camera in the list. What you describe is because 3ds Max collects cameras in order of their creation in the scene.
I have updated the script and now it will sort cameras by their names. Download the script from the link above and install it. It will overwrite the previous version, so you can use it right after the installation.
Comments
Thx
Thanks!
Nice one, very usefull.
I recently discovered that you can use unicode in buttonText names, i changed the buttonTexts to "\x2BC8" and "\x2BC7" to get some small arrows as button names.
...
Thank you.
Tools and Scripts for Autodesk 3dsMax
super simple yet super useful
super simple yet super useful - thank you very much!
yes, that's what i meant, it
yes, that's what i meant, it was sorted by creation, it works fine now , thank you
...
If the vraycam008 is renamed to vraycam012 how the script jumps from vraycam007 to vraycam012 and then back to vraycam008? The vraycam008 does not exist?
The script collects all cameras in the scene every time when you use it. For example if you have assigned a hotkey to run the script, every time when you use your hotkey it collects the cameras, finds which is the active camera and select the next camera in the list. What you describe is because 3ds Max collects cameras in order of their creation in the scene.
I have updated the script and now it will sort cameras by their names. Download the script from the link above and install it. It will overwrite the previous version, so you can use it right after the installation.
Tools and Scripts for Autodesk 3dsMax
cycle problem
when some camera is renamed, ex: Vraycam008 to vraycam012, the list is missed up, it jumps from vraycam007 to vraycam012 then go back to vraycam008.