Fix #29030: render operator only used scene property if layers was used, now it

is possible to specify the scene without the layer too.
This commit is contained in:
2011-10-26 14:05:01 +00:00
parent f09d36d6bc
commit ba0ef7a592
4 changed files with 34 additions and 4 deletions

View File

@@ -1083,6 +1083,7 @@ Object *add_only_object(int type, const char *name)
/* ob->pad3 == Contact Processing Threshold */
ob->m_contactProcessingThreshold = 1.;
ob->obstacleRad = 1.;
ob->col_group = ob->col_mask = 1;
/* NT fluid sim defaults */
ob->fluidsimFlag = 0;