WorldViz User Forum

WorldViz User Forum (https://forum.worldviz.com/index.php)
-   Vizard (https://forum.worldviz.com/forumdisplay.php?f=17)
-   -   <node>.unlink will be deprecated in future versions of Vizard?! (https://forum.worldviz.com/showthread.php?t=2621)

Josh 03-20-2010 07:19 AM

<node>.unlink will be deprecated in future versions of Vizard?!
 
Hi all

I added the following code from the help tutorial to my script:


morphing_face = avatar.face('male.vzf')

Now I'm getting the following message:

** WARNING: .unlink will be deprecated in future versions of Vizard, use viz.link instead

What should I do?

Thanks
Josh

Jeff 03-22-2010 10:36 AM

Somewhere in the code a .unlink method is called which should be replaced with viz.link.
Code:

link = viz.link(hand,ball)
.
.
.
link.remove()


farshizzo 03-22-2010 10:46 AM

That warning message is a mistake and will be fixed in the next release. You can just ignore it.


All times are GMT -7. The time now is 02:43 PM.

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