Message 1 of 1
How to get views by importing RVT files with pymxs
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
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' ))