We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hello,
thanks for your work, this format is really easy to use.
I met a little problem when exporting model/animations with blender 2.77, it seems the last 4 frames bounding boxes are not correctly written.
For the moment, the easiest solution I have found is a change at line 616
self.filesize += (self.numframes + 4) * IQM_BOUNDS.size
I will try to understand the script better for a proper fix.
Thanks.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hello,
thanks for your work, this format is really easy to use.
I met a little problem when exporting model/animations with blender 2.77, it seems the last 4 frames bounding boxes are not correctly written.
For the moment, the easiest solution I have found is a change at line 616
self.filesize += (self.numframes + 4) * IQM_BOUNDS.size
I will try to understand the script better for a proper fix.
Thanks.
The text was updated successfully, but these errors were encountered: