Blender Kitsu: PyGPU Key Error #62

Closed
opened 2023-05-30 14:27:06 +02:00 by Nick Alberelli · 0 comments
Member

When Enabling Blender Kitsu Addon

Caused by this commit https://projects.blender.org/blender/blender/commit/8cfca8e1bd85

Traceback (most recent call last):
  File "c:\Users\nalbe\Blender-Studio\Development\Blender-Builds\blender-git\build_windows_x64_vc16_Release\bin\Release\4.0\scripts\modules\addon_utils.py", line 333, in enable
    mod = __import__(module_name)
  File "C:\Users\nalbe\AppData\Roaming\Blender Foundation\Blender\4.0\scripts\addons\render_review\__init__.py", 
line 23, in <module>
    from render_review import (
  File "C:\Users\nalbe\AppData\Roaming\Blender Foundation\Blender\4.0\scripts\addons\render_review\kitsu.py", line 25, in <module>
    from blender_kitsu import cache
  File "C:\Users\nalbe\AppData\Roaming\Blender Foundation\Blender\4.0\scripts\addons\blender_kitsu\__init__.py", 
line 22, in <module>
    from blender_kitsu import (
  File "C:\Users\nalbe\AppData\Roaming\Blender Foundation\Blender\4.0\scripts\addons\blender_kitsu\sqe\__init__.py", line 22, in <module>
    from blender_kitsu.sqe import opsdata, checkstrip, pull, push, ops, ui, draw
  File "C:\Users\nalbe\AppData\Roaming\Blender Foundation\Blender\4.0\scripts\addons\blender_kitsu\sqe\draw.py", 
line 40, in <module>
    ucolor_2d_shader = gpu.shader.from_builtin('2D_UNIFORM_COLOR')
ValueError: expected a string in ('FLAT_COLOR', 'IMAGE', 'IMAGE_COLOR', 'SMOOTH_COLOR', 'UNIFORM_COLOR', 'POLYLINE_FLAT_COLOR', 'POLYLINE_SMOOTH_COLOR', 'POLYLINE_UNIFORM_COLOR'), got '2D_UNIFORM_COLOR'
When Enabling Blender Kitsu Addon Caused by this commit https://projects.blender.org/blender/blender/commit/8cfca8e1bd85 ```bash Traceback (most recent call last): File "c:\Users\nalbe\Blender-Studio\Development\Blender-Builds\blender-git\build_windows_x64_vc16_Release\bin\Release\4.0\scripts\modules\addon_utils.py", line 333, in enable mod = __import__(module_name) File "C:\Users\nalbe\AppData\Roaming\Blender Foundation\Blender\4.0\scripts\addons\render_review\__init__.py", line 23, in <module> from render_review import ( File "C:\Users\nalbe\AppData\Roaming\Blender Foundation\Blender\4.0\scripts\addons\render_review\kitsu.py", line 25, in <module> from blender_kitsu import cache File "C:\Users\nalbe\AppData\Roaming\Blender Foundation\Blender\4.0\scripts\addons\blender_kitsu\__init__.py", line 22, in <module> from blender_kitsu import ( File "C:\Users\nalbe\AppData\Roaming\Blender Foundation\Blender\4.0\scripts\addons\blender_kitsu\sqe\__init__.py", line 22, in <module> from blender_kitsu.sqe import opsdata, checkstrip, pull, push, ops, ui, draw File "C:\Users\nalbe\AppData\Roaming\Blender Foundation\Blender\4.0\scripts\addons\blender_kitsu\sqe\draw.py", line 40, in <module> ucolor_2d_shader = gpu.shader.from_builtin('2D_UNIFORM_COLOR') ValueError: expected a string in ('FLAT_COLOR', 'IMAGE', 'IMAGE_COLOR', 'SMOOTH_COLOR', 'UNIFORM_COLOR', 'POLYLINE_FLAT_COLOR', 'POLYLINE_SMOOTH_COLOR', 'POLYLINE_UNIFORM_COLOR'), got '2D_UNIFORM_COLOR' ```
Nick Alberelli added the
Kind
Bug
Kind
Breaking
labels 2023-05-30 14:27:31 +02:00
Sign in to join this conversation.
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: studio/blender-studio-tools#62
No description provided.