Sorry, it says "Hide from outliner" but I meant channel box. This will not
hide them from he outliner.

On Tuesday, 24 February 2015, Marcus Ottosson <konstrukt...@gmail.com>
wrote:

> The channel box respects the isHistoricallyInteresting
> <http://help.autodesk.com/cloudhelp/2015/ENU/Maya-Tech-Docs/Nodes/node.html#attrisHistoricallyInteresting>
> attribute.
>
> # Hide from outliner
> cmds.setAttr("myNode.isHistoricallyInteresting", 0)
>
> I can’t remember exactly what the various enums represent, but it’s
> something along the lines of.
>
> 0: Interesting to no one
> 1: Interesting to TDs
> 2: Interesting to Artists
>
> And the UI then reflects this accordingly; i.e. not visualising them in
> the channel box but still returning them as a result of listHistory etc.
>
> Best,
> Marcus​
> ​
>


-- 
*Marcus Ottosson*
konstrukt...@gmail.com

-- 
You received this message because you are subscribed to the Google Groups 
"Python Programming for Autodesk Maya" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to python_inside_maya+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/python_inside_maya/CAFRtmODb5Hx55MQ4T-aa0zaBefhDrmtnC1%2BtSTrKnxf4QSaEiw%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to