Closed Peaj closed 4 months ago
Hi @Peaj, do you mind sharing the code segment where you got this error?
Hi @LeyangWen,
I just found that axis_interpretation is not part of this repository. Sorry for the confusion. Its part of the blender c3d importer using this module: https://github.com/MattiasFredriksson/io_anim_c3d get and set_screen axis correctly assume the axis to be in string representation.
Thanks, Pascal
When the c3d file contains screen axis metadata the file import fails with the following error:
The
axis_interpretation
method expects get_screen_axis to return vectors but get_screen_axis and set_screen_axis read and write the axis in string representation ("+Z", "-Y", etc.)I am writing an exporter and used set_screen_axis to write the axis data to the file. When reimporting the file I encountered this error.