fix [#33682] Animation not updated when the active shape index isnt set

This commit is contained in:
Campbell Barton
2013-01-03 06:47:44 +00:00
parent df3e244887
commit d8d24bdebd
6 changed files with 27 additions and 19 deletions

View File

@@ -779,8 +779,7 @@ add_dependencies(blender makesdna)
get_property(BLENDER_LINK_LIBS GLOBAL PROPERTY BLENDER_LINK_LIBS)
set(BLENDER_LINK_LIBS
${BLENDER_LINK_LIBS}
list(APPEND BLENDER_LINK_LIBS
bf_windowmanager
bf_render
)