Jump to content

Filesystem warnings


photo

Recommended Posts

Hello,

We use mount points configured to ignored some files:

{
    "version": "2.16.1",
    "data_path": "../shared/XR_ASSETS",
    "readonly": false,
    "ignore_filters": [
        ".plastic",
        ".bak",
        ".blend",
        ".blend1",
        "ignore.conf",
        "_plastic-here.py"
    ]
}

But the editor whines every time because there is indeed a file "ignore.conf" and "_plastic_here.py":

FileSystem::addVirtualFile(): can't add "shared_XR_ASSETS/_plastic-here.py" file, it was filtered by mount

FileSystem::addVirtualFile(): can't add "shared_XR_ASSETS/_plastic-here.py" file, it was filtered by mount

FileSystem::addVirtualFile(): can't add "shared_XR_ASSETS/ignore.conf" file, it was filtered by mount

FileSystem::addVirtualFile(): can't add "shared_XR_ASSETS/ignore.conf" file, it was filtered by mount

"ImportGenericStage:: File adding failed. (Source path: I:/wkspaces216/UNG_DEV/data/shared_XR_ASSETS/_plastic-here.py)"

"ImportGenericStage:: File adding failed. (Source path: I:/wkspaces216/UNG_DEV/data/shared_XR_ASSETS/ignore.conf)"

Is this normal? How do we get rid of the useless error/warning?

Link to comment
×
×
  • Create New...