Commit Graph

13586 Commits

Author SHA1 Message Date
wmayer
a099eb3caf Improvements on mesh flattening commands:
comment out import of pivy because it's not used and pivy.graphics isn't available on all platforms
Add MeshPart_ prefix to command names for consistency reasons and to make Qt help working correctly
When adding commands to Mesh workbench make sure the commands could be created beforehand to avoid annoying warnings
2018-04-23 11:09:26 +02:00
looooo
c518744e39 cmake stuff 2018-04-23 09:56:23 +02:00
looooo
37fb72e508 nullspace 2018-04-23 09:56:23 +02:00
lo
08b329c9b5 add area relaxing method:
not yet working
2018-04-23 09:56:23 +02:00
lo
8188705821 add edge relaxing method 2018-04-23 09:56:23 +02:00
looooo
18b6544883 win: pybind11: workaround for strdup 2018-04-23 09:56:23 +02:00
looooo
7df027c88b change pybind11/boost handlinG 2018-04-23 09:56:23 +02:00
looooo
8c448e370c openscad py3 fixes 2018-04-23 09:56:23 +02:00
looooo
d8d79c908e win fixes + pybind11 improvementS 2018-04-23 09:56:23 +02:00
looooo
74cd8706a0 MeshFlattening: fixes for windows 2018-04-23 09:56:23 +02:00
looooo
76b66159b3 MeshFlattening: add function to unwrap face 2018-04-23 09:56:23 +02:00
looooo
2329ac38e8 MeshFlattening: add function to unwrap mesh 2018-04-23 09:56:23 +02:00
looooo
e1247dcb48 MeshFlattener: boundary extractor 2018-04-23 09:56:23 +02:00
looooo
ce33e2dbe2 MeshFlattening: initial commit 2018-04-23 09:56:23 +02:00
looooo
05b8004001 hide python code displayed @ startup 2018-04-23 09:44:48 +02:00
wandererfan
40919896e7 Add getAllViews() method to DrawPagePy 2018-04-23 07:55:38 +02:00
wandererfan
f13689753c Fix #3367: view/data pane is unselected
- error in coordination of Tree & QGraphicsScene
  selection logic caused Feature to become
  unselected during update.
