Skip to content
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

Unable to copy sockets to unreal suddenly. #183

Closed
papa335677 opened this issue Dec 28, 2023 · 3 comments
Closed

Unable to copy sockets to unreal suddenly. #183

papa335677 opened this issue Dec 28, 2023 · 3 comments
Labels
R Minor Non-troublesome issue or bug.

Comments

@papa335677
Copy link

I've been using the copy skeletal mesh socket for a while but it's randomly stopped working, here's the error it shows.

Python: Traceback (most recent call last):
File "C:\Users\trace\AppData\Roaming\Blender Foundation\Blender\3.6\scripts\addons\blender-for-unrealengine\bfu_addon_parts\bfu_tool_ui_and_props.py", line 210, in execute
bfu_basics.setWindowsClipboard(bfu_utils.GetImportSkeletalMeshSocketScriptCommand(obj))
File "C:\Users\trace\AppData\Roaming\Blender Foundation\Blender\3.6\scripts\addons\blender-for-unrealengine\bfu_utils.py", line 1363, in GetImportSkeletalMeshSocketScriptCommand
sockets = GetSkeletalMeshSockets(obj)
File "C:\Users\trace\AppData\Roaming\Blender Foundation\Blender\3.6\scripts\addons\blender-for-unrealengine\bfu_utils.py", line 282, in GetSkeletalMeshSockets
b = bfu_basics.getFirstDeformBoneParent(socket.parent.data.bones[socket.parent_bone])
AttributeError: 'Mesh' object has no attribute 'bones'

@RobertVater
Copy link

I also noticed that this seems to be related to merging objects in blender / deleting importet fbs skeleton. its quite random

@xavier150 xavier150 added the R Minor Non-troublesome issue or bug. label Jan 18, 2024
@xavier150
Copy link
Owner

Hello @papa335677 @RobertVater !
I just see your messages.
I think this issue was fixed too in the last dev branch in version 0.4.2. Dev Branch
Look about "Download and installation from dev Branch". After install restart Blender and try again.

If that don't work you can also send me the blender file so I will able to try on my side.

@papa335677
Copy link
Author

Hello @papa335677 @RobertVater ! I just see your messages. I think this issue was fixed too in the last dev branch in version 0.4.2. Dev Branch Look about "Download and installation from dev Branch". After install restart Blender and try again.

If that don't work you can also send me the blender file so I will able to try on my side.

I can't seem to install the dev branch, do I need to uninstall my current version before installing it?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
R Minor Non-troublesome issue or bug.
Projects
None yet
Development

No branches or pull requests

3 participants