Brian Sundman - 2010-04-03

Hi, I made a change to liqRibTranslator.cpp to support the display driver for the latest Aqsis 1.6.0.  On linux and mac (not sure about windows) the display driver is put in $(AQSISHOME)/lib so I added

+ liquidRenderer.renderHome + "/lib:"

to line 4551 of liqRibTranslator.cpp so the /lib file will be added to the displaySearchPath in the rib files.

Also, if anyone wants to use a display driver with aqsis 1.6.0, you will also have to add the driver to the aqsis default config file.

Just thought I'd post this in case it could help someone out.