Blender Git Loki
Git Commits -> Revision f1a989f
Revision f1a989f by Campbell Barton (master) December 17, 2013, 07:01 (GMT) |
Fix crash in freestyle vector parsing (hard to believe nobody noticed) Vectors were being assigned as an array of classes in Vec2f_ptr_from_PyObject and similar functions, rather then assigning a number to each axis. |
Commit Details:
Full Hash: f1a989f9c35d496842b2cfa44d90ee0019c06e22
Parent Commit: 61fb34a
Lines Changed: +39, -39
6 Modified Paths:
/source/blender/freestyle/intern/python/BPy_Convert.cpp (+14, -14) (Diff)
/source/blender/freestyle/intern/python/BPy_Convert.h (+14, -14) (Diff)
/source/blender/freestyle/intern/python/BPy_FrsNoise.cpp (+4, -4) (Diff)
/source/blender/freestyle/intern/python/BPy_StrokeAttribute.cpp (+2, -2) (Diff)
/source/blender/freestyle/intern/python/Director.cpp (+4, -4) (Diff)
/source/blender/freestyle/intern/python/Interface0D/BPy_SVertex.cpp (+1, -1) (Diff)
/source/blender/freestyle/intern/python/BPy_Convert.h (+14, -14) (Diff)
/source/blender/freestyle/intern/python/BPy_FrsNoise.cpp (+4, -4) (Diff)
/source/blender/freestyle/intern/python/BPy_StrokeAttribute.cpp (+2, -2) (Diff)
/source/blender/freestyle/intern/python/Director.cpp (+4, -4) (Diff)
/source/blender/freestyle/intern/python/Interface0D/BPy_SVertex.cpp (+1, -1) (Diff)