Message 1 of 3
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
I am working on skinning some characters but I do a lot of new scenes as part of the workflow. Unfortunately, this means I need to set the textures to on and the gamma to 2.0 every time. I want to make a script to automate this process. I see a modelEditor command that looks like it might help, but it only creates the window inside the script editor when I want it on my main display screen.
My script attempt so far:
cmds.modelEditor(displayTextures=True, gamma=2, displayAppearance='smoothShaded')
Any ideas on how to make it only apply to the standard viewport?
Solved! Go to Solution.