Search found 5197 matches

by vocx
Sat Oct 10, 2020 3:58 pm
Forum: Open discussion
Topic: Noob Question About Development Of Workbench
Replies: 5
Views: 798

Re: Noob Question About Development Of Workbench

... Among them, which one can give the best solution for development of any feature or workbench? ... You can program entire workbenches in both languages. It's entirely up to you. However, if you want to modify something that is in a single language, then you obviously need to learn that language....
by vocx
Sat Oct 10, 2020 2:55 pm
Forum: Assembly
Topic: assembly 3 error for windows select style view
Replies: 2
Views: 704

Re: assembly 3 error for windows select style view

Luixx wrote: Fri Sep 25, 2020 11:44 am ...
AttributeError: module 'FreeCADGui' has no attribute 'isCommandActive'

...
Version: 0.19.22492 (Git)
Update FreeCAD.

The command isCommandActive changed recently.
by vocx
Sat Oct 10, 2020 4:07 am
Forum: Help on using FreeCAD
Topic: How to navigate the history tree?
Replies: 4
Views: 2412

Re: How to navigate the history tree?

... With Fusion I used to click on the history timeline... I've never used Fusion but if I'm not mistaken this "history timeline" feature does not exist in FreeCAD. The tree view that exists in FreeCAD shows the objects in the document created in historical sequence, but it is not exactly...
by vocx
Sat Oct 10, 2020 2:08 am
Forum: Help on using FreeCAD
Topic: SVG cannot be converted to a sketch
Replies: 10
Views: 2189

Re: SVG cannot be converted to a sketch

... - apply DraftToSketch ... This is a known issue. See Improvements in SVG . The first post has a summary of various issues with SVG. Unfortunately the code is broken since February or so, when Yorik and Wandererfan each made changes to DraftGeomUtils.py . I think I can revert the changes, but th...
by vocx
Sat Oct 10, 2020 12:39 am
Forum: Draft, Arch & BIM
Topic: [Discussion] Splitting Draft tools into their own modules
Replies: 137
Views: 25133

Re: [Discussion] Splitting Draft tools into their own modules

You're right, we're not punching in the same league. Did you win the Nobel Prize? Then how come you don't understand this very simple code? Because you aren't smart enough. Do you understand the Linux kernel? Are you going to ask Linus to dumb it down for you? No. You do what everybody else does; y...
by vocx
Fri Oct 09, 2020 8:48 pm
Forum: Draft, Arch & BIM
Topic: [Discussion] Splitting Draft tools into their own modules
Replies: 137
Views: 25133

Re: [Discussion] Splitting Draft tools into their own modules

the sort of things I put into a directory called " draftobjects ". ... Then there you have it. If you only need the object then you can just import from this directory. What's so difficult about it? What is the process for getting code into the repository? Dude, are you blind? The process...
by vocx
Fri Oct 09, 2020 8:41 pm
Forum: Developers corner
Topic: [Fixed] Regression : Intersect do not accept plane as argument
Replies: 15
Views: 3215

Re: Regression : Intersect do not accept plane as argument

... I tried to investigate myself in the C++ code but git blame shows that there was no change in intersect / intersectSS for years. ... Intersect is a method of the Part TopoShape class, so the change may not be in the method itself, but somewhere in the TopoShape pipeline. You can see Werner made...
by vocx
Fri Oct 09, 2020 6:05 pm
Forum: Developers corner
Topic: [Fixed] Regression : Intersect do not accept plane as argument
Replies: 15
Views: 3215

Re: Regression : Intersect do not accept plane as argument

[*] Using my build on commit 2a510a23b480a24bac424383a663200e2c293f10 doesn't work ... [*] Using my build on commit f09d48d0fe00590997b88b52b610210ac606951c works : This is a month of difference. * 2a510a23b4 , 2020 September 28 * f09d48d0fe , 2020 August 26 A lot of commits were made in that perio...
by vocx
Fri Oct 09, 2020 4:36 pm
Forum: TechDraw
Topic: [FIXED] Section view causes segfault
Replies: 6
Views: 1424

Re: Section view causes segfault

... - click on the “down” arrow on the “Scale” parameter → segfault I cannot reproduce either. OS: Ubuntu 18.04.5 LTS (ubuntu:GNOME/ubuntu) Word size of OS: 64-bit Word size of FreeCAD: 64-bit Version: 0.19.22668 (Git) Build type: Debug Branch: master Hash: 11afaaea68b0795c72c0f2515058b188574a92c1 ...
by vocx
Fri Oct 09, 2020 4:34 pm
Forum: Help on using FreeCAD
Topic: Draft WB ... Edit nodes on a path object
Replies: 2
Views: 537

Re: Draft WB ... Edit nodes on a path object

... Is there a way to delete a point from this object Typically, if what you import has a blue cube symbol in the tree view , this means the object only has a simple shape, but is not parametric. So you cannot modify it further. You could try to use Draft Upgrade to upgrade it to a Draft Line or Dr...