Commit Graph

10 Commits

Author SHA1 Message Date
Chris Hennes
0f6ef9571f Precommit: formatting fixes after Black update 2024-04-04 23:24:37 -05:00
luzpaz
9c8a3f27f9 Fix typos 2023-12-22 13:35:23 +00:00
wmayer
ef9936a940 App: fixes #10460: App::PropertyPythonObject is not saving data
Since Py3.11 the methods names __setstate__ and __getstate__ conflict with the method names added to the object class.
Thus rename them to 'loads' and 'dumps'
2023-09-24 10:56:35 -05:00
wmayer
7bc320faf4 Show: Apply clang format 2023-09-10 12:20:59 +02:00
0penBrain
184cbc35b1 Sketcher: improve Z layering in edit mode
Especially when using cross section there was cases where sketcher elements ...
 ... wasn't guaranteed to be visible because hidden by other objects
2023-06-24 10:17:47 +02:00
0penBrain
88d0fad307 [Bugfix]Sketcher: fix cross section side switch not working except for XY plane 2023-06-24 09:45:09 +02:00
luzpaz
3971ea23d1 ShowWB: fix header uniformity
Make headers uniform + remote trailing whitespace
2023-01-22 20:33:10 +01:00
0penBrain
b0a8235f6a TempoVis : makes clip plane able to revert + some improvements 2022-09-09 16:09:42 +02:00
DeepSOIC
1593efecc7 Show: py2 support
mostly changes to the way things are imported
+small misc fixes
2019-09-14 12:16:51 +02:00
DeepSOIC
20f68358a7 Show: rename TempoVis.py into mTempoVis.py
so that TempoVis member defined in Show's __init__ doesn't hide the module
2019-09-14 12:16:42 +02:00