Message 1 of 3
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hi all,
I tried to set "Use Outliner Color", "Hidden In Outliner" and "Outliner Color" with commands like this:
import maya.cmds as cmds
cmds.setAttr('pSphere1.useOutlinerColor', True)
cmds.setAttr('pSphere1.hiddenInOutliner', True)
cmds.setAttr('pSphere1.outlinerColor', 0.1, 0.5, 0.7, 'float3')
but it doesn't work at all. The most strange thing is I don't get any mel command feedback when toggling these options. Is this a bug ?
Solved! Go to Solution.