a mirror for the AssImp utilities

Alexander Gessler cfb05376d2 - fbx: fix diffuse material color. 13 år sedan
cmake-modules 526150a8e3 Update: Debian-related cmake changes ( I changed the revision to 1256 instead of 1251 ). 13 år sedan
code cfb05376d2 - fbx: fix diffuse material color. 13 år sedan
contrib 37fb338c1f - Update : Fix the M3-Importer: geometry import works. 14 år sedan
doc 29243071fa Ogre: Importerproperty to set Texture Mode from Filename (bla_n.png -> Normalmap etc.) 13 år sedan
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 år sedan
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 år sedan
port f7c232cfe8 merge git://github.com/gellule/assimp.git 14 år sedan
samples fc114f5a5e OpenGL sample: GCC fixes. 14 år sedan
scripts 07841c3e13 # Blender: fix memory leaking due to cycle refs. Thanks to Vitalii Trubchaninov for pointing this out. 14 år sedan
test cfb05376d2 - fbx: fix diffuse material color. 13 år sedan
tools ec6c62e005 - consistent use of ai_assert instead of assert. 13 år sedan
workspaces bf79c83bf2 - fbx: read node hierarchy and assign model material indices. Cache already converted materials and meshes to make FBX instancing work as intended. 13 år sedan
AssimpBuildTreeSettings.cmake.in 9d00c18761 Feature : Prepare FindPackage feature. 13 år sedan
AssimpConfig.cmake.in 9d00c18761 Feature : Prepare FindPackage feature. 13 år sedan
AssimpConfigVersion.cmake.in 9d00c18761 Feature : Prepare FindPackage feature. 13 år sedan
CHANGES 617f15c77b - update docs. 15 år sedan
CMakeLists.txt eb3fd360f4 - Bugfix : Fix invalid variable ASSIMP_LIBRARY_DIRS. 13 år sedan
CREDITS 1ac5a47c5d Bugfix : Fix a compiler bug for iOS arm, thanks to Brian Miller. 13 år sedan
INSTALL 5f341dcf00 - update README and INSTALL, slight doc fixes. 14 år sedan
LICENSE 4dbf539b44 - update license header. Update copyright year and unify naming: our name is 'assimp', not 'ASSIMP'. 14 år sedan
ProjectHome.url b18615d0fa + add .URL website shortcuts to root folder 14 år sedan
README bd98ee8681 - update readme to describe my fbx work and to link to blenderwiki. 13 år sedan
Readme.md bd98ee8681 - update readme to describe my fbx work and to link to blenderwiki. 13 år sedan
Website.url b18615d0fa + add .URL website shortcuts to root folder 14 år sedan
assimp-config-version.cmake.in 48e2132f38 Bugfix: Add a missing CMake-config file. 13 år sedan
assimp-config.cmake.in eb3fd360f4 - Bugfix : Fix invalid variable ASSIMP_LIBRARY_DIRS. 13 år sedan
assimp.pc.in c05acabea9 - update cmake build environment, now includes targets to build debian packages for Assimp. 14 år sedan
revision.h 4413006cbf update revision 13 år sedan

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).