WorldViz User Forum  

Go Back   WorldViz User Forum > Vizard

Reply
 
Thread Tools Rate Thread Display Modes
  #1  
Old 08-09-2005, 02:34 PM
shai shai is offline
Member
 
Join Date: Oct 2004
Posts: 29
vizard 2.5 compatability issue

Hey guys,

say i have an 'avatar' variable, then:

avatar.cal.pose(4) does not work in vizard 2.5.

it seems ".cal.pose()" method does not exist for avatars in vizard 2.5 however it exists in vizard 2.17a...

i was wondering if this is the only compatability issue between the two versions?

tnx,
Shai
Reply With Quote
  #2  
Old 08-09-2005, 02:47 PM
farshizzo farshizzo is offline
WorldViz Team Member
 
Join Date: Mar 2003
Posts: 2,849
Hi,

In the latest version avatars don't have a cal object associated with them. To set the idle pose you would perform the following:
Code:
avatar.idlepose(4)
If you are finding that there are a lot of compatibility issues with your script, then send it to me and I'll update it for you.
Reply With Quote
  #3  
Old 08-10-2005, 04:19 PM
shai shai is offline
Member
 
Join Date: Oct 2004
Posts: 29
Thanks Farshizzo,

there's only one other issue that I have run into, my program now keeps displaying:

** WARNING: Could not find subchild with name: 'm_head.cmx'

although it works fine in the older version. I haven't investigated
the problem completely. But I was just wondering if you by chance know where this might be coming from, if not, I can give you the specific line where this problem is arising.

Thanks,
Shai
Reply With Quote
  #4  
Old 08-10-2005, 04:35 PM
farshizzo farshizzo is offline
WorldViz Team Member
 
Join Date: Mar 2003
Posts: 2,849
Hi,

This means that some piece of code is trying to access the head mesh of the avatar. Are you using a custom made avatar? If so, then you can ignore this message. This warning message was probably added in the newer version.
Reply With Quote
Reply

Thread Tools
Display Modes Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -7. The time now is 10:18 PM.


Powered by vBulletin® Version 3.8.7
Copyright ©2000 - 2024, vBulletin Solutions, Inc.
Copyright 2002-2023 WorldViz LLC