![]() |
|
#1
|
|||
|
|||
Hi,
Vizard nodes do not support pickling operations. You will have to manually retrieve the data you want to save and reapply it when you load it. Also, you can't pass Vizard node objects to the add command. |
#2
|
|||
|
|||
If I do
n = viz.add('ball.wrl') viz.get(viz.WHAT) Would return ball.wrl? |
#3
|
|||
|
|||
Hi,
Are you asking how to get the filename of an object? That functionality does not exist in Vizard. |
![]() |
|
|