Commit Graph

10 Commits

Author SHA1 Message Date
Chris Hennes
b93c02e07d Precommit: formatting fixes after Black update 2024-04-04 23:24:37 -05:00
luzpaz
e9f9e441fc Fix typos 2023-12-22 13:35:23 +00:00
wmayer
83d4080fe8 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
2c3230a986 Show: Apply clang format 2023-09-10 12:20:59 +02:00
0penBrain
6e6f4bb1eb 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
03a8954f6b [Bugfix]Sketcher: fix cross section side switch not working except for XY plane 2023-06-24 09:45:09 +02:00
luzpaz
937d226f4f ShowWB: fix header uniformity
Make headers uniform + remote trailing whitespace
2023-01-22 20:33:10 +01:00
0penBrain
77f83ce716 TempoVis : makes clip plane able to revert + some improvements 2022-09-09 16:09:42 +02:00
DeepSOIC
275c0a3061 Show: py2 support
mostly changes to the way things are imported
+small misc fixes
2019-09-14 12:16:51 +02:00
DeepSOIC
aa14a176f7 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