Alexander Gessler
|
dc441d09e5
Blender importer: fix accidental use of uninitialized fields in the default material.
|
10 éve |
Alexander Gessler
|
1c64c590f2
Blender importer: always sort sets of objects by their name. Previously we accidentally ordered pointers to objects by their memory address, which was non-deterministic and caused regression tests to be flaky.
|
10 éve |
Jared Duke
|
a1a1bf77a8
Temporarily disable Blender BMesh conversion
|
11 éve |
abma
|
6c5f9ecb06
fix most warnings with -pendantic
|
11 éve |
Alice
|
01a6ec9059
Adding tessellation support for new Blender 2.6 polygons
|
11 éve |
Calvin Hsu
|
a9a881cde6
Blender: map texture influence to aiTextureType
|
12 éve |
Calvin Hsu
|
2fb07823f1
Add basic light and camera support
|
12 éve |
acgessler
|
b8ed6fbcef
Fix Heap corruption in BlenderImporter::ConvertMesh function. closes #36
|
12 éve |
Kester Maddock
|
3713383b0f
Added uv and colour support
|
12 éve |
Kester Maddock
|
eaf9cbc120
Added (basic) Blender 2.63 support. No uvs or colours supported yet.
|
12 éve |
Alexander Gessler
|
c4a8193e4b
- fix a typo.
|
12 éve |
aramis_acg
|
d8c2295962
- blend: compute parent inverses on your own instead of trusting the blend input. Thanks to Kalmár Dániel for the patch.
|
13 éve |
aramis_acg
|
79711b018a
- blend: patch for material importer, read emissive color. Thanks to Laurent Belcour for the patch!
|
13 éve |
aramis_acg
|
5a81b42ebe
- add mFileExtensions field to aiImporterDesc, BaseImporter::GetExtensionList is now longer virtual since this would be redundant.
|
13 éve |
aramis_acg
|
93c3723da5
# Remove Experimental flag from blender loader.
|
13 éve |
aramis_acg
|
e479355d0a
+ add aiImporterDesc API to hold importer meta information.
|
13 éve |
aramis_acg
|
07841c3e13
# Blender: fix memory leaking due to cycle refs. Thanks to Vitalii Trubchaninov for pointing this out.
|
13 éve |
kimmi
|
6c1cb4f159
Bugfix : Fixed some compiler warnings and some C99 and C++11 specific syntax. ( merged from GitHub, thanks to Riku Palomäki ).
|
13 éve |
aramis_acg
|
34e7ce131b
# BlenderLoader: use dna index to locate scenes, not SC tag. This fixes https://sourceforge.net/projects/assimp/forums/forum/817654/topic/5052480.
|
13 éve |
aramis_acg
|
4dbf539b44
- update license header. Update copyright year and unify naming: our name is 'assimp', not 'ASSIMP'.
|
13 éve |
aramis_acg
|
9d85c8834d
- extract MaterialHelper and move all of its members to aiMaterial in /include.
|
14 éve |
aramis_acg
|
ffdb479411
+ Blender: read specular hardness. Thanks to Marvin for the patch.
|
14 éve |
aramis_acg
|
9edc0a9b8e
merge with git://github.com/tonttu/assimp.git
|
14 éve |
aramis_acg
|
f3ff403a91
# add missing template<> declarations that would screw up gcc
|
14 éve |
aramis_acg
|
c55509132b
- IFC: implement automatic conversion from polygons with holes to polygons that consist of only one piece and are thus applicable to triangulation by ear-cutting. This solves many of the broken windows that would fall victim to z-fighting in earlier revisions.
|
14 éve |
aramis_acg
|
4ddddbc381
# Blend: fix loading of UV coordinates for models older than Blender 2.42
|
14 éve |
aramis_acg
|
99f2e3bd97
# bugfix typo in blender loader leading to warnings due to non-existent fields in the DNA.
|
14 éve |
aramis_acg
|
6f1408a7f0
- update CHANGES.current.
|
14 éve |
aramis_acg
|
693a3a039d
BlenderLoader: don't output diffuse color if it is all black. Seems to be Blenders way of telling us there is no diffuse color.
|
15 éve |
aramis_acg
|
9b6b99842d
Blenderloader: get rid of some type mismatch warnings in 32 bit mode.
|
15 éve |