WorldViz User Forum

WorldViz User Forum (https://forum.worldviz.com/index.php)
-   Vizard (https://forum.worldviz.com/forumdisplay.php?f=17)
-   -   How to disconnect the live characters? (https://forum.worldviz.com/showthread.php?t=2342)

llqqff 11-02-2009 01:32 PM

How to disconnect the live characters?
 
Hi, I am doing some work on live characters. But I am stuck at how to disconnect the character server.

I used vizmocap.disconnect(), but it shows error. Does anyone know how to use the disconnect command. Thanks.

Qiufeng

farshizzo 11-03-2009 09:02 AM

The vizmocap module does not have a disconnect method. You must call disconnect on the LiveCharacters object instead:
Code:

lc = vizmocap.LiveCharacter(...)
.
.
.
lc.disconnect()



All times are GMT -7. The time now is 08:52 AM.

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