Yorik van Havre
86b3463ee1
updated ts files
2016-12-26 12:36:24 -02:00
wmayer
df8783833d
issue #0002775 : first build fails
2016-12-18 18:26:34 +01:00
wmayer
dd0fb7dc84
fix various clang warnings
2016-12-18 16:08:30 +01:00
wmayer
5e375a6238
Add switch to select between Qt4 and Qt5
2016-12-13 15:53:13 +01:00
wmayer
166fc624eb
remove superfluous Qt includes
2016-12-13 15:40:49 +01:00
wmayer
b2487828f0
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
fc4ed238b5
Use Boolean Diff instead of Mask
2016-12-06 19:52:04 +01:00
Alex Gryson
7c905e6afd
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
75a52aab63
fix permissions
2016-12-04 14:25:12 +01:00
Alexander Gryson
54623931f8
finish aligning mesh bench icons to Tango
2016-12-04 14:24:59 +01:00
Alexander Gryson
345057e29c
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
58ba907055
update mesh icons to Tango
2016-12-04 14:24:27 +01:00
Alex Gryson
95e9768bc8
Mesh workbench icons updated
2016-12-04 14:24:13 +01:00
Alex Gryson
5b37ef0f54
Align icons to Tango style
2016-12-04 14:23:57 +01:00
Alexander Gryson
f83fc072e6
icon updates (mesh)
2016-12-04 14:23:42 +01:00
Alexander Gryson
bb7310723e
Update import/export to have more 'meshy' look
2016-12-04 14:23:30 +01:00
Alexander Gryson
3d934f5ee9
update mesh cut icon
2016-12-04 14:23:08 +01:00
Alexander Gryson
688d89d10b
initial commit to test build
2016-12-04 14:22:49 +01:00
wmayer
e54e9515fc
rename 2d tool classes to be consistent with 3d classes
2016-11-21 14:29:51 +01:00
Yorik van Havre
af97583026
Doc: Fixes in doxygen docs for Draft,Arch, FEM
2016-11-17 17:04:09 -02:00
Stefan Tröger
c5a2419e14
Extensions: Introduce classes and port App groups
2016-10-08 12:48:34 +02:00
wmayer
ec624b91d7
fix unicode problem when reading or writing mesh object
2016-10-01 20:41:00 +02:00
wmayer
3de44dfcd7
do not check for solid when computing volume of mesh
2016-10-01 20:40:26 +02:00
wmayer
81a6d4f4cc
fix some typos
2016-09-27 19:26:45 +02:00
wmayer
4c1af037c5
fix -Wextra in Inspection
2016-09-23 18:10:27 +02:00
wmayer
b980cf3361
fix -Wextra in Mesh
2016-09-23 17:24:00 +02:00
wmayer
f944ab3846
replace deprecated auto_ptr with unique_ptr
2016-09-22 13:01:20 +02:00
wmayer
1c4052bde9
for obj export only create mtl file if color is per face
2016-09-21 10:05:40 +02:00
wmayer
18cc6c1851
remove method Application::runCommand
2016-09-15 19:39:16 +02:00
wmayer
435cc3786d
take care of segments in mesh on export
2016-09-08 13:32:30 +02:00
wmayer
4cb20dc783
support coloring of mesh segments
2016-09-07 21:51:05 +02:00
wmayer
6313528886
improve obj export of mesh with colors
2016-09-06 17:00:34 +02:00
wmayer
0fa94ee0a9
improve obj support
2016-09-01 18:07:18 +02:00
wmayer
22d8095b86
fix memory leak
2016-08-24 19:09:12 +02:00
wmayer
a830b8feb3
improve whitespaces
2016-08-24 19:08:45 +02:00
wmayer
9b013f7254
Coverity issues: fix Mesh, Points and Inspection module
2016-08-17 14:08:47 +02:00
wmayer
1e12b54a7b
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
40b878de4d
add method to get self-intersections of a mesh via Python
2016-08-08 16:40:59 +02:00
wmayer
8d3e5a31fb
add plausibility for self-intersectin check to filter out false-positives
2016-08-08 16:40:11 +02:00
wmayer
3785cf7631
add parameters to IsDeformed method
2016-07-31 19:08:42 +02:00
wmayer
33bb67edcb
fix rounding issue in IsDegenerated() method
2016-07-31 17:37:23 +02:00
wmayer
0ae92950f0
fix rounding issue in IsDegenerated() method
2016-07-31 13:48:09 +02:00
wmayer
9e4de92ce1
expose mesh analyzing functions to Python
2016-07-31 12:13:37 +02:00
wmayer
8a5c03b671
+ allow to customize algorithms in mesh evalutation panel
2016-07-30 19:51:16 +02:00
wmayer
51171fd932
+ implement modifier class to allow limited access to internals of mesh kernel class
2016-07-30 15:31:45 +02:00
wmayer
1e2e24b652
+ 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
wmayer
3d95e9ac4b
support groups for export to obj format
2016-07-24 16:16:42 +02:00
wmayer
cc78503935
improve groups handling of obj mesh format
2016-07-24 00:23:45 +02:00
wmayer
6c73ac750a
compute minimum volume oriented box
2016-07-02 18:10:23 +02:00
wmayer
0c6d52485c
+ add WildMagic algorithm to compute minimum volume oriented box
2016-07-02 17:01:56 +02:00