NVIDIA-Omniverse / kit-extension-sample-defectsgen

Reference Extension to apply defects for synthetic data generation
Apache License 2.0
24 stars 4 forks source link

Overridden in a stronger layer (Root Layer) #5

Closed Siwakonrome closed 3 months ago

Siwakonrome commented 8 months ago

2023-12-26 08:02:12 [Warning] [omni.kit.widget.layers.layer_model] /Replicator/Cube_Xform.xformOp:rotateXYZ is overridden in a stronger layer (Root Layer). When I was click review defect.

b-part-bot commented 6 months ago

Seeing the same error while trying to replicate the demo.

2024-02-22 02:38:36  [Warning] [omni.example.defects.utils] No valid prim at path given: /World/Looks/ProjectPBRMaterial
2024-02-22 02:38:36  [Warning] [omni.example.defects.utils] No valid prim at path given: /World/Body_Panels/Good/Mesh_704/Projection
2024-02-22 02:38:36  [Warning] [omni.replicator.core.scripts.utils.utils] module 'omni.replicator.core.scripts.create' has no attribute 'projection_material'
2024-02-22 02:38:36  [Warning] [omni.kit.widget.layers.layer_model] /Replicator/Cube_Xform.xformOp:translate is overridden in a stronger layer (Root Layer).
2024-02-22 02:38:36  [Warning] [omni.kit.widget.layers.layer_model] /Replicator/Cube_Xform.xformOp:scale is overridden in a stronger layer (Root Layer).
2024-02-22 02:38:36  [Warning] [omni.kit.widget.layers.layer_model] /Replicator/Cube_Xform.xformOp:rotateXYZ is overridden in a stronger layer (Root Layer).
jaeyeun1 commented 6 months ago

try using the newest version of Code, which is 2023.1.1 I had the same error and was struggling for hours to fix it and then it just magically disappeared when I ran the extension with the newest version of Code.

Siwakonrome commented 3 months ago

Thank you.