Commit Graph

11860 Commits

Author SHA1 Message Date
DeepSOIC
f275a95008 PartGui: use icon in Compound viewprovider 2018-12-27 14:30:05 +01:00
DeepSOIC
c025a77797 PartGui: add ExplodeCompound to menu and toolbars 2018-12-27 14:30:05 +01:00
DeepSOIC
3c23f2aa50 PartGui: update icons
* replace Part_Compound icon with a new one
* add Part_ExplodeCompound icon
2018-12-27 14:30:05 +01:00
DeepSOIC
368f0f0ccd Part: "Explode compound" tool 2018-12-27 14:30:04 +01:00
Yorik van Havre
3e6e9ed690 Part: Fixed translation issues 2018-12-27 10:51:49 -02:00
luz.paz
7044147bac Path: source comment typo fixes
Found via `codespell`
2018-12-27 10:22:36 -02:00
Yorik van Havre
d5dd0973ca Draft: Added ON/OFF status to the tooltip of snapping buttons 2018-12-26 12:59:50 -02:00
wmayer
9c7128ea77 fixes 0003729: REGRESSION: FreeCAD 0.17 does not export color information with STEP files 2018-12-24 17:27:56 +01:00
wandererfan
8801726ed4 Fix StartCell/EndCell handling
- multi-character Columns and multi-digit Rows
  were not being interpreted correctly.
2018-12-24 11:02:32 -02:00
Abdullah Tahiri
ffd980b27e PartDesign: Up to face inclined plane limitation
================================================

fixes #3177

I fixed it by tricking the function, see:
https://forum.freecadweb.org/viewtopic.php?f=8&t=24238&start=30#p274454
2018-12-24 11:01:59 -02:00
Yorik van Havre
2ea84272fd Updated translations from crowdin 2018-12-23 13:54:30 -02:00
Markus Lampert
3969dd52aa Use removeSplitter to get a single face for the removal shape construction. 2018-12-23 11:07:31 -02:00
Mateusz Skowroński
71a8e2668d Fix GCC 8 warning: catching polymorphic type by value [-Wcatch-value=] 2018-12-23 11:05:02 -02:00
Bernd Hahnebach
763b5c362f FEM: ccx tools, optimize imports 2018-12-21 22:39:29 +01:00
Bernd Hahnebach
ba22f17a3a FEM: ccx tools, add a method to find elments with no material 2018-12-21 22:22:49 +01:00
Bernd Hahnebach
3a9ada062f FEM: ccx tools, typo in def name for non positive jacobians 2018-12-21 22:16:57 +01:00
Bernd Hahnebach
9bb6174545 FEM: ccx tools, split run def to be able to do every fea task independent 2018-12-21 22:16:57 +01:00
Bernd Hahnebach
d7e61d68b8 FEM: ccx tools, small code improvements 2018-12-21 22:16:57 +01:00
Bernd Hahnebach
356d24157c FEM: ccx tools, solver typ check only for ccx tools type 2018-12-21 22:16:57 +01:00
Yorik van Havre
0ab6b3ec02 Arch: fixed wrong WP when double-clicking an Arch BuildingPart 2018-12-21 18:55:59 -02:00
Bernd Hahnebach
1030e1cc64 FEM: print some error if only one material object but this one has a reference shape 2018-12-21 10:11:48 -02:00
Bernd Hahnebach
9d13a1ab89 FEM: ccx run, do not run ccx if input file writer returned an error 2018-12-21 10:11:48 -02:00
Bernd Hahnebach
07e7c2ef87 FEM: revert f77c605 and use a better fix fir frd reading of NaN floats 2018-12-21 10:11:48 -02:00
Bernd Hahnebach
56e9e92fd5 FEM: z88, delete not needed and not used variable 2018-12-21 10:11:48 -02:00
wmayer
4c67a5c3c6 workaround to correctly render annotation flags if NaviCube is shown 2018-12-20 17:52:35 +01:00
Yorik van Havre
2e03d02a1a Arch: Fixed crash on creating new BuildingParts 2018-12-20 13:21:48 -02:00
Bernd Hahnebach
f77c605ca8 FEM: frd file reader, fix for broken frd files 2018-12-20 12:00:04 -02:00
Bernd Hahnebach
86c5113e09 FEM: gmsh VP, Py3, remove more extra b'ees 2018-12-20 12:00:04 -02:00
Bernd Hahnebach
0d8388a47a FEM: code formating, pep8 2018-12-20 12:00:04 -02:00
Abdullah Tahiri
e72bd857c7 Sketcher: Tangency between arcofellipse and other curves
========================================================

