![]() |
|
#1
|
|||
|
|||
|
Bone Rotations
Hello,
When I run the following code, I don't get 0,0,0 output as I expect. Code:
male = viz.add('vcc_male.cfg')
male.setEuler([0,0,0])
male.setPosition([0,0,0])
male_pelvis = male.getBone('Bip01 Pelvis')
male_pelvis.lock()
male_pelvis.setEuler([0,0,0],viz.ABS_PARENT)
male_pelvis.setEuler([0,0,0],viz.ABS_GLOBAL)
print male_pelvis.getName()
print male_pelvis.getEuler(viz.ABS_PARENT)
print male_pelvis.getEuler(viz.ABS_GLOBAL)
print '\n'
Thanks, Stephen |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Locking every bone of a character | Frank Verberne | Vizard | 2 | 03-17-2008 11:21 AM |
| vcc avatars: defining bone length | bjgold | Vizard | 1 | 08-08-2007 12:24 PM |
| Avatar bone rotations respect to world | MiamiTodd | Vizard | 3 | 02-14-2006 11:41 AM |
| rotations in vizard | david | Vizard | 7 | 02-24-2005 10:57 AM |
| vizard rotations | duda | Vizard | 5 | 09-03-2003 03:31 PM |