Benjamin Nauck

Results 240 comments of Benjamin Nauck

Wouldn't it be better if the telemetry addon sent the information with the data record. Then we can parse that information and create a translating map in fetch-posthog.php to be...

> To be honest, I didn't quite get it. But it would be better not to mix it too much. I just meant that the telemetry could report the addons...

> The problem is that the telemetry Addon only _knows_ the names of the directories in Mod: it doesn't have other info about the Addons, and that information is not...

While it does address the issue - to add groupboxes, I don't think the proposed titles makes sense. Group titles like "Enable", "Auto", "Misc" doesn't improve, on the contrary it...

@MisterMakerNL if consistency is important then you shouldn't name it "Settings" as that isn't used in any other workbenches. "General" would be an option though.

Coding graphics usually makes it difficult to redesign later, especially for non-coders. How about using an overlay svg for dev additions instead?

I'm almost done recreating the images as svgs.

Here's three svg files: ![freecadabout](https://github.com/user-attachments/assets/1e7c5280-92d5-405c-bbee-73b27b786c47) ![freecadabout-dev](https://github.com/user-attachments/assets/21627dcb-7e96-41a7-93d2-0875ab8f2f6d) ![freecadabout-dev-overlay](https://github.com/user-attachments/assets/4cf60e33-551a-4bdf-82ca-034497cd2cac) They are all versions of the same file, with just different elements visible/hidden. I couldn't find the original working file, so I created...

Qt's svg render seems to have an issue with clip layers, masks works though. I forgot to convert one of the clips to mask. I'll fix that later today. Regarding...