From 87949e5c670e8b761ab6b86c0dff2fa5feb4295e Mon Sep 17 00:00:00 2001 From: Joseph Gilbert Date: Mon, 24 Apr 2006 15:09:07 +0000 Subject: warnings cleanup for the python project on windows --- source/blender/python/api2_2x/Armature.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source/blender/python/api2_2x/Armature.c') 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; } -- cgit v1.2.3