- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hi,
I write a python script to process mocap data with motion builder 2024. I integrate the script in my workflow with mobupy.exe. it works fine when process single file with mobupy.
Now I give it multiple files to process, which just gather all the fbx files in specified folder and process via the script i wrote one by one.
But the situation is, it can only process the first file, than the mobupy.exe process seems freezed. When I use task manager to end the mobupy process, it will continue to execute with the next fbx file.
I try call quit()/exit()/os._exit()/sys.exit() in the last in script, it seems the exit command is ignored, mobupy.exe still exists. While I call the exit commands in origin python.exe, I can exit python.exe successfully.
So how can I exit the mobupy.exe after the motion builder python script executed?
Thanks.
Solved! Go to Solution.