View Single Post
  #1  
Old 10-11-2006, 09:20 AM
shivanangel shivanangel is offline
Member
 
Join Date: Feb 2006
Location: New Jersey
Posts: 182
Unscriptable Object Error

Hi,

what does the error:

TypeError: unsubscriptable object

mean?

I am taking in translation data from two objects,
a viewpoint and an model and I'm
trying to subtract to find a difference between
the two for a camera rig I'm working on.

I use viz.get(viz.POSITION)
to get the location of the elements and place them
in variables. I tried using the array type and then
I tried separating the individual translation components
into x, y, and z variables but I keep getting the same error.

Thanks
Reply With Quote