Creating Scenery for MSFS: Importing an Asobo Model into Blender to use as Static Scenery

Поділитися
Вставка
  • Опубліковано 9 вер 2024
  • Here I show you how to import an default Asobo model into Blender to use as a static scenery element.
    Hope you find something new here!
    Peace and Joy,
    Christopher
    MyPhysical World on Facebook: www.facebook.com\myphysicalworld
    On Twitter: @my_physical
    On Instagram: @myphysicalworld
    My NEW Map Store: myphysicalworld.gumroad.com
    Microsoft Flight Simulator 2020 SDK and Scenery Facebook Group:
    / 521018688900009
    Geographic Information System Software:
    ArcGIS and ArcGIS Pro are registered products of ESRI: www.esri.com
    QGIS is OpenSource at: www.qgis.org
    Flight Simulator:
    Microsoft Flight Simulator is a registered product of Microsoft Corporation and Asobo Studios
    Free Modeling and Graphics software:
    Blender (OpenSource 3D software) at: www.blender.org
    Krita (OpenSource Graphic Editing software) at: www.krita.org
    GIMP at: www.gimp.org
    GIMP DDS Exporter: forum.dcs.worl...
    Blender GIS Add-on: github.com/dom...
    Materialize Material Tool: boundingboxsof...
    Asobo's Blender to MSFS Exporter:(NEW for Blender 3.0 & 3.1)
    github.com/Aso...
    Blender2MSFS Add-on (Pre Blender 3.0): www.fsdevelope...
    CAD Sketcher for Blender: makertales.gum...
    Simple Retarget Tool for Blender: github.com/cgv...
    MobiFlight Connector: (OpenSource Arduino Module creator) www.mobiflight.com
    NotePad++ (OpenSource text editor) at: www.notepad-plus-plus.org
    Three Models:
    www.sketchfab.com
    Animations:
    www.mixamo.com
    FREE PBR Texture sites:
    www.texturecan.com
    www.texturehaven.com (NOW polyhaven.com)
    www.ambientcg.com
    www.freepbr.com
    www.cgbookcase.com
    www.cgaxis.com
    FREE Fonts for Windows:
    www.dafont.com
    Pro Micro Board: www.kookye.com
    Single pole 5.5mm switches
    Rotary Encoders
    Potentiometers
    24AWG wire
    Please be sure to subscribe, like, and hit the notification bell!
    Thank you for watching!
    Also, Please consider supporting us on:
    Patreon: www.patreon.com/myphysicalworld
    Buy Me a Coffee: www.buymeacoffee.com/myphysicalworld

КОМЕНТАРІ • 22

  • @get_outdoors
    @get_outdoors Рік тому +2

    Thank you for this video, I’m new to 3d printing, never used Blender, hopefully I’ll be able to extract the TBM 930 throttle lever model as I’m looking to print this for my Bravo throttle quadrant.

  • @SealStudiosAviation
    @SealStudiosAviation Рік тому

    Thank you so much! This is an AMAZING video. Keep it up man!

  • @FunkiAnThO_10
    @FunkiAnThO_10 Рік тому +1

    You can also reset location and rotation on bad objects by doing Alt + G or/and Alt + R. I hope it could sometimes be useful

  • @edwardmyers1746
    @edwardmyers1746 11 місяців тому +3

    For what ever reason, I can`t get the gITF importers to work, they show under export not import

  • @XH558WANABEE
    @XH558WANABEE 8 місяців тому +2

    Funny question,
    How do I get the MSF2020 Addon to work??

  • @EGNXPHOTOGRAPHER
    @EGNXPHOTOGRAPHER 7 місяців тому +1

    how did you get MSFS glTS plugin?

  • @tottiplays4804
    @tottiplays4804 4 місяці тому

    When I’m trying to import the planes, only the export tool appears and not the import. Is there a fix or a new tutorial i could use? Thanks!

  • @beINBFL
    @beINBFL Рік тому +1

    It keeps saying "cant handle (obj)" for like each model theres different things it cant handle

  • @TractorMonkeywithJL
    @TractorMonkeywithJL Рік тому +1

    Do you think you will ever be doing tutorials on painting and creating liveries for aircraft for fs2020? I want to do my own liveries for the PMDG 737-700, but I can't find any updated tutorials that are easy to follow like yours are.

    • @myphysicalworld3958
      @myphysicalworld3958  Рік тому

      My painting of aircraft has really been for static scenery aircraft only.

  • @jeremy-ey2ez
    @jeremy-ey2ez 5 місяців тому

    Thanks for this tuto.
    So have you try to open a cockpit included the texture and the text on the parts ?

    • @myphysicalworld3958
      @myphysicalworld3958  5 місяців тому

      I have opened the 747 cockpit but I didn't bring in the textures. I am 3D printing the cockpit.

    • @jeremy-ey2ez
      @jeremy-ey2ez 5 місяців тому +1

      @@myphysicalworld3958 if you print the part,it's better if you have the text cockpit ?with a laser or cnc

  • @LightInRoom
    @LightInRoom 9 місяців тому

    Can you help me beacuse when i want to import a model on A320-neo it gives me an error

  • @Gulfrblx
    @Gulfrblx Рік тому +1

    Can you do this with airports and sceneries. If you answer it would be great!

    • @myphysicalworld3958
      @myphysicalworld3958  Рік тому +1

      Not really. Scenery objects are usually embedded in a bgl. There are ways I suppose one might be able to circumvent but I don't bother.

  • @ae-ae
    @ae-ae 5 місяців тому

    When trying to import any gltf file I get this error log:
    Python: Traceback (most recent call last):
    File "C:\Users\sergi\AppData\Roaming\Blender Foundation\Blender\4.0\scripts\addons\io_msfs_gltf.py", line 754, in execute
    import_msfs_gltf(context, ImportProperties.gltf_file, self.report,
    File "C:\Users\sergi\AppData\Roaming\Blender Foundation\Blender\4.0\scripts\addons\io_msfs_gltf.py", line 619, in import_msfs_gltf
    materials = create_materials(gltf, bl_images, report,
    File "C:\Users\sergi\AppData\Roaming\Blender Foundation\Blender\4.0\scripts\addons\io_msfs_gltf.py", line 396, in create_materials
    setup_mat_nodes(bl_mat, gltf_mat, textures, images,
    File "C:\Users\sergi\AppData\Roaming\Blender Foundation\Blender\4.0\scripts\addons\io_msfs_gltf.py", line 336, in setup_mat_nodes
    p_bsdf_node = tree.nodes['Principled BSDF']
    KeyError: 'bpy_prop_collection[key]: key "Principled BSDF" not found'
    Could you point out a solution? I'm using Blender 4.0 and MSFS glTF importer 0.4.

    • @myphysicalworld3958
      @myphysicalworld3958  5 місяців тому +1

      Problem is 4.0. It is not compatible with these tools. 3.3.x is currently the only version.

    • @ae-ae
      @ae-ae 5 місяців тому

      @@myphysicalworld3958 Thx for answering. I just installed Blender 3.3 LTS and it's now importing some planes. Microsoft's ATR-72 could not be imported (error while meshing), but other plane were imported.

    • @myphysicalworld3958
      @myphysicalworld3958  5 місяців тому

      @@ae-ae awesome....some aircraft will not import I noticed....nothing we can do about that unfortunately!

  • @quandumphone
    @quandumphone Рік тому

    Thanks for the video. Can I get info on the blender addon you're using for importing the aircraft models. I found one but am having difficulty with it.

    • @quandumphone
      @quandumphone Рік тому

      I got it now. I was using an older version of the importer that didn't work but the latest version is working. Wish me luck. lol