2
0

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