jmiguel2902 / blur-dev

Automatically exported from code.google.com/p/blur-dev
0 stars 0 forks source link

Running Blur Python of a network location.. #64

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
hello,
I'm trying to deploy blur python at the studio I'm currently at.
i was wondering if there is a guide to how to run blur python from the network?
I'm not looking to move all of the deployment to the network but only the the 
dependencies that live outside of the 3dsmax root folder.
could you guys provided me with some help to do this??

i noticed that on start-up the max session has a bunch of blur_python 
environment variables...

BDEV_APP_PYTHON=c:/python24/python.exe
BDEV_INCLUDE_TRAX=c:/blur
BDEV_PATH=C:\Python26\lib\site-packages\blurdev
BDEV_PATH_BLUR=c:/blur

is there any way to use this to point blur python to load is external 
dependencies to network paths??
our max python launcher right now does have the ability to set the variables 
for the session.. I'm just not sure if blur python will respect them..

any help would be greatly appreciated.
cheers,
Carlos Anguiano

Original issue reported on code.google.com by losart3d on 13 Mar 2013 at 11:57

GoogleCodeExporter commented 9 years ago
I was able to achieve this..
I documented the process here..
http://www.losart3d.com/?p=629
Feel free to close the thread..

Original comment by losart3d on 2 Aug 2013 at 12:32