render-settings

Configure RTX render settings on RenderProduct primitives in OpenUSD.

Updated Apr 29, 2026
One-click install
npx skills add https://github.com/PubCyBerry/SO101-Sim2Real --skill render-settings-pubcyberry
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: render-settings
Source: https://github.com/PubCyBerry/SO101-Sim2Real/tree/main/.agents/skills/render-settings
Command: npx skills add https://github.com/PubCyBerry/SO101-Sim2Real --skill render-settings-pubcyberry

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill helps developers correctly modify RTX render behavior by providing guidance for authoring RenderProduct settings without misconfiguring cameras, render variables, or renderer options.

Core Features & Use Cases

  • Render Configuration Guidance: Explains how to update RTX rendering attributes such as path tracing, bounce limits, sampling, denoising, and quality controls.
  • API Usage Support: Provides validated patterns for writing render settings through Python and C interfaces while preserving correct USD attribute types.
  • Use Case: A graphics developer adjusting path tracing quality in an OpenUSD scene can use this Skill to identify the correct RenderProduct attribute and apply safe rendering updates.

Quick Start

Ask the render-settings skill to change the path tracing bounce limit for a RenderProduct while keeping the existing render configuration intact.

Frequently Asked Questions about render-settings

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I change RTX path tracing settings on a RenderProduct in OpenUSD?

To change RTX path tracing settings in OpenUSD, update the specific renderer attributes on the RenderProduct primitive using validated API patterns through Python or C to safely control rendering behavior without misconfiguring cameras or render variables.

What is the best way to adjust bounce limits and sampling for RTX rendering?

The best way to adjust RTX rendering bounce limits and sampling is by targeting the RenderProduct primitive and modifying its renderer attributes, which directly controls path tracing quality parameters while keeping existing render configurations intact.

How do I safely update USD attributes for real-time rendering and denoising?

You can safely update USD attributes for real-time rendering and denoising by applying validated API patterns that preserve correct USD attribute typing on the RenderProduct, preventing unsafe rendering configuration changes during renderer option updates.

Does configuring RTX render settings work with both Python and C workflows?

Configuring RTX render settings supports both Python and C workflows by providing validated API patterns that preserve correct USD attribute typing across both interfaces for safe RenderProduct targeting and renderer attribute updates.

Why do my RenderProduct configuration changes break my existing camera settings?

RenderProduct configuration changes may break existing camera settings if USD attribute typing is incorrect or if the RenderProduct is improperly targeted, which this Skill prevents by validating API patterns for safe rendering configuration updates.