Skip to content

Latest commit

 

History

History
26 lines (19 loc) · 1.13 KB

README.md

File metadata and controls

26 lines (19 loc) · 1.13 KB

RDHelper is an extension for the RenderDoc(1.20+) application which helps to inspect meshes and textures.

RenderDoc: https://github.com/baldurk/renderdoc

Features:

  • Get all or only unique textures.
  • Get all or only unique meshes.
  • Sort meshes by an amount of triangles.
  • Sort textures by size.
  • Limit an amount of Event IDs by setting StartEID and EndEID values.
  • Export selected meshes to an OBJ file (no UVs and VertexColors).

image image

UE5 Nanite meshes aren't supported.

Installation:

  • Open the Extension Manager. Tools->ManageExtensions.
  • Press the OpenLocation button in the Extension Manager.
  • Copy the content of the repository as a folder to RenderDoc's extensions folder. On Windows it will be at C:\Users\MyUser\AppData\Roaming\qrenderdoc\extensions\RDHelper.
  • Enable the RDHelper extension in the Extension Manager.
  • Open the RDHelper window with Window->RDHelperWindow.

image