Can't Install RPR
See original GitHub issueMy System :
GPU AMD RX 570
Processor Intel i5 4570
OS Windows 10
Blender Version 3.1
System Log:
Read prefs: C:\Users\Tatag\AppData\Roaming\Blender Foundation\Blender\3.1\config\userpref.blend Warning: TypeError('bpy_struct: item.attr = val: POWER_SEQUENCER_OT_speed_up_movie_strip.speed_factor expected an int type, not float') Warning: TypeError('bpy_struct: item.attr = val: POWER_SEQUENCER_OT_speed_up_movie_strip.speed_factor expected an int type, not float') Warning: TypeError('bpy_struct: item.attr = val: POWER_SEQUENCER_OT_speed_up_movie_strip.speed_factor expected an int type, not float') Registered Power Sequencer with 74 modules fake_module: addon missing 'bl_info' gives bad performance!: 'C:\\Users\\Tatag\\AppData\\Roaming\\Blender Foundation\\Blender\\3.1\\scripts\\addons\\__main__.py' addon not loaded: 'rprblender' cause: cannot import name 'config' from partially initialized module 'rprblender' (most likely due to a circular import) (C:\Users\Tatag\AppData\Roaming\Blender Foundation\Blender\3.1\scripts\addons\rprblender\__init__.py) addon not loaded: 'rprblender' cause: cannot import name 'config' from partially initialized module 'rprblender' (most likely due to a circular import) (C:\Users\Tatag\AppData\Roaming\Blender Foundation\Blender\3.1\scripts\addons\rprblender\__init__.py) addon not loaded: 'rprblender' cause: cannot import name 'config' from partially initialized module 'rprblender' (most likely due to a circular import) (C:\Users\Tatag\AppData\Roaming\Blender Foundation\Blender\3.1\scripts\addons\rprblender\__init__.py) addon not loaded: 'rprblender' cause: cannot import name 'config' from partially initialized module 'rprblender' (most likely due to a circular import) (C:\Users\Tatag\AppData\Roaming\Blender Foundation\Blender\3.1\scripts\addons\rprblender\__init__.py) addon not loaded: 'rprblender' cause: cannot import name 'config' from partially initialized module 'rprblender' (most likely due to a circular import) (C:\Users\Tatag\AppData\Roaming\Blender Foundation\Blender\3.1\scripts\addons\rprblender\__init__.py) addon not loaded: 'rprblender' cause: cannot import name 'config' from partially initialized module 'rprblender' (most likely due to a circular import) (C:\Users\Tatag\AppData\Roaming\Blender Foundation\Blender\3.1\scripts\addons\rprblender\__init__.py)
Issue Analytics
- State:
- Created 2 years ago
- Reactions:3
- Comments:5
We will add support for Blender 3.1 in a bit
Hello. This is Blender’s fault unfortunately. With Blender 3.1 they switched to python 3.10 (late in the development cycle) which breaks any add-ons that use python C-extensions. Frankly this is a bit annoying and adds more work for us to catch up which we haven’t gotten to yet.
See this post: https://code.blender.org/2022/02/vfx-reference-platform/ Of Blender explaining their position. And I encourage letting them know this is a problem.