Frank David Martínez M
Frank David Martínez M
build worked: ``` OS: Linux Mint 21.3 (X-Cinnamon/cinnamon/xcb) Architecture: x86_64 Version: 1.1.0dev.39420 (Git) Conda Build type: Release Branch: pixi Hash: a88aee02429ce535a17d52750a8a9b52f6b463f5 Python 3.12.0, Qt 6.7.3, Coin 4.0.3, Vtk 9.3.1, OCC...
Is it possible that the thumbnail bug have corrupted the thumbnails? the buggy code opened the file stream for output instead of input, maybe it truncated the files. I pulled...
There must be something in my environment then. I have tried 5 times.... First 3 crashed my PC, then something was corrupted in .pixi, then everything compiled but no thumbnails...
There is another difference, my docker build env uses qt5 not qt6.
Marz Designer is a parametric guitar designer (CAD software). WIP... 
Hi Friends, I don't know where to put this, so If this is the wrong place please tell me. I have been working on something to automate the creation of...
Hi, I have a script to rename Dynamic properties. No property deletion and all references keep working, even from external files. ```python import FreeCAD as App def rename(object_name, prop_name, new_prop_name):...
It's clear that the initial design was naive, but dwelling on blame won't solve anything. The real challenge lies in addressing the impact of legacy parts of FreeCAD (the problem...
This is an interesting issue. I can confirm this is not related to TNP at all. And my first light review of the code shows that @kpemartin has a point,...
@kpemartin i agree on leaving property names apart. Apparently it is used here (for reference): https://github.com/FreeCAD/FreeCAD/blob/32e09d9554db26414697ed19e0189ccab4ea9029/src/App/DynamicProperty.cpp#L277