File tree Expand file tree Collapse file tree 3 files changed +6
-4
lines changed
plugins/robots/interpreters/trikKitInterpreterCommon/src Expand file tree Collapse file tree 3 files changed +6
-4
lines changed Original file line number Diff line number Diff line change @@ -148,6 +148,8 @@ void trik::TrikTextualInterpreter::abort()
148148void trik::TrikTextualInterpreter::init()
149149{
150150 mBrick.init(); // very crucial. Maybe move into interpret methods?
151+ // TODO: Remove this hack after trikRuntime is fixed to support source directory changes in camera imitation
152+ reinitRobotsParts();
151153}
152154
153155void trik::TrikTextualInterpreter::setErrorReporter(qReal::ErrorReporterInterface &errorReporter)
Original file line number Diff line number Diff line change 44<context >
55 <name >QObject</name >
66 <message >
7- <location filename =" ../../../../plugins/robots/interpreters/trikKitInterpreterCommon/src/trikTextualInterpreter.cpp" line =" +194 " />
7+ <location filename =" ../../../../plugins/robots/interpreters/trikKitInterpreterCommon/src/trikTextualInterpreter.cpp" line =" +196 " />
88 <source >Bogus input values</source >
99 <translation type =" unfinished" ></translation >
1010 </message >
223223<context >
224224 <name >trik::TrikTextualInterpreter</name >
225225 <message >
226- <location filename =" ../../../../plugins/robots/interpreters/trikKitInterpreterCommon/src/trikTextualInterpreter.cpp" line =" -94 " />
226+ <location filename =" ../../../../plugins/robots/interpreters/trikKitInterpreterCommon/src/trikTextualInterpreter.cpp" line =" -96 " />
227227 <source >Unsupported script file type</source >
228228 <translation type =" unfinished" ></translation >
229229 </message >
Original file line number Diff line number Diff line change 44<context >
55 <name >QObject</name >
66 <message >
7- <location filename =" ../../../../plugins/robots/interpreters/trikKitInterpreterCommon/src/trikTextualInterpreter.cpp" line =" +194 " />
7+ <location filename =" ../../../../plugins/robots/interpreters/trikKitInterpreterCommon/src/trikTextualInterpreter.cpp" line =" +196 " />
88 <source >Bogus input values</source >
99 <translation >Неподходящие значения аргументов</translation >
1010 </message >
280280<context >
281281 <name >trik::TrikTextualInterpreter</name >
282282 <message >
283- <location filename =" ../../../../plugins/robots/interpreters/trikKitInterpreterCommon/src/trikTextualInterpreter.cpp" line =" -94 " />
283+ <location filename =" ../../../../plugins/robots/interpreters/trikKitInterpreterCommon/src/trikTextualInterpreter.cpp" line =" -96 " />
284284 <source >Unsupported script file type</source >
285285 <translation >Неверный формат файла</translation >
286286 </message >
You can’t perform that action at this time.
0 commit comments