sliptonic
fc82fda520
Merge pull request #3295 from etrombly/3d_surface_perf
...
[PATH] 3d surface performance improvements
2020-04-07 08:47:32 -05:00
wmayer
83bbf2ffa8
[skip ci] fix typos
2020-04-07 12:50:54 +02:00
sliptonic
78b08c6298
Merge branch 'master' into 3d_surface_perf
2020-04-06 14:33:26 -05:00
sliptonic
9faec4bced
Merge pull request #3318 from Schildkroet/deburr+dressup
...
[Path] Removed offset check
2020-04-06 14:31:16 -05:00
Patrick F
2359919078
Removed offset check
2020-04-06 21:11:40 +02:00
wmayer
20745f3301
Gui: [skip ci] add options to set one-pass and backface-pass rendering
2020-04-06 19:50:58 +02:00
wmayer
3c52ff6c7f
Gui: [skip ci] improve whitespaces
2020-04-06 19:50:08 +02:00
wmayer
7f0852ef11
Cloud: [skip ci] restore old CMake variable to link to OpenSSL to fix build failure on Linux and Windows
2020-04-06 17:58:08 +02:00
wmayer
a0c5f999a3
Cloud: fix broken CMake file
2020-04-06 17:07:09 +02:00
wmayer
43844e9a59
Part: [skip ci] set again Two-side rendering as default lighting style
2020-04-06 14:12:44 +02:00
Eric Trombly
56769f1a27
change isOnLine to isOnLineSegment
2020-04-06 06:34:53 -05:00
Eric Trombly
1ac9c2f4e9
move getFacets from Path to Part
2020-04-06 06:34:53 -05:00
Eric Trombly
6262dc561f
added check that facets are valid in getFacets
2020-04-06 06:34:53 -05:00
Eric Trombly
6bb5873e3e
add changes to Waterline
2020-04-06 06:34:53 -05:00
Eric Trombly
169d910eca
Area.cpp and CMakeLists.txt had extranious line ending
2020-04-06 06:34:53 -05:00
Eric Trombly
c8901cd5af
clean up commented old code
2020-04-06 06:34:53 -05:00
Eric Trombly
7cc190fff0
remove debug profiling from surface
2020-04-06 06:34:53 -05:00
Eric Trombly
edf9319f5a
visual studio doesn't like indexing facets with [, changed to (
2020-04-06 06:34:53 -05:00
Eric Trombly
a0e45bffaa
remove parallel processing, replace mesh generation with getting facets
2020-04-06 06:34:53 -05:00
Eric Trombly
94935996cb
change from openmp to std::thread
2020-04-06 06:34:53 -05:00
Eric Trombly
144d3b62f3
changed some for loops to list comprehensions, added openmp for area to make two loops parallel, changed a fuse to a compound
2020-04-06 06:34:53 -05:00
Eric Trombly
f210d71f18
remove sleep calls, change some for loops to list comp, move isPointOnLine to base vector
2020-04-06 06:34:53 -05:00
Syres916
a0ec977152
[Gui] Edit Menu Remove Duplicate Shift+E...
...
....shortcut, return Toggle Edit to pre-Big Merge with no shortcut.
See Discussion https://forum.freecadweb.org/viewtopic.php?f=3&t=44394
2020-04-06 13:04:01 +02:00
vocx-fc
9d9102bc7e
Draft: Draft_Text split lines by newline characters
2020-04-06 13:01:32 +02:00
vocx-fc
9f28844bf2
Draft: example file with a preview in the Start page
2020-04-06 12:58:32 +02:00
Jean-Marie Verdun
6a96fc2bee
Fix MacOS build with Catalina and latest homebrew
...
Add support for self signed certificate in the case the end user wants
to use minio or any other self hosted s3 storage
2020-04-06 12:57:44 +02:00
luz.paz
ae72e2c762
Trivial code formatting for some {.cpp,.h} files
2020-04-06 12:55:27 +02:00
vocx-fc
3f726f662f
Draft: update unit test for gui_edit
2020-04-06 12:51:55 +02:00
vocx-fc
7d102a5370
Draft: move Draft_Edit to another module
2020-04-06 12:51:55 +02:00
sliptonic
23ae15edc2
Merge pull request #3132 from Schildkroet/deburr+dressup
...
[Path] Deburr+DressupLeadInOut fixes
2020-04-05 18:34:52 -05:00
wandererfan
147539f37a
[TD]fix single quote in anno string list
2020-04-04 22:42:13 -04:00
donovaly
3736ef56e7
[TD] sanitize broken SVGs
...
-also move them to the right folder
see discussion in: https://github.com/FreeCAD/FreeCAD/pull/3304
2020-04-04 09:32:58 -04:00
wmayer
aac7392740
Gui: move functions to list menus and toolbars from sub-class to base Workbench class
...
implement new function to list all toolbars and their used commands
2020-04-04 11:46:45 +02:00
wmayer
ef303c766e
Gui: [skip ci] replace tabs with spaces in GUI init script
2020-04-04 09:42:30 +02:00
wmayer
e2e4ecf36c
Gui: [skip ci] fix regression by using UTF-8 encoding in PropertyItem::setPropertyValue
2020-04-03 16:22:35 +02:00
wmayer
ff9029938f
[skip ci] improve whitespaces
2020-04-03 16:19:24 +02:00
wmayer
5ea0ae5471
Gui: [skip ci] disable workaround to avoid handling an event twice because it leads to a regression on macOS
2020-04-03 15:11:24 +02:00
wandererfan
04fb64b411
[TD]Add symbols from AndreH
2020-04-03 08:16:53 -04:00
wandererfan
3483ebdb31
[TD]do not write BOM on SVG export
2020-04-03 08:16:53 -04:00
wmayer
a709ac2f03
App: [skip ci] handle types long and unsigned long in PropertyPlacement::setPathValue()
2020-04-03 12:02:46 +02:00
sliptonic
69726fcf92
Merge pull request #3303 from Schildkroet/4th-axis-improve
...
[Path] Bugfix for circular hole base
2020-04-02 15:39:43 -05:00
Patrick F
7d3c7dfef0
Bugfix for circular hole base
2020-04-02 19:38:21 +02:00
wmayer
acb29dead8
[skip ci] fix typos
2020-04-02 17:46:46 +02:00
vocx-fc
2cd9a542b5
Draft: task_scale, small style improvements
2020-04-02 16:53:49 +02:00
vocx-fc
2a340bcfd3
Draft: move ScaleTaskPanel to a module
...
We remove it from `DraftGui.py` to reduce the size of this file.
Then we import it and tie it to its command defined
in `DraftTools.py`.
2020-04-02 16:53:49 +02:00
wmayer
7b194bfe9f
Gui: [skip ci] optimize View3DInventorViewer::containsViewProvider because it's sufficient to know if the root node of a view provider is part of the viewer or not
2020-04-02 16:08:47 +02:00
wmayer
e498b0ebbf
Gui: [skip ci] avoid that 3D view handles a single wheel scroll event twice
2020-04-02 14:02:03 +02:00
wmayer
5e9731c990
Gui: [skip ci] fix regression in Application::open() and always encode file name when passing it to Python interpreter
2020-04-02 11:55:45 +02:00
wandererfan
9332bd9ac7
[TD]replace odd character in GOST svg files
2020-04-01 07:51:43 -04:00
donovaly
adf61b25d4
[Tools] remove ThumbnailProvider.sln
...
This single files does not help anything, one would also need the *.vcxproj files. But whatever I try, unless you run not CMake prior to compiling, it will try to build a Win32 DLL and fails.
So since I cannot find a way to provide .sln and .vcxproj files that can be used out of the box, the single .sln file is just senseless alone.
2020-04-01 13:29:39 +02:00