a mirror for the AssImp utilities

Alexander Gessler 25dfbdf58d - fbx: add DOM layer to represent the parsed FBX file in-memory, capturing the essential semantics we need for importing. 13 anos atrás
cmake-modules 526150a8e3 Update: Debian-related cmake changes ( I changed the revision to 1256 instead of 1251 ). 13 anos atrás
code 25dfbdf58d - fbx: add DOM layer to represent the parsed FBX file in-memory, capturing the essential semantics we need for importing. 13 anos atrás
contrib 37fb338c1f - Update : Fix the M3-Importer: geometry import works. 14 anos atrás
doc 29243071fa Ogre: Importerproperty to set Texture Mode from Filename (bla_n.png -> Normalmap etc.) 13 anos atrás
include 4e9a0bba20 + add AI_CONFIG_IMPORT_NO_SKELETON_MESHES flag to control skeleton mesh visualization. No need for this in Blender, and difficult to just ignore the geometry created by it. 13 anos atrás
packaging 21e36f6855 # fix critical bug in the zip release script that caused the lib files in the debug folders to be the release versions. This bug affects the last release and possibly 1.1 as well. 15 anos atrás
port f7c232cfe8 merge git://github.com/gellule/assimp.git 14 anos atrás
samples fc114f5a5e OpenGL sample: GCC fixes. 14 anos atrás
scripts 07841c3e13 # Blender: fix memory leaking due to cycle refs. Thanks to Vitalii Trubchaninov for pointing this out. 14 anos atrás
test 141104f3f5 - start linklist for good IFC test file sources. 13 anos atrás
tools ec6c62e005 - consistent use of ai_assert instead of assert. 13 anos atrás
workspaces 25dfbdf58d - fbx: add DOM layer to represent the parsed FBX file in-memory, capturing the essential semantics we need for importing. 13 anos atrás
AssimpBuildTreeSettings.cmake.in 9d00c18761 Feature : Prepare FindPackage feature. 13 anos atrás
AssimpConfig.cmake.in 9d00c18761 Feature : Prepare FindPackage feature. 13 anos atrás
AssimpConfigVersion.cmake.in 9d00c18761 Feature : Prepare FindPackage feature. 13 anos atrás
CHANGES 617f15c77b - update docs. 15 anos atrás
CMakeLists.txt eb3fd360f4 - Bugfix : Fix invalid variable ASSIMP_LIBRARY_DIRS. 13 anos atrás
CREDITS 1ac5a47c5d Bugfix : Fix a compiler bug for iOS arm, thanks to Brian Miller. 13 anos atrás
INSTALL 5f341dcf00 - update README and INSTALL, slight doc fixes. 14 anos atrás
LICENSE 4dbf539b44 - update license header. Update copyright year and unify naming: our name is 'assimp', not 'ASSIMP'. 14 anos atrás
ProjectHome.url b18615d0fa + add .URL website shortcuts to root folder 14 anos atrás
README bd98ee8681 - update readme to describe my fbx work and to link to blenderwiki. 13 anos atrás
Readme.md bd98ee8681 - update readme to describe my fbx work and to link to blenderwiki. 13 anos atrás
Website.url b18615d0fa + add .URL website shortcuts to root folder 14 anos atrás
assimp-config-version.cmake.in 48e2132f38 Bugfix: Add a missing CMake-config file. 13 anos atrás
assimp-config.cmake.in eb3fd360f4 - Bugfix : Fix invalid variable ASSIMP_LIBRARY_DIRS. 13 anos atrás
assimp.pc.in c05acabea9 - update cmake build environment, now includes targets to build debian packages for Assimp. 14 anos atrás
revision.h 4413006cbf update revision 13 anos atrás

README



Open Asset Import Library (_assimp_) - FBX Importer Branch
========

For the original README, see the [base github project this got forked from] (https://github.com/assimp/assimp).

This branch serves as my working base for my Google Summer of Code 2012 project, which is being mentored
by Blender Foundation. The project is, in short:

- implement assimp importing into Blender
- implement a suitable FBX importer into assimp
- make everything work together, i.e. give blender glorious FBX support.

The full proposal / plan can be found on [BlenderWiki](http://wiki.blender.org/index.php/User:Aramis_acg).

Future
======
This branch will be merged with assimp's trunk at the end of the summer (at least this is the plan).