How to get views by importing RVT files with pymxs

Viewed 18

This is my code,The question is on the fourth line

from pymxs import runtime as mxs

file_path =...

fbx_path=...

mxs.loadMaxFile(file_path , view = '{VIEW }' ) # view = '{}' This method is wrong

mxs.exportFile(fbx_path , mxs.name ( 'noPrompt' ))

mxs.resetMaxFile(mxs.Name( 'noPrompt' ))

0 Answers
Related