new emptys now have default settings for new emptys.

This commit is contained in:
Campbell Barton 2006-02-27 06:00:00 +00:00
parent 9e0d2837d5
commit b7ff45f914

@ -733,7 +733,9 @@ PyObject *M_Object_New( PyObject * self, PyObject * args )
Mat4One( object->parentinv );
Mat4One( object->obmat );
object->dt = OB_SHADED; // drawtype
object->empty_drawsize= 1.0;
object->empty_drawtype= OB_ARROWS;
if( U.flag & USER_MAT_ON_OB ) {
object->colbits = -1;
}