Jump to content

Filesystem warnings


photo

Recommended Posts

Posted

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?

Posted

Hi Stephane,

Looks like that's an Editor issue and it's trying to read all the files information (even if they are being skipped from mount).

We will try to fix it prior 2.17 update.

Thanks!

How to submit a good bug report
---
FTP server for test scenes and user uploads:

×
×
  • Create New...