![]() |
|
|||||||
![]() |
|
|
Thread Tools | Rate Thread | Display Modes |
|
|
|
#1
|
|||
|
|||
|
Try using the newer intersense.dle plug-in. For more information on using that take a look in the Vizard docs. Does the following script work for you?
Code:
import viz
viz.go()
isense = viz.add('intersense.dle')
tracker = isense.addTracker()
viz.link(tracker,viz.MainView)
gallery = viz.add('gallery.ive')
|
|
#2
|
|||
|
|||
|
I used the program you provided, and there is error.
** Load Time: 0.13 seconds ** ERROR: Failed to load plug-in: 'intersense.dle' Traceback (most recent call last): File "<string>", line 11, in ? File "Vizard2.py", line 23, in ? tracker = isense.addTracker() AttributeError: 'VizExtension' object has no attribute 'addTracker' |
![]() |
| Thread Tools | |
| Display Modes | Rate This Thread |
|
|