Commit Graph

6409 Commits

Author SHA1 Message Date
Yorik van Havre
672dd09ab0 Arch: Make clones take dimension properties of their master object 2016-10-19 17:03:05 -02:00
Yorik van Havre
85a4ee8d67 Path: added Path.fromShape() python function - fixes #2423 2016-10-19 15:50:57 -02:00
wmayer
498391d1e7 issue #0002711: TAB key switches between Additive Cylinder creation parameters in reverse order 2016-10-19 19:27:46 +02:00
ml
975795d937 Fixed adaptive bone length, made it the default again. 2016-10-18 16:53:04 -07:00
ml
2872cd9b67 Disabling debugging and smooth paths for PR. 2016-10-18 16:53:04 -07:00
ml
10107d4e70 Smooth path with fillets. 2016-10-18 16:53:04 -07:00
ml
7ec48a53f9 Start of smoothing the bone path. 2016-10-18 16:53:04 -07:00
ml
17418a0144 Better naming, also for properties. 2016-10-18 16:53:04 -07:00
Markus Lampert
7013f4c021 Replaced homebrewn cancel support with using a transaction. 2016-10-18 16:53:04 -07:00
ml
bc8678e424 Added support for cancelling an edit session and restore the original properties. 2016-10-18 16:53:04 -07:00
ml
cb12709955 Added tooltips and label for distance. 2016-10-18 16:53:04 -07:00
ml
203dc31f07 Added another safety check. 2016-10-18 16:53:04 -07:00
ml
17b6e45813 Fixed Group issue on fetching the tool; - added recursive parent traversal to deal with dressups and dressups of dressups ... 2016-10-18 16:53:04 -07:00
Markus Lampert
5aac906175 Fixed refactoring issue 2016-10-18 16:53:04 -07:00
Markus Lampert
b13df11c70 Added support for dressing up another dogbone dressup. 2016-10-18 16:53:04 -07:00
Markus Lampert
6cebaf19b9 Update bone enable/disable list when settings change. 2016-10-18 16:53:04 -07:00
Markus Lampert
21e333ab41 Sorting dressup menu 2016-10-18 16:53:04 -07:00
markus
8d895705e9 Added Dogbone to the deployment files. 2016-10-18 16:53:04 -07:00
ml
b51cc2481e Added adaptive length algorithm. 2016-10-18 16:53:03 -07:00
ml
d0ab5d258a Added support for custom lengths. 2016-10-18 16:53:03 -07:00
ml
7ff68a2e32 Added support for enabling and disabling individual bones in the dressup. 2016-10-18 16:53:03 -07:00
ml
29facba79c Basic task panel. 2016-10-18 16:53:03 -07:00
ml
3bf701218c Fixed selection of the job for post processing. 2016-10-18 16:53:03 -07:00
ml
7010c4c1e4 Added support for t-bone long/short edge attachment. 2016-10-18 16:53:03 -07:00
ml
763f123feb Added support for vertical t-bones. 2016-10-18 16:53:03 -07:00
ml
d0969d2b89 Added support for horizontal t-bones. 2016-10-18 16:53:03 -07:00
ml
f3fd9ddba7 Fixed initial Side determination for CCW paths. 2016-10-18 16:53:03 -07:00
ml
ad66340760 Fixed angle calculation for none-square angles. 2016-10-18 16:53:03 -07:00
ml
475ac063fb Added automatic side selection based on Base object. 2016-10-18 16:53:03 -07:00
ml
c6aa3ad33f Basic dogbone dressup for profiles. 2016-10-18 16:53:03 -07:00
wmayer
b44408a2a4 implement method to get GeomSurface from Geom_Surface 2016-10-17 22:39:17 +02:00
wmayer
03d6c2ebf8 extend API of several surface types 2016-10-17 21:59:20 +02:00
wmayer
52d6b1810a simplify generic version of uIso/vIso 2016-10-17 19:04:52 +02:00
wmayer
b0767a1328 fix resource leaks 2016-10-17 16:35:16 +02:00
wmayer
0500bdc16c fix build failure with older occ version 2016-10-17 16:15:53 +02:00
wmayer
56721e6a37 implement generic uIso/vIso methods in GeometrySurfacePy 2016-10-17 16:10:33 +02:00
wwmayer
c80a8a271f Merge pull request #315 from berndhahnebach/bhbdev054
FEM group meshing
2016-10-17 13:10:59 +02:00
wwmayer
d35ec9eb98 Merge pull request #314 from sliptonic/bugfix
misc regression bugs
2016-10-17 12:51:29 +02:00
Bernd Hahnebach
6f7070b961 FEM: FemMeshTools, add some methods to retrieve shape elements from Reference shapes for group meshing 2016-10-17 11:23:12 +02:00
Bernd Hahnebach
c9175cacc0 FEM: constraint pressure, move geting the faces from FemInputwriterCcx to FemInputWriter and FemMeshTools module 2016-10-17 11:23:07 +02:00
Bernd Hahnebach
8bf66eadd0 FEM: input writer ccx, most constraints, use nodes from group data if available 2016-10-17 11:22:57 +02:00
tomate44
11b1e502bb add uIso and vIso methods to SurfaceOfExtrusion 2016-10-17 10:43:56 +02:00
sliptonic
b096c0f6e4 misc regression bugs
Translation strings.
dragknifedressup now uses job instead of project
2016-10-16 13:07:40 -05:00
wmayer
6fb6917cfc fix -Wunused-paremeter 2016-10-16 15:47:53 +02:00
Yorik van Havre
9ab1c15711 Arch small fixes in windows 2016-10-15 19:48:48 -03:00
Yorik van Havre
149aba0a12 Arch: Added louvres support to windows 2016-10-15 16:13:43 -03:00
sliptonic
892f9f784d PathSurface now uses base object from job.
This means Surface won't work on Meshes directly.
They should be converted so FreeCAD solids first.
Surface still needs lots of work.
2016-10-15 15:25:54 -03:00
sliptonic
327044ff2a Edge Profile operation 2016-10-15 15:25:54 -03:00
sliptonic
ba459c522e menu cleanup 2016-10-15 15:25:54 -03:00
sliptonic
b7a6f916d8 Drilling handles multiple locations
Jog rates started
Automatically create default tool in new job.
2016-10-15 15:25:54 -03:00