Auto-import fbx assets without new materials
Hi,
Is there any way to modify the Quick Start Importer to only upload fbx mesh data and ignore embedded materials/textures?
I know a similar function got added to the browser version recently, is there a parameter to do the same via the asset-jobs/import api? I'd like to be able to quickly update large batches of models without manually deleting new unneeded materials.
Something along the lines of
data.append('newMaterials', 'false');
Comments
2 comments
Hey Andrew, if you check out the parameters in the Asset-Jobs import you should see two parameters that may be helpful. Will you let me know if this is what you're looking for?
Perfect, thanks!
Please sign in to leave a comment.