Description of the issue: Install gives warning message: Upgrade to 2.8x required.
selecting activate box give trace back error:
Traceback (most recent call last):
File "C:\Program Files\Blender Foundation\Blender 2.83\2.83\scripts\modules\addon_utils.py", line 351, in enable
mod = import(module_name)
File "C:\Users\mike_hughes\AppData\Roaming\Blender Foundation\Blender\2.83\scripts\addons\archipack-master__init.py", line 89, in
from . import archipack_manipulator
File "C:\Users\mike_hughes\AppData\Roaming\Blender Foundation\Blender\2.83\scripts\addons\archipack-master\archipack_manipulator.py", line 40, in
from .archipack_gl import (
File "C:\Users\mike_hughes\AppData\Roaming\Blender Foundation\Blender\2.83\scripts\addons\archipack-master\archipack_gl.py", line 1137, in
class GlCursorFence():
File "C:\Users\mike_hughes\AppData\Roaming\Blender Foundation\Blender\2.83\scripts\addons\archipack-master\archipack_gl.py", line 1141, in GlCursorFence
def init__(self, width=1, colour=(1.0, 1.0, 1.0, 0.5), style=bgl.GL_LINE_STIPPLE):
AttributeError: module 'bgl' has no attribute 'GL_LINE_STIPPLE'
Version 1.38 / 1.40_dev are compatible with blender 2.79 series only.
Archipack 1.2.8 is shipped with blender 2.8 you only need to enable in preferences->add-ons
Archipack 2.x is available on gumroad.
Archipack version: 1.38
Blender version: 2.83.2
Os version: Win 10 (1904)
Description of the issue: Install gives warning message: Upgrade to 2.8x required. selecting activate box give trace back error:
Traceback (most recent call last): File "C:\Program Files\Blender Foundation\Blender 2.83\2.83\scripts\modules\addon_utils.py", line 351, in enable mod = import(module_name) File "C:\Users\mike_hughes\AppData\Roaming\Blender Foundation\Blender\2.83\scripts\addons\archipack-master__init.py", line 89, in
from . import archipack_manipulator
File "C:\Users\mike_hughes\AppData\Roaming\Blender Foundation\Blender\2.83\scripts\addons\archipack-master\archipack_manipulator.py", line 40, in
from .archipack_gl import (
File "C:\Users\mike_hughes\AppData\Roaming\Blender Foundation\Blender\2.83\scripts\addons\archipack-master\archipack_gl.py", line 1137, in
class GlCursorFence():
File "C:\Users\mike_hughes\AppData\Roaming\Blender Foundation\Blender\2.83\scripts\addons\archipack-master\archipack_gl.py", line 1141, in GlCursorFence
def init__(self, width=1, colour=(1.0, 1.0, 1.0, 0.5), style=bgl.GL_LINE_STIPPLE):
AttributeError: module 'bgl' has no attribute 'GL_LINE_STIPPLE'