Commit Graph

11787 Commits

Author SHA1 Message Date
wmayer
892e78d445 extend Python api of units:
+ get list of all available schemas
+ get currently set schema
+ translate a quantity to a given schema
2017-08-13 16:55:00 +02:00
triplus
2cd535e015 WhatsThis support for Python based commands
Enables What's This command for Python based FreeCAD commands.

Forum discussion:
https://forum.freecadweb.org/viewtopic.php?f=15&t=23865
2017-08-13 11:20:25 +02:00
wmayer
bb9b5ba38e in PropertyLinkList replace assert with C++ exception to avoid a crash 2017-08-13 11:04:18 +02:00
Yorik van Havre
d5b554d2b6 Merge branch 'master' of github.com:FreeCAD/FreeCAD 2017-08-12 12:39:24 -03:00
Yorik van Havre
8237b1c01f Arch: Fixed small bug in arch panel 2017-08-12 12:39:08 -03:00
wmayer
371cb0fa2a fix compiler warning 2017-08-12 17:26:11 +02:00
Yorik van Havre
a54b80ba6e Draft: Dont hide Start and End properties in Draft wires 2017-08-12 12:18:22 -03:00
Yorik van Havre
42b39b59f9 AddonManager: If using git, clicking an installed WB now says if an update is available 2017-08-12 12:08:56 -03:00
Kurt Kremitzki
7c87549e4b Fix return type 2017-08-12 14:48:57 +02:00
Kurt Kremitzki
2e92f301d6 PDN: Fix Loft claimChildren to only grab sketches 2017-08-12 14:48:40 +02:00
Kurt Kremitzki
0d3f5b114c PDN: Fix Pipe claimChildren to only grab sketches 2017-08-12 14:48:14 +02:00
Kurt Kremitzki
b6abbeb9cc PDN: Automatically activate body if document has only 1 2017-08-12 14:45:28 +02:00
Kurt Kremitzki
d29bed15d1 PDN: Add catch statements for Revolution perpendicular axis 2017-08-12 14:43:45 +02:00
Kurt Kremitzki
fdf66b3e88 PDN: Check both parallel and antiparallel cases before trying Revolve 2017-08-12 14:09:39 +02:00
pekkaroi
2a6205206e Path: possibility to add custom drill point 2017-08-12 13:46:25 +02:00
pekkaroi
40b1093bdb PATH: Clarify comment in PathDrilling 2017-08-12 13:46:25 +02:00
pekkaroi
0dce2394b4 PATH: add arc edges to drillables in PathDrilling 2017-08-12 13:46:25 +02:00
joha2
0d471dbed8 FEM: Fenics: issue #3038: fixes missing isatty() function in Python wrapper classes for stderr and stdout 2017-08-12 13:32:27 +02:00
Bernd Hahnebach
2826bf0734 Arch, IFC import, code formating 2017-08-12 13:22:45 +02:00
Bernd Hahnebach
c3cdf6b228 Arch: IFC import, add pref to view fit while importing 2017-08-12 13:22:45 +02:00
Bernd Hahnebach
35b574901c FEM: gmsh mesh object, make the geometry tolerance unit less 2017-08-12 13:22:45 +02:00
Bernd Hahnebach
6fa4fb4c0a FEM: gmsh group meshing, add edges and vertexes 2017-08-12 13:22:45 +02:00
Bernd Hahnebach
2044eba62d FEM: code formating, flake8 on new Fenics code 2017-08-12 13:22:45 +02:00
joha2
fa05b1b068 FEM: Fenics mesh: added mesh group task panel for xdmf export, flake8, improves issue #3038 2017-08-12 13:22:45 +02:00
joha2
7161b98a79 FEM: Fenics mesh: flake8 restored 2017-08-12 13:22:45 +02:00
joha2
8da914fb70 FEM: Fenics mesh: improved 1D and 2D export 2017-08-12 13:22:45 +02:00
joha2
0456928fd1 FEM: Fenics mesh: writer XDMF, removed write_volumes function and substituted by write_codim function 2017-08-12 13:22:44 +02:00
joha2
b611cfc8ed FEM: Fenics mesh: export and marking, fixed flake8 issues 2017-08-12 13:22:44 +02:00
joha2
f95ca7185c FEM: Fenics mesh: added mesh group marking in xdmf file 2017-08-12 13:22:44 +02:00
joha2
bd4bc9c257 FEM: Fenics mesh: some small improvements 2017-08-12 13:22:44 +02:00
joha2
0b98673c7c FEM: Fenics mesh: implemented generalized cell writeout function with co-dimension parameter 2017-08-12 13:22:44 +02:00
joha2
785d660dd7 FEM: Fenics xdmf: added writeout of gmsh groups as cell functions 2017-08-12 13:22:44 +02:00
Yorik van Havre
d4f59e173a Arch: Fixed load error in console mode 2017-08-11 21:33:33 -03:00
wmayer
d84c2d3544 drag and drop for compound objects 2017-08-11 12:53:35 +02:00
wmayer
24bdf806e2 for fillet&chamfer copy transparency from base object 2017-08-11 11:56:48 +02:00
wmayer
d896d11fa4 always update colors after updating shape to get rid of previously set transparency 2017-08-11 10:26:54 +02:00
schnebeck
172cbcd775 job selector for a tool shows not the job label but the job name 2017-08-10 20:53:11 +02:00
wmayer
8203a35a0f select all faces in shape builder if this option is activated 2017-08-10 19:10:07 +02:00
Yorik van Havre
6c4bdf24df Arch: Better tangent calculation fo rebar profile 2017-08-09 14:59:21 -03:00
Yorik van Havre
bcff2ab97c TechDraw: DraftView now renders Arch Rebars as wireframes 2017-08-09 10:27:45 -03:00
Yorik van Havre
e1848f2eca Arch: Allow to build windows on any shape that contains wires 2017-08-08 20:16:06 -03:00
triplus
8d71bfba72 Complete workbench dependecies
Complete workbench doesn't require any special dependencies anymore.
2017-08-08 18:42:02 -03:00
Joseph Coffland
d930184b57 Add support for exporting part mesh to JSON 2017-08-08 18:34:26 -03:00
Markus Lampert
6f232720b6 Fixed ToolController creation when there are multiple jobs. 2017-08-08 18:31:01 -03:00
Yorik van Havre
46ff910e74 Arch: fixed normal direction bug in structures 2017-08-08 18:30:26 -03:00
Yorik van Havre
673da2ba9a Merge pull request #918 from triplus/PDN_AddSub_Names
PDN - what's this and command names improvements
2017-08-07 21:40:01 -03:00
triplus
bab75bbcb7 PDN - what's this and command names improvements 2017-08-06 20:47:09 +02:00
Yorik van Havre
6b05302c2e Merge pull request #915 from berndhahnebach/bhbdev090
FEM: add unit test and small fixes
2017-08-04 13:57:44 -03:00
Bernd Hahnebach
9ea5d9aef4 FEM: constraint self weight view provider, delete display modes
- the new constraint python includes the display modes already
- constraint self weight is retrieved from this new constraint python
- thus the display modes can be removed from the view provider
2017-08-04 07:07:00 +02:00
Markus Hovorka
c623fc9a4b FEM: Use ConstraintPython for SelfWeight 2017-08-04 06:57:12 +02:00