is that possible to add the lineOfAction node in zQuery command? thanks
Hello Tristan, the zQuery command does support lineOfAction, try using following script:
from maya import cmds cmds.zQuery(loa=True)
oh ! so sorry thank you !