NDOF: default to turntable (blenders default too)

This commit is contained in:
2014-02-17 22:04:26 +11:00
parent 1af726a82e
commit aa0aa73703

View File

@@ -2448,6 +2448,8 @@ void init_userdef_factory(void)
U.versions = 1;
U.savetime = 2;
U.ndof_flag |= NDOF_TURNTABLE;
{
Mesh *me;
for (me = G.main->mesh.first; me; me = me->id.next) {