The official Open-Asset-Importer-Library Repository. Loads 40+ 3D-file-formats into one unified and clean data structure.
 
 
 
 
 
 
Go to file
Alexander Gessler 711878567a - more fine-grained import settings. 2012-07-21 01:00:26 +02:00
cmake-modules Update: Debian-related cmake changes ( I changed the revision to 1256 instead of 1251 ). 2012-06-11 11:49:08 +00:00
code - more fine-grained import settings. 2012-07-21 01:00:26 +02:00
contrib - fix some -Wall warnings 2012-07-08 03:28:14 +02:00
doc Ogre: Importerproperty to set Texture Mode from Filename (bla_n.png -> Normalmap etc.) 2012-06-03 18:01:32 +00:00
include/assimp + 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. 2012-06-21 17:24:50 +02:00
packaging # 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. 2010-12-18 20:08:16 +00:00
port merge git://github.com/gellule/assimp.git 2012-01-11 00:27:49 +00:00
samples OpenGL sample: GCC fixes. 2012-03-19 18:41:11 +00:00
scripts # Blender: fix memory leaking due to cycle refs. Thanks to Vitalii Trubchaninov for pointing this out. 2012-03-27 22:09:09 +00:00
test - fbx: fix diffuse material color. 2012-07-05 14:26:26 +02:00
tools - consistent use of ai_assert instead of assert. 2012-04-22 23:22:40 +00:00
workspaces - fbx: initial code to read animations plus the accompanying DOM classes. 2012-07-21 00:45:37 +02:00
AssimpBuildTreeSettings.cmake.in Feature : Prepare FindPackage feature. 2012-05-28 19:20:56 +00:00
AssimpConfig.cmake.in Feature : Prepare FindPackage feature. 2012-05-28 19:20:56 +00:00
AssimpConfigVersion.cmake.in Feature : Prepare FindPackage feature. 2012-05-28 19:20:56 +00:00
CHANGES - update docs. 2010-11-21 15:15:19 +00:00
CMakeLists.txt - CMake: enable -Wall when building with gcc 2012-07-08 03:28:36 +02:00
CREDITS Bugfix : Fix a compiler bug for iOS arm, thanks to Brian Miller. 2012-05-20 20:41:06 +00:00
INSTALL - update README and INSTALL, slight doc fixes. 2011-07-17 21:25:23 +00:00
LICENSE - update license header. Update copyright year and unify naming: our name is 'assimp', not 'ASSIMP'. 2012-02-03 03:38:30 +00:00
ProjectHome.url + add .URL website shortcuts to root folder 2011-05-02 17:38:59 +00:00
README - update readme to describe my fbx work and to link to blenderwiki. 2012-05-26 17:42:13 +02:00
Readme.md - update readme to describe my fbx work and to link to blenderwiki. 2012-05-26 17:42:13 +02:00
Website.url + add .URL website shortcuts to root folder 2011-05-02 17:38:59 +00:00
assimp-config-version.cmake.in Bugfix: Add a missing CMake-config file. 2012-06-15 19:36:24 +00:00
assimp-config.cmake.in - Bugfix : Fix invalid variable ASSIMP_LIBRARY_DIRS. 2012-06-18 19:33:17 +00:00
assimp.pc.in - update cmake build environment, now includes targets to build debian packages for Assimp. 2011-05-09 19:34:21 +00:00
revision.h update revision 2012-06-18 21:31:59 +00:00

Readme.md

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.

Future

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