The official Open-Asset-Importer-Library Repository. Loads 40+ 3D-file-formats into one unified and clean data structure.
 
 
 
 
 
 
Go to file
Alexander Gessler 6c985b9960 - fbx: move test files to test/models-nonbsd.
Reasoning: even though the model content of these files is BSD compatible, they carry a Autodesk Copyright Notice after being converted to FBX. I have serious doubts that this could serve as base for claims against us, but better safe than sorry.
2012-06-28 17:20:22 +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 - fbx: support ByPolygon mapping for materials, refactor code to read material indices. 2012-06-28 17:13:13 +02:00
contrib - Update : Fix the M3-Importer: geometry import works. 2012-02-19 09:10:04 +00: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: move test files to test/models-nonbsd. 2012-06-28 17:20:22 +02:00
tools - consistent use of ai_assert instead of assert. 2012-04-22 23:22:40 +00:00
workspaces - fbx: add DOM layer to represent the parsed FBX file in-memory, capturing the essential semantics we need for importing. 2012-06-26 18:31:19 +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 - Bugfix : Fix invalid variable ASSIMP_LIBRARY_DIRS. 2012-06-18 19:33:17 +00: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).