surface objects are allowed to be softbodies too
This commit is contained in:
@@ -2468,6 +2468,7 @@ static int _can_softbodies_at_all(Object *ob)
|
|||||||
if ((ob->type==OB_MESH)
|
if ((ob->type==OB_MESH)
|
||||||
|| (ob->type==OB_CURVE)
|
|| (ob->type==OB_CURVE)
|
||||||
|| (ob->type==OB_LATTICE)
|
|| (ob->type==OB_LATTICE)
|
||||||
|
|| (ob->type==OB_SURF)
|
||||||
) return 1;
|
) return 1;
|
||||||
// else deny
|
// else deny
|
||||||
return 0;
|
return 0;
|
||||||
|
|||||||
Reference in New Issue
Block a user