View Single Post
  #10  
Old 03-13-2008, 09:50 AM
Frank Verberne Frank Verberne is offline
Member
 
Join Date: Mar 2008
Location: Netherlands
Posts: 148
Changing viz.ABS_GLOBAL into viz.AVATAR_WORLD worked perfectly, thanks! Together with a collegeau I also managed to get the same result using the viz.link() function:
Code:
for i in range(0, len(link_bones)):
	body = avatar.getBone(link_bones[i])
	Link = viz.link(tracker[i],body)
Although not all bones respond properly to its tracker yet, we are going to work on that tomorrow. If I run into more problems, I will post them here. Thank you for helping me thus far!
Reply With Quote