wwmayer
02cd7ec17a
Merge pull request #203 from vejmarie/fix_vtkcelliterator
...
Fix vtkcelliterator
2016-07-05 14:46:26 +02:00
wwmayer
7f8f3a6860
Merge pull request #204 from bblacey/develop
...
Leverage ccache to reduce build times (both locally and on Travis-ci)
2016-07-05 11:45:54 +02:00
Bruce B. Lacey
a035289f1c
Leverage ccache to reduce build times (both locally and on Travis-ci)
2016-07-04 15:17:58 -07:00
vejmarie
30a45a601b
Fix aType detection for QUAD_Tetra elements
2016-07-04 22:40:18 +02:00
DeepSOIC
7338ea3e85
Part: TopoShapePy: made Solid constructor accept CompSolid
...
Part.Solid(shape) now accepts compsolid as input, and creates a solid by
joining the compsolid.
Same done to Part.makeSolid().
+ change exception handling to expose the error message.
2016-07-04 14:58:53 +03:00
DeepSOIC
31aeb84075
Part: TopoShapePy: add generalFuse method
2016-07-04 14:57:50 +03:00
DeepSOIC
2206be773b
Part: TopoShape: add generalFuse method (GFA)
...
OCC's Generaal Fuse Algorithm
2016-07-04 14:55:38 +03:00
John Dupuy
8ab4ad47ed
Bug fixes to opensbp post processor in Path for ShopBot.
2016-07-03 22:48:53 -03:00
sliptonic
9a9f0fa0eb
Additional fixes for post processing.
...
comment diameter instead of radius for compensated profile/surface ops
opensbp improved pre processor is more explicit with XY values
cmake copies opensbp postprocessor.
Removed unnecessary file.
2016-07-03 22:41:38 -03:00
sliptonic
7ab026ea5e
Fix for bug #2528
...
Improved handling of comments
2016-07-03 22:41:38 -03:00
sliptonic
14f1f6fed8
fixes offset problems with OCC pocketing Bug #2604
2016-07-03 22:41:38 -03:00
sliptonic
ee7ad383f7
opensbp preprocessor handles float for spindle speed
2016-07-03 22:41:38 -03:00
sliptonic
a7e8a9e174
Fix feedrate bug #2597
...
minor edits to linuxcnc post processor
2016-07-03 22:41:38 -03:00
Yorik van Havre
4efe02c3cc
Draft: Fixed buggy units display in Draft widgets
2016-07-03 18:41:33 -03:00
wmayer
f5d4cb09c8
compute minimum volume oriented box
2016-07-02 18:10:23 +02:00
wmayer
8c670f81b1
+ add WildMagic algorithm to compute minimum volume oriented box
2016-07-02 17:01:56 +02:00
wmayer
6ce55d47a5
+ fix gcc warning
2016-07-02 14:28:59 +02:00
wmayer
1febd2da5a
make sure that action is created when calling updateAction
2016-07-02 13:19:25 +02:00
Yorik van Havre
975d6aac0e
Merge pull request #200 from bblacey/develop
...
Remove gcc from build matrix because it always times out on Travis-CI
2016-07-01 20:17:18 -03:00
Bruce B. Lacey
ec066dd424
Remove gcc from build matrix because it always times out on Travis-CI
2016-06-30 16:45:35 -07:00
Yorik van Havre
dcf30946f7
Draft: builtin C++ DXF importer is now the default
2016-06-30 15:26:07 -03:00
Yorik van Havre
4038221af7
Path: support for G90.1 / G91.1 GCodes (absolute/relative arc centers) - fixes #2605
2016-06-29 17:08:08 -03:00
Yorik van Havre
0cb59e0dc0
Arch: recoded Git tool - fixes #2599
2016-06-28 17:36:43 -03:00
wwmayer
6c295ba38c
Merge pull request #198 from bblacey/develop
...
Added the Open CASCADE TKCDF library required to build SMESH with OCC…
2016-06-28 18:54:52 +02:00
Bruce B. Lacey
063f8e0bcf
Added the Open CASCADE TKCDF library required to build SMESH with OCCT7.x
...
and 'quiet'ed search for OpenCascade Community Edition on OS X.
2016-06-28 07:47:18 -07:00
Yorik van Havre
6ca0c83f6e
Arch: Added new bimserver task panel - issue #2599
2016-06-25 20:23:22 -03:00
wmayer
baebeccac6
+ fix compiler warning
...
+ check for existence of directory before using it
2016-06-23 11:25:54 +02:00
Bernd Hahnebach
21b68eb263
FEM: vtk color bar: fix change of min max value
2016-06-20 17:20:07 +02:00
Bernd Hahnebach
fa7f967763
FEM: some trailing white spaces
2016-06-20 17:20:07 +02:00
Yorik van Havre
af98d87363
Merge pull request #192 from DeepSOIC/Sketcher_SmartVisibility
...
Sketcher visibility automation
2016-06-20 11:49:04 -03:00
DeepSOIC
6fcf49b866
Sketcher: TV: preferences UI
...
* 4 checkboxes for setting defaults for visibility automation
* "Apply to existing sketches" button
2016-06-20 01:19:30 +03:00
DeepSOIC
3adbb9a5ba
Sketcher: visibility automation
...
Added the following properties to Sketch ViewProvider:
* 4 bools to enable/disable parts of automation
* TempoVis property to hold instance of TempoVis python object, that helps with the automation
2016-06-20 01:19:06 +03:00
DeepSOIC
a6f2f2ec22
Part: AttachmentEditor: withdraw code to use Show module
2016-06-20 01:19:02 +03:00
DeepSOIC
84b8f1c721
New module: Show
...
A module for gathering code related to visibility automation and the like.
Contains DepGraphTools.py and TempoVis.py, to be withdrawn from
Part/AttachmentEditor.
Also: changes to TempoVis:
* keep TempoVis from from raising
(TempoVis is non-essential functionality, so breaking execution of
unsuspecting routines that use it seems like a bad idea.
* implement saving/restoring camera
(Unfortunately, I failed to implement nice animated restoration.)
* almost proper support of saving to file
(I still couldn't figure out a way to restore reference to document and
viewer. So, falling to using active ones instead (might cause bugs).)
2016-06-20 01:18:09 +03:00
Yorik van Havre
80bcfb0845
Draft: Fixed upgrading several faces
2016-06-18 19:32:19 -03:00
Eivind Kvedalen
00516cc409
Sketcher: Changed return type of Constraint::getPresentationValue() to Quantity, to be able to include unit.
2016-06-18 09:48:52 +02:00
Eivind Kvedalen
625a5b7945
Sketcher: Fixed radian/degree mix-up for Angle constraint.
2016-06-18 09:48:46 +02:00
wmayer
81060a8943
code cleanup in App Document
2016-06-17 22:12:23 +02:00
Yorik van Havre
7316d26517
Arch: Fixed buggy placement of windows
2016-06-16 21:58:44 -03:00
Yorik van Havre
780ba1997f
Arch: updated OBJ/DAE exporters to export groups
2016-06-16 18:31:21 -03:00
Yorik van Havre
2ca69cf3bc
Arch: Fixed export of cloned windows to IFC
2016-06-16 17:42:27 -03:00
Yorik van Havre
cd4bdceba9
Added Touch action to context menu of selection view
2016-06-16 14:03:46 -03:00
wmayer
d20c7e2c68
improve whitespaces
2016-06-16 15:00:30 +02:00
Jean-Marie Verdun
46be1dba9e
Add FreeCAD snap environment into source tree
2016-06-16 14:57:29 +02:00
Jean-Marie Verdun
ee7c5bcdc0
Add some minot change to the vagrant build
2016-06-16 14:57:07 +02:00
Jean-Marie Verdun
147dab31bc
Move the launcher into the right directory
2016-06-16 14:56:50 +02:00
Jean-Marie Verdun
eaf3a7c7d3
Add FCUserData declaration into Application.cpp to properly read FREECAD_USER_DATA environment variable
2016-06-16 14:56:21 +02:00
Jean-Marie Verdun
04f5a8b0de
Add basic vagrant compilation capability
...
Add FREECAD_USER_DATA environment variable required to support snap on ubuntu which is using Apparmor to
limit application access to filesystem.
Add automatic snap build on Xenial (ubuntu 16.04) within Vagrant build
Info Build results are into /home/vagrant/Results (deb + snap
2016-06-16 14:55:59 +02:00
wmayer
39ab11c701
+ issue #0002578 : Duplicate objects copied and exported
2016-06-16 14:40:28 +02:00
Sergo
6665ae2460
filter objects to exclude duplicates during copy
2016-06-16 14:33:42 +02:00