Information about Omniverse for Blender

2 Likes

Hi, I’ve recently installed Blender 3.6 through the Omiverse Launcher. The problem that I’m experiencing now is Blender has no Omniverse Panel due to this error: “No module name _ar”. Full error stack below:

Traceback (most recent call last):
File “D:\NVIDIA_CACHE\Lib\blender-3.6.0-usd.200.0\Release\3.6\scripts\modules\addon_utils.py”, line 333, in enable
mod = import(module_name)
File “C:\Users\gaida\AppData\Roaming\Blender Foundation\Blender\3.6\scripts\addons\omni_nucleus_init_.py”, line 24, in
from .registration import (
File “C:\Users\gaida\AppData\Roaming\Blender Foundation\Blender\3.6\scripts\addons\omni_nucleus\registration.py”, line 43, in
from .operators import (
File “C:\Users\gaida\AppData\Roaming\Blender Foundation\Blender\3.6\scripts\addons\omni_nucleus\operators.py”, line 13, in
from pxr import Ar
File “D:\Work\Pipeline\Packages\usd\build\lib\python\pxr\Ar_init_.py”, line 24, in
import _ar
ModuleNotFoundError: No module named ‘_ar’

Any help around this is much appreciated! I would very much like to follow the tutorials 1 by 1