vxg139 opened this issue on Jul 15, 2006 · 14 posts
vxg139 posted Sun, 16 July 2006 at 12:32 AM
Here is the last few line of the morph file.....
#---------------------------------------------------------------------
# Here we install the vertex callback on the head...
#---------------------------------------------------------------------
try:
scene = poser.Scene()
figure = scene.Figure("Figure 1")
head = figure.Actor("Head")
iActor = head
head.SetVertexCallback(randVertCallback)
InitRandNums()
except:
import traceback
traceback.print_exc()
... and here is the error message...
File "
traceback.print_exc()
^
SyntaxError: invalid syntax
Thanks again for your help....