Skip to content

Commit

Permalink
EMSUSD-190 return parent for the default parent of proxy shape.
Browse files Browse the repository at this point in the history
  • Loading branch information
pierrebai-adsk committed Jul 10, 2023
1 parent 91c9e61 commit ee65e6e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/mayaUsd/ufe/ProxyShapeHierarchy.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -348,7 +348,7 @@ Ufe::SceneItem::Ptr ProxyShapeHierarchy::defaultParent() const
// nodes that lacked a parent, to figure a default location where to insert them.
//
// The PrimUpdaterManager also used to call it, but it no longer does.
return fMayaHierarchy->defaultParent();
return parent();
}

#endif // UFE_V2_FEATURES_AVAILABLE
Expand Down

0 comments on commit ee65e6e

Please sign in to comment.