![]() |
#2
|
|||
|
|||
You should be using the viztask module. There are many examples of it in the docs and on the forum.
Code:
import viztask def callVizFunctionsInALoop(): for i in range(0, 10): moveAvatar(i) takeSnapshot() yield viztask.waitTime(someDelay) #Pause function for some time viztask.schedule( callVizFunctionsInALoop() ) |
|
|
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
Realistic Light and Shadows Using Vizard and 3DS Max | jde | Vizard | 4 | 07-13-2012 10:58 AM |
.3DS importing in Vizard and 3D Studio | jde | Vizard | 1 | 08-28-2009 03:14 PM |
Vizard tech tip: Using the Python Imaging Library (PIL) | Jeff | Vizard | 0 | 03-23-2009 11:13 AM |
Vizard tech tip: Text to Speech | Jeff | Vizard | 1 | 01-15-2009 09:39 PM |
Vizard won't run | wouters | Vizard | 5 | 02-05-2008 11:12 AM |