Abdullah Tahiri
|
b406677cc0
|
MSVC2013 constexpr to const
|
2019-04-24 17:56:37 +02:00 |
|
Abdullah Tahiri
|
2c6f941644
|
GCS: Partial refactoring of diagnose() and debug improvements
|
2019-04-24 17:56:37 +02:00 |
|
Abdullah Tahiri
|
c5ff5d9d48
|
Sketch: Verbose to console output malformed constraints that are ignored by the solver
|
2019-04-24 17:56:37 +02:00 |
|
Abdullah Tahiri
|
23f0be2129
|
Sketcher: Comment out very specific debug code
|
2019-04-24 17:56:37 +02:00 |
|
Abdullah Tahiri
|
6e1d6505cc
|
Sketcher: Make PointPos modifiable from Python
|
2019-04-24 17:56:37 +02:00 |
|
Abdullah Tahiri
|
2eb5c70147
|
Base::Console avoid magic numbers and enable external string size checks
|
2019-04-24 17:56:37 +02:00 |
|
Abdullah Tahiri
|
8b93107202
|
GCS: use at for map reading
|
2019-04-24 17:56:37 +02:00 |
|
wmayer
|
4841be663d
|
improve the check for collapsing edges to avoid to introduce non-manifolds into a mesh
|
2019-04-24 09:49:33 +02:00 |
|
Bernd Hahnebach
|
b2efb0ed25
|
Merge pull request #2094 from berndhahnebach/bhbdev210
FEM and Material: small fixes and code formating
|
2019-04-23 11:26:16 +02:00 |
|
Bernd Hahnebach
|
d6582737a7
|
Material, editor and main module, code formating
|
2019-04-23 09:13:16 +02:00 |
|
Bernd Hahnebach
|
7583761936
|
FEM: material task panel, fix finding of cards on return of material editor
|
2019-04-23 09:13:14 +02:00 |
|
Bernd Hahnebach
|
46a9a2310e
|
FEM: material task panel, fix finding of cards without thermal properties on reopen
|
2019-04-23 09:13:12 +02:00 |
|
Bernd Hahnebach
|
f279b42ae2
|
FEM: material task panel, split card methods from task panel methods
|
2019-04-23 09:13:10 +02:00 |
|
Bernd Hahnebach
|
9d3141ce31
|
FEM: material task panel, code formating, line length, prints
|
2019-04-23 09:13:08 +02:00 |
|
Bernd Hahnebach
|
bec300e6b1
|
FEM: material task panel, do not change mat card if mat editor was canceled
|
2019-04-23 09:13:06 +02:00 |
|
Bernd Hahnebach
|
ac71d82dd4
|
Material: editor, code formating, line length, prints, add some comments
|
2019-04-23 09:13:04 +02:00 |
|
Bernd Hahnebach
|
4cb913d12c
|
Material and FEM: card reader and writer, make sure to import the same in all modules
|
2019-04-23 09:13:02 +02:00 |
|
Bernd Hahnebach
|
7f5094231e
|
Material: editor, sort cards in combo box
|
2019-04-23 09:13:00 +02:00 |
|
Bernd Hahnebach
|
04d9836b88
|
Material: redundant card reader and writer, add some print messages
|
2019-04-23 09:12:55 +02:00 |
|
Bernd Hahnebach
|
5b1d977df1
|
Material: import card module, code formating, comments and prints
|
2019-04-23 09:12:55 +02:00 |
|
Bernd Hahnebach
|
f501b396ca
|
Material: editor, small ui layout improvements
|
2019-04-23 09:12:53 +02:00 |
|
Yorik van Havre
|
b32c463801
|
Draft: Fixed crashing editTracker
|
2019-04-22 12:21:31 -03:00 |
|
easyw
|
19ba0d634d
|
py3 compatibility fix
|
2019-04-22 10:47:59 -03:00 |
|
carlopav
|
c78082a3fb
|
Update the arc3points
Updated the Arc3points tool to be able to draw a Draft object instead of a Part one. Also grouped the two tools in one single dropdown toolbar button.
|
2019-04-22 10:46:44 -03:00 |
|
carlopav
|
2d2e36b7bd
|
Cubic BezCurve small fix
Fixed small things i forgot
|
2019-04-22 10:46:44 -03:00 |
|
Yorik van Havre
|
dd56abe14b
|
Draft: Fixed error in DXF import
|
2019-04-22 10:39:36 -03:00 |
|
Yorik van Havre
|
84b8d82f52
|
Draft: Fixed inverted 2D/3D modes of Draft Texts
|
2019-04-22 10:29:58 -03:00 |
|
babaroga
|
5cb48e5360
|
FIX:TD-If "Show units" is off degree symbol is missing on angular dimensions
+ Remove space between dimension value and degree symbol
|
2019-04-21 19:51:57 -04:00 |
|
wandererfan
|
a7dcfe4ab7
|
Fix missing arc on 3pt angle
|
2019-04-21 07:23:32 -04:00 |
|
wandererfan
|
2d13b2d7cd
|
Fix missing radius/dia on ft-in dimensions
|
2019-04-19 19:15:52 -04:00 |
|
Yorik van Havre
|
dea27bd6aa
|
Arch: Added default preferences options for spaces
|
2019-04-19 18:59:10 -03:00 |
|
Yorik van Havre
|
e809a6fa24
|
Arch/TechDraw: TD Arch views now have a 'fillSpaces' property to show Arch spaces as color-filled areas
|
2019-04-19 18:20:33 -03:00 |
|
wandererfan
|
818ea62f66
|
Fix Detail Highlight when Detail has no Geometry
- Detail circles were no drawn if detail area did not
produce any geometry (detail anchor point + radius not
over original part.
|
2019-04-18 18:47:03 -04:00 |
|
wandererfan
|
02da48cac8
|
Fix non-Delete of Graphic on DocObject delete
- While the source document obj was "removing", the
graphic was being deleted and readded by the view
provider.
|
2019-04-18 18:47:03 -04:00 |
|
wandererfan
|
d379a83221
|
Fix Center/Section Line Length
- when View is rotated, Center/Section line lengths
are calculated as if View is not rotated.
|
2019-04-18 18:47:03 -04:00 |
|
wandererfan
|
971884f6b4
|
Fix duplicate User Types
|
2019-04-18 18:47:03 -04:00 |
|
Yorik van Havre
|
9ae362e05e
|
Arch: Enabled clone icon for spaces
|
2019-04-18 19:15:39 -03:00 |
|
Yorik van Havre
|
ec1830dfb8
|
Arch: Added right-click option to BuildingParts to clone level and contents
|
2019-04-18 19:10:35 -03:00 |
|
Yorik van Havre
|
44ec39d3bc
|
Arch: Added right-click option to BuildingParts to reorder children
|
2019-04-18 11:55:33 -03:00 |
|
Yorik van Havre
|
f0d7360319
|
Draft: Added area property to 'closeable' Draft objects
|
2019-04-18 11:54:45 -03:00 |
|
senjabl
|
6bacc2d8ac
|
Update QGIViewBalloon.cpp
Removed obsolete comment
|
2019-04-18 06:56:46 -04:00 |
|
babaroga
|
cc823c429c
|
FIX:TD-fixed baloon cursor hotspot to be on arrow tip
|
2019-04-18 06:56:46 -04:00 |
|
wmayer
|
b67b82f4c9
|
Py3: fix reading/writing from/to OBJ file
|
2019-04-18 12:02:07 +02:00 |
|
Yorik van Havre
|
0607e64140
|
Arch: Fixed IFC export of object attributes
|
2019-04-17 18:50:37 -03:00 |
|
Yorik van Havre
|
364960723e
|
Arch: Misc fixes in Arch spaces
|
2019-04-17 17:11:14 -03:00 |
|
Franck Jullien
|
1136c5d16d
|
TechDraw: force user to place its balloon
|
2019-04-17 08:42:51 -04:00 |
|
Franck Jullien
|
a7d2c15086
|
TechDraw: add separator for Rectangle balloons
|
2019-04-17 08:42:51 -04:00 |
|
babaroga
|
2cc85fed64
|
FIX: Prevent situation where default format entered in preferences, overwrites prefixes on eg. circular dimensions
|
2019-04-17 08:26:47 -04:00 |
|
wmayer
|
da1481a2f3
|
improve mesh repair functions
|
2019-04-16 17:25:36 +02:00 |
|
Yorik van Havre
|
83b92eb93c
|
Draft: Exposing the Normal property of dimensions
|
2019-04-15 11:14:30 -03:00 |
|