You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+6-28Lines changed: 6 additions & 28 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -13,6 +13,9 @@ This repository contains the current version of the official Microsoft Flight Si
13
13
:warning: This plugin is NOT compatible with the legacy exporter developed for FSX and P3D. Remove these plugin (Prefered) or disabled these plugins.
14
14
<br>
15
15
16
+
:warning: This addon need to have the `Import-Export: gltf 2.0 format` addon (gltf2 Khronos IO) **enabled** to work. Do not remove it or disable it !
17
+
<br>
18
+
16
19
:warning: Supported blender versions of the latest version of the addon:
17
20
-**3.3.x LTS**
18
21
-**3.6.x LTS**
@@ -23,25 +26,17 @@ We can't guarantee not having bugs with other unstable versions
23
26
*******
24
27
25
28
# Summary
26
-
-[How to Install the Add-on](#how-to-install-the-add-on)
27
-
-[How to Install the ASOBO Blender MSFS2020 Importer/Exporter using Blender:](#how-to-install-the-asobo-blender-msfs2020-importerexporter-using-blender)
28
-
-[How to Install the ASOBO Blender msfs2020 exporter by Copy/Paste to AppData](#how-to-install-the-asobo-blender-msfs2020-exporter-by-copypaste-to-appdata)
29
+
-[How to Install the ASOBO Blender MSFS2020 Importer/Exporter using Blender:](#how-to-install-the-asobo-blender-msfs2020-importerexporter-using-blender)
29
30
-[How to remove the Add-on](#how-to-remove-the-add-on)
30
31
-[Migration of Legacy Blend File Material Types/Modes](#migration-of-legacy-blend-file-material-typesmodes)
31
32
-[Steps For Migration](#steps-for-migration)
32
33
-[Documentation](#documentation)
33
34
-[Notes On Shadertree](#notes-on-shadertree)
34
35
35
36
36
-
# How to Install the Add-on
37
-
38
-
There are two ways to install the MSFS2020 Blender exporter. Either using the Edit Preferences Menu and Install tab, or copy/paste the addon files to your %APPDATA% folder. Installation steps are explained down bellow :
39
-
40
37
## How to Install the ASOBO Blender MSFS2020 Importer/Exporter using Blender:
41
38
42
-
1. Go to the Releases section of the https://github.com/AsoboStudio/Microsoft-Flight-Simulator-2020-glTF-Blender-IO repository. Then download the zip file `io_scene_gltf2_msfs_2020.zip`.
1. Go to the Releases section of the https://github.com/AsoboStudio/Microsoft-Flight-Simulator-2020-glTF-Blender-IO repository. Then download the zip file `io_scene_gltf2_msfs_2020.zip` of the latest release.
45
40
46
41
2. Open Blender and go to : Edit > Preferences.
47
42
@@ -59,23 +54,6 @@ There are two ways to install the MSFS2020 Blender exporter. Either using the Ed
59
54
60
55
<br>
61
56
62
-
## How to Install the ASOBO Blender MSFS2020 exporter by Copy/Paste to AppData
63
-
64
-
1. Close Blender if you have it open.
65
-
2. Go to the Releases section of the https://github.com/AsoboStudio/glTF-Blender-IO-MSFS repository. Then download the zip file `io_scene_gltf2_msfs_2020.zip`
66
-
3. Decompress the contents of the file to a temporary location.
67
-
4. Select the `io_scene_gltf2_msfs_2020` folder then copy it to the clipboard (Ctrl + "C").
68
-
5. Now browse to the Blender `addons` folder, which - by default - can be found in the following locations:
69
-
-**Windows**: This will usually be in `%AppData%\Blender Foundation\Blender\<blender-version>\scripts\addons\`.
70
-
-**Mac OS X**: This will be in your Library (Press the *Option* key when in Finder's `Go` menu to open your Library folder): `\Users\<username>\Library\Application Support\Blender\<blender-version>\scripts\addons\`.
71
-
6. Paste the `io_scene_gltf2_msfs_2020` into the Blender `addons` folder (Ctrl + V).
72
-
73
-
After completing the process outlined above, you will need to start Blender and then activate the plugin. Activation is done from Edit > Preferences, as shown in the image below:
74
-
75
-
**NOTE** : You may need to restart Blender again after activating the plugin for all the options to be visible in the IDE.
1. If you previously installed the Microsoft Flight Simulator 2020 glTF Extensions Add-on, Remove/Delete the older version using the Blender Edit > Preferences Menu.
@@ -84,7 +62,7 @@ After completing the process outlined above, you will need to start Blender and
84
62
85
63
86
64
2. Select the Add-ons tab. Search for the `Microsoft Flight Simulator 2020 glTF Extension` Importer/Exporter add-on in the search box. Delete the `Import-Export: Microsoft Flight Simulator 2020 gltf Extension` using the `Remove` button.<br>
87
-
:warning: DO NOT DELETE THE `Import-Export: gltf 2.0 format` Add-on.
65
+
:warning: DO NOT DELETE OR DISABLE THE `Import-Export: gltf 2.0 format` Add-on.
0 commit comments