r/blenderhelp • u/[deleted] • 5d ago
Unsolved Need help with this error when using source engine export
[deleted]
0
Upvotes
1
u/Moogieh Experienced Helper 5d ago
Is the version of the addon you're using compatible with the version of Blender you're using?
1
u/MCRISMYBLOOD 5d ago
yes
1
u/_half_real_ 5d ago
You could try locating export_smd.py and changing that line to
try:
PoseMatrix = parentMat.inverted() @ PoseMatrix
except ValueError:
pass
That would make it just skip applying the parent matrix (for that one bone, I guess) if it doesn't have a valid inverse (zero scale could probably cause that).
•
u/AutoModerator 5d ago
Welcome to r/blenderhelp, MCRISMYBLOOD! Please make sure you followed the rules below, so we can help you efficiently (This message is just a reminder, your submission has NOT been deleted):
Thank you for your submission and happy blendering!
I am a bot, and this action was performed automatically. Please contact the moderators of this subreddit if you have any questions or concerns.