how do i print out all the dag nodes in maya and their parameters of it
I have used
import maya.cmds as cmds
cmds.ls(“type=dag”)
1)is this correct? or is there any other way to print out all the dag nodes and their parameters.
- Where can i learn more about maya object model?