From 816da5bb6f5854c477cf3ccfa80eb134fc3bbb64 Mon Sep 17 00:00:00 2001 From: Ken Hughes Date: Tue, 15 Aug 2006 13:16:10 +0000 Subject: [PATCH] ===Python API=== Change documentation of ProtectFlags dictionary from SIZE to SCALE. --- source/blender/python/api2_2x/doc/Object.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/source/blender/python/api2_2x/doc/Object.py b/source/blender/python/api2_2x/doc/Object.py index 644b1a50a84..183a44639c2 100644 --- a/source/blender/python/api2_2x/doc/Object.py +++ b/source/blender/python/api2_2x/doc/Object.py @@ -59,8 +59,8 @@ Example:: Values can be ORed together. - LOCX, LOCY, LOCZ: lock x, y or z location individually - ROTX, ROTY, ROTZ: lock x, y or z rotation individually - - SIZEX, SIZEY, SIZEZ: lock x, y or z size individually - - LOC, ROT, SIZE: lock all 3 attributes for location, rotation or size + - SCALEX, SCALEY, SCALEZ: lock x, y or z scale individually + - LOC, ROT, SCALE: lock all 3 attributes for location, rotation or scale @type PITypes: readonly dictionary @var PITypes: Constant dict used for with L{Object.piType} attribute.