The official Open-Asset-Importer-Library Repository. Loads 40+ 3D-file-formats into one unified and clean data structure.
 
 
 
 
 
 
Go to file
Alexander Gessler 99aab0d9a7 - fbx: also handle cases where some of the SRT channels are empty/constant. 2012-08-20 19:15:59 +02:00
cmake-modules - CMake overhaul. Add proper FindXXX scripts for PkgMacros, ZLIB, DirectX. Isolate MSVC-specific defines. Add newer boost versions to boost whitelist. Many thanks to Mr. S. for the patch! (see http://zfx.info/viewtopic.php?f=9&t=334&p=32190#p32190) 2012-07-17 22:56:15 +00:00
code - fbx: also handle cases where some of the SRT channels are empty/constant. 2012-08-20 19:15:59 +02:00
contrib - fix some -Wall warnings 2012-07-08 03:28:14 +02:00
doc Added Animationoverview diagram to documentation 2012-06-26 19:46:18 +00:00
include/assimp - fbx: add import settings to public assimp config interface. 2012-08-11 16:41:44 +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 - CMake overhaul. Add proper FindXXX scripts for PkgMacros, ZLIB, DirectX. Isolate MSVC-specific defines. Add newer boost versions to boost whitelist. Many thanks to Mr. S. for the patch! (see http://zfx.info/viewtopic.php?f=9&t=334&p=32190#p32190) 2012-07-17 22:56:15 +00:00
scripts - Ifc: implement basic support for IfcSweptDiskSolid elements. 2012-07-11 22:11:16 +00:00
test - add binary fbx test files (models/Collada converted to FBX). 2012-08-09 02:11:37 +02:00
tools - fix animation selection combobox in assimpview. 2012-07-26 03:01:08 +02:00
workspaces - fbx: refactor, move DOM utility functions to separate unit. 2012-08-10 23:02:38 +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 - CMake overhaul. Add proper FindXXX scripts for PkgMacros, ZLIB, DirectX. Isolate MSVC-specific defines. Add newer boost versions to boost whitelist. Many thanks to Mr. S. for the patch! (see http://zfx.info/viewtopic.php?f=9&t=334&p=32190#p32190) 2012-07-17 22:56:15 +00:00
CHANGES - merge 3.0 up to r1281 in trunk 2012-07-11 12:53:04 +00:00
CMakeLists.txt Merge branch 'master' of https://github.com/assimp/assimp 2012-07-24 03:30:47 +02:00
CREDITS Bugfix : Fix a compiler bug for iOS arm, thanks to Brian Miller. 2012-05-20 20:41:06 +00:00
INSTALL - merge 3.0 up to r1281 in trunk 2012-07-11 12:53:04 +00:00
LICENSE - merge 3.0 up to r1281 in trunk 2012-07-11 12:53:04 +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 - CMake overhaul. Add proper FindXXX scripts for PkgMacros, ZLIB, DirectX. Isolate MSVC-specific defines. Add newer boost versions to boost whitelist. Many thanks to Mr. S. for the patch! (see http://zfx.info/viewtopic.php?f=9&t=334&p=32190#p32190) 2012-07-17 22:56:15 +00:00
assimp-config.cmake.in - merge 3.0 up to r1281 in trunk 2012-07-11 12:53:04 +00:00
assimp.pc.in - merge 3.0 up to r1281 in trunk 2012-07-11 12:53:04 +00:00
revision.h - merge 3.0 up to r1281 in trunk 2012-07-11 12:53:04 +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).