
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Apologies if this is the wrong forum for the subject.
I'm currently pulling my hair out. We are currently implementing a command-line driven project manager running on Windows 7.
The project manager on its own is mostly irrelevant to the problem however. What I am trying to do, is launch Maya from the command line, and set the project using the -proj switch. However, Maya currently does nothing with this switch, and simply loads the previous project into Maya.
Running the following command seemingly does nothing useful:
C:\Program Files\Autodesk\Maya2013\bin>maya -proj w:\project_manager\tmp_projec
ts\test_project\
Ideally, I want to be able to call Maya from within our Python app and have it launch directly into a specified project - however this isn't happening right now, and I can't see any valid reason why not.
Any suggestions would be appreciated, thanks.
Solved! Go to Solution.