Skip to content

Commit

Permalink
Refactor value clips code to use Usd_ClipSet
Browse files Browse the repository at this point in the history
This change refactors helper functions and objects in
UsdStage to primarily deal with Usd_ClipSet objects
instead of individual clips. This lets us get rid of
some duplicated code and is a stepping stone for
moving these methods into Usd_ClipSet itself later.

This refactoring revealed places where we were checking
each clip in a clip set to determine if they applied to
a given layer stack site. Since the answer is the same
for all clips in a given clip set, we can just do this
check once per clip set instead.

(Internal change: 2076104)
  • Loading branch information
sunyab authored and pixar-oss committed Jun 15, 2020
1 parent 6526bf1 commit a5c3a4f
Showing 1 changed file with 161 additions and 121 deletions.
Loading

0 comments on commit a5c3a4f

Please sign in to comment.