Search found 70 matches

by kryptokommunist
Mon Oct 12, 2020 10:29 pm
Forum: Google Summer of Code (GSoC)
Topic: GSOC 2020 has been Green Lit! (GSOC is over, thanks to everyone involved!)
Replies: 119
Views: 46010

Re: GSOC 2020 has been Green Lit! (GSOC is over, thanks to everyone involved!)

Kunda1 wrote: Sun Oct 11, 2020 12:31 am That leaves just you. ;)
Sure, here is my report on my blog and a more compact version can be found in my repositories README.
by kryptokommunist
Mon Oct 12, 2020 10:25 pm
Forum: Help on using FreeCAD
Topic: Feature #2526 - seams on round objects
Replies: 52
Views: 14213

Re: Feature #2526 - seams on round objects

pinged by pinger macro Hey @kryptokommunist was it you who wa looking at trying to fix this issue ? 2526 I took a look at this but didn't resolve this. I only know that these seams are in the scene graph part of the objects normal edges. You could remove them manually in the scene renderings.
by kryptokommunist
Sun Sep 20, 2020 11:59 pm
Forum: Google Summer of Code (GSoC)
Topic: GSoC 2020: A better IPython and Jupyter Notebook Integration for FreeCAD
Replies: 105
Views: 41648

Re: GSoC 2020: A better IPython and Jupyter Notebook Integration for FreeCAD

Make sure you install with pip3 and install python3-pivy versions. Otherwise you may get the Python 2 version and won't find the required Python 3 modules. Also try to get the packages from kkremitzki's PPA. This is what is suggested in Compile on Linux . I ran it again with pip3 and the result doe...
by kryptokommunist
Sun Sep 20, 2020 9:52 pm
Forum: Google Summer of Code (GSoC)
Topic: GSoC 2020: A better IPython and Jupyter Notebook Integration for FreeCAD
Replies: 105
Views: 41648

Re: GSoC 2020: A better IPython and Jupyter Notebook Integration for FreeCAD

I'm currently trying to set up continuous integration for the project and I am encountering some difficulties with installing pivy. I am using Travis CI and the builds are run on Ubuntu 16, 18 and 20 The first issue I encountered is that installing pivy with sudo apt install python-pivy works withou...
by kryptokommunist
Mon Aug 31, 2020 9:55 am
Forum: Google Summer of Code (GSoC)
Topic: GSoC 2020: A better IPython and Jupyter Notebook Integration for FreeCAD
Replies: 105
Views: 41648

Re: GSoC 2020: A better IPython and Jupyter Notebook Integration for FreeCAD

Does someone know where I can access the Document class in Python? You can't. For a lot of our Python binding classes we do not explicitly add their types to a module because normally you cannot create an instance. But if it's needed for type checking we can add them, of course. I see, well it's no...
by kryptokommunist
Sun Aug 30, 2020 11:54 pm
Forum: Google Summer of Code (GSoC)
Topic: GSoC 2020: A better IPython and Jupyter Notebook Integration for FreeCAD
Replies: 105
Views: 41648

Re: GSoC 2020: A better IPython and Jupyter Notebook Integration for FreeCAD

Does someone know where I can access the Document class in Python ? I 've been looking for a while bit it looks like I can't access it anywhere. I want to reference the Document class for type checking. To make the problem more clear: >>> type(App.ActiveDocument) <class 'App.Document'> but >>> App.D...
by kryptokommunist
Sun Aug 30, 2020 1:50 pm
Forum: Google Summer of Code (GSoC)
Topic: GSoC 2020: A better IPython and Jupyter Notebook Integration for FreeCAD
Replies: 105
Views: 41648

Re: GSoC 2020: A better IPython and Jupyter Notebook Integration for FreeCAD

Congratulations @kryptokommunist. I have tested your notebook and it worked for me (using pythreejs from conda-forge). Really impressive. I also tried to render a "Part::FeaturePython" object but this didn't work out for me (no error, but no object shown) Great! Were there any issues in t...
by kryptokommunist
Sun Aug 30, 2020 12:38 am
Forum: Google Summer of Code (GSoC)
Topic: GSoC 2020: A better IPython and Jupyter Notebook Integration for FreeCAD
Replies: 105
Views: 41648

Re: GSoC 2020: A better IPython and Jupyter Notebook Integration for FreeCAD

I suspect I would have to add some new function definitions to make this easy as at present functions tend to access lxml Elements, but it should be easy enough for me to add functions that just rely on passed python variables. If you have any spare time after you finish it would be good to have a ...
by kryptokommunist
Thu Aug 27, 2020 8:41 pm
Forum: Google Summer of Code (GSoC)
Topic: GSoC 2020: A better IPython and Jupyter Notebook Integration for FreeCAD
Replies: 105
Views: 41648

Re: GSoC 2020: A better IPython and Jupyter Notebook Integration for FreeCAD

Matching and displaying the correct FreeCAD labels when selecting or hovering over the objects in the pythreejs 3D view Done. (Will upload demo later) Thanks to a very helpful tip from @ickby this is correct and matches the FreeCAD indices. Still need to implement edge indices, but this should be v...
by kryptokommunist
Fri Aug 21, 2020 11:53 pm
Forum: Google Summer of Code (GSoC)
Topic: GSoC 2020: A better IPython and Jupyter Notebook Integration for FreeCAD
Replies: 105
Views: 41648

Re: GSoC 2020: A better IPython and Jupyter Notebook Integration for FreeCAD

Matching and displaying the correct FreeCAD labels when selecting or hovering over the objects in the pythreejs 3D view Done. (Will upload demo later) Thanks to a very helpful tip from @ickby this is correct and matches the FreeCAD indices. Still need to implement edge indices, but this should be v...