Merged changes in the trunk up to revision 49986.

This commit is contained in:
Tamito Kajiyama
2012-08-18 15:20:35 +00:00
346 changed files with 4092 additions and 76123 deletions

View File

@@ -864,7 +864,6 @@ endif()
bf_intern_bsp
bf_intern_decimate
bf_intern_elbeem
bf_intern_ik
bf_intern_memutil
bf_intern_guardedalloc
bf_intern_ctr
@@ -936,6 +935,10 @@ endif()
list(APPEND BLENDER_SORTED_LIBS bf_intern_guardedalloc_cpp)
endif()
if(WITH_IK_SOLVER)
list_insert_after(BLENDER_SORTED_LIBS "bf_intern_elbeem" "bf_intern_iksolver")
endif()
if(WITH_IK_ITASC)
list(APPEND BLENDER_SORTED_LIBS bf_intern_itasc)
endif()