ScriptSpot

Forum topic · General Scripting

"Make Paths Absolute"

By JezUK · 2022-01-09

Description

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 (1)

This Way

obaida · 2022-01-11


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

* Asset Tracking is slow unfortunately .