wmayer
44ae0d7ae7
+ fix mesh smoothing panel
2015-07-14 17:02:38 +02:00
wmayer
997001bbd9
+ usage of QSint
2015-07-07 12:34:20 +02:00
wmayer
e404490651
+ fix broken PolyPickerSelection
2015-07-02 14:51:38 +02:00
wmayer
834c0a642d
+ include missing header files
2015-07-01 13:02:29 +02:00
wmayer
ef610c8c96
+ remove SoFCSelection from ViewProviderGeometryObject
2015-05-20 21:44:27 +02:00
wmayer
dd2b39ddd6
+ fixes #0002075 : Analysis of FreeCAD by PVS-Studio static analyzer
2015-05-01 16:56:31 +02:00
wmayer
02b84611b2
+ extend Inventor builder, project curve on mesh
2015-04-22 17:15:49 +02:00
Ian Rees
4024f46677
Expands list of mesh formats for import/export
2015-04-09 22:15:28 +02:00
wmayer
9ce46db813
+ extend ActionFunction and use in mesh view provider
2015-03-31 01:02:16 +02:00
wmayer
9ba57683d5
+ method to get Eigensystem of mesh data
2015-03-10 22:47:46 +01:00
Yorik van Havre
0009e58291
Merged crowdin translations
2015-03-07 15:17:58 -03:00
Yorik van Havre
8d8eba6dac
Updated ts files from source
2015-02-27 18:56:51 -03:00
Yorik van Havre
8d98921dd7
Updated translations from crowdin
2015-02-27 18:46:03 -03:00
wmayer
312f63e43e
+ edit command for meshes to display components
2015-02-20 22:28:37 +01:00
wmayer
e551c4ef28
+ write out material information for x3d format
2015-02-13 17:26:49 +01:00
wmayer
79173e37cd
+ correct usage of SoPolygonOffset
2015-02-02 14:18:16 +01:00
wmayer
65c56d0bd6
+support to write/read colors to/from OFF file
2015-02-02 09:59:02 +01:00
Yorik van Havre
ae3fafea6c
Updated base translation files for crowdin
2015-01-13 20:00:09 -02:00
wmayer
477099bbfe
+ remove useless stuff from Init files
2015-01-13 16:19:19 +01:00
Julien Nabet
b325bcea3d
Fix some cppcheck reports:
...
- (error) va_list '<var>' was opened but not closed by va_end()
- (style) Same expression on both sides of '||'
- (style) Same expression on both sides of '!='
2015-01-06 11:37:44 +01:00
wmayer
c47eea61fa
+ return point/facet indices as unsigned long in Python
2015-01-03 11:24:57 +01:00
wmayer
16a8965038
+ do not long apply changes in mesh settings on existing mesh objects
2014-12-27 18:32:18 +01:00
jriegel
38fc7ba604
Merge branch 'refs/heads/master' into review-CL-Bundler
2014-11-29 15:43:19 +01:00
wmayer
2896372a75
+ fix mesh unit tests
2014-11-29 15:17:58 +01:00
Sebastian Hoogen
debca91e98
remove support for automake
2014-11-26 10:26:30 +01:00
wmayer
3c61d41dbf
+ fix bug in mesh bounding box, fix clang warning
2014-11-23 10:55:36 +01:00
jriegel
1bc6df8eac
Merge branch 'refs/heads/master' into review-CL-Bundler
...
Conflicts:
src/3rdParty/salomesmesh/CMakeLists.txt
2014-11-22 13:51:04 +01:00
wmayer
be7f583aa0
+ fix issues on 64-bit Linux/MacOSX systems
2014-11-19 15:32:35 +01:00
Peter Lama
f13f5dc520
Add support for CLbundler created LibPack
...
* New 'UseLibPack' cmake file sets CMAKE_PREFIX_PATH so that find_package
can be used for most packages.
* Mimic fc_wrap_cpp defined in other 'UseLibPack' files. Some file
dependencies did not get set correctly otherwise.
* OCE 0.16 does not have Standard_ctype.hxx
* shfolder.h can't be used with Win SDK 7.0
2014-11-14 08:01:09 -08:00
wmayer
3507e301c2
+ improve plane fit
2014-11-04 15:03:25 +01:00
wmayer
980b17ca86
+ improve error handling in plane fit
2014-11-03 18:20:55 +01:00
wmayer
ae09625140
+ expose function to Python to check for invalid mesh points
2014-10-31 15:57:28 +01:00
wmayer
30d38e6749
+ fix bug in Python binding of Quarter viewer
2014-10-24 19:29:35 +02:00
Sebastian Hoogen
a53a239f2f
issue #1027 use unicode filepaths
2014-10-11 13:32:06 +02:00
wmayer
f02da38566
+ fix Qt help problems
2014-10-01 17:16:43 +02:00
wmayer
032c893183
+ fix warnings with clang
2014-09-24 17:46:04 +02:00
Stefan Tröger
ad1bfc32fb
fix reported bugs
...
- compile on windows
- fix cursors
2014-09-23 10:11:12 +02:00
Stefan Tröger
72cab0c002
Adaption of FreeCAD to QuarterWidget
...
-removes all soqtviewer references
-create a quarter adaptor class which implements missing functionality
-adopts freecad code to make use of SoRenderManager and changed View3DInventorViewer interface
2014-09-23 10:11:11 +02:00
Sebastian Hoogen
ed66ada1cf
issue #1700 replace PyExc_Exception
2014-09-17 11:15:57 +02:00
Sebastian Hoogen
5e51a6cdf7
fixes #0001422 : Subclass Exception
...
inherit Base.FreeCADError form RuntimeError
inherit Part.OCCError from Base.FreeCADError
inherit OCCDomainError from Part.OCCError
inherit OCCRangeError from Part.OCCError
inherit OCCConstructionError from OCCDomainError
inherit OCCDimensionError from OCCDomainError
Added PY_CATCH_OCC macro
replace PyExc_Exception
use FreeCADError in makeWireString
catch exception in BSplineCurve.increasedegree
2014-09-17 11:15:56 +02:00
jriegel
c1f0f70b88
Merge remote-tracking branch 'refs/remotes/origin/jriegel/NewWinBuild' into jriegel/review-NewLibPack
...
Conflicts:
src/3rdParty/salomesmesh/CMakeLists.txt
2014-08-27 15:39:00 +02:00
wmayer
e814d997e5
+ fix trim mesh with plane
2014-08-21 13:26:35 +02:00
wmayer
75fa3d4067
+ prepare property editor for items with unknown number of children
2014-08-17 18:36:27 +02:00
jriegel
6303650cc1
Use default eigen in Approximation...
2014-08-13 21:00:15 +02:00
jriegel
b5431d57e0
Change std::make_pairs to C++11 standard without template arguments
2014-08-13 20:59:29 +02:00
wmayer
bd64ce3bb7
+ implement save() function in PointKernel, fix icon issue in mesh workbench
2014-08-06 17:39:15 +02:00
jriegel
ec2198107b
move build specifier in own cMake group
2014-08-03 20:53:19 +02:00
wmayer
7a3ddd5bae
+ fix author note, fix various crashes, improve mesh selection stuff
2014-08-01 16:39:59 +02:00
wmayer
2e6c54eedf
+ improve the plane fit from REEN module
2014-07-28 16:39:34 +02:00
wmayer
6b1e6a66ad
+ Make destructor virtual for classes with virtual methods (based on DevJohan's patch)
2014-07-26 19:17:12 +02:00