"Make Paths Absolute"

In the Asset Tracking Dialog box there is a "Make Paths Absolute" option for selected assets in a 3DS Max scene.

Is there anyway to make this the default for all assets so that I don't need to go into this dialog box for every project?

If so, could someone please help me to code this?

Many thanks.

Comments

Comment viewing options

Select your preferred way to display the comments and click "Save settings" to activate your changes.
obaida's picture

This Way

(
	ATSOps.GetFiles &FileList
	ATSOps.SelectFiles FileList
	ATSOps.ResolveSelectionToAbsolute()
)

* Asset Tracking is slow unfortunately .

Comment viewing options

Select your preferred way to display the comments and click "Save settings" to activate your changes.