![]() |
|
|||||||
![]() |
|
|
Thread Tools | Rate Thread | Display Modes |
|
#1
|
|||
|
|||
|
<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 |
|
#2
|
|||
|
|||
|
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() |
|
#3
|
|||
|
|||
|
That warning message is a mistake and will be fixed in the next release. You can just ignore it.
|
![]() |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Realistic Light and Shadows Using Vizard and 3DS Max | jde | Vizard | 4 | 07-13-2012 11:58 AM |
| .3DS importing in Vizard and 3D Studio | jde | Vizard | 1 | 08-28-2009 04:14 PM |
| Vizard tech tip: Using the Python Imaging Library (PIL) | Jeff | Vizard | 0 | 03-23-2009 12:13 PM |
| Vizard tech tip: Text to Speech | Jeff | Vizard | 1 | 01-15-2009 10:39 PM |
| McAfee Privacy Service 8.1 causes Vizard not to run | mspusch | Vizard | 0 | 03-01-2007 09:24 PM |