diff light8/subediting.py @ 44:6540879e336e

fixed Stage a lot: ctrl-drag subtracts from selection; ctrl-a/ctrl-A select all/none; fixed Stage a lot: ctrl-drag subtracts from selection; ctrl-a/ctrl-A select all/none; rmb adjusts levels
author drewp
date Sun, 07 Jul 2002 13:07:31 +0000
parents 5e4fb4ac2d18
children 032b2b67bc10
line wrap: on
line diff
--- a/light8/subediting.py	Sun Jul 07 12:31:18 2002 +0000
+++ b/light8/subediting.py	Sun Jul 07 13:07:31 2002 +0000
@@ -61,7 +61,7 @@
                 # level was not in the sub
                 cl = self.getcurrentlevel(l)
                 if cl is None:
-                    print "light isn't even in the patch! skipping"
+                    print "light '%s' isn't even in the patch! skipping" % l
                     return
                 print "copying current light level",cl,"into the sub"
                 self.startlevels[l] = cl