Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

GE Debugger: Add filter to skip prim calls #15378

Merged
merged 1 commit into from
Feb 7, 2022

Conversation

unknownbrackets
Copy link
Collaborator

@unknownbrackets unknownbrackets commented Feb 7, 2022

This allows you to cut prims from the scene as desired.

Usage: you select the option from Actions, and then you can enter something along the lines of:

  • 0-1000 to execute the first 1001 prim calls only.
  • !0-5,!100 to skip prim calls 0 through 5 as well 100.
  • 6-99,101-99999 to equivalently skip prim calls 0 through 5, as well as 100.
  • Blank or * to stop skipping.

This makes it easier to validate "what if" theories and also examine how much certain prim calls are impacting performance.

Note: the cuts intentionally affect recording.

-[Unknown]

This allows you to cut prims from the scene as desired.
@unknownbrackets unknownbrackets added this to the v1.13.0 milestone Feb 7, 2022
@hrydgard
Copy link
Owner

hrydgard commented Feb 7, 2022

Cool feature!

@hrydgard hrydgard merged commit 50350e1 into hrydgard:master Feb 7, 2022
@unknownbrackets unknownbrackets deleted the gedebugger-skip branch February 7, 2022 07:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants