Replies: 1 comment 3 replies
-
Hi, this addon have various releases for various blender releases (up to blender 4.0, at time of writing). |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
bpy.data.window_managers["WinMan"].addon_search = "pro"
Traceback (most recent call last):
File "I:\B4\4.0\scripts\modules\addon_utils.py", line 364, in enable
mod = importlib.import_module(module_name)
File "I:\B4\4.0\python\lib\importlib_init_.py", line 126, in import_module
return _bootstrap._gcd_import(name[level:], package, level)
File "", line 1050, in _gcd_import
File "", line 1027, in find_and_load
File "", line 1006, in find_and_load_unlocked
File "", line 688, in load_unlocked
File "", line 883, in exec_module
File "", line 241, in call_with_frames_removed
File "E:\Users\darks\AppData\Roaming\Blender Foundation\Blender\4.0\scripts\addons\rprblender_init.py", line 40, in
from .engine.engine import Engine
File "E:\Users\darks\AppData\Roaming\Blender Foundation\Blender\4.0\scripts\addons\rprblender\engine_init.py", line 117, in
register_plugins()
File "E:\Users\darks\AppData\Roaming\Blender Foundation\Blender\4.0\scripts\addons\rprblender\engine_init.py", line 95, in register_plugins
register_plugin(pyhybridpro.Context,
File "E:\Users\darks\AppData\Roaming\Blender Foundation\Blender\4.0\scripts\addons\rprblender\engine_init.py", line 75, in register_plugin
ContextCls.register_plugin(lib_path, cache_path)
File "E:\Users\darks\AppData\Roaming\Blender Foundation\Blender\4.0\scripts\addons\rprblender\pyhybridpro.py", line 46, in wrapper
return function(*args, **kwargs)
File "E:\Users\darks\AppData\Roaming\Blender Foundation\Blender\4.0\scripts\addons\rprblender\pyhybridpro.py", line 118, in register_plugin
raise err
File "E:\Users\darks\AppData\Roaming\Blender Foundation\Blender\4.0\scripts\addons\rprblender\pyhybridpro.py", line 111, in register_plugin
context = cls(pyrpr.CREATION_FLAGS_ENABLE_GPU0)
File "E:\Users\darks\AppData\Roaming\Blender Foundation\Blender\4.0\scripts\addons\rprblender\pyrpr.py", line 258, in init
CreateContext(API_VERSION, [self.plugin_id], 1, flags,
File "E:\Users\darks\AppData\Roaming\Blender Foundation\Blender\4.0\scripts\addons\rprblender\pyrpr.py", line 74, in wrapped
raise CoreError(status, f.name, argv, module_name)
pyrpr.CoreError: RPR call CreateContext(3145985, [1], 1, 1, <cdata 'void *' NULL>, b'E:\Users\darks\AppData\Roaming\Blender Foundation\Blender\4.0\scripts\addons\rprblender\.cache\0x300101_hybridpro', <pyhybridpro.Context object at 0x0000027AECD00EB0>) returned error code <-17> with error message: ''
Beta Was this translation helpful? Give feedback.
All reactions