luzpaz
129d5882a7
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
Chris Hennes
4a7e1b6d9b
Tools: Apply pre-commit autoformatting
2023-04-22 13:07:06 -05:00
Adrian Insaurralde Avalos
51167dfd7d
[tools] fix fcinfo -g script [skip-ci]
...
ZipFile.read returns a bytes-like object so re.sub must be passed byte-like objects arguments when operating on those read files.
2022-09-13 19:38:43 -04:00
Christian Meusel
00204dd6d4
Tools: Use Python 3 as interpreter for fcinfo
...
Since Python 2 support has been dropped with #6143 , let's have Python 3
as default interpreter on the platforms caring for it.
2022-08-22 12:21:55 +05:00
luz paz
79aedcabad
Tools: remove py2 support from fcinfo script
2022-02-08 16:29:27 +01:00
tomate44
5c811d233a
fcinfo: support FCBak backup files
2020-12-20 09:59:43 +01:00
tomate44
8719b48e12
fcinfo: support backup files
2020-12-20 09:25:36 +01:00
Mitch Roote
cefd6b2ce0
Update fcinfo script for py3 compatibility
2020-12-15 11:10:40 -05:00
luz.paz
eb595acfec
Fix misc. source comment typos
...
Found via `codespell -q 3 -I ../fc-word-whitelist.txt -S ./.git,*.po,*.ts,./ChangeLog.txt,./src/3rdParty,./src/Mod/Assembly/App/opendcm,./src/CXX,./src/zipios++,./src/Base/swig*,./src/Mod/Robot/App/kdl_cp,./src/Mod/Import/App/SCL,./src/WindowsInstaller`
Fix ./src/Tools/fcinfo grammar + whitesapce
Fix typos in ./src/Mod/Mesh/App/Core/Evaluation.cpp
2019-08-07 20:16:45 -04:00
Yorik van Havre
b013624ba8
Tools: added --gui option to fcinfo tool
2019-07-28 13:59:03 -03:00
Yorik van Havre
1919659fad
Tools: Small additional fix in fcinfo tool
2019-07-27 15:59:03 -03:00
Yorik van Havre
b351c3da5a
Tools: More options to fcinfo tool
2019-07-27 15:48:51 -03:00
Patola
3dc0f77065
Better handle non-ascii characters
...
This prevents the following error when using fcinfo as diff driver for WebTools Git:
(...)
File "/usr/local/bin/fcinfo", line 89, in startElement
print (" " + key + " : " + val)
UnicodeEncodeError: 'ascii' codec can't encode character u'\xe1' in position 17: ordinal not in range(128)
fatal: unable to read files to diff
2018-02-26 10:51:29 -03:00
Yorik van Havre
153e87d36c
fixed wrong info in fcinfo tool
2016-03-28 00:27:43 -03:00
Yorik van Havre
c7440ef92e
Added fcinfo utility
...
This utility prints information about a given FreeCAD file (*.FCStd)
on screen, including document properties, number of included objects
and object sizes.
It can be used as a textconv tool for git diff by adding this utility to
your exec path andadding this entry to .gitattributes: *.fcstd diff=fcinfo
Usage: fcinfo myfile.FCStd
2015-06-27 20:01:35 -03:00