I want blender to execute the part of my code, then wait for about 30 sec and execute the rest code. Is it possible? I want something like setTimeout in js if not, then how do I execute one script, and then another one by one via bash or python script?
Asked
Active
Viewed 120 times
0
-Por--pythonparameters. Using a timer for the purpose of executing multiple scripts would be a bad code design, because you don't want to trigger the execution of the next script before the previous has finished. – Robert Gützkow Jul 26 '19 at 09:41