Files
create/src/Mod/OpenSCAD
Johannes Wüller 13caf40036 Fix CSG computing geometry too early
onChanged() triggers for the first time before all of the properties are
loaded, so it can fail to compute properly at that stage, depending on
the load order.

However, it's not necessary to compute geometry in onChanged() at all,
because that's usually supposed to happen in execute() anyway. The
solution here is to just not do onChanged() at all.

Fixes #13558
2024-04-20 23:02:49 +02:00
..
2024-04-17 16:50:38 -05:00
2023-04-02 12:19:02 +02:00
2023-03-28 10:57:48 +00:00