Search found 3941 matches

by looo
Fri Dec 29, 2017 12:33 pm
Forum: Python scripting and macros
Topic: autocomplete should work on obj and not on obj.__class__
Replies: 15
Views: 3379

Re: autocomplete should work on obj and not on obj.__class__

ok, so we can start working on this in 2020 ;)
by looo
Fri Dec 29, 2017 10:34 am
Forum: Install / Compile
Topic: WidgetFactory.cpp fails with latest shibokon2
Replies: 10
Views: 2827

Re: WidgetFactory.cpp fails with latest shibokon2

great!, thanks for having a look at this. I have added your patch to my master and currently trying to build it with circle-ci. [1] It would be nice to create a PR on github, so the ci could check if there is no problem with older builds of pyside/pyside2. [1] https://circleci.com/gh/looooo/FreeCAD/...
by looo
Thu Dec 28, 2017 11:21 pm
Forum: Install / Compile
Topic: port pivy to qt5
Replies: 11
Views: 2296

Re: port pivy to qt5

it seems like using cmake for detecting coin and soqt also works on windows. But somehow there have to be specified some generators. This is now done via a environment variable "GENERATOR". https://github.com/FreeCAD/FreeCAD_Conda/blob/qt5/pivy/bld.bat#L1 Conda-packages for coin3d, soqt, p...
by looo
Thu Dec 28, 2017 10:36 pm
Forum: Python scripting and macros
Topic: autocomplete should work on obj and not on obj.__class__
Replies: 15
Views: 3379

Re: autocomplete should work on obj and not on obj.__class__

these are special commands tailored to the ipython console i.e. it's not valid Python and I consider them quite problematic if we wanted to implement this for the FreeCAD Python console because many people develop their macros inside the console and then copy&paste the code into a text file. Bu...
by looo
Wed Dec 27, 2017 1:15 pm
Forum: Users Showcase
Topic: glider workbench
Replies: 139
Views: 124674

Re: glider workbench

What could be the issue that the glider workbench is not showing up in the list? That you need FreeCAD version greater than 0.16. I don't know if looo means "greater or equal to" or litterally "greater". If the second then you need FreeCAD 0.17 the development version. 0.16 does...
by looo
Tue Dec 26, 2017 9:33 pm
Forum: Users Showcase
Topic: glider workbench
Replies: 139
Views: 124674

Re: glider workbench

Does this stop the installation or is it only a warning? The command should compile pivy, so you have to wait for about 5-10 minutes.
by looo
Tue Dec 26, 2017 8:45 pm
Forum: Open discussion
Topic: Really finishing freeCAD
Replies: 10
Views: 2936

Re: Really finishing freeCAD

If we find a solution for some basic stuff (like topo-naming) the functionality will increase a lot. Sponsoring projects working on such fundamental stuff is in my mind the way to go. Also we need support for maintenance. Not only for FreeCAD itself, but also for the dependencies which are not very ...
by looo
Tue Dec 26, 2017 8:15 pm
Forum: Users Showcase
Topic: glider workbench
Replies: 139
Views: 124674

Re: glider workbench

I forget to mention that pivy has to be updated. But the version we use is fully compatible with the rest of FreeCAD. Again this can be done by directly installing from github.

Code: Select all

pip install https://github.com/FreeCAD/pivy/archive/master.zip
by looo
Tue Dec 26, 2017 8:01 pm
Forum: Users Showcase
Topic: glider workbench
Replies: 139
Views: 124674

Re: glider workbench

thanks for testing. I have updated freecad_glider. pip has a --upgrade option, but this will pull all the dependencies from pip. This is not good, as it will replace system version which are shipped with the distro. Better simple uninstall and install the package: pip uninstall freecad_glider pip in...
by looo
Tue Dec 26, 2017 5:31 pm
Forum: Users Showcase
Topic: glider workbench
Replies: 139
Views: 124674

Re: glider workbench

sorry. I think there was a typo:

Code: Select all

pip install https://github.com/booya-at/OpenGlider/archive/singleskin.zip
pip install https://github.com/booya-at/freecad_glider/archive/singleskin.zip