Search found 70 matches

by kryptokommunist
Mon Jun 01, 2020 5:32 am
Forum: Draft, Arch & BIM
Topic: Draft_Array: Selecting Datum as Axis
Replies: 57
Views: 7232

Re: Draft_Array: Selecting Datum as Axis

This should be possible already, but maybe you don't need to use a PoprertyLink , but a new property. I tried to put it into my GUI overhaul branch and it seems to work ( commit , not in a finished state, but should be running okay). It seems to be correct. I'm wondering if when picking an edge it ...
by kryptokommunist
Mon Jun 01, 2020 1:11 am
Forum: Draft, Arch & BIM
Topic: Draft_Array: Selecting Datum as Axis
Replies: 57
Views: 7232

Re: Draft_Array: Selecting Datum as Axis

So, ideally, the object should handle the internal edge, whether that edge is from a solid, or from a line, or a polygon, etc., is a different matter. I think I understand what you mean. So every object has a shape property that I can access with Object.Shape ? Then as far as I saw with testing thi...
by kryptokommunist
Thu May 28, 2020 5:25 am
Forum: Google Summer of Code (GSoC)
Topic: GSoC 2020: A better IPython and Jupyter Notebook Integration for FreeCAD
Replies: 105
Views: 43015

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

I'd like to ask you all interested in this topic, if you have a use case in mind on how you would use IPython and/or Jupyter Notebook with the ability to display the 3D view without having to start the FreeCAD-Desktop app. In the end the result will be the ability to render the OpenInventor scene gr...
by kryptokommunist
Thu May 28, 2020 5:04 am
Forum: Google Summer of Code (GSoC)
Topic: GSoC 2020: A better IPython and Jupyter Notebook Integration for FreeCAD
Replies: 105
Views: 43015

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

For example, you could extend the task panel of the Draft PolarArray and Draft CircularArray tools to use the new AxisReference property. Here's an update on the current status of the implementation of the Draft axis selection (code on Github ). Does this look right to you?: https://www.youtube.com...
by kryptokommunist
Fri May 22, 2020 7:27 am
Forum: Google Summer of Code (GSoC)
Topic: GSoC 2020: A better IPython and Jupyter Notebook Integration for FreeCAD
Replies: 105
Views: 43015

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

For example, you could extend the task panel of the Draft PolarArray and Draft CircularArray tools to use the new AxisReference property. Here's the idea I'm currently working on: Current state of PolarArray panel: taskpanel_old.png Proposed panel (modifications for the CircularArray panel would be...
by kryptokommunist
Mon May 18, 2020 3:35 am
Forum: Google Summer of Code (GSoC)
Topic: GSoC 2020: A better IPython and Jupyter Notebook Integration for FreeCAD
Replies: 105
Views: 43015

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

I'm not sure how this is related to your project (IPython), but there's plenty of things to tackle. My assumption is, that for 2526 . I would have to understand and make changes to the 3D-scene graph as the feature request there is to disable a seam line from being shown. This might help me later w...
by kryptokommunist
Fri May 15, 2020 8:36 pm
Forum: Google Summer of Code (GSoC)
Topic: GSoC 2020: A better IPython and Jupyter Notebook Integration for FreeCAD
Replies: 105
Views: 43015

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

Hey there, sorry for the longer silence, I was all over the place and didn't feel I had a good "result" to update you with. But I think @kkremitzki is right in that I should just write what I do regardless :lol:. So the first thing I did was reading into the FreeCAD history and I followed ...
by kryptokommunist
Mon May 04, 2020 8:12 pm
Forum: Google Summer of Code (GSoC)
Topic: GSOC 2020 has been Green Lit! (GSOC is over, thanks to everyone involved!)
Replies: 119
Views: 47284

Re: GSOC 2020 has been Green Lit! (3 Students Approved. Congrads to all!)

Yay! I'm super happy this got through, so huge thanks to the people who put their time into making this happen :) @Yorik @Kurt thanks for offering to mentor me. And even though the measure tool idea was't selected I will still listen to your advice if you have any for the selected proposal @Zolko :D...
by kryptokommunist
Mon May 04, 2020 8:08 pm
Forum: Google Summer of Code (GSoC)
Topic: GSoC 2020: A better IPython and Jupyter Notebook Integration for FreeCAD
Replies: 105
Views: 43015

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

Hi everyone who might be interested in this topic. I was accepted for GSOC 2020 and this means I will implement the proposal for an IPython/Jupyter Notebook integration during the next 3 months and I'm looking forward to work together with all of you out there :) Here's the link to my orginal propos...
by kryptokommunist
Mon Apr 27, 2020 8:04 pm
Forum: Draft, Arch & BIM
Topic: Draft_Array: Selecting Datum as Axis
Replies: 57
Views: 7232

Re: Draft_Array: Selecting Datum as Axis

My commit was merged \o/ It ain't much, but it's honest work :lol: Now I do feel like I became part of FreeCAD. So thanks for all your efforts getting a newbie there. After I get my Wiki login I still have these to-do's: Add description of my changes to the 0.19 release notes in the Wiki Add the new...