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
+7-5Lines changed: 7 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -23,14 +23,14 @@ Download a [release](https://github.com/eliemichel/MapsModelsImporter/releases)
23
23
24
24
**/!\ Do not use the "Download as zip" button of GitHub, make sure you use a release zip instead.**
25
25
26
-
Install [RenderDoc](https://renderdoc.org/builds), version 1.16
26
+
Install [RenderDoc](https://renderdoc.org/builds), get **the very version specified in [the last release notes](https://github.com/eliemichel/MapsModelsImporter/releases/latest) of this add-on!
27
27
28
28
Usage
29
29
-----
30
30
31
31
You can follow instruction from the walkthrough video: https://youtu.be/X6Q7dbtXVZQ (Slightly out of date, refer to the steps bellow) Alternatively, check out the following steps:
32
32
33
-
1. Start RenderDoc 1.16, go to `Tools > Settings` and check `Enable process injection (restart required)`, restart RenderDoc then click `File > Inject into process`;
33
+
1. Start RenderDoc, go to `Tools > Settings` and check `Enable process injection (restart required)`, restart RenderDoc then click `File > Inject into process`;
34
34
35
35
2. Start terminal (Win+R, "cmd") and run (adapt the second line to the location of your Chrome installation):
36
36
@@ -66,7 +66,7 @@ Useful information can be found in the comment of the video, as well as on [the
66
66
67
67
### Check software versions
68
68
69
-
Most importantly, use the last version of this add-on. In the release notes of each version the recommended/required versions of RenderDoc and Blender are specified. As of now, use RenderDoc v1.13 (**not** something else) and the last version of Blender.
69
+
Most importantly, use the last version of this add-on. In [the release notes](https://github.com/eliemichel/MapsModelsImporter/releases/latest) of each version the recommended/required versions of RenderDoc and Blender are specified.
70
70
71
71
### Example of capture files
72
72
@@ -96,8 +96,6 @@ Try typing `chrome://flags` and then checking `Override software rendering list`
96
96
97
97
Try typing `chrome://settings/system` and making sure `Use hardware acceleration when available` is enabled
98
98
99
-
Make sure you are using RenderDoc 1.16
100
-
101
99
### API: OpenGL (Not Presenting)
102
100
103
101
This was a common issue with versions of this add-on prior to v0.2.0. Update to the latest version of this add-on, then make sure you remove the `--use-angle=gl` option from the chrome shortcut. You should get `API: D3D11`.
@@ -125,6 +123,10 @@ Make sure you use the right custom shortcut to start chrome and that you closed
125
123
126
124
It happens sometimes, in this case you can use the "Capture after delay" button in RenderDoc to trigger a capture. Don't forget to make sure to move in the 3D viewport at the very time the capture occurs.
127
125
126
+
### Importing fails
127
+
128
+
Make sure you are using the correct version of RenderDoc, which may not be the latest version (see [release notes](https://github.com/eliemichel/MapsModelsImporter/releases/latest)).
129
+
128
130
### Importing fails with some "UnicodeEncodeError"
129
131
130
132
Remove any special character from your filename and from the directories that contain it.
0 commit comments