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.
I don't know what you expecting from the script but it works with Corona Cameras. Create several Corona cameras in your scene, set one of them as active, open maxscript listener and run the script. In the maxscript listener you will see the name of the active camera.
Comments
this works though...
(
curcam = try(getActiveCamera()) catch()
if curcam != undefined do select curcam
)
.
Tools and Scripts for Autodesk 3dsMax
this does not work: ( if
this does not work:
(
if viewport.getType() == #view_camera do
activeCam = getActiveCamera()
)
i was lookng for something that works with corona...
.
I don't know what you expecting from the script but it works with Corona Cameras. Create several Corona cameras in your scene, set one of them as active, open maxscript listener and run the script. In the maxscript listener you will see the name of the active camera.
Tools and Scripts for Autodesk 3dsMax