Commit Graph

8908 Commits

Author SHA1 Message Date
wmayer
ad49a96b14 methods to analyze shape tolerances 2016-11-12 15:31:35 +01:00
Yorik van Havre
1537ecf9e4 Arch: fixed remaining bugs in structures + use facemakers - fixes #2523 2016-11-12 11:48:05 -02:00
wmayer
9683babcc8 adjust vtk warning 2016-11-12 13:18:20 +01:00
wmayer
00829c7753 disable again selection of vtk components since this still causes problems on further systems 2016-11-12 11:22:52 +01:00
wmayer
f7c88e927c use vtkParallelMPI only for Linux 2016-11-11 16:45:55 +01:00
wmayer
f205b411e3 use list to handle vtk components 2016-11-11 16:12:06 +01:00
wmayer
9b6d4e2f12 do not require vtkParallelMPI on Win32 2016-11-11 15:26:22 +01:00
wmayer
a138d1f2a2 add missing vtk component, use VTK_INCLUDE_DIRS for include dirs 2016-11-11 15:08:20 +01:00
Michele Renda
ebfba0b863 [PATCH] Fix CMake VTK find_package, specifying which components are used. 2016-11-11 13:38:46 +01:00
wmayer
1df6da7df0 clear expression when setting constraint non-driving 2016-11-11 12:33:20 +01:00
wmayer
025cf18714 do not allow to delete properties in FeaturePythonPyT 2016-11-10 23:57:41 +01:00
Yorik van Havre
f345501dec SVG rendering of Arch pipes 2016-11-10 19:27:49 -02:00
wmayer
7f96119321 fix regression in FeaturePythonPyT 2016-11-10 21:43:01 +01:00
wmayer
b1b5e59364 fix regression from pr334 2016-11-10 21:07:52 +01:00
Yorik van Havre
2785e83281 Draft: small fix in svg production code 2016-11-10 16:17:36 -02:00
wmayer
53815e7aed use only Python API for FeaturePythonPyT 2016-11-10 13:37:30 +01:00
Stefan Tröger
26daea0c88 Remove unneeded console output 2016-11-09 21:47:01 -02:00
Stefan Tröger
ad1cac3867 Fix PythonFeature Group persistance 2016-11-09 21:47:01 -02:00
wmayer
10bb1d6fea make FeaturePythonPyT more flexible 2016-11-09 22:02:42 +01:00
wmayer
fc2bbf52f9 remove deprecated macros 2016-11-09 16:58:54 +01:00
wmayer
76279882da move handling of dynamic properties from FeaturePythonPyT to DocumentObjectPy 2016-11-09 16:09:21 +01:00
wmayer
07a2182674 remove obsolete class ViewProviderPythonFeaturePy 2016-11-09 12:15:15 +01:00
wmayer
ebb174cd02 make class ViewProviderPythonFeaturePy obsolete 2016-11-09 11:39:27 +01:00
wmayer
3e2400aec1 dynamic properties:
+ move addProperty, removeProperty and supportedProperties from FeaturePythonPyT to DocumentObjectPy
2016-11-09 10:35:49 +01:00
Yorik van Havre
c5911b660a Draft: fixed DXF export - fixes #2761 2016-11-08 21:49:36 -02:00
wmayer
569f5c77f9 dynamic properties:
+ reimplment addDynamicProperty and removeDynamicProperty in TransactionalObject to raise exceptions
+ move addProperty, removeProperty and supportedProperties from ViewProviderPythonFeaturePy to ViewProviderPy
2016-11-08 19:55:17 +01:00
Yorik van Havre
00b5dbfa2f Draft: Discretize projected arcs and ellipses - fixes #1612 2016-11-08 15:28:33 -02:00
wmayer
f432c42370 move addDisplayMode from ViewProviderPythonFeaturePy to ViewProviderPy 2016-11-08 16:41:36 +01:00
wmayer
5f12a043fa fix several gcc warnings 2016-11-08 14:31:08 +01:00
wmayer
17c8b2c813 performance improvements
+ use const-reference as argument to avoid tmp. copy
+ use prefix incremation operator instead of postfix increment operator
2016-11-08 13:51:22 +01:00
wwmayer
85170b3d9f Merge pull request #333 from WandererFan/PreProd
TechDraw MultiView,ImageView,ShapeOutline
2016-11-08 13:34:53 +01:00
WandererFan
5bfdad804a Basic working ViewImage 2016-11-07 17:20:20 -05:00
WandererFan
4f511f663a Resolve minor merge conflict 2016-11-07 17:20:20 -05:00
WandererFan
256c5ed198 Allow True dimensions to reference multiple Parts 2016-11-07 17:20:20 -05:00
WandererFan
4eab324803 Basic working multipart View 2016-11-07 17:20:20 -05:00
WandererFan
dc66106683 Create outline of 3D shape 2016-11-07 17:20:19 -05:00
WandererFan
06e8c6734d Fix scaled QGIViewSymbol boundingRect 2016-11-07 17:20:19 -05:00
wmayer
a812ad2d5e copy fem mesh groups 2016-11-07 22:16:53 +01:00
ml
02b3883f7e Support for running specific unit tests without breaking existing tests with argument '0' 2016-11-07 15:38:12 +01:00
wmayer
6347d48449 remove duplicate and unused class 2016-11-07 12:28:22 +01:00
wmayer
57db39bf05 issue #0002760: The result of an 'Undo' is shown too late. 2016-11-06 21:06:28 +01:00
wmayer
3b961bcb5f + add convenience method recomputeFeature()
+ make method recompute() protected
2016-11-06 17:16:50 +01:00
wmayer
bbf5548899 break dependency to deleted object on rollback 2016-11-06 15:09:42 +01:00
wmayer
60e6ad2e52 issue #0002757: sketch editing not visible when it is in a part 2016-11-06 11:21:11 +01:00
wmayer
9fe82bfbb9 fixes #0002460: Use keyword 'explicit' for Quantity constructor 2016-11-05 23:21:42 +01:00
Yorik van Havre
96e1b3b16f Merge branch 'master' of github.com:FreeCAD/FreeCAD 2016-11-05 15:14:05 -02:00
Yorik van Havre
945d99f982 Draft: implemented dxf export of techdraw pages 2016-11-05 15:13:48 -02:00
wmayer
ae8db048b6 support of unicode strings in saveImage function 2016-11-05 18:04:22 +01:00
wwmayer
6f4f92019a Merge pull request #330 from sliptonic/sliptonic/ProcessProfileHoles
Sliptonic/process profile holes
2016-11-05 13:27:51 +01:00
sliptonic
9a3711079c fix for direction/cutside bug 2016-11-04 15:04:32 -05:00