yade-dev team mailing list archive
-
yade-dev team
-
Mailing list archive
-
Message #05592
[Bug 626172] [NEW] RuntimeError: Secondary views not supported
Public bug reported:
I have next error if I twice to click on the 3D view button (also after
I to close primary 3D view):
Yade [5]: ---------------------------------------------------------------------------
RuntimeError Traceback (most recent call last)
/home/sega/YADE/lib/yade-trunk/py/yade/__init__.pyc in new3dSlot(self)
157 def stepSlot(self): O.step()
158 def subStepSlot(self,value): O.subStepping=bool(value)
--> 159 def new3dSlot(self): View()
160 def setReferenceSlot(self):
161 for b in O.bodies:
RuntimeError: Secondary views not supported
** Affects: yade
Importance: Undecided
Status: New
--
RuntimeError: Secondary views not supported
https://bugs.launchpad.net/bugs/626172
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:
I have next error if I twice to click on the 3D view button (also after I to close primary 3D view):
Yade [5]: ---------------------------------------------------------------------------
RuntimeError Traceback (most recent call last)
/home/sega/YADE/lib/yade-trunk/py/yade/__init__.pyc in new3dSlot(self)
157 def stepSlot(self): O.step()
158 def subStepSlot(self,value): O.subStepping=bool(value)
--> 159 def new3dSlot(self): View()
160 def setReferenceSlot(self):
161 for b in O.bodies:
RuntimeError: Secondary views not supported
Follow ups
References