Hello,
I am trying to see if there is a way to add a scene (I guess it would be similar for assets) in the "Saved Files/Local User" category of the Smart Content in DS 4.9? The scene is saved by script using App.getAssetIOMgr().doSaveWithOptions
I was trying to find a command in App.getContentMgr() but without success.
Then I told to myself it may not be in the Content Manager since these files may not be in any content library. So I looked at the "App" level to see what I could find, but I don't manage to see anything inspiring me the right way. I was looking for something like "App.getSmartContentMgr" but there is no such element. Maybe the App.getAssetIOMgr?
Anyone having an idea on the subject?
This should be possible because if you save a new scene "the classical way" this is automatically done, so this should also be possible to do it when a scene is saved by script with doSaveWithOptions() too.