2018-04-23 07:55:38 +02:00
wandererfan
4f3f620720 Coverity fixes
CID 174671
CID 174670
CID 174669
CID 174668
CID 174667
CID 174664
2018-04-23 07:55:38 +02:00
wmayer
a4ae54f65a remove unneeded cmake switch 2018-04-22 21:22:36 +02:00
wmayer
33b883acb2 fix broken layout in view color panel 2018-04-22 11:02:04 +02:00
looooo
1f121a17c4 py3: Spreadsheet use Unicode instead of bytes 2018-04-22 07:53:20 +02:00
looooo
7da2d6ebbc py3: rebar-fix 2018-04-22 07:53:20 +02:00
looooo
77895f959d py3: draft fixes (grid)
integer-division (please remember using // for integer division ;)
+ use same color for arrow and line
2018-04-22 07:53:20 +02:00
wandererfan
5d1fa67230 Fix add ArchSection w/ multiple Pages 2018-04-22 07:44:41 +02:00
Abdullah Tahiri
dc79d4172d Sketcher: fix menu periodic bspline call 2018-04-22 07:39:15 +02:00
Eivind Kvedalen
ae7bef9978 Expressions: Fixed issue #3432; aggregate functions sometimes ignore some of their arguments.
Also updated regression tests in Spreadsheet module.
2018-04-21 22:33:54 +02:00
wmayer
b440dc830b behave like standard Python interpreter in console mode if no file name is passed 2018-04-21 16:42:54 +02:00
Peter Lama
68f25713d3 Fix finding boost python >= 1.67
Boost >= 1.67 requires a version suffix (on macOS at least)
2018-04-21 11:24:36 +02:00
wmayer
3c9e6b038e fix requesting boost python component for version >= 1.67.0 2018-04-21 11:12:45 +02:00
wmayer
52443a1b1b fix minor uic warning 2018-04-20 17:00:29 +02:00
Yorik van Havre
10e33d03f8 Active container (light gray) and edit (yellow) colors in Tree view are now changeable in prefs->display->colors 2018-04-19 18:25:48 -03:00
Jan Beich
869b5c8918 Explicitly link against -lpthread on Unix
/usr/bin/ld.lld: error: undefined symbol: pthread_condattr_init
>>> referenced by src/3rdParty/salomesmesh/src/SMESH/SMESH_Mesh.cpp
>>>               src/3rdParty/salomesmesh/CMakeFiles/SMESH.dir/src/SMESH/SMESH_Mesh.cpp.o:(boost::condition_variable::condition_variable())

/usr/bin/ld.lld: error: undefined symbol: pthread_condattr_setclock
>>> referenced by src/3rdParty/salomesmesh/src/SMESH/SMESH_Mesh.cpp
>>>               src/3rdParty/salomesmesh/CMakeFiles/SMESH.dir/src/SMESH/SMESH_Mesh.cpp.o:(boost::condition_variable::condition_variable())

/usr/bin/ld.lld: error: undefined symbol: pthread_condattr_destroy
>>> referenced by src/3rdParty/salomesmesh/src/SMESH/SMESH_Mesh.cpp
>>>               src/3rdParty/salomesmesh/CMakeFiles/SMESH.dir/src/SMESH/SMESH_Mesh.cpp.o:(boost::condition_variable::condition_variable())
2018-04-19 15:38:37 +02:00
wmayer
6ac274b081 minor fixes in FindPyCXX check 2018-04-18 19:52:43 +02:00
wmayer
01a26172c2 disable Py::Exception(const std::string&) constructor as it will be removed in future PyCXX versions 2018-04-18 19:45:07 +02:00
wmayer
840c9e8b3c prepare for PyCXX 7.0 2018-04-18 19:20:50 +02:00
Yorik van Havre
c4aaef4033 fixed missing py2 case 2018-04-18 10:05:49 -03:00
Adrian Schröter
04a8bf6a29 fix syntax error for python3 2018-04-18 10:05:49 -03:00
Adrian Schröter
5b744ae05b fix runtime error creating a wire from string with python3
Tested against version 0.17
2018-04-18 10:05:49 -03:00
wmayer
3297399542 fix possible crash when saving preferences 2018-04-17 19:44:26 +02:00
wmayer
5326d15ed2 improve handling if PySide(2) is not installed 2018-04-17 19:10:01 +02:00
Yorik van Havre
c16813f4e8 Arch: Fixed wrong wall base wire orientation 2018-04-17 11:58:30 -03:00
Yorik van Havre
9551e2bf7d Part: Added icon to Simple Copy command 2018-04-17 11:39:07 -03:00
Yorik van Havre
514058a023 Arch: Fixed leftover encoding bug (backported to 0.17) 2018-04-17 11:18:23 -03:00
Yorik van Havre
4f1c3a9714 Draft: Fixed snapping to shapes inside a moved Part container - fixes #3392 2018-04-17 11:14:40 -03:00
Peter Lama
72d334d867 Fix #3426: Hierarchical step export not working with occt 7.2 2018-04-17 10:19:52 -03:00
looooo
18a7bad3bd py3: fem: some additional fixes 2018-04-17 10:18:32 -03:00
Yorik van Havre
e6727e8062 Merge branch 'master' of github.com:FreeCAD/FreeCAD 2018-04-17 10:17:10 -03:00
luz.paz
5293cede21 Revert changes per yorik 2018-04-17 10:16:28 -03:00
luz.paz
25b58a1a8c Arch: Residual trailing \n chars removed from translate() 2018-04-17 10:16:28 -03:00
luz.paz
90c6689722 Arch: translation fixes
Adding Arch WB translation string corrections/refinements
2018-04-17 10:16:28 -03:00