Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStephen Swaney <sswaney@centurytel.net>2008-04-07 18:16:26 +0400
committerStephen Swaney <sswaney@centurytel.net>2008-04-07 18:16:26 +0400
commit77639a5cdeea0f9718acf205ab300645add02969 (patch)
treef5d93b4ffcea9d6df5deccdea8f6c94f2e267ece /source/blender/python/api2_2x
parent7c15baff16a0250e7a5966688cde16110cac960c (diff)
Doh! Typo - replace [Y] with [Z].
Diffstat (limited to 'source/blender/python/api2_2x')
-rw-r--r--source/blender/python/api2_2x/Object.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/python/api2_2x/Object.c b/source/blender/python/api2_2x/Object.c
index 7b1ccb93d68..d9733532fe7 100644
--- a/source/blender/python/api2_2x/Object.c
+++ b/source/blender/python/api2_2x/Object.c
@@ -5999,7 +5999,7 @@ static PyObject *Object_trackAxis( BPy_Object * self )
break;
case(5):
ctr[0] = '-';
- ctr[1] = 'Y';
+ ctr[1] = 'Z';
break;
default:
break;