Skip to content

Commit

Permalink
Python wrapping hasInheritPaths and hasSpecializes for SdfPrimSpec
Browse files Browse the repository at this point in the history
(Internal change: 2343406)
  • Loading branch information
pixar-oss committed Oct 3, 2024
1 parent 2b36ff9 commit 124c6ce
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions pxr/usd/sdf/wrapPrimSpec.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -478,6 +478,14 @@ void wrapPrimSpec()
&This::HasPayloads,
"Returns true if this prim has payloads set.")

.add_property("hasInheritPaths",
&This::HasInheritPaths,
"Returns true if this prim has inherits set.")

.add_property("hasSpecializes",
&This::HasSpecializes,
"Returns true if this prim has specializes set.")

.add_property("relocates",
&This::GetRelocates,
&_SetRelocates,
Expand Down

0 comments on commit 124c6ce

Please sign in to comment.