2
0
mirror of https://github.com/AxioDL/metaforce.git synced 2025-12-08 14:24:56 +00:00

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"
" break\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"
" for object in obj_scene.objects:\n"
" if object.name == obj_scene.name:\n"

View File

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

2
hecl/extern/Athena vendored

Submodule hecl/extern/Athena updated: 13d545c3fd...d9b7151487

Submodule hecl/extern/RetroCommon updated: b5d96f7040...3c5b5fd39a