added preliminary support for shift-click texture viewing, the env var OPENSIM_RULES needs to be set to 1 for it to work (oh god this is bad)

This commit is contained in:
Hazim Gazov
2010-04-20 01:22:49 -03:00
parent 929694dc07
commit 516f88be2b
3 changed files with 34 additions and 5 deletions

View File

@@ -80,7 +80,7 @@ class PlatformSetup(object):
distcc = True
cmake_opts = []
word_size = 32
opensim_rules = False #whether or not to use rules fit for opensim
opensim_rules = 'OFF' #whether or not to use rules fit for opensim
using_express = False
def __init__(self):