 |
Blender
V3.3
|
Go to the documentation of this file.
18 #define _DNA_DEFAULT_Object \
22 .color = {1, 1, 1, 1}, \
24 .constinv = _DNA_DEFAULT_UNIT_M4, \
25 .parentinv = _DNA_DEFAULT_UNIT_M4, \
26 .obmat = _DNA_DEFAULT_UNIT_M4, \
29 .dscale = {1, 1, 1}, \
32 .rotmode = ROT_MODE_EUL, \
34 .rotAxis = {0, 1, 0}, \
36 .drotAxis = {0, 1, 0}, \
38 .quat = _DNA_DEFAULT_UNIT_QT, \
39 .dquat = _DNA_DEFAULT_UNIT_QT, \
40 .protectflag = OB_LOCK_ROT4D, \
44 .empty_drawtype = OB_PLAINAXES, \
45 .empty_drawsize = 1.0, \
46 .empty_image_depth = OB_EMPTY_IMAGE_DEPTH_DEFAULT, \
47 .ima_ofs = {-0.5, -0.5}, \
49 .instance_faces_scale = 1, \
53 .duplicator_visibility_flag = OB_DUPLI_FLAG_VIEWPORT | OB_DUPLI_FLAG_RENDER, \
54 .pc_ids = {NULL, NULL}, \
55 .lineart = { .crease_threshold = DEG2RAD(140.0f) }, \