-
Notifications
You must be signed in to change notification settings - Fork 69
New issue
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
Send2UE: AnimationCurveNodeWrapper has no attribute 'add-keyframe' #696
Comments
BTW - delete any animation data and it transfers. This issue is for an asset with a skeleton obviously. |
@james-baber the plugin appears to be pretty broken with the latest Blender, we're unable to use it, can you check on this? Thanks - |
So if you actually need to transfer something with animation you're stuck obviously ... I tried changing those calls to 'set_animations' but then get another error
So I'm out of my depth as to what this code is doing and the issue |
@james-baber or @iigindesign - any traction on this? With all the animation changes in Blender 4.0 the addon does look broken and I need some help on this one - we're stuck without this working, thanks! |
I reconstructed the |
@universalconquistador I just tested your code; works fine for me! Good catch that this was originally just borrowing the fbx exporter code. |
Why is this still a problem 2 months later. Can we get a review and merge of the fix asap. @james-baber or @iigindesign |
btw fix worked for me @universalconquistador thanks! |
The lack of support here is quite disheartening. :/ @ryan-hummer Are you able to assist in merging the fix? |
Something is different in 4.01 - a lot of breaking changes with the Python API, I'm seeing it in other addons. But also this python error isn't showing up in the error log, I'm only finding it in the popup which I grabbed an image of
The relevant error is in core/io/fbs.py line 159
AnimationCurveNodeWrapper has no attribute 'add-keyframe'. Did you mean 'set_keyframes'?
The text was updated successfully, but these errors were encountered: