Commit Graph

10180 Commits

Author SHA1 Message Date
Abdullah Tahiri
e3487368d7 Sketcher: Comb appropriate scaling for closed and periodic BSplines 2017-02-21 13:24:10 +01:00
Abdullah Tahiri
feb29bd630 Sketcher: BSpline curvature comb 2017-02-21 13:24:10 +01:00
Abdullah Tahiri
9c10b3219d Part: Geometry functionality extension
======================================

Added for curves:
getFirstParameter
getLastParameter
curvatureAt
length

Modified:
normalAt(double u, Base::Vector3d& dir)

as it was not working properly.
2017-02-21 13:24:10 +01:00
Abdullah Tahiri
1bac54e63e Sketcher: new BSpline toolbar / command to hide control polygon 2017-02-21 13:24:10 +01:00
Abdullah Tahiri
2a4f24695a Sketcher: Information Layer show/hide node support 2017-02-21 13:24:10 +01:00
Abdullah Tahiri
9e6beb1a01 Sketcher: Information layer scenography update on geometry change 2017-02-21 13:24:10 +01:00
Abdullah Tahiri
4cffdfe183 Sketcher: Geometry Information layer for BSplines 2017-02-21 13:24:10 +01:00
Ulrich Brammer
693f4c759e update of xlsx-importer: new parser,
trigonomic functions give the same result in the FreeCAD-spreadsheet,
support of celltype "inlineStr".
2017-02-20 22:59:18 +01:00
wmayer
f55635900f fix setEdit, unsetEdit and doubleClicked methods of Python view provider 2017-02-20 22:16:56 +01:00
wwmayer
ced83be2da Merge pull request #541 from wwmayer/vbo_cleanup
Vbo cleanup
2017-02-20 21:04:33 +01:00
Jean-Marie Verdun
4a3252e445 Fix Face color display issue with Vbo turned on 2017-02-20 18:54:07 +01:00
wmayer
399cdd803a use Coin API to deal with vbo and add methods to cleanup GL resources on destruction 2017-02-20 13:16:30 +01:00
wmayer
6630bcf9fa issue #0001999: [STEP] Tessellation data or OpenInventor data memory leak 2017-02-20 10:08:18 +01:00
wwmayer
112749bc97 Merge pull request #537 from agryson/sketcher-icon-updates
Update icons based on forum feedback
2017-02-19 20:40:16 +01:00
wmayer
448ac27e56 fix crash in uIso of Sphere 2017-02-19 20:36:40 +01:00
wmayer
c1c4a90411 move vbo handling to private class 2017-02-19 19:40:37 +01:00
Alexander Gryson
c7652d7c74 Update icons based on forum feedback
See [@NormandC's forum
post](https://forum.freecadweb.org/viewtopic.php?f=34&t=20286&sid=43e2b6766d1b74c4e6e4337dfcbd1084&start=32)
2017-02-19 15:05:56 +01:00
Bernd Hahnebach
1f12a3f65c py3: FEM, more convert map to list 2017-02-19 14:21:34 +01:00
Bernd Hahnebach
be2b5777f6 py3, FEM, redifine open in all import modules 2017-02-19 14:21:34 +01:00
looooo
9a5d920f6a py3: FEM, redefine open in import modules 2017-02-19 14:21:34 +01:00
looooo
7045113525 py3: FEM, convert map to list 2017-02-19 14:21:34 +01:00
looooo
8bc6936bcc py3: FEM, fix import Units module 2017-02-19 14:21:34 +01:00
looooo
3617fc365b py3: FEM, put print in brackets and import print_function 2017-02-19 14:21:34 +01:00
looooo
5c0bcf611f py3: FEM, PyMods, preprocessor conditions, Py::Long vs Py::Int 2017-02-19 14:21:34 +01:00
wwmayer
3fab41f567 Merge pull request #535 from bblacey/mantis-2886
Packaging: Set macOS dynamic loader paths
2017-02-19 14:09:46 +01:00
wmayer
46f5554c43 command to creation section from plane and mesh 2017-02-19 14:05:00 +01:00
Bruce B. Lacey
b52b94ae85 Packaging: Set macOS dynamic loader paths
*  DYLD paths are set properly to prevent loading libraries external
     to the bundle
  a. LC_ID_DYLD is set to the basename of the library name (i.e.
     not the absolute path) when it is copied into the bundle
  b. Existing LC_RPATH entries in libraries are removed before adding
     the bundle-relative RPATH
  *  Added configurable diagnostic logging to aid in debugging

Fixes 0002886
2017-02-19 01:16:59 -08:00
wmayer
845d6766f9 implement tearDown to close document 2017-02-18 21:34:19 +01:00
looooo
48f9987172 part: bspline: tests use copy instead of deepcopy 2017-02-18 21:20:59 +01:00
looooo
2b35bb3ae3 part: bspline: tests 2017-02-18 21:20:59 +01:00
triplus
978978f7dd Navigation indicator for FreeCAD 2017-02-18 16:03:52 +01:00
Bernd Hahnebach
4169e94b69 Part: code formating, white spaces 2017-02-18 15:57:54 +01:00
Bernd Hahnebach
54bbd79b03 Part: compound filter, GUI command 2017-02-18 15:57:54 +01:00
Bernd Hahnebach
8369d68c8f Part: compound filter, core module 2017-02-18 15:57:54 +01:00
Bernd Hahnebach
ba9e342633 Part: compound filter, icon 2017-02-18 15:57:54 +01:00
wmayer
787b930a58 improve exception handling in BSplineCurvePy class 2017-02-18 12:53:36 +01:00
wmayer
72375db71b clear error state when creating spline 2017-02-18 12:30:00 +01:00
Jean-Marie Verdun
2209c7d5d7 Fix ProgressBar rendering following STEP reader enhancement 2017-02-18 10:08:48 +01:00
wmayer
67a0bd4750 improve whitespaces 2017-02-18 09:44:58 +01:00
Mateusz Skowroński
7e42975556 Fix more GCC warnings. 2017-02-18 09:35:31 +01:00
wmayer
bc525a41e6 fix crash due to GIL 2017-02-18 08:19:25 +01:00
looooo
4d21adf476 py3: spreadsheet: gathering spreadsheet relevant commits:
356b3b5736d6a83a91050973f77db9fc005b8551 Update Arch,Fem,Material,Spreadsheet for py3 print
70967107210481e362eab1cef78d15b8ba08c300 py3: Fixes from last rebase
2017-02-18 08:19:25 +01:00
Yorik van Havre
9b6ef8563b py3: fixed error in spreadsheet 2017-02-18 08:19:25 +01:00
Yorik van Havre
3efc4fee9e py3: python3-related fix in Spreadsheet 2017-02-18 08:19:25 +01:00
wmayer
3d3a8d0141 py3: ported Spreadsheet to python3 2017-02-18 08:19:25 +01:00
Priit Laes
f9cb89a9cb python: Spreadsheet: *.py: Fix python3 syntax 2017-02-18 08:19:25 +01:00
Yorik van Havre
b115d794a7 Arch: Add default storey when exporting to IFC + allow all Arch objects to have Undefined role 2017-02-17 20:47:39 -02:00
Bernd Hahnebach
686ba7094d FEM: python import modules, use same method structure in all modules,
methods where only moved around, no changes inside the methods
2017-02-17 22:07:56 +01:00
Bernd Hahnebach
4387a4adcb FEM: result task panel, only activate button if result really exists 2017-02-17 22:07:56 +01:00
Bernd Hahnebach
80e68bd764 FEM: result task panel, reorder signal and slots and add comments 2017-02-17 22:07:56 +01:00