Markus Lampert
|
70b445a099
|
Added argument support for post processors - examples in linuxcnc_post.py.
|
2016-11-02 10:58:35 +01:00 |
|
WandererFan
|
0efa65a8b9
|
MSVC syntax fix
|
2016-11-01 20:02:15 -04:00 |
|
WandererFan
|
54bd97c4f4
|
Fix accented characters within SVG symbol
|
2016-11-01 20:02:15 -04:00 |
|
Yorik van Havre
|
b548d7148e
|
Arch: fixed rotation of space labels in techdraw
|
2016-11-01 18:53:48 -02:00 |
|
Yorik van Havre
|
d9c006aaa6
|
Draft: temporary workaround for techdraw with no utf
|
2016-10-31 23:54:13 -02:00 |
|
Yorik van Havre
|
a17330fcfc
|
Arch: minor fix in strucutral nodes calculaiton
|
2016-10-31 23:53:30 -02:00 |
|
wmayer
|
179c05a42f
|
fix compiler warning
|
2016-10-31 21:31:35 +01:00 |
|
wmayer
|
4c004daa62
|
fix compiler warning
|
2016-10-31 16:13:16 +01:00 |
|
Yorik van Havre
|
1351399707
|
Arch: Section planes can now also include Draft stuff (dimensions, etc)
|
2016-10-31 11:10:08 -02:00 |
|
WandererFan
|
4119af2d64
|
Fix test script to match new code
Fix nullptr bug revealed by bad test script!
|
2016-10-31 11:06:15 -02:00 |
|
WandererFan
|
be8c59e561
|
Fix Travis error re variable length arrays
|
2016-10-31 11:06:15 -02:00 |
|
WandererFan
|
b3c3d7a950
|
Rename "Document" selection value to "Page"
|
2016-10-31 11:06:15 -02:00 |
|
WandererFan
|
68c3f460d7
|
Allow manual repositioning of ProjGroup views
|
2016-10-31 11:06:15 -02:00 |
|
WandererFan
|
a79d672bbd
|
AutoScaling Fixes for non-DVP objects
|
2016-10-31 11:06:15 -02:00 |
|
WandererFan
|
200ed7a675
|
Fix ProjectionGroup Automatic scaling
|
2016-10-31 11:06:15 -02:00 |
|
WandererFan
|
7c4ad55ed6
|
Correct delayed update when adding views to ProjectionGroup
|
2016-10-31 11:06:15 -02:00 |
|
WandererFan
|
72c8f7332f
|
Dimension fixes
Prevent _M_range_check on wrong selection
Allow unlinking of linked Dimension
Allow Horiz/Vert projected Dims
Improve error msg for invalid selction
|
2016-10-31 11:06:15 -02:00 |
|
WandererFan
|
6b175cc0c9
|
Section Rebuild subproject
new dialog
new Section/SectionLine logic
remove XAxisDirection property
|
2016-10-31 11:06:15 -02:00 |
|
WandererFan
|
7c740c9369
|
Fix ProjectionGroup Directions
|
2016-10-31 11:06:15 -02:00 |
|
WandererFan
|
f0bcf8335e
|
Add Caption property to Views
|
2016-10-31 11:06:15 -02:00 |
|
WandererFan
|
4a9778e230
|
Fix XAxis orientation
Remove need for XAxisDirection property
|
2016-10-31 11:06:15 -02:00 |
|
WandererFan
|
ecc9be4f23
|
Allow hatching of section face
|
2016-10-31 11:06:15 -02:00 |
|
WandererFan
|
1e66add845
|
Coverity Fixes
*** CID 153360: Control flow issues (UNREACHABLE)
*** CID 153359: Uninitialized members (UNINIT_CTOR)
*** CID 153358: Resource leaks (RESOURCE_LEAK)
*** CID 153354: Null pointer dereferences (FORWARD_NULL)
|
2016-10-31 11:06:15 -02:00 |
|
wwmayer
|
0356da3882
|
Merge pull request #325 from KeithSloan/hull_fix
Fix for Import CSG to avoid loop on Hull request for 2D
|
2016-10-29 15:30:25 +02:00 |
|
wwmayer
|
4bb83549e3
|
Merge pull request #323 from wood-galaxy/webgl-fix-mesh-export
Fix webgl export for mesh based object
|
2016-10-29 15:29:50 +02:00 |
|
qingfengxia
|
f4195976ce
|
Fem: clean debug comments in FemVTKTools.cpp and AppFemPy.cpp
|
2016-10-29 15:12:18 +02:00 |
|
qingfengxia
|
4787fd823b
|
Cfd: add vtk result import feature
|
2016-10-29 15:12:18 +02:00 |
|
qingfengxia
|
bfde12e974
|
Fem: make FemResultObject droppable into FemAnalysis
|
2016-10-29 15:12:18 +02:00 |
|
qingfengxia
|
d7ba8a9990
|
Fem: add CfdResult import for FemPostPipeline
|
2016-10-29 15:12:18 +02:00 |
|
qingfengxia
|
582350fcf7
|
Fem: add feature off vtk unstructured mesh import and export
|
2016-10-29 15:12:18 +02:00 |
|
wmayer
|
85020ab780
|
+ remove GeomHermiteCurve class and add its methods to GeomBSplineCurve
|
2016-10-29 15:08:17 +02:00 |
|
Keith Sloan
|
1686746c53
|
Fix for Import CSG ito avoid loop on Hull request for 2D
|
2016-10-29 12:12:44 +01:00 |
|
Jonathan Wiedemann
|
c8a3ee5dd8
|
Fix webgl export for mesh based object
|
2016-10-29 00:01:03 +02:00 |
|
Yorik van Havre
|
a62647d67b
|
Draft: Allow to override system unit in dimensions
|
2016-10-28 18:08:13 -02:00 |
|
wmayer
|
a9ade2be5b
|
expose methods to Python to get normal, curvature and center of curvature for curve
|
2016-10-28 21:19:27 +02:00 |
|
wmayer
|
746e4bbdc2
|
Merge branch 'master' of https://github.com/FreeCAD/FreeCAD
|
2016-10-28 21:17:18 +02:00 |
|
wmayer
|
a87c4f71ff
|
scale size of loaded image from pixel to mm
|
2016-10-28 21:16:52 +02:00 |
|
Yorik van Havre
|
2f7aecd3e0
|
Arch: cosmetic fixes in task panels
|
2016-10-28 17:14:41 -02:00 |
|
Yorik van Havre
|
0843237c69
|
TechDraw: Arch View
|
2016-10-28 14:58:22 -02:00 |
|
Yorik van Havre
|
889f9c06e5
|
Arch: Fixed small mistake in last recode
|
2016-10-28 14:56:37 -02:00 |
|
Yorik van Havre
|
0b2c1fe83f
|
Arch: massive rewrite of extrusion-based Arch objects and IFC export
|
2016-10-27 15:08:16 -02:00 |
|
Yorik van Havre
|
ecab081b13
|
Draft: fixed bug in Facebinder + added Extrusion property
|
2016-10-26 18:02:26 -02:00 |
|
wmayer
|
1fd3da29c8
|
add missing header
|
2016-10-26 11:23:02 +02:00 |
|
wmayer
|
13b7a32596
|
add support of Hermite curves
|
2016-10-26 10:28:23 +02:00 |
|
wmayer
|
4510497fd0
|
update documentation
|
2016-10-24 16:59:12 +02:00 |
|
sliptonic
|
710624309e
|
really ugly icons.
Maybe someone with talent will help.
|
2016-10-24 12:49:57 -02:00 |
|
sliptonic
|
f1c1f7f245
|
fix for tool edit index bug.
|
2016-10-24 12:49:57 -02:00 |
|
wmayer
|
079ef4daf6
|
fix several memory leaks:
SketchObject::delGeometry
SketchObject::delExternal
SketchObject::delAllExternal
SketchObject::validateExternalLinks
|
2016-10-24 16:32:18 +02:00 |
|
wmayer
|
f590f8a868
|
fix memory leak in SketchObject::transferConstraints
|
2016-10-24 14:35:24 +02:00 |
|
wmayer
|
0e301eb987
|
fixes #0002502: Inconsistent selection
|
2016-10-24 01:49:24 +02:00 |
|