From c24a81a29385f177771e1d1957c8980e25e0856d Mon Sep 17 00:00:00 2001 From: Ken Hughes Date: Mon, 11 May 2009 16:57:54 +0000 Subject: [PATCH] Remove incorrect "w" attribute from Eulers, gave warning in epydocs. --- source/blender/python/api2_2x/doc/Mathutils.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/blender/python/api2_2x/doc/Mathutils.py b/source/blender/python/api2_2x/doc/Mathutils.py index 7ca10c53d02..d8492558317 100644 --- a/source/blender/python/api2_2x/doc/Mathutils.py +++ b/source/blender/python/api2_2x/doc/Mathutils.py @@ -546,7 +546,7 @@ class Euler: The Euler object ================ This object gives access to Eulers in Blender. - @group Axises: x, y, z, w + @group Axises: x, y, z @ivar x: The heading value in degrees. @ivar y: The pitch value in degrees. @ivar z: The roll value in degrees.