yade-dev team mailing list archive
-
yade-dev team
-
Mailing list archive
-
Message #05596
[Bug 625747] Re: global name 'centerAllViews' is not defined
Fixed in r2418
** Changed in: yade
Status: New => Fix Released
--
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: Fix Released
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
References