Page 1 of 1

get_relative_process

Posted: Tue Aug 23, 2016 9:40 pm
by alynch
What is the correct syntax to import a a sub process?
I can't quite remember. What am i doing wrong below...

Code: Select all

face = process.get_relative_process('face')
process.import_data(face)

Re: get_relative_process

Posted: Thu Aug 25, 2016 10:58 am
by louisVottero
Here is an example:

Code: Select all

face_process = process.get_relative_process('face')
face_process.import_data('build')