Search found 373 matches

by nemesis
Sat Oct 22, 2022 11:42 am
Forum: Python scripting and macros
Topic: [solved]Issue loading workbench on linux/windows
Replies: 11
Views: 1148

Re: [solved]Issue loading workbench on linux/windows

If you launch FreeCAD from a terminal you will seeinit message in the terminal. nope sir. all you have from a terminal is : FreeCAD 0.20.1, Libs: 0.20.1R29410 (Git) © Juergen Riegel, Werner Mayer, Yorik van Havre and others 2001-2022 FreeCAD is free and open-source software licensed under the terms...
by nemesis
Fri Oct 21, 2022 8:22 pm
Forum: Python scripting and macros
Topic: [solved]Issue loading workbench on linux/windows
Replies: 11
Views: 1148

Re: Issue loading workbench on linux/windows

so, as anticipated since the beginning that was a dumb issue. simple typo mistake. my "Init.py" was named "init.py" and InitGui.py" was named "initGUI.py" so apprently windows is not case sensitive. I manage to find why, by running freecad with -l option to have a ...
by nemesis
Fri Oct 21, 2022 5:39 pm
Forum: Python scripting and macros
Topic: [solved]Issue loading workbench on linux/windows
Replies: 11
Views: 1148

Re: Issue loading workbench on linux/windows

Probably not fully compatible as it is not working. if it works on windows with both freecad, I don't get why it wouldn't on linux.... below the image with both FT et 0.20.1 open on windows, with my WB available: Annotation 2022-10-21 190850.jpg despite the icon (which I have disable to be sure it ...
by nemesis
Fri Oct 21, 2022 4:20 pm
Forum: Python scripting and macros
Topic: [solved]Issue loading workbench on linux/windows
Replies: 11
Views: 1148

Re: Issue loading workbench on linux/windows

So, maybe some precision. I devlopp with FreeCAD-asm3-Daily-Conda-Py3-Qt5-20220709-glibc2.12-x86_64 because of this bug with asm3 in the main branch. so it is indeed using the folder /home/username/.FreeCAD/Mod/DVAWB however my devoppement is fully compatible with the main branch, so I tried to use ...
by nemesis
Fri Oct 21, 2022 3:55 pm
Forum: Python scripting and macros
Topic: [solved]Issue loading workbench on linux/windows
Replies: 11
Views: 1148

Re: Issue loading workbench on linux/windows

as for the windows version in :

Code: Select all

/home/username/.FreeCAD/Mod/DVAWB
DVAWB is the name of my WB

fun fact, if I try to import the module I have devlopped inside this WB it works.
by nemesis
Fri Oct 21, 2022 3:43 pm
Forum: Python scripting and macros
Topic: [solved]Issue loading workbench on linux/windows
Replies: 11
Views: 1148

[solved]Issue loading workbench on linux/windows

hello all, I'have started the devloppement of a workbench in windows, with no issue on the workbench loading. now, when I switch to linux, freecad does not want to load my WB. no error message, no error raised, no workbench in the dropdownlist.... here is the initGUI.py, which is initially a dumb co...
by nemesis
Tue Oct 04, 2022 7:03 pm
Forum: Assembly
Topic: [Assembly3] Element from Datum feature are not in the right place
Replies: 1
Views: 763

Re: [Assembly3] Element from Datum feature are not in the right place

ok, so after digging deeper and deeer, it turns out that this is bug. present in 0.20.1 branhc, but not in realthunder branch https://github.com/realthunder/FreeCAD_assembly3/issues/1228 in the image below from : Version: 2022.709.26244 +5001 (Git) AppImage Build type: Release Branch: LinkDaily Hash...
by nemesis
Sat Oct 01, 2022 7:46 pm
Forum: Open discussion
Topic: [Feature Request] Python AI in FreeCad
Replies: 21
Views: 3854

Re: [Feature Request] Python AI in FreeCad

@nemesis this is exactly what I was thinking of, thanks so much, is this a workbench I can find in the addon manager that's a group of macro, definitely usable I played with it and it works, but you need high computing power when you launch iteration. if you want to do some ML with this you'll need...
by nemesis
Sat Oct 01, 2022 4:30 pm
Forum: Open discussion
Topic: [Feature Request] Python AI in FreeCad
Replies: 21
Views: 3854

Re: [Feature Request] Python AI in FreeCad

Hi,
Isn't topological optimisation about that?

https://forum.freecadweb.org/viewtopic.php?t=15460

for AI and machine learning you need a large amount of input data to train your model first, so could be complicated.
by nemesis
Sat Oct 01, 2022 9:53 am
Forum: Assembly
Topic: [Assembly3] Element from Datum feature are not in the right place
Replies: 1
Views: 763

[Assembly3] Element from Datum feature are not in the right place

Hello all, I'm running into an issue using datum feature to create element. the element created is not at the same position/orientation than the datum feature. Am I missing something or is it a bug ? https://i.ibb.co/n8c5NY0/Datum-Plame-Element-Issue.png OS: KDE Flatpak runtime (KDE/lightdm-xsession...