wandererfan
ae8dea56fb
Fix selection problem in Front view
2019-04-10 06:46:01 -04:00
Yorik van Havre
b7c6ac57c1
Arch: Allow to switch IFC schema when using ifcopenshell v0.6
2019-04-09 18:26:08 -03:00
Yorik van Havre
40a893e52f
Gui: Added Gui.doc.view.viewer.setBackgroundColor() py method
2019-04-09 16:52:08 -03:00
Yorik van Havre
506cfd9bd2
Arch: Renamed property IfcRole to IfcType
2019-04-09 15:53:01 -03:00
Jakub Tyszkowski
9d386f8f9a
TestDraft: Fix testRotate and testOffset cases
...
Wire needs to be recomputed to update it's dimensions.
2019-04-09 12:08:45 -03:00
Kurt Kremitzki
e1c33f078a
Integrate libvirt CoC
2019-04-09 12:07:26 -03:00
luz.paz
c2611b32a1
GH PR Template: Update with link to 0.19 Release Notes forum thread for devs
...
Involving the devs in documentation of their contributions is sorely needed and thanks to @joelgraff who is spearheading better changelog documentation for 0.19 through a forum thread. Now devs can post their contributions and a volunteers can update the 0.19 changelog.
2019-04-09 12:03:49 -03:00
Yorik van Havre
0af6e0c5a1
Arch: Minor bugfixes in IFC import
2019-04-09 10:56:01 -03:00
wmayer
3962cb856e
fix import of ply meshes with Vs 2017
2019-04-09 14:52:02 +02:00
Yorik van Havre
d410d3dd57
Draft: Shape2DView can now fuse Arch Walls and Structures
2019-04-08 18:18:11 -03:00
Yorik van Havre
d01ecef12e
Draft: re-added recomputes where needed in Draft GUI tools
2019-04-08 18:17:44 -03:00
carlopav
442ba9e2c1
Split the command in two
...
With this commit 2 commands are created, one for current bezier curve tool behaviour, the other for cubic bezier in inkscape style...
grouped in a dropdown button in the toolbar.
2019-04-08 17:17:21 -03:00
carlopav
7a37dc35de
Update DraftTools.py
...
cleanup
2019-04-08 17:17:21 -03:00
carlopav
8677d2c986
Update DraftTools.py
...
minor fixes and cleanup to bezier creation tool
2019-04-08 17:17:21 -03:00
carlopav
f7a1c313e7
Update DraftTools.py
...
Added the parameter self.degree and allow the segmentation of the curve while drawing it. If set to none, nothing change in the tool.
2019-04-08 17:17:21 -03:00
carlopav
251915ad0d
Update DraftTrackers.py
...
Upate bezier curve tracker to accept a given degree of the curve and to be able to segment the preview in a similar way the curve creator work.
2019-04-08 17:17:21 -03:00
Yorik van Havre
99e6024a7d
Create CODE_OF_CONDUCT.md
2019-04-08 16:27:38 -03:00
wmayer
0d027392a6
fix -Wmaybe-uninitialized
2019-04-08 15:07:12 +02:00
wmayer
881b04a979
Fix several compiler warnings:
...
fix -Wunused-parameter
fix -Winconsistent-missing-override
fix -Wsometimes-uninitialized
2019-04-08 15:04:07 +02:00
Abdullah Tahiri
78965d27d6
Sketcher: Constraint improvements
...
=================================
Copy constructor made private, as copies are handled via copy() and clone() methods which generate pointers, not objects.
Private copy constructor, used for copy(), made default implementation.
Destructor made default.
Copy and Clone made non-virtual, as the class does not have children.
Added override to persistance inherited virtual functions.
move operators explicitly disallowed to note that they are not intended in the current implementation.
Perfectly ok to have only private copy constructor for internal use
2019-04-08 14:35:47 +02:00
Abdullah Tahiri
5c6ab3d8c8
V1016 CWE-681
2019-04-08 14:35:47 +02:00
Abdullah Tahiri
befbc1d634
V547 CWE-571
2019-04-08 14:35:46 +02:00
Abdullah Tahiri
77a81817fb
V560 CWE-570
2019-04-08 14:35:46 +02:00
MA-LAPTOP\apeltauer
e12d272d0a
Build with Multiple Processes, decreases the build time
2019-04-08 13:21:41 +02:00
Yorik van Havre
6463e46bd4
Draft: Fixed node selection in Draft Edit
2019-04-07 17:24:40 -03:00
Yorik van Havre
05b7892109
Draft: Added 3-point arc command from BIM WB
2019-04-07 17:23:42 -03:00
Yorik van Havre
c4d61de818
Better vertices comparison
2019-04-07 12:15:50 -03:00
paullee0
b4618137c9
Fix findIntersection() can't find coincident points due to overspecifying Precision by user
...
- Cap Precision in precision()
2019-04-07 12:15:50 -03:00
paullee0
25afa7ae36
OffsetWire() - Seems has repeatedly sortEdges, remark out here
...
- edges = Part.__sortEdges__(wire.Edges)
2019-04-07 12:15:50 -03:00
paullee0
ca0db24704
Fix connect() bug - If prev v2 had been calculated, do not calculate again, just use it as current v1
...
- avoid chance of slight difference in result
2019-04-07 12:15:50 -03:00
paullee0
11cba4f715
Fix offsetWire() bug - first edge vector should depends on geometry (line or arc)
2019-04-07 12:15:50 -03:00
DinoMesina
9c25e45eb7
Modify using FreeCAD.Vector.getAngle()
2019-04-07 12:14:25 -03:00
Markus Lampert
84b61d8a6c
Adding tool tips to pocket extension dialog
2019-04-07 12:20:45 +02:00
markus
7fd9d4da75
Python3 fix for iterating over dictionary keys
2019-04-07 12:20:45 +02:00
Markus Lampert
53995670f4
Fixed colour for visibility and changed selection model to extended.
2019-04-07 12:20:45 +02:00
Markus Lampert
82d213dfe0
Fixed ExtensionCorners initial value and added it to setup parameters.
2019-04-07 12:20:45 +02:00
Markus Lampert
737fc7a4ec
Persiste ExtensionCorners state for consistent UI
2019-04-07 12:20:45 +02:00
Markus Lampert
7d850af8f6
Use expression for pocket extension default length
2019-04-07 12:20:44 +02:00
Markus Lampert
f812d31b5d
Added Show All pocket extension checkbox for better UX.
2019-04-07 12:20:44 +02:00
Markus Lampert
0cd26f0e07
Use colour to indicate pocket extension enablement
2019-04-07 12:20:44 +02:00
Markus Lampert
a6489ee7eb
Encapsulating swtich in _Extension class
2019-04-07 12:20:44 +02:00
Markus Lampert
dfff9a6c33
Added support for global extend corners
2019-04-07 12:20:44 +02:00
Markus Lampert
60afad2ca2
Maintain tree collapse state over extension refreshs
2019-04-07 12:20:44 +02:00
Markus Lampert
d2488b20bd
Maintain extension selection over update.
2019-04-07 12:20:43 +02:00
Markus Lampert
e9ca7cbfb2
Fixed update of extensions when length changes
2019-04-07 12:20:43 +02:00
Markus Lampert
6dfe0b2d2c
Switched extension UI to tree view dependent on the base objects.
2019-04-07 12:20:43 +02:00
Markus Lampert
fc43bdc6d7
Fixed Path WB icon path
2019-04-07 12:20:43 +02:00
Markus Lampert
4257ed0faa
Restore pocket selection behaviour
2019-04-07 12:20:43 +02:00
Markus Lampert
5fb5596a31
Use start point proximity to determine which wire to select for the extension.
2019-04-07 12:20:42 +02:00
markus
0581e71b6d
Using offset2D for properly creating the extension
2019-04-07 12:20:42 +02:00