From 16f49532300630e3015a28c7f4b6874cb61ddb8c Mon Sep 17 00:00:00 2001 From: Jens Ole Wund Date: Fri, 1 Jun 2007 09:20:46 +0000 Subject: surface objects are allowed to be softbodies too --- source/blender/src/buttons_object.c | 1 + 1 file changed, 1 insertion(+) (limited to 'source') diff --git a/source/blender/src/buttons_object.c b/source/blender/src/buttons_object.c index ed9b2043924..bb5ac2ba682 100644 --- a/source/blender/src/buttons_object.c +++ b/source/blender/src/buttons_object.c @@ -2468,6 +2468,7 @@ static int _can_softbodies_at_all(Object *ob) if ((ob->type==OB_MESH) || (ob->type==OB_CURVE) || (ob->type==OB_LATTICE) + || (ob->type==OB_SURF) ) return 1; // else deny return 0; -- cgit v1.2.3