Alexandr Arutjunov [Sat, 13 Aug 2016 14:44:58 +0000 (17:44 +0300)]
[+] Added link to RT library when using Open3DGC-compression.
Alexandr Arutjunov [Sat, 13 Aug 2016 13:27:34 +0000 (16:27 +0300)]
[-] Removed unneeded include.
Alexandr Arutjunov [Sat, 13 Aug 2016 13:27:07 +0000 (16:27 +0300)]
[*] Few C++11 constructions are removed.
Alexandr Arutjunov [Sat, 13 Aug 2016 13:09:21 +0000 (16:09 +0300)]
[*] Few C++11 constructions are removed.
Alexandr Arutjunov [Wed, 10 Aug 2016 22:04:30 +0000 (01:04 +0300)]
[+] glTF import/export. Support for Open3DGC-compression of mesh primitives.
Alexandr Arutjunov [Wed, 10 Aug 2016 22:02:32 +0000 (01:02 +0300)]
[F] Typo.
Alexandr Arutjunov [Tue, 9 Aug 2016 10:37:32 +0000 (13:37 +0300)]
[+] Use "buffer" ID against "bufferView" ID for Open3DGC-compression.
Alexandr Arutjunov [Tue, 9 Aug 2016 10:26:57 +0000 (13:26 +0300)]
[+] Save parameters of mesh extension: Open3DGC-compression.
Alexandr Arutjunov [Mon, 8 Aug 2016 16:24:50 +0000 (19:24 +0300)]
[+] Support Open3DGC for glTF import/export. Intermediate commit.
Alexandr Arutjunov [Mon, 8 Aug 2016 16:07:30 +0000 (19:07 +0300)]
[*] Style. Intermediate commit.
Alexandr Arutjunov [Mon, 8 Aug 2016 16:06:17 +0000 (19:06 +0300)]
[*] Style. Intermediate commit.
Alexandr Arutjunov [Mon, 8 Aug 2016 16:04:37 +0000 (19:04 +0300)]
[F] Comparison between signed and unsigned integer.
Alexandr Arutjunov [Wed, 3 Aug 2016 15:06:38 +0000 (18:06 +0300)]
[F] Fixed problem with more then one mesh in scene. More detaily read at line 529 in glTFAsset.inl.
Alexandr Arutjunov [Wed, 3 Aug 2016 08:16:30 +0000 (11:16 +0300)]
[+] Put information to log about decompressing.
Alexandr Arutjunov [Wed, 3 Aug 2016 00:46:04 +0000 (03:46 +0300)]
[+] glTF. Support for import meshes with Open3DGC compression.
Alexandr Arutjunov [Wed, 3 Aug 2016 00:40:53 +0000 (03:40 +0300)]
[+] Building of Open3DGC codec.
Alexandr Arutjunov [Wed, 3 Aug 2016 00:34:54 +0000 (03:34 +0300)]
[+] Added Open3DGC codec from KhronosGroup repository.
Kim Kulling [Mon, 1 Aug 2016 18:15:00 +0000 (20:15 +0200)]
Merge pull request #960 from smalcom/assimp_qt_viewer
[+] 3D viewer which uses Assimp and Qt4.
Alexandr Arutjunov [Mon, 1 Aug 2016 10:13:35 +0000 (13:13 +0300)]
[F] Texture coordinate Y must be flipped for OpenGL.
Alexandr Arutjunov [Sun, 31 Jul 2016 19:51:15 +0000 (22:51 +0300)]
[F] Added checks for building assimp_qt_viewer.
Alexandr Arutjunov [Sun, 31 Jul 2016 12:50:48 +0000 (15:50 +0300)]
[F] Added include dirs and libraries for OpenGL and DevIL.
Alexandr Arutjunov [Sun, 31 Jul 2016 12:14:49 +0000 (15:14 +0300)]
[F] DevIL is needed for compilation.
Alexandr Arutjunov [Sun, 31 Jul 2016 11:56:30 +0000 (14:56 +0300)]
[+] 3D viewer which uses Assimp and Qt4.
Alexander Gessler [Wed, 27 Jul 2016 19:37:02 +0000 (21:37 +0200)]
Merge pull request #953 from TrianglesPCT/master
Fix blender vertex colors being negative, and fix blender vertex colors scaling to be 0 to 1
TrianglesPCT [Tue, 26 Jul 2016 05:04:08 +0000 (23:04 -0600)]
Add files via upload
forcing a new build
Kim Kulling [Mon, 25 Jul 2016 22:16:16 +0000 (00:16 +0200)]
Merge pull request #956 from adishavit/master
Fixes a few build issues with MSVC 2015 and gcc
Adi Shavit @ MacBookPro [Mon, 25 Jul 2016 13:33:25 +0000 (16:33 +0300)]
Fixes compilation on OSX with gcc.
- The symbol `typeof` collides with a non-standard gcc "keyword". See https://gcc.gnu.org/onlinedocs/gcc/Typeof.html
- Renamed to `type_of`.
TrianglesPCT [Mon, 25 Jul 2016 00:45:41 +0000 (18:45 -0600)]
Add files via upload
used ai_real instead of float
Adi Shavit @ MacBookPro [Sun, 24 Jul 2016 12:54:16 +0000 (15:54 +0300)]
Removes MSVC warning with explicit cast.
TrianglesPCT [Sun, 24 Jul 2016 08:33:33 +0000 (02:33 -0600)]
Fix warning
The call to sprintf was causing a warning in vs2015 because of wrong type.
TrianglesPCT [Sun, 24 Jul 2016 08:26:23 +0000 (02:26 -0600)]
Add files via upload
scale blender vert color out to 0-1 range as aiColor specifies
TrianglesPCT [Sun, 24 Jul 2016 08:23:59 +0000 (02:23 -0600)]
Add files via upload
fix blender vert colors being casted to signed char, which was causing negative values.
Also fix blender vert colors being way outside of 0 to 1 range which aiColor specifies
Kim Kulling [Fri, 22 Jul 2016 19:16:34 +0000 (21:16 +0200)]
Merge branch 'master' of https://github.com/assimp/assimp
Kim Kulling [Fri, 22 Jul 2016 19:15:37 +0000 (21:15 +0200)]
Fix license date + remove deprecated macros.
Kim Kulling [Fri, 22 Jul 2016 19:14:58 +0000 (21:14 +0200)]
AssimpViewer: add assimp_viewer.h to CMakeLists.txt
Kim Kulling [Fri, 22 Jul 2016 18:49:43 +0000 (20:49 +0200)]
Merge pull request #951 from 3D4Medical/bugfix/obj_group_name_parse
Fixes for obj parser
Volodymyr Boichentsov [Fri, 22 Jul 2016 13:10:06 +0000 (14:10 +0100)]
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'.
Kim Kulling [Mon, 18 Jul 2016 06:52:26 +0000 (08:52 +0200)]
Update regression db.
Kim Kulling [Mon, 18 Jul 2016 06:51:53 +0000 (08:51 +0200)]
Regression Ui: fix invalid type cast.
Kim Kulling [Sun, 17 Jul 2016 11:57:07 +0000 (13:57 +0200)]
Blender: Add a positive test for object compare.
Kim Kulling [Sun, 17 Jul 2016 11:54:01 +0000 (13:54 +0200)]
fix https://github.com/assimp/assimp/issues/946: use correct test for objectcompare in blender.
Kim Kulling [Sat, 16 Jul 2016 09:15:16 +0000 (11:15 +0200)]
Merge pull request #947 from r-chris/optional-double-precision
Optional double precision
Chris Russ [Sat, 16 Jul 2016 08:39:06 +0000 (18:39 +1000)]
moving cmake configure_file to appropriate location
Chris Russ [Sat, 16 Jul 2016 08:22:01 +0000 (18:22 +1000)]
Upgrading PLY exporter to allow element definition as double
Chris Russ [Sat, 16 Jul 2016 06:02:47 +0000 (16:02 +1000)]
Properly defining build-time defines in config.h
Chris Russ [Sat, 16 Jul 2016 02:14:36 +0000 (12:14 +1000)]
Adding double precision import support for formats that can be exported
Chris Russ [Fri, 15 Jul 2016 05:38:29 +0000 (15:38 +1000)]
propagating precision requirments into operations
Chris Russ [Fri, 15 Jul 2016 03:20:16 +0000 (13:20 +1000)]
CMake Option and moving more functions to optional double support
Chris Russ [Fri, 15 Jul 2016 02:53:49 +0000 (12:53 +1000)]
Basic changes to introduce optional double precision
Kim Kulling [Sat, 16 Jul 2016 07:13:59 +0000 (09:13 +0200)]
DefaultIOStream: export class for testing.
Kim Kulling [Fri, 15 Jul 2016 09:32:11 +0000 (11:32 +0200)]
Merge branch 'master' of https://github.com/assimp/assimp
Kim Kulling [Fri, 15 Jul 2016 09:31:01 +0000 (11:31 +0200)]
Add new testcase.
Kim Kulling [Fri, 15 Jul 2016 08:36:47 +0000 (10:36 +0200)]
Unittests: add new unittest case
Kim Kulling [Fri, 15 Jul 2016 08:35:44 +0000 (10:35 +0200)]
glTF: fix doxygen typo.
Kim Kulling [Fri, 15 Jul 2016 08:33:48 +0000 (10:33 +0200)]
Blender: mark local function as static.
Kim Kulling [Tue, 12 Jul 2016 08:37:27 +0000 (10:37 +0200)]
Merge pull request #943 from assimp/bugfix/issue_938
closes https://github.com/assimp/assimp/issues/938: adapt instal pathes.
Kim Kulling [Tue, 12 Jul 2016 07:04:38 +0000 (09:04 +0200)]
closes https://github.com/assimp/assimp/issues/938: adapt instal pathes.
Kim Kulling [Tue, 12 Jul 2016 07:02:47 +0000 (09:02 +0200)]
Regression testsuit: fix dabatabe to latest changes.
Kim Kulling [Mon, 11 Jul 2016 18:56:38 +0000 (20:56 +0200)]
Public includes: add pragma statement and formalize include guard schema.
Kim Kulling [Sun, 10 Jul 2016 13:34:58 +0000 (15:34 +0200)]
Update license date.
Kim Kulling [Fri, 8 Jul 2016 17:29:51 +0000 (19:29 +0200)]
Merge pull request #941 from assimp/feature/issue_940
Feature/issue 940
Kim Kulling [Fri, 8 Jul 2016 16:40:26 +0000 (18:40 +0200)]
Update version.
Kim Kulling [Fri, 8 Jul 2016 16:38:33 +0000 (18:38 +0200)]
Includes: update header to latest greatest.
Kim Kulling [Fri, 8 Jul 2016 16:37:25 +0000 (18:37 +0200)]
CMake: fix version for bugfix release.
Kim Kulling [Fri, 8 Jul 2016 16:31:19 +0000 (18:31 +0200)]
Remove dead code.
Kim Kulling [Fri, 8 Jul 2016 16:30:26 +0000 (18:30 +0200)]
Closes https://github.com/assimp/assimp/issues/940: use standard offsetof
instead of an own version.
Kim Kulling [Wed, 6 Jul 2016 17:54:46 +0000 (19:54 +0200)]
Merge pull request #935 from r-chris/export_precision
setting default export precision to 17 for all exporters
Kim Kulling [Wed, 6 Jul 2016 11:42:21 +0000 (13:42 +0200)]
Merge pull request #936 from CharlyZhang/master
update the Xcode projects and make them work
CharlyZhang [Wed, 6 Jul 2016 08:45:49 +0000 (16:45 +0800)]
make the Xcode project `SimpleAssimpViewX.xcodeproj` work
CharlyZhang [Wed, 6 Jul 2016 08:45:00 +0000 (16:45 +0800)]
add files (`C4D` & `3MF` format related) to the Xcode static library Project
CharlyZhang [Wed, 6 Jul 2016 07:08:28 +0000 (15:08 +0800)]
make the `workspaces/xcode6/Assimp.xcodeproj` work
Chris Russ [Wed, 6 Jul 2016 05:33:51 +0000 (15:33 +1000)]
reverting back to 16 digit precision export
having to import 17 digit floats likely leads to issues in many other apps
Chris Russ [Wed, 6 Jul 2016 04:49:14 +0000 (14:49 +1000)]
setting default export precision to 17 for all exporters
Kim Kulling [Tue, 5 Jul 2016 16:43:16 +0000 (18:43 +0200)]
Version: prepare 3.3 version.
Kim Kulling [Tue, 5 Jul 2016 13:57:53 +0000 (15:57 +0200)]
Merge pull request #933 from liedtkeInTUM/master
[Fix] Remove CMake Warning (dev) in external/assimp/CMakeLists.txt
Sven Liedtke [Tue, 5 Jul 2016 08:21:29 +0000 (10:21 +0200)]
[Fix] Remove CMake Warning (dev) in external/assimp/CMakeLists.txt with mis-matching arguments for logical block
Kim Kulling [Mon, 4 Jul 2016 20:15:23 +0000 (22:15 +0200)]
Fix resource leaks in unit tests.
Kim Kulling [Mon, 4 Jul 2016 18:19:37 +0000 (20:19 +0200)]
Merge branch 'master' of https://github.com/assimp/assimp
Kim Kulling [Mon, 4 Jul 2016 18:19:24 +0000 (20:19 +0200)]
Fix resource leak.
Kim Kulling [Mon, 4 Jul 2016 13:06:58 +0000 (15:06 +0200)]
Merge pull request #931 from cmdrf/update-melange-sdk
C4D Support: Update to Newest Melange SDK
Kim Kulling [Mon, 4 Jul 2016 13:00:13 +0000 (15:00 +0200)]
Merge pull request #932 from r-chris/make-zlib-optional
Allowing to enable building of zlib manually through CMake option.
Fabian Herb [Fri, 1 Jul 2016 15:08:28 +0000 (17:08 +0200)]
Fix identation
Fabian Herb [Fri, 1 Jul 2016 15:02:54 +0000 (17:02 +0200)]
More whitespace consistency
Fabian Herb [Fri, 1 Jul 2016 14:57:45 +0000 (16:57 +0200)]
CMake: whitespace consistency, variable naming
cmdrf [Fri, 1 Jul 2016 12:50:46 +0000 (14:50 +0200)]
Update to latest Melange SDK
Kim Kulling [Wed, 29 Jun 2016 23:02:32 +0000 (01:02 +0200)]
Merge pull request #929 from assimp/feature/issue_922
CMake: use CMAKE_CURRENT_LIST_DIR instead of CmakeSourceDir.
Kim Kulling [Wed, 29 Jun 2016 22:42:08 +0000 (00:42 +0200)]
CMake: use CMAKE_CURRENT_LIST_DIR instead of CmakeSourceDir.
Kim Kulling [Tue, 28 Jun 2016 20:48:58 +0000 (22:48 +0200)]
Merge pull request #923 from tgoulart/fix_ios_build
Fix compilation of iOS static libraries
Kim Kulling [Tue, 28 Jun 2016 20:08:59 +0000 (22:08 +0200)]
Merge pull request #927 from royshil/obj_color_vertices_support
adding support for per-vertex colors in OBJ files.
Kim Kulling [Tue, 28 Jun 2016 11:13:08 +0000 (13:13 +0200)]
OpenDDLParser: latest greatest.
Kim Kulling [Tue, 28 Jun 2016 09:59:20 +0000 (11:59 +0200)]
Unittests: diable broken test.
Kim Kulling [Tue, 28 Jun 2016 09:30:48 +0000 (11:30 +0200)]
another try.
Kim Kulling [Tue, 28 Jun 2016 09:29:51 +0000 (11:29 +0200)]
Fix line break
Kim Kulling [Tue, 28 Jun 2016 09:28:52 +0000 (11:28 +0200)]
Gitter-badge: fix format of the readme-file.
Kim Kulling [Tue, 28 Jun 2016 09:27:41 +0000 (11:27 +0200)]
Merge branch 'gitter-badger-gitter-badge'
Kim Kulling [Tue, 28 Jun 2016 09:26:54 +0000 (11:26 +0200)]
README: put link to gitter badge to right place.
Kim Kulling [Tue, 28 Jun 2016 09:25:04 +0000 (11:25 +0200)]
Static code analysis: fix minor finding.
The Gitter Badger [Tue, 28 Jun 2016 09:15:04 +0000 (09:15 +0000)]
Add Gitter badge
Roy Shilkrot [Tue, 28 Jun 2016 00:08:22 +0000 (20:08 -0400)]
adding support for per-vertex colors.
Thiago Goulart [Fri, 24 Jun 2016 09:17:36 +0000 (02:17 -0700)]
Fix compilation of iOS static libraries.
1. Building for any targets using clang-703.0.31 failed with multiple errors. Using c++11 or c++14 as -std builds successfully.
2. Building for arm64 failed compilation due to duplicate constructors in rapidjson's document.h.