Hi,
All my assets (bitmaps, vrmesh, etc.) are stored in a specific folder of my mac, but many of my purchased proxies point to an absolute path for assets with is different from mine.
What is the Ruby code to define the default folder path (say, "/Users/MAC_PATH_TO_MY_ASSETS") for the Vray for SketchUp plugin to automatically try to find missing assets?
I used to type in the ruby console:
VRay::LiveScene.active().add_search_path("/Users/MAC_PATH_TO_MY_ASSETS");
but that does not seem to work anymore and I get an error...
Or is there another way to set this once and for all using the UI or command line?
Cheers,
Thibaut
All my assets (bitmaps, vrmesh, etc.) are stored in a specific folder of my mac, but many of my purchased proxies point to an absolute path for assets with is different from mine.
What is the Ruby code to define the default folder path (say, "/Users/MAC_PATH_TO_MY_ASSETS") for the Vray for SketchUp plugin to automatically try to find missing assets?
I used to type in the ruby console:
VRay::LiveScene.active().add_search_path("/Users/MAC_PATH_TO_MY_ASSETS");
but that does not seem to work anymore and I get an error...
Or is there another way to set this once and for all using the UI or command line?
Cheers,
Thibaut
Comment