← Back to team overview

yade-dev team mailing list archive

[Bug 573726] Re: selecting bodies with shift-click blocks python shell

 

just for the complete information, I have a clean source:

janek@atak:~/20-Programowanie/10-cpp/50-Yade/Code/HEAD/trunk$ bzr diff

=== modified file 'lib/serialization-qt/QtGUIGenerator.cpp'
--- lib/serialization-qt/QtGUIGenerator.cpp     2009-12-04 21:56:59 +0000
+++ lib/serialization-qt/QtGUIGenerator.cpp     2010-04-28 21:39:57 +0000
@@ -64,7 +64,7 @@
 void QtGUIGenerator::reArrange(QWidget * widget)
 {
        if (resizeWidth)
-               widgetWidth = 400;
+               widgetWidth = 500;
        else
                widgetWidth = widget->size().width();
 

=== modified file 'py/pack/_packPredicates.cpp'
--- py/pack/_packPredicates.cpp 2010-03-30 10:51:31 +0000
+++ py/pack/_packPredicates.cpp 2010-04-28 21:40:09 +0000
@@ -279,7 +279,7 @@
 }
 
 /*
-This class plays tricks getting aroung pyGTS to get GTS objects and cache bb tree to speed
+This class plays tricks getting around pyGTS to get GTS objects and cache bb tree to speed
 up point inclusion tests. For this reason, we have to link with _gts.so (see corresponding
 SConscript file), which is at the same time the python module.
 */

and that's my scons.profile-default

PREFIX = '/home/janek/40-Yade/Bin/HEAD-fast'
exclude = 'none'
features = 'gts,log4cxx,opengl,openmp,python,vtk'
jobs = 12
version = 'trunk'
CXX = 'colorgcc'
CXXFLAGS = []
SHCCFLAGS = ['-fPIC']

-- 
selecting bodies with shift-click blocks python shell
https://bugs.launchpad.net/bugs/573726
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:
Open a 3D view on some small simulation. You can shift click on spheres and move them around with mouse. But then the python shell is blocked, and does not respond to any input. Even after you deselect the body.





References