-
-
Notifications
You must be signed in to change notification settings - Fork 483
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
add fbx export for static mesh #75
base: master
Are you sure you want to change the base?
Conversation
Hi, |
intended |
Thank you for contribution, and sorry - I'm not going to merge this. There are many reasons for that, the main are:
Other comments to this PR:
Personally I'd like to say the following. I worked a lot with Fbx sdk in past 2 years, so it would not be hard for me to write StaticMesh exporter by myself, from scratch (without use of UE4 sources). It is much much harder to work with SkeletalMesh and animation. Also, it is not possible to support just statics here - it is pointless (there are many better formats which supports static meshes), and users will demand more. In the future I'm going to support glTF format, I like it much more than fbx. It's probably a few hours of work to implement export of static meshes into glTF. |
I see, thanks for your reply. |
And how can I get exported content move to my UE4 project? |
Two ways.
|
Thanks! |
there are some bugs of gltf plugin for UE4, so I think gltf is not ready for use in production pipeline now. |
This is a FAQ question, not a "github issue". |
No description provided.