Skip to content

EMSUSD-4085 remove change block from committer - #4724

Merged
antonkhelou merged 1 commit into
devfrom
bailp/EMSUSD-4085/remove-change-block
Aug 27, 2026
Merged

EMSUSD-4085 remove change block from committer#4724
antonkhelou merged 1 commit into
devfrom
bailp/EMSUSD-4085/remove-change-block

Conversation

@pierrebai-adsk

@pierrebai-adsk pierrebai-adsk commented Aug 27, 2026

Copy link
Copy Markdown
Collaborator

The SdfChangeBlock delays stage recomposition. This prevents USD-level API from working correctly. For example, DefinePrim fails because it does not see the prim it just created. SdfChangeBlockshould be used by the code doing the work when they deem it safe, knowing exactly which API they are using. Sdf-level API are safe, Usd are not.

The `SdfChangeBlock` delays stage recomposition. This prevents USD-level API from working correctly. For example, `DefinePrim` fails because it does not see the prim it just created. `SdfChangeBlock`should be used by the code doingthe work when they deem it safe, knowing exactly which API they are using. `Sdf`-level API are save, `Usd` are not.
@pierrebai-adsk pierrebai-adsk self-assigned this Aug 27, 2026
@pierrebai-adsk pierrebai-adsk added bug Something isn't working shared_components Shared Components (Max / Maya) labels Aug 27, 2026
@pierrebai-adsk
pierrebai-adsk requested review from ppt-adsk and seando-adsk and removed request for seando-adsk August 27, 2026 16:08
Comment thread lib/usd/ui/renderSetup/mayaEditCommitter.cpp
@pierrebai-adsk pierrebai-adsk added the ready-for-merge Development process is finished, PR is ready for merge label Aug 27, 2026
@antonkhelou
antonkhelou merged commit 872b93b into dev Aug 27, 2026
13 checks passed
@antonkhelou
antonkhelou deleted the bailp/EMSUSD-4085/remove-change-block branch August 27, 2026 17:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bug Something isn't working ready-for-merge Development process is finished, PR is ready for merge shared_components Shared Components (Max / Maya)

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants