svn merge -r 16454:16593 https://svn.blender.org/svnroot/bf-blender/trunk/blender
This commit is contained in:
@@ -959,7 +959,8 @@ Object *add_only_object(int type, char *name)
|
||||
ob->anisotropicFriction[0] = 1.0f;
|
||||
ob->anisotropicFriction[1] = 1.0f;
|
||||
ob->anisotropicFriction[2] = 1.0f;
|
||||
ob->gameflag= OB_PROP;
|
||||
ob->gameflag= OB_PROP|OB_COLLISION;
|
||||
ob->margin = 0.0;
|
||||
|
||||
/* NT fluid sim defaults */
|
||||
ob->fluidsimFlag = 0;
|
||||
|
Reference in New Issue
Block a user