We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b8dbd19 commit c8c0738Copy full SHA for c8c0738
pxr/usd/usd/primDefinition.cpp
@@ -405,8 +405,8 @@ UsdPrimDefinition::_FindOrCreateSpecForComposition(
405
// we create a new layer for this prim definition to write its composed
406
// properties and metadata.
407
if (_composedPropertyLayer) {
408
- if (destSpec = _composedPropertyLayer->GetObjectAtPath(
409
- primPath.AppendProperty(propName))) {
+ if ((destSpec = _composedPropertyLayer->GetObjectAtPath(
+ primPath.AppendProperty(propName)))) {
410
return destSpec;
411
}
412
} else {
0 commit comments