Alexandr Arutjunov
|
7212ad9f0e
|
[+] FindRT cmake module.
|
2016-09-10 09:16:47 +03:00 |
Alexandr Arutjunov
|
a72a6f8873
|
Merge branch 'master' into gltf_o3dgc
|
2016-09-10 09:14:40 +03:00 |
Alexandr Arutjunov
|
5fe32caa6d
|
Merge branch 'master' into gltf_o3dgc
|
2016-09-10 09:14:28 +03:00 |
Alexandr Arutjunov
|
d97f00571e
|
[*] Not needed namespace.
|
2016-09-10 09:07:50 +03:00 |
Alexandr Arutjunov
|
ac1bcaa4cc
|
Merge branch 'master' of https://github.com/assimp/assimp into gltf_o3dgc
|
2016-09-10 09:05:36 +03:00 |
Kim Kulling
|
95676b4db9
|
Merge branch 'master' of https://github.com/assimp/assimp
|
2016-09-09 20:42:36 +02:00 |
Kim Kulling
|
05fce9a008
|
3MF: make xml tags static const.
|
2016-09-09 20:42:02 +02:00 |
Kim Kulling
|
b22f93eabf
|
3MFImporter: add source group for visual dtudio.
|
2016-09-09 20:41:04 +02:00 |
Alexandr Arutjunov
|
d49ad6c93e
|
[*] Stylistic changes.
[F] Added all files from Open3DGC codec to CMakeLists.txt
|
2016-09-09 16:38:43 +03:00 |
Kim Kulling
|
f336f30335
|
Merge pull request #996 from johnmaf/bugfix/gltf-split
Split mesh before exporting gltf. Fixes #995
|
2016-09-08 12:37:07 +02:00 |
johnmaf
|
702d57fbae
|
Split mesh before exporting gltf. Fixes #995
|
2016-09-07 17:03:19 -04:00 |
Kim Kulling
|
ccf1b368c8
|
Merge branch 'master' of https://github.com/assimp/assimp
|
2016-09-06 15:46:41 +02:00 |
Kim Kulling
|
ffdca3593b
|
ObjImporter: remove unused code.
|
2016-09-06 15:41:37 +02:00 |
Kim Kulling
|
0f2cea7ba6
|
Blender: revert fix for suspicious crash in blender on windows.
|
2016-09-06 10:42:02 +02:00 |
Kim Kulling
|
9e19b5103c
|
IrrImporter: Fix release functions.
|
2016-09-05 10:48:30 +02:00 |
Kim Kulling
|
8f808f0e2e
|
Doc: fix redundant doc.
|
2016-09-05 00:27:59 +02:00 |
Kim Kulling
|
cc860ede66
|
Fix coverity findings: fix usage after free.
|
2016-09-04 20:40:34 +02:00 |
Kim Kulling
|
9d4d2b2a1c
|
ComputeUVMappingprocess: add missing initialization for scalar value.
|
2016-09-04 20:35:07 +02:00 |
Kim Kulling
|
bcdc79ba73
|
Fix invalid release of mat + mesh.
|
2016-09-04 20:22:04 +02:00 |
Kim Kulling
|
e51b7d2a61
|
IFC: fix possible use after free access bug.
|
2016-09-02 20:06:56 +02:00 |
Kim Kulling
|
b240b9d30d
|
Blender: fix invalid OnjectCompare op.
|
2016-09-02 20:06:31 +02:00 |
Kim Kulling
|
23417ead46
|
CREDITS: first update.
|
2016-08-31 19:50:14 +02:00 |
Kim Kulling
|
2568797015
|
MDLMoader: fix resource leak.
|
2016-08-30 19:50:53 +02:00 |
Kim Kulling
|
659a55be4a
|
Fix coverity finding: use deep copy instead of reference showing to
mem-adress when reading and calling push_back in a std::vector.
|
2016-08-30 19:46:34 +02:00 |
Kim Kulling
|
c6f670ff50
|
glTFImporter: avoid out-of-bounds-access.
|
2016-08-29 20:05:29 +02:00 |
Kim Kulling
|
147921ac39
|
MakeVerboseFormat: fix invalid delete statement.
|
2016-08-29 19:56:38 +02:00 |
Kim Kulling
|
26aa18c75a
|
Fix findings from code review.
|
2016-08-29 18:23:41 +02:00 |
Kim Kulling
|
2545dee58d
|
Fix coverity findings: fix possible out-of-bound access.
|
2016-08-29 15:32:27 +02:00 |
Kim Kulling
|
238f14f30f
|
Fix coverity findings: fix possible usage after calling free.
|
2016-08-29 15:28:37 +02:00 |
Kim Kulling
|
a66e644bf3
|
Fix coverity finding: fix possible use after free..
|
2016-08-29 15:24:24 +02:00 |
Kim Kulling
|
243df452a4
|
GeometryBuilder: fix update of vertices.
|
2016-08-25 18:20:52 +02:00 |
Kim Kulling
|
3fc384472a
|
Merge pull request #985 from Sailsman63/64b_static_zlib
Building own zlib on 64bit Linux shared library requires -fPIC for C compiler.
|
2016-08-20 14:48:03 +02:00 |
Kim Kulling
|
85b3e45aa7
|
Merge pull request #984 from jwwalker/upstream
Add typecasts in glTFAssetWriter.inl to fix compile errors
|
2016-08-19 10:26:48 +02:00 |
Lucas Stanek
|
4dfe2a1bad
|
Add -fPIC to C Flags for 64bit linux Shared Object builds without checking if zlib is being built.
|
2016-08-19 03:28:55 +00:00 |
Lucas Stanek
|
aef1b1c51b
|
Building static ZLIB on 64b LInux requires -fPIC for C compiler.
|
2016-08-19 03:28:53 +00:00 |
Daniel Knezevic
|
50a2e80e96
|
Use Assimp namespace to fix build for big-endian architectures
|
2016-08-19 03:28:50 +00:00 |
James Walker
|
666d1ce164
|
Changed C-style casts to static_cast.
|
2016-08-18 10:55:24 -07:00 |
Alexander Gessler
|
9afb760e06
|
Merge pull request #986 from Deni90/master
Use Assimp namespace to fix build for big-endian architectures
|
2016-08-18 15:41:48 +02:00 |
Daniel Knezevic
|
c2c12c1db5
|
Use Assimp namespace to fix build for big-endian architectures
|
2016-08-18 10:51:20 +02:00 |
James Walker
|
e9ecd6f8a7
|
Add typecasts in glTFAssetWriter.inl to fix compile errors about ambiguous constructors, see: <https://github.com/assimp/assimp/issues/980>
|
2016-08-17 17:48:29 -07:00 |
Kim Kulling
|
cc16d4a0db
|
Merge pull request #983 from roshanch/master
adding support to store all the layered textures
|
2016-08-15 21:30:46 +02:00 |
roshan.c
|
27f81884f9
|
adding support to store all the layered textures
|
2016-08-15 09:58:53 -07:00 |
Kim Kulling
|
644557c6d6
|
Merge pull request #979 from assimp/issue_975
Fix copy-paste-error.
|
2016-08-14 21:25:07 +02:00 |
Kim Kulling
|
39e52341c2
|
Fix copy-paste-error.
|
2016-08-14 21:24:00 +02:00 |
Alexandr Arutjunov
|
2732e5d9b6
|
[F] Removed Unicode BOM.
|
2016-08-14 19:49:05 +03:00 |
Alexandr Arutjunov
|
e0356b09be
|
Merge branch 'master' into gltf_o3dgc
|
2016-08-14 16:49:53 +03:00 |
Alexandr Arutjunov
|
48f8c117e2
|
[F] Conditional compilation for Open3DGC-extension.
[F] Flag comp_allow did not reset when mesh can not be encoded.
|
2016-08-14 16:27:16 +03:00 |
Kim Kulling
|
aaaadd2236
|
Merge pull request #978 from assimp/issue_975
closes https://github.com/assimp/assimp/issues/97: define for 32-bit …
|
2016-08-14 15:20:59 +02:00 |
Kim Kulling
|
86470541b1
|
Merge pull request #976 from assimp/issues_967
closes https://github.com/assimp/assimp/issues/967: add unzip include path
|
2016-08-14 12:24:49 +02:00 |
Kim Kulling
|
6ae545b609
|
Merge pull request #977 from assimp/update_rapidjson_version_1_0_2
Update rapidjson to v1.0.2
|
2016-08-14 12:24:39 +02:00 |