mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-02 08:54:53 +01:00
- maya.cmds.listHistory returns duplicates if multiple nodes have the same node in histor, thus making them unique reduces tons of items continuing through all the commands - cmds.ls(type="renderLayer") now without input nodes. History tends to be so big that calling the command with those nodes as arguments produces a big overhead, simultaneously amount of renderlayers usually tend to be relatively small. So we just get all renderlayers and filter ourselves. - use `fastIteration` flag in Maya 2020+ |
||
|---|---|---|
| .. | ||
| hooks | ||
| hosts | ||
| lib | ||
| modules | ||
| pipeline | ||
| plugins | ||
| resources | ||
| scripts | ||
| settings | ||
| style | ||
| tests | ||
| tools | ||
| vendor | ||
| widgets | ||
| __init__.py | ||
| __main__.py | ||
| action.py | ||
| api.py | ||
| cli.py | ||
| plugin.py | ||
| pype_commands.py | ||
| version.py | ||