Search found 5543 matches

by adrianinsaval
Tue Jun 20, 2023 3:26 pm
Forum: Install / Compile
Topic: Freecad refuses to run
Replies: 21
Views: 4881

Re: Freecad refuses to run

it is rarely mentioned by users unless you ask (understandably). The bug is that freecad fails to launch after having used it in a second monitor with no message shown, very rarely would someone naturally make that connection (symptoms are very similar to those of driver problems or the disabled spl...
by adrianinsaval
Tue Jun 20, 2023 1:57 pm
Forum: Install / Compile
Topic: repetitively weekly-builds 33345 windows
Replies: 7
Views: 2419

Re: repetitively weekly-builds 33345 windows

Yeah someone with authorization needs to setup the azure pipelines. Therefore the token from the freecad channel needs to be added to azure (BINSTARTOKEN). I can't do this because I don't have the credentials. then who has the credentials to the anaconda account? do we even know what email was used...
by adrianinsaval
Tue Jun 20, 2023 1:52 pm
Forum: Install / Compile
Topic: Freecad refuses to run
Replies: 21
Views: 4881

Re: Freecad refuses to run

Then why in the world would you leave an option that can disable the FreeCAD program from starting. I would think it was obvious that the bug is not there on purpose... There is a very small amount of stuff in the registry related to placement of the various task windows in FreeCAD. This will be fo...
by adrianinsaval
Tue Jun 20, 2023 1:45 pm
Forum: Install / Compile
Topic: Changing Python versions when compiling
Replies: 4
Views: 1269

Re: Changing Python versions when compiling

it's not as simple as replacing just python. shiboken and possibly other dependencies have to be built against the same version of python too. If you do have those I think it's just one cmake option that you have to set but I can't remember exactly what it was, perhaps Python3_EXECUTABLE or somethin...
by adrianinsaval
Tue Jun 20, 2023 1:34 pm
Forum: Open discussion
Topic: [Feature request] In Sketch, tolerate redundant constraint (with rationale)
Replies: 13
Views: 2029

Re: [Feature request] In Sketch, tolerate redundant constraint (with rationale)

hpa wrote: Tue Jun 20, 2023 12:01 am I do understand that... which is why I think the "automatically delete redundant constraints" is the absolute worst possible option. Would you agree with me so far?
it's disabled by default, you turn it on if you want it.
by adrianinsaval
Tue Jun 20, 2023 1:28 pm
Forum: Open discussion
Topic: is renaming App to CAD to farfetched to happen?
Replies: 23
Views: 3302

Re: is renaming App to CAD to farfetched to happen?

tldr, yes it's too far fetched. Not happening
by adrianinsaval
Tue Jun 20, 2023 1:23 pm
Forum: Open discussion
Topic: [Feature Request] hierarchical sketches with layers
Replies: 20
Views: 3854

Re: [Feature Request] hierarchical sketches with layers

sounds to me like you want to add a lot of stuff to a single sketch. This is normally not a good idea as the solver slow downs and might become unusable if there are too many constraints to solve. Is there a reason why multiple sketches don't work for your purposes? That being said layers are eventu...
by adrianinsaval
Mon Jun 19, 2023 11:14 pm
Forum: Developers corner
Topic: [addonmgr] add ability to pip install
Replies: 12
Views: 1593

Re: [addonmgr] add ability to pip install

just guessing, but it will be easiest to make this work on windows, with all different ways to install fc on linux, have a feeling that it will be some hurdles there to iron out... not really, pip is available in essentially every linux distro out there in probably all meaningful formats. pip usage...
by adrianinsaval
Mon Jun 19, 2023 2:20 am
Forum: Open discussion
Topic: FreeCAD Ship Workbench Official Thread
Replies: 29
Views: 11930

Re: FreeCAD Ship Workbench Official Thread

I just mean the bundles we have here: https://github.com/FreeCAD/FreeCAD-Bund ... kly-builds

They are created using conda and you can install it directly using conda as package manager too. But with these bundles you don't need to install conda
by adrianinsaval
Sun Jun 18, 2023 7:27 pm
Forum: Developers corner
Topic: [addonmgr] add ability to pip install
Replies: 12
Views: 1593

Re: [addonmgr] add ability to pip install

+1 to the request, although making the user write a pip command is a very bad approach, instead we need an ui where the user provides a list of pip packages that shall be installed and the addon manager then takes care of installing.