Commit Graph

21 Commits

Author SHA1 Message Date
ᴩʜᴏɴᴇᴅʀᴏɪᴅ
f620d68c19 Removed outdated UTF8 declaration [ Other ] (#24528)
* Removed outdated UTF8 declaration

* [pre-commit.ci] auto fixes from pre-commit.com hooks

for more information, see https://pre-commit.ci

---------

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
2025-10-13 18:34:43 +02:00
wmayer
bf619d56eb Import: Apply clang format 2023-09-10 19:23:47 +02:00
luzpaz
38a01939e0 Migrate domain name from freecadweb to freecad (#9352)
* Migrate domain name from freecadweb to freecad
* Migrate src/Mod/Material files
* Migrate Stylesheet related files
* Migrate *.svg files
* Migrate miscellaneous files
* Migrate some build files
* Migrate recently added TD AR_IRAM template files

Closes #6415
2023-04-24 15:19:20 -05:00
easyw
4ccdb85595 fixing stepZ for exporting 2023-04-05 18:15:10 +02:00
Pesc0
1c093e8729 remove remaining six dependencies 2023-03-26 23:39:00 +02:00
luz paz
c429473a4a stepZ.py: remove remaining mention of gzip_utf8
Leftover from b01aa8de9  
[skip ci]
2022-08-24 14:40:43 +02:00
wmayer
de2ac32a47 Import: [skip ci] whitespace improvements 2022-08-24 11:55:39 +02:00
andrea
9b622048b8 remove unused gzip_utf8 2022-08-24 11:48:46 +02:00
easyw
971bea1516 deleting temp file (result of a previous export) 2021-10-20 10:10:43 +02:00
easyw
7036706945 allowing to export stZ files on different drivers
os.rename() doesn't move its actual data on the disk
shutil.move() method allows to transfer files between two different drives
2021-04-13 15:56:31 +02:00
luz.paz
b785920541 [skip ci] Fix header uniformity for Import, Mesh, Points, Raytracing 2019-12-26 10:10:30 +01:00
luz.paz
d10ca28c88 LGTM: remove unnecessary 'pass' statements
Issue: A pass statement is only necessary when it is the only statement in a block (the list of statements forming part of a compound statement). This is because the purpose of the pass statement is to allow empty blocks where they would otherwise be syntactically invalid. If the block already contains other statements then the pass statement is unnecessary.

Recommendation: Remove the pass statement.

Relevant links: 
1a82a5e136/files/src/Mod/Import/stepZ.py (x78f479c31a062553):1

1a82a5e136/files/src/Mod/OpenSCAD/OpenSCADCommands.py (xad4868ffcdf82498):1

1a82a5e136/files/src/App/FreeCADInit.py (x9034ec6815c48e38):1
2019-12-17 15:15:53 -03:00
easyw
ac46f6881f creating the temp .stp file in a temporary dir 2019-12-15 15:48:14 +01:00
easyw
70fd92d624 improved import/export compatibility w prop cads
thread related
https://forum.freecadweb.org/viewtopic.php?f=3&t=37469#p318651
2019-07-08 22:17:15 -03:00
easyw
4b2ac1b390 fix stpZ file exporting (six & py3 issue) 2019-05-04 14:34:30 -03:00
easyw
19ba0d634d py3 compatibility fix 2019-04-22 10:47:59 -03:00
cclauss
5f9d5db1de Remove a stray 'not' 2019-03-17 20:58:17 +01:00
cclauss
361c44c6dc Unicode fixes for Python3 2019-03-17 20:58:00 +01:00
easyw
42919cfd1f make stepZ py3 compliant 2018-09-23 10:43:14 +02:00
looooo
cdcb3bec4a PySide2: qApp -> QApplication 2018-04-14 10:40:31 +02:00
easyw
2a9ac632cb adding stpZ format: STEP compression format support 2018-01-29 22:57:06 +01:00