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
+13-4Lines changed: 13 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -100,6 +100,8 @@ This was a common issue with versions of this add-on prior to v0.2.0. Update to
100
100
101
101
- Make sure chrome was completely stopped before starting the custom shortcut
102
102
- Make sure you have hardware acceleration enabled in the advanced section of the chrome settings.
103
+
- Make sure both RenderDoc and Chrome run on the same GPU (if you have a laptop with integrated + dedicated graphics devices)
104
+
- If you really desperate, try running RenderDoc and Chrome as admin; I am reluctant at suggesting this but some people reported it helped them.
103
105
104
106
### Chrome is showing a warning about an unsupported feature
105
107
@@ -117,6 +119,17 @@ Make sure you use the right custom shortcut to start chrome and that you closed
117
119
118
120
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.
119
121
122
+
### Importing fails with some "UnicodeEncodeError"
123
+
124
+
Remove any special character from your filename and from the directories that contain it.
125
+
126
+
### Importing fails with 'key "Principled BSDF" not found'
127
+
128
+
Make sure your Blender is in English, do not used a translated interface (sorry).
129
+
130
+
Frequently Asked Questions
131
+
--------------------------
132
+
120
133
### How to increase the level of detail?
121
134
122
135
If you want better quality captures, you should know that Google Maps loads LoDs (Levels of Details) in relation with the window size of your web browser. There is several way to increase it:
@@ -147,10 +160,6 @@ Even though it won't make miracles, the following can help:
147
160
148
161
Although I don't know how to automate the capture itself, you can easily automate the importing part, see [this issue](https://github.com/eliemichel/MapsModelsImporter/issues/39) for an example of automation script, or [this one](https://github.com/eliemichel/MapsModelsImporter/issues/128) to import all rdc files from a directory.
149
162
150
-
### Importing fails with some "UnicodeEncodeError"
151
-
152
-
Remove any special character from your filename and from the directories that contain it.
0 commit comments