aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Daniel <dmt@daniel-desktop.(none)>2011-01-29 18:50:58 -0800
committerGravatar Daniel <dmt@daniel-desktop.(none)>2011-01-29 18:50:58 -0800
commite34b4dbf8ba67c5374e43bea8b469172025a9163 (patch)
tree9a34fed12e6ad2441ec22d21ec0e62db6d740c79
parent044d17c35154d6b2e89fbdb58fd8ab84d4772d56 (diff)
6thFloorOsc commented out renderer to lights, default LightInstallation config and profile.py for OSC :)
-rwxr-xr-xLightInstallation.py2
-rw-r--r--Profile.py2
-rw-r--r--config/6thFloorOSC.xml4
3 files changed, 4 insertions, 4 deletions
diff --git a/LightInstallation.py b/LightInstallation.py
index c1f01e8..41cc925 100755
--- a/LightInstallation.py
+++ b/LightInstallation.py
@@ -193,7 +193,7 @@ class LightInstallation(object):
def main(argv):
if len(argv) == 1:
- l = LightInstallation('LightInstallationConfig.xml')
+ l = LightInstallation('config/6thFloor.xml')
else:
l = LightInstallation(argv[1])
diff --git a/Profile.py b/Profile.py
index 2f180c9..2f796b2 100644
--- a/Profile.py
+++ b/Profile.py
@@ -1,4 +1,4 @@
import cProfile
from LightInstallation import main
-command = """main(['', 'config/6thFloor.xml'])"""
+command = """main(['', 'config/6thFloorOSC.xml'])"""
cProfile.runctx(command, globals(), locals(), filename="smootlight.profile")
diff --git a/config/6thFloorOSC.xml b/config/6thFloorOSC.xml
index cb1fd10..ca99b2b 100644
--- a/config/6thFloorOSC.xml
+++ b/config/6thFloorOSC.xml
@@ -29,9 +29,9 @@
</PixelMapper>
</PixelMapperConfiguration>
<RendererConfiguration>
- <Renderer>
+ <!--Renderer>
<InheritsFrom>renderers/60StripSeq.xml</InheritsFrom>
- </Renderer>
+ </Renderer-->
<Renderer>
<InheritsFrom>renderers/Pygame.xml</InheritsFrom>
</Renderer>