mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-09-17 05:09:38 +00:00
Updated RetroCommon
This commit is contained in:
parent
669c598f4b
commit
ef76839965
@ -33,7 +33,7 @@ size_t BlenderConnection::_readLine(char* buf, size_t bufSz)
|
||||
{
|
||||
if (readBytes >= bufSz)
|
||||
{
|
||||
BlenderLog.report(LogVisor::FatalError, "Pipe buffer overrun\n");
|
||||
BlenderLog.report(LogVisor::FatalError, "Pipe buffer overrun");
|
||||
*(buf-1) = '\0';
|
||||
return bufSz - 1;
|
||||
}
|
||||
@ -383,7 +383,7 @@ void BlenderConnection::PyOutStream::linkBlend(const SystemString& target, const
|
||||
bool link)
|
||||
{
|
||||
format("if '%s' not in bpy.data.scenes:\n"
|
||||
" with bpy.data.libraries.load('%s', link=%s, relative=True) as (data_from, data_to):\n"
|
||||
" with bpy.data.libraries.load('''%s''', link=%s, relative=True) as (data_from, data_to):\n"
|
||||
" data_to.scenes = data_from.scenes\n"
|
||||
" obj_scene = None\n"
|
||||
" for scene in data_to.scenes:\n"
|
||||
|
2
hecl/extern/RetroCommon
vendored
2
hecl/extern/RetroCommon
vendored
@ -1 +1 @@
|
||||
Subproject commit 592c4484e705cf58d15d0b62931df6845b1fcc86
|
||||
Subproject commit 161a583646be6f0c66f1b958b8d0dcbf9bc27ac3
|
Loading…
x
Reference in New Issue
Block a user