I can't activate animation node addon #49947

Closed
opened 2016-11-05 22:19:05 +01:00 by Juan Antonio Frutos Lopez · 5 comments

Traceback (most recent call last):

File "/home/ksk/Aplicaciones/blender-2.78-rc2-linux-glibc219-x86_64/2.78/scripts/modules/addon_utils.py", line 330, in enable
  mod = __import__(module_name)
File "/home/ksk/.config/blender/2.78/scripts/addons/animation_nodes-master/__init__.py", line 91, in <module>
  updateSocketInfo()
File "/home/ksk/.config/blender/2.78/scripts/addons/animation_nodes-master/sockets/info.py", line 81, in updateSocketInfo
  _socketInfo.update(socketClasses)
File "/home/ksk/.config/blender/2.78/scripts/addons/animation_nodes-master/sockets/info.py", line 31, in update
  self.insertSocket(socket)
File "/home/ksk/.config/blender/2.78/scripts/addons/animation_nodes-master/sockets/info.py", line 52, in insertSocket
  copyFunction = eval("lambda value: " + socketClass.getCopyExpression())

TypeError: getCopyExpression() missing 1 required positional argument: 'self'

System Information
Ubuntu Studio 16.04

Blender Version
2.78
Short description of error
I can't activate the animation nodes addon

Exact steps for others to reproduce the error
Based on a (as simple as possible) attached .blend file with minimum amount of steps

Traceback (most recent call last): ``` File "/home/ksk/Aplicaciones/blender-2.78-rc2-linux-glibc219-x86_64/2.78/scripts/modules/addon_utils.py", line 330, in enable mod = __import__(module_name) File "/home/ksk/.config/blender/2.78/scripts/addons/animation_nodes-master/__init__.py", line 91, in <module> updateSocketInfo() File "/home/ksk/.config/blender/2.78/scripts/addons/animation_nodes-master/sockets/info.py", line 81, in updateSocketInfo _socketInfo.update(socketClasses) File "/home/ksk/.config/blender/2.78/scripts/addons/animation_nodes-master/sockets/info.py", line 31, in update self.insertSocket(socket) File "/home/ksk/.config/blender/2.78/scripts/addons/animation_nodes-master/sockets/info.py", line 52, in insertSocket copyFunction = eval("lambda value: " + socketClass.getCopyExpression()) ``` TypeError: getCopyExpression() missing 1 required positional argument: 'self' **System Information** Ubuntu Studio 16.04 **Blender Version** 2.78 **Short description of error** I can't activate the animation nodes addon **Exact steps for others to reproduce the error** Based on a (as simple as possible) attached .blend file with minimum amount of steps

Changed status to: 'Open'

Changed status to: 'Open'

Added subscriber: @juan.blender

Added subscriber: @juan.blender
Member

Added subscriber: @Blendify

Added subscriber: @Blendify
Member

Changed status from 'Open' to: 'Archived'

Changed status from 'Open' to: 'Archived'
Aaron Carlisle self-assigned this 2016-11-06 04:25:27 +01:00
Member

This add-on is not disturbed by Blender. Please contact the author of the add-on instead.

This add-on is not disturbed by Blender. Please contact the author of the add-on instead.
Sign in to join this conversation.
No Milestone
No project
No Assignees
2 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#49947
No description provided.