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:
authorJoseph Gilbert <ascotan@gmail.com>2006-04-24 19:09:07 +0400
committerJoseph Gilbert <ascotan@gmail.com>2006-04-24 19:09:07 +0400
commit87949e5c670e8b761ab6b86c0dff2fa5feb4295e (patch)
tree795ba502cfdfec00853e9b6cab146ca0ccb9332b /source/blender/python/api2_2x/Armature.c
parent4bfb0e30ec1ac6b0188b1abde14af28c9198fff4 (diff)
warnings cleanup for the python project on windows
Diffstat (limited to 'source/blender/python/api2_2x/Armature.c')
-rw-r--r--source/blender/python/api2_2x/Armature.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/python/api2_2x/Armature.c b/source/blender/python/api2_2x/Armature.c
index 0b3672ebb29..1504cff1dcf 100644
--- a/source/blender/python/api2_2x/Armature.c
+++ b/source/blender/python/api2_2x/Armature.c
@@ -570,7 +570,7 @@ static int Armature_setLayers(BPy_Armature *self, PyObject *value, void *closure
}
/* update any bases pointing to our object */
- self->armature->layer = layers;
+ self->armature->layer = (short)layers;
return 0;
}