a mirror for the AssImp utilities

Alexander Gessler 1cd04a2671 - fbx: formatting. 13 年之前
cmake-modules aaf0be0bbf - 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) 13 年之前
code 1cd04a2671 - fbx: formatting. 13 年之前
contrib 879f2ed177 - fix some -Wall warnings 13 年之前
doc e658a7f98f Added Animationoverview diagram to documentation 13 年之前
include 776d8e339b Merge branch 'master' of https://github.com/assimp/assimp 13 年之前
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. 14 年之前
port f7c232cfe8 merge git://github.com/gellule/assimp.git 13 年之前
samples aaf0be0bbf - 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) 13 年之前
scripts d7410e6f08 - Ifc: implement basic support for IfcSweptDiskSolid elements. 13 年之前
test 79369507c9 - add binary fbx test files (models/Collada converted to FBX). 13 年之前
tools acdd0bfcb3 - fix animation selection combobox in assimpview. 13 年之前
workspaces ef0dcaaea2 - fbx: refactor, move DOM utility functions to separate unit. 13 年之前
AssimpBuildTreeSettings.cmake.in 9d00c18761 Feature : Prepare FindPackage feature. 13 年之前
AssimpConfig.cmake.in 9d00c18761 Feature : Prepare FindPackage feature. 13 年之前
AssimpConfigVersion.cmake.in aaf0be0bbf - 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) 13 年之前
CHANGES f849f6d9bd - merge 3.0 up to r1281 in trunk 13 年之前
CMakeLists.txt 776d8e339b Merge branch 'master' of https://github.com/assimp/assimp 13 年之前
CREDITS 1ac5a47c5d Bugfix : Fix a compiler bug for iOS arm, thanks to Brian Miller. 13 年之前
INSTALL f849f6d9bd - merge 3.0 up to r1281 in trunk 13 年之前
LICENSE f849f6d9bd - merge 3.0 up to r1281 in trunk 13 年之前
ProjectHome.url b18615d0fa + add .URL website shortcuts to root folder 14 年之前
README bd98ee8681 - update readme to describe my fbx work and to link to blenderwiki. 13 年之前
Readme.md bd98ee8681 - update readme to describe my fbx work and to link to blenderwiki. 13 年之前
Website.url b18615d0fa + add .URL website shortcuts to root folder 14 年之前
assimp-config-version.cmake.in aaf0be0bbf - 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) 13 年之前
assimp-config.cmake.in f849f6d9bd - merge 3.0 up to r1281 in trunk 13 年之前
assimp.pc.in f849f6d9bd - merge 3.0 up to r1281 in trunk 13 年之前
revision.h f849f6d9bd - merge 3.0 up to r1281 in trunk 13 年之前

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