This repository has been archived on 2023-10-09. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
blender-archive/source/blender/python/api2_2x/euler.c
Stephen Swaney 70c386cddf bugfix: #1930 Mathutils.Euler constructor fails to initialize class variables
Euler object was holding pointer to bad memory.
Euler now owns internal array memory and frees it in destructor.
2004-12-01 23:09:59 +00:00

8.8 KiB