Skip to content
/ RDHelper Public

A Python plugin for RenderDoc to inspect meshes and textures.

Notifications You must be signed in to change notification settings

mifth/RDHelper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

A Python plugin for RenderDoc to inspect meshes and textures.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages