Forum Replies Created
-
AuthorPosts
-
digitalelementsParticipant
Thank you for your time Yuri …
I will wait for the release of RC2digitalelementsParticipantindeed there re errors
>>> import ctypes
Traceback (most recent call last):
File “<blender_console>”, line 1, in <module>
File “/Applications/Blender.app/Contents/Resources/2.80/python/lib/python3.7/ctypes/__init__.py”, line 543, in <module>
_reset_cache()
File “/Applications/Blender.app/Contents/Resources/2.80/python/lib/python3.7/ctypes/__init__.py”, line 273, in _reset_cache
CFUNCTYPE(c_int)(lambda: None)
MemoryErrordigitalelementsParticipantI’ve been using that build. It is what brought my other AddOns back.
I tried Commenting out the line you had suggested but, no success.I appreciate the help as I know that Mac OS users are few and far between : )
digitalelementsParticipantI’ve been using the same path to scripts for many weeks.
I always unpack and place the payload in the same location.
It wasn’t until RC1 and the latest Verge version that I encountered the
Errors.digitalelementsParticipantSorry Yuri ..I had thought I had attached a text file.
Pasting the console text below. and thank you!bpy.data.window_managers[“WinMan”].addon_search = “ver”
Traceback (most recent call last):
File “/Applications/Blender.app/Contents/Resources/2.80/scripts/modules/addon_utils.py”, line 384, in enable
mod.register()
File “/Users/chrisryan/Documents/Blender Files/AddOns/2.8/verge3d/addons/verge3d/__init__.py”, line 218, in register
from . import custom_props, custom_ui
File “/Users/chrisryan/Documents/Blender Files/AddOns/2.8/verge3d/addons/verge3d/custom_props.py”, line 20, in <module>
from . import utils
File “/Users/chrisryan/Documents/Blender Files/AddOns/2.8/verge3d/addons/verge3d/utils.py”, line 19, in <module>
import numpy as np
File “/Applications/Blender.app/Contents/Resources/2.80/python/lib/python3.7/site-packages/numpy/__init__.py”, line 142, in <module>
from . import add_newdocs
File “/Applications/Blender.app/Contents/Resources/2.80/python/lib/python3.7/site-packages/numpy/add_newdocs.py”, line 13, in <module>
from numpy.lib import add_newdoc
File “/Applications/Blender.app/Contents/Resources/2.80/python/lib/python3.7/site-packages/numpy/lib/__init__.py”, line 8, in <module>
from .type_check import *
File “/Applications/Blender.app/Contents/Resources/2.80/python/lib/python3.7/site-packages/numpy/lib/type_check.py”, line 11, in <module>
import numpy.core.numeric as _nx
File “/Applications/Blender.app/Contents/Resources/2.80/python/lib/python3.7/site-packages/numpy/core/__init__.py”, line 35, in <module>
from . import _internal # for freeze programs
File “/Applications/Blender.app/Contents/Resources/2.80/python/lib/python3.7/site-packages/numpy/core/_internal.py”, line 15, in <module>
import ctypes
File “/Applications/Blender.app/Contents/Resources/2.80/python/lib/python3.7/ctypes/__init__.py”, line 543, in <module>
_reset_cache()
File “/Applications/Blender.app/Contents/Resources/2.80/python/lib/python3.7/ctypes/__init__.py”, line 273, in _reset_cache
CFUNCTYPE(c_int)(lambda: None)
MemoryError -
AuthorPosts