yade-dev team mailing list archive
-
yade-dev team
-
Mailing list archive
-
Message #05589
[Bug 625747] [NEW] global name 'centerAllViews' is not defined
Public bug reported:
When I press 'center' button in Controller, I got next error:
---------------------------------------------------------------------------
NameError Traceback (most recent call last)
/home/sega/YADE/lib/yade-trunk/py/yade/__init__.pyc in centerSlot(self)
163 b.state.refOri=b.state.ori
164 def centerSlot(self):
--> 165 centerAllViews()
166 def setViewAxes(self,dir,up):
167 try:
NameError: global name 'centerAllViews' is not defined
** Affects: yade
Importance: Undecided
Status: New
--
global name 'centerAllViews' is not defined
https://bugs.launchpad.net/bugs/625747
You received this bug notification because you are a member of Yade
developers, which is subscribed to Yade.
Status in Yet Another Dynamic Engine: New
Bug description:
When I press 'center' button in Controller, I got next error:
---------------------------------------------------------------------------
NameError Traceback (most recent call last)
/home/sega/YADE/lib/yade-trunk/py/yade/__init__.pyc in centerSlot(self)
163 b.state.refOri=b.state.ori
164 def centerSlot(self):
--> 165 centerAllViews()
166 def setViewAxes(self,dir,up):
167 try:
NameError: global name 'centerAllViews' is not defined
Follow ups
References