Turning off mipmap generation & texture streaming so they're not back on on USD Composer restart

Hi,

is there a way to permanently turn off mipmap generation & texture streaming so they’re not back on when restarting USD Composer?

When I deselect them and restart USD Composer, they’re back to being ticked.

@mzaras you can set to keep them off at app launch through modifying the .kit found in the path below via text editor tool:

  • Windows - %userprofile%\AppData\Local\ov\pkg\create-2023.2.1\apps\omni.create.kit
  • Linux - ~/.local/share/ov/pkg/create-2023.2.1/apps/omni.create.kit

then append the following snippet at the bottom after the last line of #'s (or anywhere in this text file, really, and not having to mess with the original source code) and remember it’ll be case sensitive:

[settings.rtx-transient.resourcemanager]
genMipsForNormalMaps = false
enableTextureStreaming = false

if you are interested to know how to find your way around or wish to add additional preference changes, you can take a look at step by step here:

I would just advise that you will use a lot more memory that way.

Thanks for the howto Simplychenable !
I see Richard3D, thanks for the heads up.

1 Like

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.