Skip to content
Snippets Groups Projects

Python command line scripting

Merged Jan Möbius requested to merge Python_command_line_scripting into master
5 files
+ 343
8
Compare changes
  • Side-by-side
  • Inline
Files
5
+ 1
0
@@ -1549,6 +1549,7 @@ QList<int> Core::objectList (QString _selection, QStringList _types)
foreach (QString s, _types)
if (!s.isEmpty ())
ids = typeId (s);
if (_selection == "source")
selection = PluginFunctions::SOURCE_OBJECTS;
else if (_selection == "target")
Loading