![]() |
#1
|
|||
|
|||
Adding to Vizard's search path
I would like to add certain (networked) directories to the default vizard search path so that new animations and textures can be used by all programmers on all machines in the lab. How could I do that?
|
#2
|
|||
|
|||
Hi,
For each computer create an environment variable named OSG_FILE_PATH. Set the value of the environment variable to the your network path. If you have more than one path, separate them by semicolons. To add an environment variable, right click on My Computer on the desktop. Click Properties. Click on the Advanced tab. Click on the Environment Variables button at the bottom. Under the System variables section click the New button. For the Variable name enter OSG_FILE_PATH. For the Variable value enter the name of your network path. |
#3
|
|||
|
|||
I believe you can also do this
Code:
import sys sys.path.append('/path/to/folder/') |
![]() |
Thread Tools | |
Display Modes | Rate This Thread |
|
|