node animation not work on 2.75a #47981

Closed
opened 2016-03-28 22:59:33 +02:00 by dick rowilsonh · 7 comments

System Information
windows 7 and quadro 2000

Blender Version
2.75a

Short description of error
Traceback (most recent call last):

File "<frozen importlib._bootstrap>", line 2218, in _find_and_load_unlocked

AttributeError: 'module' object has no attribute 'path'

During handling of the above exception, another exception occurred:
Traceback (most recent call last):

File "D:\Progrmas Instalados\blender2.75a\2.75\scripts\modules\addon_utils.py", line 324, in enable
  mod = __import__(module_name)
File "C:\Users\dbecerra\AppData\Roaming\Blender Foundation\Blender\2.75\scripts\addons\animation_nodes-master\__init__.py", line 74, in <module>
  modules = developer_utils.setup_addon_modules(__path__, __name__, "bpy" in locals())
File "C:\Users\dbecerra\AppData\Roaming\Blender Foundation\Blender\2.75\scripts\addons\animation_nodes-master\developer_utils.py", line 39, in setup_addon_modules
  modules = import_submodules(names)
File "C:\Users\dbecerra\AppData\Roaming\Blender Foundation\Blender\2.75\scripts\addons\animation_nodes-master\developer_utils.py", line 30, in import_submodules
  modules.append(importlib.import_module("." + name, package_name))
File "D:\Progrmas Instalados\blender2.75a\2.75\python\lib\importlib\__init__.py", line 109, in import_module
  return _bootstrap._gcd_import(name[level:], package, level)
File "C:\Users\dbecerra\AppData\Roaming\Blender Foundation\Blender\2.75\scripts\addons\animation_nodes-master\nodes\bvh_tree\construct.py", line 5, in <module>
  from mathutils.bvhtree import BVHTree

ImportError: No module named 'mathutils.bvhtree'; 'mathutils' is not a package

Exact steps for others to reproduce the error
not work. disable all addons and only tried installed nodes animation

thankss

**System Information** windows 7 and quadro 2000 **Blender Version** 2.75a **Short description of error** Traceback (most recent call last): ``` File "<frozen importlib._bootstrap>", line 2218, in _find_and_load_unlocked ``` AttributeError: 'module' object has no attribute '__path__' During handling of the above exception, another exception occurred: Traceback (most recent call last): ``` File "D:\Progrmas Instalados\blender2.75a\2.75\scripts\modules\addon_utils.py", line 324, in enable mod = __import__(module_name) File "C:\Users\dbecerra\AppData\Roaming\Blender Foundation\Blender\2.75\scripts\addons\animation_nodes-master\__init__.py", line 74, in <module> modules = developer_utils.setup_addon_modules(__path__, __name__, "bpy" in locals()) File "C:\Users\dbecerra\AppData\Roaming\Blender Foundation\Blender\2.75\scripts\addons\animation_nodes-master\developer_utils.py", line 39, in setup_addon_modules modules = import_submodules(names) File "C:\Users\dbecerra\AppData\Roaming\Blender Foundation\Blender\2.75\scripts\addons\animation_nodes-master\developer_utils.py", line 30, in import_submodules modules.append(importlib.import_module("." + name, package_name)) File "D:\Progrmas Instalados\blender2.75a\2.75\python\lib\importlib\__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "C:\Users\dbecerra\AppData\Roaming\Blender Foundation\Blender\2.75\scripts\addons\animation_nodes-master\nodes\bvh_tree\construct.py", line 5, in <module> from mathutils.bvhtree import BVHTree ``` ImportError: No module named 'mathutils.bvhtree'; 'mathutils' is not a package **Exact steps for others to reproduce the error** not work. disable all addons and only tried installed nodes animation thankss
Author

Changed status to: 'Open'

Changed status to: 'Open'
Jacques Lucke was assigned by dick rowilsonh 2016-03-28 22:59:33 +02:00
Author

Added subscriber: @rowilsonh

Added subscriber: @rowilsonh
Member

Added subscriber: @JulianEisel

Added subscriber: @JulianEisel
Member

Changed status from 'Open' to: 'Archived'

Changed status from 'Open' to: 'Archived'
Member

Animation nodes are not bundled with Blender, it's an external Add-on. Please get in touch with the author outside of this tracker.

Animation nodes are not bundled with Blender, it's an external Add-on. Please get in touch with the author outside of this tracker.
Member

Please update to Blender 2.77 if you want to use Animation Nodes 1.5

if this does not solve the issue, report it here:
https://github.com/JacquesLucke/animation_nodes/issues/new

Please update to Blender 2.77 if you want to use Animation Nodes 1.5 if this does not solve the issue, report it here: https://github.com/JacquesLucke/animation_nodes/issues/new
Author

yess. thanks very much... work.

yess. thanks very much... work.
Sign in to join this conversation.
No Milestone
No project
No Assignees
3 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: blender/blender-addons#47981
No description provided.