![]() |
|
#2
|
|||
|
|||
|
You can note it all down in a list and iterate through it. Here's a sample script for it.
import viz viz.clearcolor(viz.SKYBLUE) avatar_files = ['vcc_male.cfg', 'vcc_female.cfg', 'vcc_male2.cfg'] avatars = [] position = 0 for i in avatar_files: new = viz.addAvatar(i, pos = (position*2, 0, 4), euler=(180,0,0)) avatars.append(new) position += 1 viz.go() |
| Tags |
| avatars, avatars animation |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Regarding the visibility of avatars | SivaKartheek | Vizard | 2 | 01-13-2016 08:48 AM |
| Randomly and Continuously Change Avatar's Face Texture | Karla | Vizard | 4 | 08-22-2008 01:14 PM |
| avatars | dig | Vizard | 4 | 09-20-2007 04:29 PM |
| adding heads to custom avatars | vAlexia | Vizard | 5 | 02-13-2007 12:14 PM |
| Avatars in an array and link/unlink | betancourtb82 | Vizard | 7 | 09-05-2006 05:06 PM |