WorldViz User Forum  

Go Back   WorldViz User Forum > Vizard

Reply
 
Thread Tools Rate Thread Display Modes
  #1  
Old 03-20-2010, 07:19 AM
Josh Josh is offline
Member
 
Join Date: Jan 2010
Posts: 63
<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: <node>.unlink will be deprecated in future versions of Vizard, use viz.link instead

What should I do?

Thanks
Josh
Reply With Quote
  #2  
Old 03-22-2010, 10:36 AM
Jeff Jeff is offline
WorldViz Team Member
 
Join Date: Aug 2008
Posts: 2,471
Somewhere in the code a <node>.unlink method is called which should be replaced with viz.link.
Code:
link = viz.link(hand,ball)
.
.
.
link.remove()
Reply With Quote
  #3  
Old 03-22-2010, 10:46 AM
farshizzo farshizzo is offline
WorldViz Team Member
 
Join Date: Mar 2003
Posts: 2,849
That warning message is a mistake and will be fixed in the next release. You can just ignore it.
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

Similar Threads
Thread Thread Starter Forum Replies Last Post
Realistic Light and Shadows Using Vizard and 3DS Max jde Vizard 4 07-13-2012 10:58 AM
.3DS importing in Vizard and 3D Studio jde Vizard 1 08-28-2009 03:14 PM
Vizard tech tip: Using the Python Imaging Library (PIL) Jeff Vizard 0 03-23-2009 11:13 AM
Vizard tech tip: Text to Speech Jeff Vizard 1 01-15-2009 09:39 PM
McAfee Privacy Service 8.1 causes Vizard not to run mspusch Vizard 0 03-01-2007 08:24 PM


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


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