Issues.00047 - lordmundi/wikidoctest GitHub Wiki

00047: model AUTOUPDATE can cause access to "/users/vr"

« 00046 | Issues | 00048 »

Summary: model AUTOUPDATE can cause access to "/users/vr"

Created: 2007–07–11 16:18

Status: Not an Issue

Category: Request

From: frankie

Version: 1.0

Description:
the autoupdate feature for models in the cache can cause DOUG to try and access "/users/vr" to look for models. This is normally not an issue, but can cause issues if people are using automount in "/users".


Comments

This is inherit to the functionality of autoupdate. If a user adds a model to the scene, DOUG will load it, optimize it, and put it into the cache. If this model file is updated, autoupdate will detect the change and update the cache (this file is normally called "cache/eng_graph.update", so if you have problems with model changes not being loaded in the scene, you can delete this file and re-run to rebuild it).

Since the autoupdater must have a path to the file, this cannot be changed. If the file doesn't exist, it continues gracefully. The problem only exists if someone is using automount on "/users" and "/users/vr" doesn't exist. If this happens to occur in your network, workaround it by making the "/users/vr" directory so satisfy the automount. — frankie July 11, 2007, at 04:26 PM


« 00046 | Issues | 00048 »

Associated Commits