WorldViz User Forum

WorldViz User Forum (https://forum.worldviz.com/index.php)
-   Vizard (https://forum.worldviz.com/forumdisplay.php?f=17)
-   -   vizard 2.5 compatability issue (https://forum.worldviz.com/showthread.php?t=389)

shai 08-09-2005 02:34 PM

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

farshizzo 08-09-2005 02:47 PM

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.

shai 08-10-2005 04:19 PM

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

farshizzo 08-10-2005 04:35 PM

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.


All times are GMT -7. The time now is 04:45 AM.

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