output speed-up by *show_table/*show_model masking
This commit is contained in:
parent
f2dbf097a5
commit
1004d744f2
|
@ -222,7 +222,7 @@ py_connect('',options.port)
|
||||||
print 'connected...'
|
print 'connected...'
|
||||||
|
|
||||||
cmds = colorMap(rgbColors,options.baseIdx)
|
cmds = colorMap(rgbColors,options.baseIdx)
|
||||||
output(cmds,outputLocals,'Mentat')
|
output(['*show_table']+cmds+['*show_model *redraw'],outputLocals,'Mentat')
|
||||||
py_disconnect()
|
py_disconnect()
|
||||||
|
|
||||||
if options.verbose:
|
if options.verbose:
|
||||||
|
|
Loading…
Reference in New Issue