|
@@ -885,19 +885,18 @@
|
|
|
|
|
|
|
|
def place(self):
|
|
def place(self):
|
|
|
base.startTk()
|
|
base.startTk()
|
|
|
- #base.startDirect()
|
|
|
|
|
|
|
+ base.startDirect()
|
|
|
import Placer
|
|
import Placer
|
|
|
return Placer.place(self)
|
|
return Placer.place(self)
|
|
|
|
|
|
|
|
def explore(self):
|
|
def explore(self):
|
|
|
base.startTk()
|
|
base.startTk()
|
|
|
- #base.startDirect()
|
|
|
|
|
|
|
+ base.startDirect()
|
|
|
import SceneGraphExplorer
|
|
import SceneGraphExplorer
|
|
|
return SceneGraphExplorer.explore(self)
|
|
return SceneGraphExplorer.explore(self)
|
|
|
|
|
|
|
|
def rgbPanel(self, cb = None):
|
|
def rgbPanel(self, cb = None):
|
|
|
base.startTk()
|
|
base.startTk()
|
|
|
- #base.startDirect()
|
|
|
|
|
import Slider
|
|
import Slider
|
|
|
return Slider.rgbPanel(self, cb)
|
|
return Slider.rgbPanel(self, cb)
|
|
|
|
|
|