Commit Graph

9119 Commits

Author SHA1 Message Date
ml
7b7e09ce29 Fixed obj reference in custom length path. 2016-11-12 16:34:49 -08:00
ml
1472a2b8ae Removal of extra path segments due to bone smoothing. 2016-11-12 16:34:49 -08:00
ml
788b28bba2 First cut at removing bone path crossings in tight alleys. 2016-11-12 16:34:49 -08:00
ml
17d86e51c8 Created class for Bone to carry it's attributes through the call chain. 2016-11-12 16:34:49 -08:00
ml
2159923c4b Path calculation through intersections - enhanced robustness. 2016-11-12 16:34:49 -08:00
ml
e7968a95f6 Calculation of intersections and arcs. 2016-11-12 16:34:49 -08:00
ml
9a93a5775e Calculation of pivot points. 2016-11-12 16:34:49 -08:00
ml
c58852a608 Fixed adaptive length calculation. 2016-11-12 16:34:49 -08:00
wmayer
e0a0aa7786 fix typos 2016-11-12 17:57:14 +01:00
wmayer
1dffd81295 fix build failure for occ version < 7.0 2016-11-12 16:19:51 +01:00
wmayer
a557836597 methods to fix shape tolerances 2016-11-12 16:14:46 +01:00
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