Tagged Questions

0
votes
1answer
100 views

Is there a way to return a dotNetObject value from a custom 3ds Max plugin?

I have a custom plugin for 3ds Max that interfaces with some managed code on the back end. In some circumstances, I'd like to forward along a managed object to MAXScript for direct interaction, i.e. …
1
vote
1answer
260 views

How do I change the FOV of the 3dsmax perspective window programattically through Maxscript?

I need to access the FOV property of the Perspective viewport. This is not the same as the FOV property associated with target and free cameras. To access the FOV property non-programatically, right …