mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-12-08 21:07:42 +00:00
Updated RetroCommon
This commit is contained in:
@@ -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"
|
||||||
|
|||||||
@@ -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
2
hecl/extern/Athena
vendored
Submodule hecl/extern/Athena updated: 13d545c3fd...d9b7151487
2
hecl/extern/RetroCommon
vendored
2
hecl/extern/RetroCommon
vendored
Submodule hecl/extern/RetroCommon updated: b5d96f7040...3c5b5fd39a
Reference in New Issue
Block a user