Surprisingly there was no code to handle arcofellipse tangencies using AngleViaPoint constraint.

fixes #3659
2018-12-20 11:59:26 -02:00
wmayer
f474900c07 change default value of renderTriangleLimit to UINT_MAX 2018-12-20 10:49:37 +01:00
Yorik van Havre
b918cbe14d Arch: Fixed object transparency not adopting the material's one 2018-12-19 20:51:39 -02:00
Bernd Hahnebach
8324b2ee1b FEM: solver, move observer def into base class and use decode for Py3 bytestrings 2018-12-19 21:50:44 +01:00
Bernd Hahnebach
b73849bc33 FEM: utils, add a def to decode bytestrings in Py3 2018-12-19 21:50:44 +01:00
Yorik van Havre
842672d961 Arch: Fixed display bug in BuildingPart 2018-12-19 16:33:48 -02:00
Yorik van Havre
ca7dd2e1c3 Arch: Small refactor in arch reference 2018-12-19 12:29:34 -02:00
Yorik van Havre
7aa4d2a9f6 Arch: Fixed wrong elevation of imported IFC elements 2018-12-19 11:46:40 -02:00
wandererfan
cd1959a094 Fix Detail highlight position for rotated DPGI
- highlight position calculation was not taking into account
  rotation of DPGI due to RotationVector property.
2018-12-19 10:30:30 -02:00
Abdullah Tahiri
2830f107ae Sketcher: Improve element widget name of external geometry
===========================================================

fixes #3719

what?
https://forum.freecadweb.org/viewtopic.php?f=3&t=32693&p=274634#p274634
2018-12-19 10:27:30 -02:00
George Shuklin
69e3aeaa40 Draft/getSVG: Fix missed variable gui, fix bad call to getProj 2018-12-19 10:24:29 -02:00
Yorik van Havre
47a38eceb3 Arch: more thorough file search in arch references 2018-12-18 21:49:27 -02:00
Yorik van Havre
2557f07cbe Draft: minor bugfix 2018-12-18 11:01:14 -02:00
Yorik van Havre
56aba4c9d9 Arch: Allow to not zoom fit after importing IFC files 2018-12-18 11:00:56 -02:00
Abdullah Tahiri
c43adafb12 Sketcher: Respect general autoconstraints setting on sketch creation
====================================================================

fixes #3727

https://www.freecadweb.org/tracker/view.php?id=3727

https://forum.freecadweb.org/viewtopic.php?f=3&t=32761
2018-12-17 18:44:56 +01:00
Abdullah Tahiri
64cd6a9082 remove experimental string from VBO and sketcher continue mode 2018-12-17 18:01:52 +01:00
wmayer
bf1603b388 improve mesh validation functions 2018-12-17 16:14:28 +01:00
Yorik van Havre
5213f26846 Draft: Fixed tolerance problem in snapping to intersections 2018-12-17 12:58:21 -02:00
Yorik van Havre
175566d551 Arch: Fixed remaining bugs in Schedule - Fixes #3590 2018-12-17 12:24:27 -02:00
Yorik van Havre
eb04b8ef0c Arch: Fixed incomplete last commit 2018-12-17 11:24:33 -02:00
Yorik van Havre
ea885fb650 Arch: Stored if preferences pages are loaded or not 2018-12-17 11:22:20 -02:00