wmayer
14b8579a62
fixes #0003599 : PartDesign Additive and Subtractive Pipe features don't allow changing sections after creation
2018-09-20 17:17:41 +02:00
wmayer
83c40da2a5
issue #0003599 : PartDesign Additive and Subtractive Pipe features don't allow changing sections after creation
2018-09-20 15:14:33 +02:00
Bernd Hahnebach
50ab6e292c
FEM: Python code formating, flake8
2018-09-19 21:40:57 +02:00
Bernd Hahnebach
d6c6c4da6e
FEM: menues, delete the FEM before material menue entries, just like all other entries
2018-09-19 21:40:44 +02:00
Bernd Hahnebach
a20fa51084
FEM: menues, move element geometry enties into sub menue
2018-09-19 21:40:34 +02:00
kreso-t
96e2f44e28
Path: Adaptive - fix for profiling operation
...
- improved handling for sharp corners for profiling op.
2018-09-19 18:29:18 +02:00
kreso-t
de5ad52415
Path: Adaptive - enhancements and bug fixes
...
- cleanup & spelling corrections
- lead-in/lead-out improvements
- safer transition of linking path into lead-in/cut
- self-intersection check for keep tool down path
- additional perf. optimisations by parameter tuning
2018-09-19 18:28:48 +02:00
wmayer
4a717a8a44
Make destructors of all generated Py class protected
...
This is to avoid to create an object on the stack and thus to clutter Python's reference counting mechanism
2018-09-19 18:22:22 +02:00
luz.paz
b214f606c4
Misc. typo and whitespace fixes
...
ref: https://forum.freecadweb.org/viewtopic.php?f=3&t=30988#p256964
along with other misc. fixes
2018-09-19 17:26:03 +02:00
wmayer
8ab6ffa692
fix -Wreorder
2018-09-19 17:17:43 +02:00
wmayer
d978287af6
fix CID 183848
2018-09-19 17:14:46 +02:00
wmayer
24cf5d23b5
fix possible crash when aborting geometry checker
2018-09-19 13:50:44 +02:00
wmayer
17d36cecc9
improve manual mesh filling
2018-09-18 21:53:04 +02:00
wmayer
6b055ee899
add verifier class to check the result of the polygon triangulation
2018-09-18 21:38:04 +02:00
wmayer
ff6ed27ba9
replace boolean to check for inside/outside cutting with enum values
2018-09-18 18:25:51 +02:00
wmayer
4c8e70b9a3
polish Mesh workbench
2018-09-18 14:53:37 +02:00
wmayer
4b90bed74e
fix -Winconsistent-missing-override
2018-09-17 14:18:36 +02:00
Markus Lampert
97ad1b687f
Renamed Path Chamfer op to Deburr.
2018-09-17 10:27:49 +02:00
Markus Lampert
a9e040eb10
Fixed selection restore of entire object.
2018-09-17 10:23:41 +02:00
Markus Lampert
91371a6c6a
Added option to rotate multiple base objects as a compound or individually.
2018-09-17 10:23:41 +02:00
Markus Lampert
041d800518
Changed Rotate tool behaviour to rotate the entire selection group instead of each one individually.
2018-09-17 10:23:40 +02:00
Markus Lampert
725d87417b
Don't force stock refresh on editor start
2018-09-17 10:23:40 +02:00
wmayer
f9ca7d62c2
fix compiler warning, fix build failure with older OCCT versions
2018-09-17 10:20:03 +02:00
tomate44
f6d9b692be
add a check to BSplineCurve.segment()
2018-09-17 10:02:04 +02:00
kreso-t
ee128a32fd
Fix for compiler warnings
2018-09-17 09:57:47 +02:00
kreso-t
e9e27656be
Path: Adaptive - small enhancement
...
- improved handling in spiky corners
2018-09-17 09:57:47 +02:00
kreso-t
46cd140c8b
Path: Adaptive - performance optimization for larger models
...
- utilizing bounding boxes
- changed the alg. for resolving tool down linking paths,
resolution is no longer based on clipper offsets as
offset alg. tends to become slow
- new tool down linking alg. also should be better in finding
shorter linking paths
- lead-in lead-out improvements
2018-09-17 09:57:46 +02:00
Markus Lampert
76638c7c32
Return self in addProperty for interface compliance.
2018-09-16 15:38:27 -07:00
Mark Ganson TheMarkster
625ef4548b
addon manager py3 fixes
...
Only decode / encode if on py2 except for the b'\xc2\xa0', replace, which must be decoded to create the unicode string.
2018-09-15 19:28:44 +02:00
Mark Ganson TheMarkster
fa00718c23
fix python3 issues
...
* fix attempts to remove readonly temp folder in windows, which was preventing addon manager window from closing
* cleanup (unescape) macros manually if HTMLParser().unescape() fails
* replace tabs in macros with 4 spaces
2018-09-15 19:28:36 +02:00
luz.paz
d1f1230ef5
Typo and whitespace fixes
...
Found via `codespell -q 3 -I ../fc-word-whitelist.txt --skip=".git,*.ts,*.po,./src/3rdParty,./src/Mod/Assembly/App/opendcm,./src/zipios++" -L "entires,fle,actuall"`
2018-09-15 19:13:52 +02:00
wmayer
c6df59969b
expose more methods of Geom_Curve to Python
2018-09-15 11:26:26 +02:00
wandererfan
295bb8fa86
Fix Decoration positions on Views derived from DPG Base
...
- Section faces, detail highlights, center and section lines
were wrong when the BaseView was a DPGI
2018-09-14 21:28:02 +02:00
wmayer
dce4086d64
fixes #0002908 : stp file import name mismatch (due to some limitation into UTF-8 support & naming convention)
2018-09-14 18:15:48 +02:00
wmayer
70cf68ab3d
restore old behaviour of AddonManager.get_macro_dir
2018-09-13 23:50:36 +02:00
wmayer
02eb4a6fa3
issue #0003588 : The path to the Addons does not allow special characters
2018-09-13 16:03:38 +02:00
DeepSOIC
38df1ae742
Part, PartDesign, Attacher: fix a few problems with infinite shapes
...
To throw an error instead of returning a semi-infinite result that kills rendering.
fixes #3439
2018-09-13 13:12:55 +02:00
DeepSOIC
eb8629d077
Part: Attacher: fix flip-sides for O-X-Y-like attachment modes
...
fixes #2519
2018-09-13 13:03:06 +02:00
wmayer
88babaf60a
Ignore key events in dialogs and let parent task panel handle them
...
The affected dialogs are:
* Texture mapping
* Cross-sections
* Extrusion
* Revolution
2018-09-13 11:13:33 +02:00
wmayer
5c40496cf3
fixes #0003514 : Program crashes when user try to add (by mistake) the origin to a group
2018-09-12 19:01:25 +02:00
wmayer
ac66048b8b
fixes #0002833 : [Spreadsheet] Keyboard events are sent to the wrong viewprovider
2018-09-12 17:40:57 +02:00
wmayer
876339b885
add method to activate 3d view when setting active object list
2018-09-12 15:38:28 +02:00
wmayer
23b0c89b8a
fixes #0003155 : FEM to mesh conversion fails for shells
2018-09-12 12:39:12 +02:00
Amritpal Singh
7cf8dc254e
Fixed minor bug in Rebar object.
2018-09-11 14:34:59 +02:00
Mark Ganson TheMarkster
41102edf67
fix bug in draft path array
...
put lnodes.normalize() inside try/except block
replace hard-coded 1e-6 with Vector3d::epsilon() in VectorPy::normalize()
2018-09-11 11:11:39 +02:00
wmayer
712012678f
fix some MSVC & clang warnings
2018-09-11 11:02:43 +02:00
kreso-t
ba6132c4b4
Path: Adaptive - fix for convetional mode detection
2018-09-11 11:02:43 +02:00
kreso-t
e69571dcf3
Path: Adaptive - fix for offset glitches
2018-09-11 11:02:43 +02:00
kreso-t
40ff33d4a7
PathSimulation - fix for memory consumption with complex sim paths
2018-09-11 11:02:43 +02:00
kreso-t
9a451bbf3f
Path: Adaptive - fix for integration
2018-09-11 11:02:43 +02:00