Skip to content

Instantly share code, notes, and snippets.

@zeffii
Created April 23, 2015 08:42
Show Gist options
  • Save zeffii/e5543f9671e41a899c74 to your computer and use it in GitHub Desktop.
Save zeffii/e5543f9671e41a899c74 to your computer and use it in GitHub Desktop.
>>> v1 = Vector((1.0, 2.0, 1.3))
>>> v2 = Vector((2.0, 4.0, 4.3))
>>> v3 = Vector((3.0, 6.0, 8.3))
>>> sum([v1, v2, v3])
Traceback (most recent call last):
File "<blender_console>", line 1, in <module>
AttributeError: Vector addition: (int + Vector) invalid type for this operation
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment