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

Error on exporting Empties #20

Open
DanMcLaughlin opened this issue Oct 15, 2021 · 2 comments
Open

Error on exporting Empties #20

DanMcLaughlin opened this issue Oct 15, 2021 · 2 comments

Comments

@DanMcLaughlin
Copy link

Empties are used in many places, as sockets in UE4 and as root objects for skeletal mesh weapons, for two examples. The exporter fails because empties don't have a material slot, regardless of if you choose "One Material ID" or not.

@DanMcLaughlin
Copy link
Author

The solution is to add the following two lines to bex_export

image

I could make a changelist but it's probably easier to just drop these in,

@Metsapaholainen
Copy link

I would like to use Empties as sockets but once they are exported I get these rotation and scaling issues in Unreal. I wonder if there would be a way to fix this? If you do any adjustements in Unreal to fix those manually and re-export all of that will be lost so it would be quite nice to be able to export those sockets with the correct values^^
image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants