Command to gets All Assets of Opened Maya File

Command to gets All Assets of Opened Maya File

Anonymous
Not applicable
677 Views
1 Reply
Message 1 of 2

Command to gets All Assets of Opened Maya File

Anonymous
Not applicable

I am Using Autodesk Maya 2014 in windows 7 . I want to list all Assets which are present in maya file using maya.cmd .

Can anyone help me out to find this  ?

0 Likes
678 Views
1 Reply
Reply (1)
Message 2 of 2

viru.gupta8
Enthusiast
Enthusiast

Do you mean Reference ??

if yes 

cmds.ls(type="reference")

this return all reference list.

0 Likes