Message 1 of 3
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
the viewport like this: 3 objects, 1 selected(the green one).
my code:
cmds.isolateSelect("modelPanel4",state=True)
cmds.isolateSelect("modelPanel4",aso=True)
cmds.ogsRender(h=512, w=512, cv=True, ems=True)
When I execute them one by one, the result is as expected.
When I execute them together, isolate becomes invalid.
why??
Solved! Go to Solution.