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

[REQUEST] Support making 3D model changes #604

Closed
7 tasks
adenflorian opened this issue Sep 11, 2020 · 1 comment · Fixed by #8334
Closed
7 tasks

[REQUEST] Support making 3D model changes #604

adenflorian opened this issue Sep 11, 2020 · 1 comment · Fixed by #8334
Assignees
Labels
Project Anything that is related to the development and organization of the project, not an ingame issue. Request New feature or request

Comments

@adenflorian
Copy link
Contributor

adenflorian commented Sep 11, 2020

Master tracking issue for the glTF importer/exporter effort.

The main goal is to be able to import the plane model into blender, make modifications, and export back to glTF + bin file, and have it work in the mod.

1st milestone to work towards, is being able to import the plane into blender, and then export, without any modifications, and have the resulting gltf + bin match the vanilla ones, that way we know the tools are working.

High Level TODO

  • fork official gltf io
    • get mesh to show up in game
      • add asobo mesh optimization extension
      • look into other reasons why the mesh wouldnt display ingame
  • exporter
  • importer
  • import, export, then import it into blender AGAIN

I'm currently working on my fork of the official blender gltf2 importer/exporter: https://github.com/AdenFlorian/glTF-Blender-IO-a32nx. Importer mostly works, a couple skinned mesh positioning issues. Exporter needs a lot of work.

https://www.khronos.org/files/gltf20-reference-guide.pdf

https://docs.blender.org/api/current/info_overview.html

@adenflorian adenflorian added the Request New feature or request label Sep 11, 2020
@adenflorian adenflorian self-assigned this Sep 12, 2020
@wpine215 wpine215 pinned this issue Sep 12, 2020
@NathanInnes NathanInnes unpinned this issue Sep 21, 2020
@tracernz
Copy link
Member

tracernz commented Oct 7, 2020

I've written a patch that goes toward a couple of your goals: tracernz/msfs2blend@11789ee. It's on top of bestdani/msfs2blend#9, as I wrote it miguidedly in my attempts to fix that issue.

@lousybyte lousybyte added the Project Anything that is related to the development and organization of the project, not an ingame issue. label Oct 15, 2020
@tracernz tracernz assigned tracernz and unassigned adenflorian Oct 29, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Project Anything that is related to the development and organization of the project, not an ingame issue. Request New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants