Hi,
I am trying to create a curve follow project based on a list of poses in python.
What is the correct way to go about this?
If I supply a list poses I get a struct error: required argument is not a float
A list of pose.pos() works but I need position as well as orientation (normal vector).
Thanks in advance
V
I am trying to create a curve follow project based on a list of poses in python.
What is the correct way to go about this?
If I supply a list poses I get a struct error: required argument is not a float
A list of pose.pos() works but I need position as well as orientation (normal vector).
Thanks in advance
V