Material Property panel not showing up in Create App

I checked the extension was enabled but not showing up in the UI when I select any material.

1 Like

Can we get some context for your materials? If you are using a material like OmniPBR, selecting either the Material or Shader should show the adjustable parameters:

If you are using an Unreal-exported Material then there must be parameters defined in the Unreal material graph for any to show up in the material’s property window.

This is all I see when I select a OmnoPBR material:

I am running Create in HydraStorm mode.

The error on command prompt:
(Looks unrelated to the issue, but even this shouldn’t be there becase PhysX extensions are also enabled)

2021-02-13 05:43:46 [10,308ms] [Warning] [omni.usd] Warning: in Tf_PyLoadScriptModule at line 122 of E:\w\ca6c508eae419cf8\USD\pxr\base\tf\pyUtils.cpp – Import failed for module ‘pxr.PhysxSchema’!

2021-02-13 05:43:46 [10,309ms] [Warning] [omni.client.plugin] Main: usd_plugin: Import failed for module ‘pxr.PhysxSchema’!
2021-02-13 05:43:46 [10,310ms] [Error] [carb.python] [py stderr]: Traceback (most recent call last):

Traceback (most recent call last):
2021-02-13 05:43:46 [10,310ms] [Error] [carb.python] [py stderr]: File “c:/users/pratik/appdata/local/ov/pkg/create 2020.3.2/_build/kit_release/build/windows-x86_64/release/plugins/bindings-python\pxr\PhysxSchema_init.py”, line 30, in

File “c:/users/pratik/appdata/local/ov/pkg/create 2020.3.2/_build/kit_release/build/windows-x86_64/release/plugins/bindings-python\pxr\PhysxSchema_init.py”, line 30, in
2021-02-13 05:43:46 [10,318ms] [Error] [carb.python] [py stderr]:
2021-02-13 05:43:46 [10,318ms] [Error] [carb.python] [py stderr]: from . import _physxSchema
2021-02-13 05:43:46 [10,319ms] [Error] [carb.python] [py stderr]:

from . import _physxSchema

2021-02-13 05:43:46 [10,320ms] [Error] [carb.python] [py stderr]: SystemError
2021-02-13 05:43:46 [10,321ms] [Error] [carb.python] [py stderr]: :
2021-02-13 05:43:46 [10,321ms] [Error] [carb.python] [py stderr]: initialization of _physxSchema raised unreported exception
2021-02-13 05:43:46 [10,322ms] [Error] [carb.python] [py stderr]:

SystemError: initialization of _physxSchema raised unreported exception

These extensions are enabled:
image

Also grid is not rendering in Hydra Storm mode in the viewport. And the statistics panel is also not showing anything, everything is 0.

@LouRohan
Any idea why this is happening?

I did a little digging and it looks like MDL materials are not supported in the HydraStorm render mode. We’re discussing internally if the MDL material properties should actually display or not, but I know for sure that only UsdPreviewSurface materials and display colors are supported in the Viewport with Storm (same as in usdview).

I was able to add a USD Preview Surface material from the Create menu and see its properties here:

And I loaded a mesh with USD Preview Surface materials and could view/edit more advanced properties:

Thanks for the response.
So, I am guessing, for now we should use USD Preview Surface materials only(in HDStorm mode and maybe in RTX mode as well to maintain consistency.).

That’s correct.If you’re looking for a material that’s supported in both, UsdPreviewSurface is recommended.