-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Moving stopping the renderer and increasing sceneVersion from HdPrman_RenederParam::AcquireContext to HdPrman_Context::AcquireRiley. Clients trying to edit riley are forced to stop the renderer because HdPrman_Context::riley is now protected on the context. Motivation: Change 2193331 demonstrated that there legimate cases where we need to access the context without stopping the renderer. Since the HdPrman_InteractiveRenderPass now also has to call AcquireRiley, the flag needsStartRender local to _Execute or explicit calls to stop the rendeer are no longer needed since these edits to riley are treated like any other edit. (Internal change: 2193522) (Internal change: 2193551)
- Loading branch information
1 parent
ce6dc3b
commit e7bd168
Showing
17 changed files
with
170 additions
and
213 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.