Jean-Samuel Reynaud
bb927ff3e8
Adding Normals in OBJ exports
2017-02-10 18:51:10 +01:00
wmayer
510047d9a2
issue #0002183 : Mesh View . Use Bounding-Box Not Working For Flat Lines
2017-02-09 18:30:48 +01:00
wmayer
f483411479
fix 'Flat Lines' display mode of meshes
2017-02-09 15:22:31 +01:00
wmayer
7ba2217617
py3: ported module init to python3
2017-02-04 15:56:31 +01:00
Yorik van Havre
49c8d65bfe
updated ts files
2016-12-26 12:36:24 -02:00
wmayer
b94ffbcf21
issue #0002775 : first build fails
2016-12-18 18:26:34 +01:00
wmayer
5acdaed2e3
fix various clang warnings
2016-12-18 16:08:30 +01:00
wmayer
743b83e853
Add switch to select between Qt4 and Qt5
2016-12-13 15:53:13 +01:00
wmayer
6cfaf916f8
remove superfluous Qt includes
2016-12-13 15:40:49 +01:00
wmayer
3357cd91e7
Qt4/Qt5 neutral changes:
...
+ change inheritance of PropertyItem to not derive from BaseClass (and QObject) any more to fix crashes with Qt5
2016-12-12 17:01:26 +01:00
Alex Gryson
94b64144cf
Use Boolean Diff instead of Mask
2016-12-06 19:52:04 +01:00
Alex Gryson
9befc3b238
Add metadata
...
Notes:
* Used earliest available commit as creator (only means I had available)
* License information could not be saved for an unknown reason, added
this info to the Rights field
2016-12-04 14:25:26 +01:00
Alex Gryson
4dc1215161
fix permissions
2016-12-04 14:25:12 +01:00
Alexander Gryson
c551e745dd
finish aligning mesh bench icons to Tango
2016-12-04 14:24:59 +01:00
Alexander Gryson
141eaa5d23
Update dimensions to 64*64 as per guidelines
...
This icon was incorrectly sized to 32*32 - depending on how the icons are exported this may have an impact on the UI
2016-12-04 14:24:40 +01:00
Alex Gryson
e757a87ba4
update mesh icons to Tango
2016-12-04 14:24:27 +01:00
Alex Gryson
e2c39133fd
Mesh workbench icons updated
2016-12-04 14:24:13 +01:00
Alex Gryson
eb5f4989ad
Align icons to Tango style
2016-12-04 14:23:57 +01:00
Alexander Gryson
ef433e303b
icon updates (mesh)
2016-12-04 14:23:42 +01:00
Alexander Gryson
12f5caf8cf
Update import/export to have more 'meshy' look
2016-12-04 14:23:30 +01:00
Alexander Gryson
b322ba0162
update mesh cut icon
2016-12-04 14:23:08 +01:00
Alexander Gryson
285ed9b155
initial commit to test build
2016-12-04 14:22:49 +01:00
wmayer
2d8e70085e
rename 2d tool classes to be consistent with 3d classes
2016-11-21 14:29:51 +01:00
Yorik van Havre
bf0d37bf28
Doc: Fixes in doxygen docs for Draft,Arch, FEM
2016-11-17 17:04:09 -02:00
Stefan Tröger
6fa964c53f
Extensions: Introduce classes and port App groups
2016-10-08 12:48:34 +02:00
wmayer
51bcfdd6ba
fix unicode problem when reading or writing mesh object
2016-10-01 20:41:00 +02:00
wmayer
7747430cfd
do not check for solid when computing volume of mesh
2016-10-01 20:40:26 +02:00
wmayer
a68b03a083
fix some typos
2016-09-27 19:26:45 +02:00
wmayer
1139d9adbb
fix -Wextra in Inspection
2016-09-23 18:10:27 +02:00
wmayer
f6e1cb6025
fix -Wextra in Mesh
2016-09-23 17:24:00 +02:00
wmayer
2af6bb6e49
replace deprecated auto_ptr with unique_ptr
2016-09-22 13:01:20 +02:00
wmayer
0a71c00b22
for obj export only create mtl file if color is per face
2016-09-21 10:05:40 +02:00
wmayer
25f2de76c3
remove method Application::runCommand
2016-09-15 19:39:16 +02:00
wmayer
013e2f30e5
take care of segments in mesh on export
2016-09-08 13:32:30 +02:00
wmayer
4d0d90d498
support coloring of mesh segments
2016-09-07 21:51:05 +02:00
wmayer
2c226343cb
improve obj export of mesh with colors
2016-09-06 17:00:34 +02:00
wmayer
48acb246cf
improve obj support
2016-09-01 18:07:18 +02:00
wmayer
7c6964a7af
fix memory leak
2016-08-24 19:09:12 +02:00
wmayer
aea74ce427
improve whitespaces
2016-08-24 19:08:45 +02:00
wmayer
cc97241969
Coverity issues: fix Mesh, Points and Inspection module
2016-08-17 14:08:47 +02:00
wmayer
af4ef2fa7f
Coverity issues:
...
129202: replace dynamic_cast with static_cast
129421, 129422: fix Py_Return macro
128928: Unchecked return value
129488, 129490: uninitialized scalar variable
129567, 129661: uninitialized scalar field
129665: uninitialized pointer field
2016-08-15 21:28:41 +02:00
wmayer
691c2ddc21
add method to get self-intersections of a mesh via Python
2016-08-08 16:40:59 +02:00
wmayer
eb4235da65
add plausibility for self-intersectin check to filter out false-positives
2016-08-08 16:40:11 +02:00
wmayer
ad10d2104f
add parameters to IsDeformed method
2016-07-31 19:08:42 +02:00
wmayer
489d3e7c92
fix rounding issue in IsDegenerated() method
2016-07-31 17:37:23 +02:00
wmayer
434c149c96
fix rounding issue in IsDegenerated() method
2016-07-31 13:48:09 +02:00
wmayer
dea5a1b6ee
expose mesh analyzing functions to Python
2016-07-31 12:13:37 +02:00
wmayer
b2facd7113
+ allow to customize algorithms in mesh evalutation panel
2016-07-30 19:51:16 +02:00
wmayer
1019bace65
+ implement modifier class to allow limited access to internals of mesh kernel class
2016-07-30 15:31:45 +02:00
wmayer
c294c8bdbd
+ rename methods in Vector3 class
...
+ add convenience methods Cross and Dot to Vector3 class
+ fix bug in DistanceToLineSegment in Vector3 class
2016-07-30 15:14:47 +02:00