wmayer
dafe5f11fb
Base: start of refactoring of Builder3D
2022-11-27 15:02:44 +01:00
Uwe
82ea017a39
[Mesh] remove GTSAlgos
...
- unused since a while
2022-11-23 17:35:06 +01:00
Uwe
56965e4244
[Mesh] Core P-end: remove unused includes
...
- also some sorting
2022-11-22 03:10:47 +01:00
Uwe
c907c2dbf1
[Mesh] Core E-M: remove unused includes
...
- also some sorting
2022-11-21 03:59:13 +01:00
Uwe
ed6e63084d
[Mesh] Core A-D: remove unused includes
...
- also some sorting
2022-11-21 03:24:27 +01:00
Uwe
dab06a985b
[Mesh] Core/IO: remove unused includes
...
- also some sorting
2022-11-21 02:49:26 +01:00
luz paz
c174e063f3
Mesh: remove trailing whitespace
2022-11-14 21:37:03 -06:00
Uwe
1191a19de4
[Mesh] Feature*: remove unused includes
...
- also some sorting
2022-11-11 14:02:49 +01:00
Uwe
356ae47332
[Mesh] Imp* - end: remove unused includes
...
- also some sorting
2022-11-11 03:34:31 +01:00
wmayer
bca27b0f6b
Mesh: [skip ci] add export macro to Wm4 constants
2022-11-10 10:23:25 +01:00
Uwe
cf32bc54f1
[Mesh] App-Facet: remove unused includes
...
- also some sorting
2022-11-10 04:18:59 +01:00
Chris Hennes
398aaa1aac
GUI: Remove references to MS Shell DLG2 font
2022-11-08 17:54:59 +01:00
wmayer
f9363d3140
Mesh: [skip ci] remove unused header
2022-11-08 10:44:15 +01:00
wmayer
9345738604
Gui: [skip ci] fix several warnings reported by GH Actions
2022-11-06 15:53:18 +01:00
Uwe
cef5c5c11c
[Gui][Mod]: uniform spin button step size to 5%
...
- as discussed here: https://github.com/FreeCAD/FreeCAD/pull/7103 we have different transparency spin button step sizes. This PR uniforms them all to 5%.
2022-11-06 14:27:55 +01:00
Chris Hennes
1fac3fead0
cMake: Add support for compiling against Qt6 ( #7647 )
...
Removes the BUILD_QT5 flag and adds a new FREECAD_QT_VERSION option,
which can be set to either "Auto" (default), 5, or 6. Auto detects which
version of Qt is installed on the system and chooses it. If both version
are installed, Qt5 is used.
Note that this DOES NOT implement compiling against Qt6, it only adds
the necessary cMake infrastructure to begin work on the source code
changes that will be required.
2022-10-31 09:24:09 -05:00
wmayer
f3440f403f
Mesh: use PropertyMaterial in view provider
2022-10-23 23:31:04 +02:00
wmayer
86bf176b1f
Mesh: implement PropertyMaterial
2022-10-23 19:49:46 +02:00
wmayer
6d2d3731e7
Mesh: [skip ci] add Python module with enum types
2022-10-23 18:52:33 +02:00
wmayer
2973da9203
Mesh: support to add transparencies to a mesh
2022-10-22 23:31:12 +02:00
Kuzemko Alexsandr
2eb55d48c7
[App] Fix of untranslated first document's name ( #7156 )
...
* Change no need function newDocument("Unnamed") call to variant without parameter. "Unnamed" set in App newDocument function instead.
* Refactor New Document command to run without parameter.
* Translate new document's userName. Internal name = "Unnamed".
* Crowdin Add to updatets.py App.ts. Create new file App.ts
* Fix error where document name is set with one function parameter. In this situation set internal and user name to string variable. For default function call (without parameter) set internal name to Unnamed, userName = translate ("Unnamed")
2022-10-20 21:35:09 -05:00
Yorik van Havre
1ae780d3b1
Merged crowdin translations
2022-10-17 15:12:16 +02:00
Yorik van Havre
9c24f0f5b8
Merged crowdin translations
2022-10-10 11:06:08 +02:00
Yorik van Havre
4ca1b838a9
Merged crowdin translations
2022-10-06 12:48:05 +02:00
Yorik van Havre
3d75b4fb74
Updated ts files
2022-10-06 12:16:32 +02:00
wmayer
849305b88a
Mesh: move Extension3MFFactory outside Exporter3MF
2022-09-26 11:05:01 +02:00
Chris Hennes
c5f50b3b25
Mesh: Add boost/regex.hpp to Mesh's PreCompiled.h
2022-09-20 16:47:27 -05:00
wmayer
d022e27f12
Mesh: split OBJ reader and writer from MeshIO
2022-09-20 20:22:30 +02:00
marioalexis
6dc262d44c
Mesh: Replace C cast
2022-09-18 11:06:51 -05:00
wmayer
1309b86ea5
App: move from float to double for accuracy parameter, add a virtual method to determine a default accuracy
2022-09-15 09:52:14 +02:00
wmayer
a566edfa43
Mesh: implemment mechanism to load MeshGui module when exporting to 3MF file
2022-09-14 12:05:32 +02:00
wmayer
2ff4c9c8e2
Mesh: [skip ci] remove xerces2 stuff
2022-09-09 08:25:15 +02:00
wmayer
c075a298ae
Mesh: use class ZipHeader to directly access the model file of a 3MF file
2022-09-05 18:55:43 +02:00
wmayer
10d6a90be5
Mod: [skip ci] fix some MSVC warnings
2022-09-05 13:45:22 +02:00
wmayer
bea96ddb1b
Mesh: [skip ci] add missing headers to PCH
2022-09-05 12:31:16 +02:00
wmayer
299397fd2f
Mesh: [skip ci] fix several minor issues
2022-09-03 18:30:49 +02:00
wmayer
1d0e2a5526
Mesh: [skip ci] remove superfluous function call
2022-09-03 16:47:11 +02:00
wmayer
f156af4af8
Mesh: support to read 3MF format
2022-09-03 16:43:56 +02:00
wmayer
c4b12d61c5
Mesh: [skip ci] fix minor issues
2022-09-02 13:37:24 +02:00
wmayer
8f1875f429
Mesh: add support of thumbnails of 3MF format
2022-09-01 16:49:00 +02:00
wmayer
01ba72272d
Mesh: [skip ci] include header in source file
2022-08-31 17:37:06 +02:00
wmayer
e09c54d10b
Mesh: avoid to create an extra tmp. copy of MeshObject
2022-08-31 17:13:15 +02:00
wmayer
6c790da254
Mesh: add exporter class for 3MF format
2022-08-31 17:11:15 +02:00
wmayer
3e9ad93179
Mesh: improve 3MF support
2022-08-31 17:07:44 +02:00
wmayer
f557920414
Mesh: refactor mesh exporter classes
2022-08-31 10:07:57 +02:00
wmayer
b062344b06
Mesh: move 3MF writer to its own class
2022-08-30 12:00:23 +02:00
wmayer
f0ebcde942
Mesh: modernize C++: replace 'typedef' with 'using'
2022-08-29 18:30:53 +02:00
wmayer
d1b6764514
Base: support of SoFaceSet in InventorLoader
2022-08-26 14:51:43 +02:00
wmayer
c3f76e0cd8
Mesh: use Base::InventorLoader to load mesh files in .iv format
2022-08-26 12:39:52 +02:00
berniev
180edfa3cc
Mod: Single arg ctors must be explicit
2022-08-24 16:55:20 +02:00