-
Notifications
You must be signed in to change notification settings - Fork 201
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- No longer send an explicit add notification for the item that was converted from Maya to USD. - Call the parent function instead of the defaultParent function. We only need to invalidate the scene from the point where the object were edited. - When calling defaultParent, the entire Maya cene would be invalidated. - Change the implementation of the proxy shape default parent since it is a Maya node, its default parent must also be a Maya node. - Fortunately, the old behavior was only used when reparenting and one cannot change the location of the USD virtual root, so the old bahavior was never used in practice, as far as I can tell.
- Loading branch information
1 parent
c7c40ac
commit c954f28
Showing
2 changed files
with
19 additions
and
16 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