Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Can't enable animation nodes... #1280

Closed
rampagedog12 opened this issue Jan 2, 2020 · 1 comment
Closed

Can't enable animation nodes... #1280

rampagedog12 opened this issue Jan 2, 2020 · 1 comment

Comments

@rampagedog12
Copy link

OS: Win 10
Blender 2.80

Can't enable animation nodes...

Traceback (most recent call last):
File "C:\Program Files\Blender Foundation\Blender\2.80\scripts\modules\addon_utils.py", line 351, in enable
mod = import(module_name)
File "C:\Users\hwy19\AppData\Roaming\Blender Foundation\Blender\2.80\scripts\addons\animation_nodes_init_.py", line 166, in
auto_load.init()
File "C:\Users\hwy19\AppData\Roaming\Blender Foundation\Blender\2.80\scripts\addons\animation_nodes\auto_load.py", line 23, in init
modules = get_all_submodules(Path(file).parent)
File "C:\Users\hwy19\AppData\Roaming\Blender Foundation\Blender\2.80\scripts\addons\animation_nodes\auto_load.py", line 51, in get_all_submodules
return list(iter_submodules(directory, directory.name))
File "C:\Users\hwy19\AppData\Roaming\Blender Foundation\Blender\2.80\scripts\addons\animation_nodes\auto_load.py", line 55, in iter_submodules
yield importlib.import_module("." + name, package_name)
File "C:\Program Files\Blender Foundation\Blender\2.80\python\lib\importlib_init_.py", line 127, in import_module
return _bootstrap.gcd_import(name[level:], package, level)
File "C:\Users\hwy19\AppData\Roaming\Blender Foundation\Blender\2.80\scripts\addons\animation_nodes\libs\FastNoiseSIMD_init
.py", line 1, in
from .node_base import Noise3DNodeBase
File "C:\Users\hwy19\AppData\Roaming\Blender Foundation\Blender\2.80\scripts\addons\animation_nodes\libs\FastNoiseSIMD\node_base.py", line 6, in
from . wrapper import (
ImportError: DLL load failed: The specified module could not be found.

@OmarEmaraDev
Copy link
Collaborator

See #1240.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants