i am trying to create a skeleton animation by importing data from a xml-file i created in c4d using python.
creating the skeleton and the skinnedsubgeometry works without throwing errors, but when i try to assign “geometry.animation” i get this error:
Error #3607: Stream 2 is set but not used by the current vertex program
my skeleton consists of 24 joints
number of joint per vert is 2
weights and joint_indicies buffer are both assigned
this is the line that produces the error:
geometry.animation = new SkeletonAnimation(skeleton, joints_per_vert);
thanx for any help