Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
eliemichel committed Apr 30, 2022
2 parents 648d2b0 + a27e2e4 commit 5ff7bc8
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/ISSUE_TEMPLATE/cannot-import-rdc-file.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,5 @@ If you are having trouble importing a .rdc file with this add-on, please provide
- The .rdc file
- Your GPU name
- Version of this add-on (must be the most recent one)
- Version of RenderDoc (1.10 mandatory)
- Version of Blender (2.82 minimum)
- Version of RenderDoc (1.13 recommended)
- Version of Blender (2.93 recommended)
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ You can use the [LilyCaptureMerger](https://gumroad.com/l/KSvXuu) add-on for thi

### There are so many textures, it's impractical for export!

You can check out the [LilyTexturePacker](https://gumroad.com/l/DFExj) add-on I've made especially for this. Beware to use it only **after** using LilyTextureMerger, because the latter rely on individual block textures to perform matching.
You can check out the [LilyTexturePacker](https://gumroad.com/l/DFExj) add-on I've made especially for this. Beware to use it only **after** using LilyCaptureMerger, because the latter rely on individual block textures to perform matching.

### How to clean up imported geometry

Expand All @@ -145,6 +145,10 @@ Even though it won't make miracles, the following can help:

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.

### Importing fails with some "UnicodeEncodeError"

Remove any special character from your filename and from the directories that contain it.

Notable use cases
-----------------

Expand Down

0 comments on commit 5ff7bc8

Please sign in to comment.