Giter Club home page Giter Club logo

Comments (16)

DagerD avatar DagerD commented on June 23, 2024

Hi.

For Blender 3.1 please download our latest build with 3.10 Python BlenderUSDHydraAddon_1.0.92_3.10_Windows.zip

from blenderusdhydraaddon.

ultra-sonic avatar ultra-sonic commented on June 23, 2024

I have the same issue on Centos 7.9 Linux with blender 3.1.2 using python 3.10
Read prefs: /home/olimar/.config/blender/3.1/config/userpref.blend 2022-05-20 17:25:13,421 INFO hdusd.init [140579243983232]: Loading USD Hydra addon version=(1, 0, 97), build=8416bf5 Traceback (most recent call last): File "/usr/local/blender/blender-3.1.2-linux-x64/3.1/scripts/modules/addon_utils.py", line 351, in enable mod = __import__(module_name) File "/raid/standards/base-setups/blender/production/3.1/scripts/addons/hdusd/__init__.py", line 108, in <module> from . import engine, properties, ui, usd_nodes, mx_nodes, bl_nodes File "/raid/standards/base-setups/blender/production/3.1/scripts/addons/hdusd/engine/__init__.py", line 43, in <module> from . import engine, handlers File "/raid/standards/base-setups/blender/production/3.1/scripts/addons/hdusd/engine/engine.py", line 21, in <module> from ..utils.stage_cache import CachedStage File "/raid/standards/base-setups/blender/production/3.1/scripts/addons/hdusd/utils/stage_cache.py", line 15, in <module> from pxr import Usd File "/mutter/users/olimar/hdusd/libs-3.10/lib/python/pxr/Usd/__init__.py", line 24, in <module> from pxr import Tf File "/mutter/users/olimar/hdusd/libs-3.10/lib/python/pxr/Tf/__init__.py", line 163, in <module> PreparePythonModule() File "/mutter/users/olimar/hdusd/libs-3.10/lib/python/pxr/Tf/__init__.py", line 88, in PreparePythonModule module = importlib.import_module( File "/usr/local/blender/blender-3.1.2-linux-x64/3.1/python/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) ImportError: libpython3.10.so.1.0: cannot open shared object file: No such file or directory

find /usr/local/blender/ -name "*libpython*"
gives me:
/usr/local/blender/blender-3.1.2-linux-x64/3.1/python/lib/python3.10/config-3.10-x86_64-linux-gnu/libpython3.10.a /usr/local/blender/blender-3.1.2-linux-x64/3.1/python/lib/python3.10/site-packages/Cython/Debugger/libpython.py /usr/local/blender/blender-3.1.2-linux-x64/3.1/python/lib/python3.10/site-packages/Cython/Debugger/Tests/test_libpython_in_gdb.py
not sure why it wants to import the libpython3.10.so.1.0 and not libpython3.10.a

any ideas?

thanks a lot and have a great weekend!

from blenderusdhydraaddon.

masahiroteraoka avatar masahiroteraoka commented on June 23, 2024

Hello, Thank you for this exciting addon! it works in my windows11 with blender 3.1.2, but unfortunately doesn't work in linux mint with same 3.1.2. Seems like kinda same issue which ultra-sonic said.

2022-05-28 08:43:14,983 INFO hdusd.init [139899604664704]: Loading USD Hydra addon version=(1, 0, 95), build=ca41f09 Traceback (most recent call last): File "/home/mteraoka/software/blender-3.1.2-linux-x64/3.1/scripts/modules/addon_utils.py", line 351, in enable mod = __import__(module_name) File "/home/mteraoka/.config/blender/3.1/scripts/addons/hdusd/__init__.py", line 37, in <module> from . import engine, properties, ui, usd_nodes, mx_nodes, bl_nodes File "/home/mteraoka/.config/blender/3.1/scripts/addons/hdusd/engine/__init__.py", line 43, in <module> from . import engine, handlers File "/home/mteraoka/.config/blender/3.1/scripts/addons/hdusd/engine/engine.py", line 21, in <module> from ..utils.stage_cache import CachedStage File "/home/mteraoka/.config/blender/3.1/scripts/addons/hdusd/utils/stage_cache.py", line 15, in <module> from pxr import Usd File "/home/mteraoka/.config/blender/3.1/scripts/addons/hdusd/libs-3.10/lib/python/pxr/Usd/__init__.py", line 24, in <module> from pxr import Tf File "/home/mteraoka/.config/blender/3.1/scripts/addons/hdusd/libs-3.10/lib/python/pxr/Tf/__init__.py", line 163, in <module> PreparePythonModule() File "/home/mteraoka/.config/blender/3.1/scripts/addons/hdusd/libs-3.10/lib/python/pxr/Tf/__init__.py", line 88, in PreparePythonModule module = importlib.import_module( File "/home/mteraoka/software/blender-3.1.2-linux-x64/3.1/python/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) ImportError: libpython3.10.so.1.0: cannot open shared object file: No such file or directory

Thank you very much, in advance!

from blenderusdhydraaddon.

xalteropsx avatar xalteropsx commented on June 23, 2024

https://github.com/GPUOpen-LibrariesAndSDKs/BlenderUSDHydraAddon/releases

thnx the weekly update of urs solve the bug but above link expire
thank u again for quick fix

from blenderusdhydraaddon.

DagerD avatar DagerD commented on June 23, 2024

@masahiroteraoka @ultra-sonic

Try to run apt install libpython3.10.

from blenderusdhydraaddon.

ultra-sonic avatar ultra-sonic commented on June 23, 2024

why would i need to install this when i'm already inside of a 3.10 interpreter?

from blenderusdhydraaddon.

DagerD avatar DagerD commented on June 23, 2024

Because on Unix-like systems you very often don't have required packages.

from blenderusdhydraaddon.

Nikita-schetko avatar Nikita-schetko commented on June 23, 2024

Guys, is there a solution for that problem? Cannot use it on macOs 12.4 Monterey

from blenderusdhydraaddon.

bsavery avatar bsavery commented on June 23, 2024

There is a blender side issue that doesn't allow us to import USD libraries. We're trying to find another solution but there has to be a change on the blender side.

from blenderusdhydraaddon.

xalteropsx avatar xalteropsx commented on June 23, 2024

image
new issue has been arrise black screen

from blenderusdhydraaddon.

xalteropsx avatar xalteropsx commented on June 23, 2024

rpr not working only GL work which is slow

from blenderusdhydraaddon.

xalteropsx avatar xalteropsx commented on June 23, 2024

rx 580 gpu bug issue 3.10.2 blender

from blenderusdhydraaddon.

DagerD avatar DagerD commented on June 23, 2024

Could you please close this issue if it has been resolved and open a new one with attached scene and logs from console?

from blenderusdhydraaddon.

xalteropsx avatar xalteropsx commented on June 23, 2024

2022-06-24 17:40:57,875 INFO hdusd.init [8868]: Loading USD Hydra addon version=(1, 1, 2), build=efbe19d
###################################################################################

HD_ENABLE_SCENE_INDEX_EMULATION is overridden to 'false'. Default is 'true'.

###################################################################################
2022-06-24 17:41:03,725 WARNING hdusd.bl_nodes [8868]: Ignoring unsupported UV Map, TANGENT, <bpy_struct, ShaderNodeNormalMap("Normal Map") at 0x0000018C4912C408>, <bpy_struct, Material("col1") at 0x0000018C41C1E988>, No UV Map will be used
[RPR ERROR] Failed to create RPR context -- invalid api version in RprUsdCreateContext at line 410 of C:\JN\WS\BlenderUSDHydraPlugin_Build\BlenderUSDHydraAddon\deps\HdRPR\pxr\imaging\rprUsd\contextHelpers.cpp(a8cd939)
@DagerD sorry sir for late reply

from blenderusdhydraaddon.

xalteropsx avatar xalteropsx commented on June 23, 2024

Read prefs: C:\Users\haide\AppData\Roaming\Blender Foundation\Blender\3.1\config\userpref.blend
2022-06-24 17:48:46,555 INFO rpr.engine.init [17220]: Core version: 2.2.12 build 0x4382e327
2022-06-24 17:48:46,565 INFO rpr.engine.init [17220]: RIF version: 1.7.1 build 0xfdc139ba
Error: Required device extension VK_KHR_deferred_host_operations is not supported.
2022-06-24 17:48:46,636 WARNING rpr.engine.init [17220]: ('Plugin is not registered', WindowsPath('C:/Users/haide/AppData/Roaming/Blender Foundation/Blender/3.1/scripts/addons/rprblender/HybridPro.dll'), '')
2022-06-24 17:48:47,460 INFO rpr.material_library [17220]: Material library located at C:\ProgramData\RadeonProRender\MaterialLibrary\Xml
Zen UV Library: REGISTERED.
2022-06-24 17:48:48,890 INFO hdusd.init [17220]: Loading USD Hydra addon version=(1, 1, 2), build=efbe19d
###################################################################################

HD_ENABLE_SCENE_INDEX_EMULATION is overridden to 'false'. Default is 'true'.

###################################################################################
Load Handler:
Scanning directory: C:\Users\haide\AppData\Roaming\Blender Foundation\Blender\3.1\scripts\addons\Vera Lighting Studio\thumbs/c
[RPR ERROR] Failed to create RPR context -- invalid api version in RprUsdCreateContext at line 410 of C:\JN\WS\BlenderUSDHydraPlugin_Build\BlenderUSDHydraAddon\deps\HdRPR\pxr\imaging\rprUsd\contextHelpers.cpp(a8cd939)

from blenderusdhydraaddon.

xalteropsx avatar xalteropsx commented on June 23, 2024

i guess it resolve on new blender version 3.2

from blenderusdhydraaddon.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.