Main Page Contents

Nebula2 3DS Max Expose Commands Reference

@section NMaxExposeRefCommands Commands

All nmaxexpose commands can be tested on maxscript listener. You can find it where Utility Command Panel > MaxScript > Open Listener menu in 3DSMax.

Note:
There's no way to execute call command with no argument even the command does not have any arguments. You should provide empty array in that case.

example:
    call ".saveas" "foo.n2"
    call "/usr/entity.saveas" "foo.n2"
    call ".getcmds" #()