Skip to content

Commit 443000e

Browse files
aslukclaude
andcommitted
Broaden scope example per Steve Ghee feedback
Replace manufacturing-specific framing with three industry-neutral examples of collapsing internal asset structure (manufacturing, service documentation, M&E layout). Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 2cc91d8 commit 443000e

1 file changed

Lines changed: 8 additions & 7 deletions

File tree

  • proposals/identifier_separation_of_concerns

proposals/identifier_separation_of_concerns/README.md

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -657,13 +657,14 @@ of fragmented workarounds.
657657
external identifiers are needed on prims at all levels of the hierarchy
658658
and the mechanism must not be artificially limited to model roots.
659659

660-
In manufacturing, an asset
661-
may collapse internal product structure for visualization, but
662-
individual meshes within the asset still need to trace back to the
663-
source parts they represent -- identifiers that differ from the model
664-
root's own identifier. An assembly (e.g., a rack) may contain
665-
components (e.g., trays) whose visual prims carry their own source
666-
identifiers even though they are not model roots.
660+
An asset may collapse internal structure for downstream use -- a
661+
manufacturer simplifying a product assembly, a service team stripping
662+
internals for lighter instruction models, or an M&E artist reducing
663+
detail for layout. Even so, individual meshes still need to trace back
664+
to the source parts they represent -- identifiers that differ from the
665+
model root's own. An assembly (e.g., a rack) may contain components
666+
(e.g., trays) whose visual prims carry their own source identifiers
667+
even though they are not model roots.
667668

668669
However, broadening scope introduces a **discoverability cost**. Today,
669670
the model hierarchy (via `Usd.PrimIsModel` and `Kind`) provides a cheap

0 commit comments

Comments
 (0)