I tried to bring in a pipe I created in Blender, and I get this message.
Blender is set in meters and I am not sure how to find units in omniverse Composer. If I move the pipe, it disappears.
Where are units in an Omniverse scene.
Thans
I tried to bring in a pipe I created in Blender, and I get this message.
Blender is set in meters and I am not sure how to find units in omniverse Composer. If I move the pipe, it disappears.
Where are units in an Omniverse scene.
Thans
For NEW files you can set the “Default Meters Per Unit” in both the Stage Prefences inside “Preferences>Stage”.
For existing files, you can edit the layer properties directly by right clicking on the layer, and choosing “Edit” at the bottom. This will open the USD file as an editable text file, in your default text editor (probably notepad). When I do this I see the following layer attributes…
#usda 1.0
(
defaultPrim = “World”
endTimeCode = 100
metersPerUnit = 0.01
startTimeCode = 0
timeCodesPerSecond = 60
upAxis = “Y”
)
Thank you.