Startup
This commit is contained in:
@@ -1,17 +1,26 @@
|
||||
from startup import *
|
||||
|
||||
#inject()
|
||||
|
||||
#globals().update(get_context().scriptManager.injections)
|
||||
set_exec_pars(name="in")
|
||||
#tscan(sin, 10, 0.1)
|
||||
|
||||
#tscan(sin, 10, 0.1, name="yyy", layout = "SF")
|
||||
|
||||
|
||||
tscan(sin, 10, 0.1, name="yyy", layout = "SF")
|
||||
tscan(sin, 10, 0.1,open=False)
|
||||
|
||||
#tscan(sin, 10, 0.1)
|
||||
print "LOADED"
|
||||
|
||||
#def inject():
|
||||
# globals().update(get_context().scriptManager.injections)
|
||||
|
||||
|
||||
"""
|
||||
def test():
|
||||
#globals().update(get_context().scriptManager.injections)
|
||||
##dev = None
|
||||
#inject()
|
||||
stop()
|
||||
inject()
|
||||
print 2* dev.read()
|
||||
print 2* dev.read()
|
||||
"""
|
||||
Reference in New Issue
Block a user