Updated RetroCommon

This commit is contained in:
Jack Andersen 2015-08-14 18:12:57 -10:00
parent 6e5b82bc15
commit a71b01d4a2
4 changed files with 5 additions and 5 deletions

View File

@ -392,7 +392,7 @@ void BlenderConnection::PyOutStream::linkBlend(const SystemString& target, const
" obj_scene = scene\n" " obj_scene = scene\n"
" break\n" " break\n"
" if not obj_scene:\n" " if not obj_scene:\n"
" raise RuntimeError('unable to find %s in %s')\n" " raise RuntimeError('''unable to find %s in %s. try deleting it and restart the extract.''')\n"
" obj = None\n" " obj = None\n"
" for object in obj_scene.objects:\n" " for object in obj_scene.objects:\n"
" if object.name == obj_scene.name:\n" " if object.name == obj_scene.name:\n"

View File

@ -19,9 +19,9 @@ add_executable(hecl main.cpp
list(APPEND DATA_SPEC_LIBS list(APPEND DATA_SPEC_LIBS
RetroDataSpec RetroDataSpec
DNAMP1
DNAMP2
DNAMP3 DNAMP3
DNAMP2
DNAMP1
DNACommon) DNACommon)
target_link_libraries(hecl target_link_libraries(hecl

2
hecl/extern/Athena vendored

@ -1 +1 @@
Subproject commit 13d545c3fd6c9889109dc64b035040b9d4741ed3 Subproject commit d9b7151487a8b905f80132d79fe9eebd22586b6e

@ -1 +1 @@
Subproject commit b5d96f70409751689253d869bfa27909147da83c Subproject commit 3c5b5fd39a015e0f30768576040677d416bce875