Notifications
Clear all

[Closed] ATSCustomDepsOps question

If we use this on currently opened file …

file = (maxFilePath + maxFileName)
newdir = @"c:	emp\project"
fileassets = getMAXFileAssetMetadata file
for a = 1 to fileassets.count do
(
	if doesFileExist (newfile = pathConfig.appendPath newdir (filenameFromPath fileassets[a].filename)) do fileassets[a].filename = newfile
)
setMAXFileAssetMetadata file fileassets
loadMaxFile file quiet:on

… is it posible somehow to force max to update Assets Metadata without reloadind same file?

Page 2 / 2