Commit Graph

12783 Commits

Author SHA1 Message Date
Kim Kulling
86b7f12c18 Merge branch 'master' of https://github.com/assimp/assimp 2016-07-22 21:16:34 +02:00
Kim Kulling
bfed4ea634 Fix license date + remove deprecated macros. 2016-07-22 21:15:37 +02:00
Kim Kulling
c471d8187f AssimpViewer: add assimp_viewer.h to CMakeLists.txt 2016-07-22 21:14:58 +02:00
Kim Kulling
8c2e6d66a8 Merge pull request #951 from 3D4Medical/bugfix/obj_group_name_parse
Fixes for obj parser
2016-07-22 20:49:43 +02:00
Volodymyr Boichentsov
5c5acae92e Delete reduntal 'g ' from actual name of Group. (we don't have 'usemtl' in material name)
Fixed issue in case 'usemtl' goes straight after 'g'.
2016-07-22 14:10:06 +01:00
Kim Kulling
002b9c8303 Update regression db. 2016-07-18 08:52:26 +02:00
Kim Kulling
b6257b82d4 Regression Ui: fix invalid type cast. 2016-07-18 08:51:53 +02:00
Kim Kulling
6994b89347 Blender: Add a positive test for object compare. 2016-07-17 13:57:07 +02:00
Kim Kulling
5fc3ee9a21 fix https://github.com/assimp/assimp/issues/946: use correct test for objectcompare in blender. 2016-07-17 13:54:01 +02:00
Kim Kulling
e3dcbcc766 Merge branch 'master' into coverity_scan 2016-07-16 11:38:27 +02:00
Kim Kulling
23baecaff3 Merge pull request #947 from r-chris/optional-double-precision
Optional double precision
2016-07-16 11:15:16 +02:00
Chris Russ
c57b524a59 moving cmake configure_file to appropriate location 2016-07-16 18:47:59 +10:00
Chris Russ
a7894b090d Upgrading PLY exporter to allow element definition as double 2016-07-16 18:23:33 +10:00
Chris Russ
ad8bb32561 Properly defining build-time defines in config.h 2016-07-16 18:23:33 +10:00
Chris Russ
05a6ee6473 Adding double precision import support for formats that can be exported 2016-07-16 18:23:33 +10:00
Chris Russ
fa1d6d8c55 propagating precision requirments into operations 2016-07-16 18:23:33 +10:00
Chris Russ
5adb0e899c CMake Option and moving more functions to optional double support 2016-07-16 18:23:33 +10:00
Chris Russ
2f7e3dcdcc Basic changes to introduce optional double precision 2016-07-16 18:23:33 +10:00
Kim Kulling
45fae27aed DefaultIOStream: export class for testing. 2016-07-16 09:13:59 +02:00
Kim Kulling
0fd5f4ac57 Merge branch 'master' of https://github.com/assimp/assimp 2016-07-15 11:32:11 +02:00
Kim Kulling
742e513deb Add new testcase. 2016-07-15 11:31:01 +02:00
Kim Kulling
e0d3fd2e2e Unittests: add new unittest case 2016-07-15 10:36:47 +02:00
Kim Kulling
a15a77dff5 glTF: fix doxygen typo. 2016-07-15 10:35:44 +02:00
Kim Kulling
e1697b30bc Blender: mark local function as static. 2016-07-15 10:33:48 +02:00
Kim Kulling
facffffc59 BlenderDNA-Generator: update license info. 2016-07-12 21:11:52 +02:00
Kim Kulling
22963ad9e8 Merge pull request #943 from assimp/bugfix/issue_938
closes https://github.com/assimp/assimp/issues/938: adapt instal pathes.
2016-07-12 10:37:27 +02:00
Kim Kulling
61c3674fa5 Merge branch 'master' into coverity_scan
Conflicts:
	test/regression/db.zip
2016-07-12 10:17:16 +02:00
Kim Kulling
4116b341aa closes https://github.com/assimp/assimp/issues/938: adapt instal pathes. 2016-07-12 09:04:38 +02:00
Kim Kulling
2a8936a217 Regression testsuit: fix dabatabe to latest changes. 2016-07-12 09:02:47 +02:00
Kim Kulling
9678da72c9 Public includes: add pragma statement and formalize include guard schema. 2016-07-11 20:56:38 +02:00
Kim Kulling
02602ce9af Update license date. 2016-07-10 15:34:58 +02:00
Kim Kulling
a8673d4828 Merge pull request #941 from assimp/feature/issue_940
Feature/issue 940
v3.3.1
2016-07-08 19:29:51 +02:00
Kim Kulling
4d012bc476 Update version. 2016-07-08 18:40:26 +02:00
Kim Kulling
e439b16689 Includes: update header to latest greatest. 2016-07-08 18:38:33 +02:00
Kim Kulling
c87375a8a8 CMake: fix version for bugfix release. 2016-07-08 18:37:25 +02:00
Kim Kulling
599e846f57 Remove dead code. 2016-07-08 18:31:19 +02:00
Kim Kulling
070fb3363f Closes https://github.com/assimp/assimp/issues/940: use standard offsetof
instead of an own version.
2016-07-08 18:30:26 +02:00
Kim Kulling
1ed0814f8f Merge pull request #935 from r-chris/export_precision
setting default export precision to 17 for all exporters
2016-07-06 19:54:46 +02:00
Kim Kulling
46e3d764f1 Merge pull request #936 from CharlyZhang/master
update the Xcode projects  and make them work
2016-07-06 13:42:21 +02:00
CharlyZhang
672f3a6db5 make the Xcode project SimpleAssimpViewX.xcodeproj work 2016-07-06 16:45:49 +08:00
CharlyZhang
024aee4f26 add files (C4D & 3MF format related) to the Xcode static library Project 2016-07-06 16:45:00 +08:00
CharlyZhang
9f39eeb69c make the workspaces/xcode6/Assimp.xcodeproj work 2016-07-06 15:08:28 +08:00
Chris Russ
a5b3ce9a3c reverting back to 16 digit precision export
having to import 17 digit floats likely leads to issues in many other apps
2016-07-06 15:33:51 +10:00
Chris Russ
10f22779f4 setting default export precision to 17 for all exporters 2016-07-06 14:49:14 +10:00
Kim Kulling
19769eef8b Version: prepare 3.3 version. v3.3 2016-07-05 18:43:16 +02:00
Kim Kulling
f8c3ca5941 Merge pull request #933 from liedtkeInTUM/master
[Fix] Remove  CMake Warning (dev) in external/assimp/CMakeLists.txt
2016-07-05 15:57:53 +02:00
Sven Liedtke
e16a383999 [Fix] Remove CMake Warning (dev) in external/assimp/CMakeLists.txt with mis-matching arguments for logical block 2016-07-05 10:21:29 +02:00
Kim Kulling
7c63208515 Fix resource leaks in unit tests. 2016-07-04 22:15:23 +02:00
Kim Kulling
ebb209a0d6 Merge branch 'master' of https://github.com/assimp/assimp 2016-07-04 20:19:37 +02:00
Kim Kulling
32e8c80c24 Fix resource leak. 2016-07-04 20:19:24 +02:00