mirror of
https://github.com/ModOrganizer2/modorganizer-plugin_python.git
synced 2026-07-27 14:03:33 -07:00
Merge remote-tracking branch 'refs/remotes/TanninOne/master' into issue/356
Conflicts: src/runner/pythonrunner.cpp
This commit is contained in:
@@ -291,7 +291,7 @@ struct QList_to_python_list
|
||||
bpy::list pyList;
|
||||
|
||||
try {
|
||||
foreach (const T &item, list) {
|
||||
for (const T &item : list) {
|
||||
pyList.append(item);
|
||||
}
|
||||
} catch (const bpy::error_already_set&) {
|
||||
|
||||
Reference in New Issue
Block a user