Announcements

Between mid-October and November, the content on AREA will be relocated to the Autodesk Community M&E Hub and the Autodesk Community Gallery. Learn more HERE.

Asset Tracking List to File (Text, XML, INI etc...)

Asset Tracking List to File (Text, XML, INI etc...)

blakestone
Collaborator Collaborator
521 Views
3 Replies
Message 1 of 4

Asset Tracking List to File (Text, XML, INI etc...)

blakestone
Collaborator
Collaborator
Is anyone aware of a script or method for extracting all the data from the Asset Tracking to a file such as Text, XML, INI format etc. something which is human readable in notepad?

The information I am after is the files and their locations not the project folders etc. which can be exported as a MXP file.

Thanks,
--------------------------------------------------------------------------------------
Technical 3D Graphic Artist
Autodesk 3dsMax 2015 - Service Pack 4
--------------------------------------------------------------------------------------
0 Likes
522 Views
3 Replies
Replies (3)
Message 2 of 4

Steve_Curley
Mentor
Mentor
Not aware of such a script, but there is a fair amount of Maxscript access to the Asset Tracking so writing such a script should net be too difficult.

Search for ATSOps in the Maxscript help. ATSOps.GetFiles should create an array of all the filenames from which you could create a textual file in whatever format you want.

Max 2016 (SP1/EXT1)
Win7Pro x64 (SP1). i5-3570K @ 4.4GHz, 8Gb Ram, DX11.
nVidia GTX760 (2GB) (Driver 430.86).

0 Likes
Message 3 of 4

PiXeL_MoNKeY
Collaborator
Collaborator
This script uses the ATSOps.GetFiles and dumps the paths to a .txt file.

-Eric

maps2text_100.zip

0 Likes
Message 4 of 4

blakestone
Collaborator
Collaborator
Perfect... thank you kindly!
--------------------------------------------------------------------------------------
Technical 3D Graphic Artist
Autodesk 3dsMax 2015 - Service Pack 4
--------------------------------------------------------------------------------------
0 Likes