reference | structure | type | name | offset | size |
---|---|---|---|---|---|
next | Link | Link | *next | 0 | 8 |
prev | Link | Link | *prev | 8 | 8 |
reference | structure | type | name | offset | size |
---|---|---|---|---|---|
next | LinkData | LinkData | *next | 0 | 8 |
prev | LinkData | LinkData | *prev | 8 | 8 |
data | LinkData | void | *data | 16 | 8 |
reference | structure | type | name | offset | size |
---|---|---|---|---|---|
first | ListBase | void | *first | 0 | 8 |
last | ListBase | void | *last | 8 | 8 |
reference | structure | type | name | offset | size |
---|---|---|---|---|---|
x | vec2s | short | x | 0 | 2 |
y | vec2s | short | y | 2 | 2 |
reference | structure | type | name | offset | size |
---|---|---|---|---|---|
x | vec2f | float | x | 0 | 4 |
y | vec2f | float | y | 4 | 4 |
reference | structure | type | name | offset | size |
---|---|---|---|---|---|
xmin | rcti | int | xmin | 0 | 4 |
xmax | rcti | int | xmax | 4 | 4 |
ymin | rcti | int | ymin | 8 | 4 |
ymax | rcti | int | ymax | 12 | 4 |
reference | structure | type | name | offset | size |
---|---|---|---|---|---|
xmin | rctf | float | xmin | 0 | 4 |
xmax | rctf | float | xmax | 4 | 4 |
ymin | rctf | float | ymin | 8 | 4 |
ymax | rctf | float | ymax | 12 | 4 |
reference | structure | type | name | offset | size |
---|---|---|---|---|---|
pointer | IDPropertyData | void | *pointer | 0 | 8 |
group.first | ListBase | void | *first | 8 | 8 |
group.last | ListBase | void | *last | 16 | 8 |
val | IDPropertyData | int | val | 24 | 4 |
val2 | IDPropertyData | int | val2 | 28 | 4 |
reference | structure | type | name | offset | size |
---|---|---|---|---|---|
next | IDProperty | IDProperty | *next | 0 | 8 |
prev | IDProperty | IDProperty | *prev | 8 | 8 |
type | IDProperty | char | type | 16 | 1 |
subtype | IDProperty | char | subtype | 17 | 1 |
flag | IDProperty | short | flag | 18 | 2 |
name | IDProperty | char | name[32] | 20 | 32 |
saved | IDProperty | int | saved | 52 | 4 |
data.pointer | IDPropertyData | void | *pointer | 56 | 8 |
data.group.first | ListBase | void | *first | 64 | 8 |
data.group.last | ListBase | void | *last | 72 | 8 |
data.val | IDPropertyData | int | val | 80 | 4 |
data.val2 | IDPropertyData | int | val2 | 84 | 4 |
len | IDProperty | int | len | 88 | 4 |
totallen | IDProperty | int | totallen | 92 | 4 |
reference | structure | type | name | offset | size |
---|---|---|---|---|---|
next | ID | void | *next | 0 | 8 |
prev | ID | void | *prev | 8 | 8 |
newid | ID | ID | *newid | 16 | 8 |
lib | ID | Library | *lib | 24 | 8 |
name | ID | char | name[24] | 32 | 24 |
us | ID | short | us | 56 | 2 |
flag | ID | short | flag | 58 | 2 |
icon_id | ID | int | icon_id | 60 | 4 |
properties | ID | IDProperty | *properties | 64 | 8 |
reference | structure | type | name | offset | size |
---|---|---|---|---|---|
id.next | ID | void | *next | 0 | 8 |
id.prev | ID | void | *prev | 8 | 8 |
id.newid | ID | ID | *newid | 16 | 8 |
id.lib | ID | Library | *lib | 24 | 8 |
id.name | ID | char | name[24] | 32 | 24 |
id.us | ID | short | us | 56 | 2 |
id.flag | ID | short | flag | 58 | 2 |
id.icon_id | ID | int | icon_id | 60 | 4 |
id.properties | ID | IDProperty | *properties | 64 | 8 |
idblock | Library | ID | *idblock | 72 | 8 |
filedata | Library | FileData | *filedata | 80 | 8 |
name | Library | char | name[240] | 88 | 240 |
filepath | Library | char | filepath[240] | 328 | 240 |
tot | Library | int | tot | 568 | 4 |
pad | Library | int | pad | 572 | 4 |
parent | Library | Library | *parent | 576 | 8 |
reference | structure | type | name | offset | size |
---|---|---|---|---|---|
w | PreviewImage | int | w[2] | 0 | 8 |
h | PreviewImage | int | h[2] | 8 | 8 |
changed | PreviewImage | short | changed[2] | 16 | 4 |
changed_timestamp | PreviewImage | short | changed_timestamp[2] | 20 | 4 |
rect | PreviewImage | int | *rect[2] | 24 | 16 |
reference | structure | type | name | offset | size |
---|---|---|---|---|---|
ob | IpoDriver | Object | *ob | 0 | 8 |
blocktype | IpoDriver | short | blocktype | 8 | 2 |
adrcode | IpoDriver | short | adrcode | 10 | 2 |
type | IpoDriver | short | type | 12 | 2 |
flag | IpoDriver | short | flag | 14 | 2 |
name | IpoDriver | char | name[128] | 16 | 128 |
reference | structure | type | name | offset | size |
---|---|---|---|---|---|
next | IpoCurve | IpoCurve | *next | 0 | 8 |
prev | IpoCurve | IpoCurve | *prev | 8 | 8 |
bp | IpoCurve | BPoint | *bp | 16 | 8 |
bezt | IpoCurve | BezTriple | *bezt | 24 | 8 |
maxrct.xmin | rctf | float | xmin | 32 | 4 |
maxrct.xmax | rctf | float | xmax | 36 | 4 |
maxrct.ymin | rctf | float | ymin | 40 | 4 |
maxrct.ymax | rctf | float | ymax | 44 | 4 |
totrct.xmin | rctf | float | xmin | 48 | 4 |
totrct.xmax | rctf | float | xmax | 52 | 4 |
totrct.ymin | rctf | float | ymin | 56 | 4 |
totrct.ymax | rctf | float | ymax | 60 | 4 |
blocktype | IpoCurve | short | blocktype | 64 | 2 |
adrcode | IpoCurve | short | adrcode | 66 | 2 |
vartype | IpoCurve | short | vartype | 68 | 2 |
totvert | IpoCurve | short | totvert | 70 | 2 |
ipo | IpoCurve | short | ipo | 72 | 2 |
extrap | IpoCurve | short | extrap | 74 | 2 |
flag | IpoCurve | short | flag | 76 | 2 |
rt | IpoCurve | short | rt | 78 | 2 |
ymin | IpoCurve | float | ymin | 80 | 4 |
ymax | IpoCurve | float | ymax | 84 | 4 |
bitmask | IpoCurve | int | bitmask | 88 | 4 |
slide_min | IpoCurve | float | slide_min | 92 | 4 |
slide_max | IpoCurve | float | slide_max | 96 | 4 |
curval | IpoCurve | float | curval | 100 | 4 |
driver | IpoCurve | IpoDriver | *driver | 104 | 8 |
reference | structure | type | name | offset | size |
---|---|---|---|---|---|
id.next | ID | void | *next | 0 | 8 |
id.prev | ID | void | *prev | 8 | 8 |
id.newid | ID | ID | *newid | 16 | 8 |
id.lib | ID | Library | *lib | 24 | 8 |
id.name | ID | char | name[24] | 32 | 24 |
id.us | ID | short | us | 56 | 2 |
id.flag | ID | short | flag | 58 | 2 |
id.icon_id | ID | int | icon_id | 60 | 4 |
id.properties | ID | IDProperty | *properties | 64 | 8 |
curve.first | ListBase | void | *first | 72 | 8 |
curve.last | ListBase | void | *last | 80 | 8 |
cur.xmin | rctf | float | xmin | 88 | 4 |
cur.xmax | rctf | float | xmax | 92 | 4 |
cur.ymin | rctf | float | ymin | 96 | 4 |
cur.ymax | rctf | float | ymax | 100 | 4 |
blocktype | Ipo | short | blocktype | 104 | 2 |
showkey | Ipo | short | showkey | 106 | 2 |
muteipo | Ipo | short | muteipo | 108 | 2 |
pad | Ipo | short | pad | 110 | 2 |
reference | structure | type | name | offset | size |
---|---|---|---|---|---|
next | KeyBlock | KeyBlock | *next | 0 | 8 |
prev | KeyBlock | KeyBlock | *prev | 8 | 8 |
pos | KeyBlock | float | pos | 16 | 4 |
curval | KeyBlock | float | curval | 20 | 4 |
type | KeyBlock | short | type | 24 | 2 |
adrcode | KeyBlock | short | adrcode | 26 | 2 |
relative | KeyBlock | short | relative | 28 | 2 |
flag | KeyBlock | short | flag | 30 | 2 |
totelem | KeyBlock | int | totelem | 32 | 4 |
pad2 | KeyBlock | int | pad2 | 36 | 4 |
data | KeyBlock | void | *data | 40 | 8 |
weights | KeyBlock | float | *weights | 48 | 8 |
name | KeyBlock | char | name[32] | 56 | 32 |
vgroup | KeyBlock | char | vgroup[32] | 88 | 32 |
slidermin | KeyBlock | float | slidermin | 120 | 4 |
slidermax | KeyBlock | float | slidermax | 124 | 4 |
reference | structure | type | name | offset | size |
---|---|---|---|---|---|
id.next | ID | void | *next | 0 | 8 |
id.prev | ID | void | *prev | 8 | 8 |
id.newid | ID | ID | *newid | 16 | 8 |
id.lib | ID | Library | *lib | 24 | 8 |
id.name | ID | char | name[24] | 32 | 24 |
id.us | ID | short | us | 56 | 2 |
id.flag | ID | short | flag | 58 | 2 |
id.icon_id | ID | int | icon_id | 60 | 4 |
id.properties | ID | IDProperty | *properties | 64 | 8 |
adt | Key | AnimData | *adt | 72 | 8 |
refkey | Key | KeyBlock | *refkey | 80 | 8 |
elemstr | Key | char | elemstr[32] | 88 | 32 |
elemsize | Key | int | elemsize | 120 | 4 |
curval | Key | float | curval | 124 | 4 |
block.first | ListBase | void | *first | 128 | 8 |
block.last | ListBase | void | *last | 136 | 8 |
ipo | Key | Ipo | *ipo | 144 | 8 |
from | Key | ID | *from | 152 | 8 |
type | Key | short | type | 160 | 2 |
totkey | Key | short | totkey | 162 | 2 |
slurph | Key | short | slurph | 164 | 2 |
flag | Key | short | flag | 166 | 2 |
reference | structure | type | name | offset | size |
---|---|---|---|---|---|
next | TextLine | TextLine | *next | 0 | 8 |
prev | TextLine | TextLine | *prev | 8 | 8 |
line | TextLine | char | *line | 16 | 8 |
format | TextLine | char | *format | 24 | 8 |
len | TextLine | int | len | 32 | 4 |
blen | TextLine | int | blen | 36 | 4 |
reference | structure | type | name | offset | size |
---|---|---|---|---|---|
next | TextMarker | TextMarker | *next | 0 | 8 |
prev | TextMarker | TextMarker | *prev | 8 | 8 |
lineno | TextMarker | int | lineno | 16 | 4 |
start | TextMarker | int | start | 20 | 4 |
end | TextMarker | int | end | 24 | 4 |
pad1 | TextMarker | int | pad1 | 28 | 4 |
group | TextMarker | int | group | 32 | 4 |
flags | TextMarker | int | flags | 36 | 4 |
color | TextMarker | char | color[4] | 40 | 4 |
pad | TextMarker | char | pad[4] | 44 | 4 |
reference | structure | type | name | offset | size |
---|---|---|---|---|---|
id.next | ID | void | *next | 0 | 8 |
id.prev | ID | void | *prev | 8 | 8 |
id.newid | ID | ID | *newid | 16 | 8 |
id.lib | ID | Library | *lib | 24 | 8 |
id.name | ID | char | name[24] | 32 | 24 |
id.us | ID | short | us | 56 | 2 |
id.flag | ID | short | flag | 58 | 2 |
id.icon_id | ID | int | icon_id | 60 | 4 |
id.properties | ID | IDProperty | *properties | 64 | 8 |
name | Text | char | *name | 72 | 8 |
flags | Text | int | flags | 80 | 4 |
nlines | Text | int | nlines | 84 | 4 |
lines.first | ListBase | void | *first | 88 | 8 |
lines.last | ListBase | void | *last | 96 | 8 |
curl | Text | TextLine | *curl | 104 | 8 |
sell | Text | TextLine | *sell | 112 | 8 |
curc | Text | int | curc | 120 | 4 |
selc | Text | int | selc | 124 | 4 |
markers.first | ListBase | void | *first | 128 | 8 |
markers.last | ListBase | void | *last | 136 | 8 |
undo_buf | Text | char | *undo_buf | 144 | 8 |
undo_pos | Text | int | undo_pos | 152 | 4 |
undo_len | Text | int | undo_len | 156 | 4 |
compiled | Text | void | *compiled | 160 | 8 |
mtime | Text | double | mtime | 168 | 8 |
reference | structure | type | name | offset | size |
---|---|---|---|---|---|
size | PackedFile | int | size | 0 | 4 |
seek | PackedFile | int | seek | 4 | 4 |
data | PackedFile | void | *data | 8 | 8 |
reference | structure | type | name | offset | size |
---|---|---|---|---|---|
id.next | ID | void | *next | 0 | 8 |
id.prev | ID | void | *prev | 8 | 8 |
id.newid | ID | ID | *newid | 16 | 8 |
id.lib | ID | Library | *lib | 24 | 8 |
id.name | ID | char | name[24] | 32 | 24 |
id.us | ID | short | us | 56 | 2 |
id.flag | ID | short | flag | 58 | 2 |
id.icon_id | ID | int | icon_id | 60 | 4 |
id.properties | ID | IDProperty | *properties | 64 | 8 |
adt | Camera | AnimData | *adt | 72 | 8 |
type | Camera | short | type | 80 | 2 |
flag | Camera | short | flag | 82 | 2 |
passepartalpha | Camera | float | passepartalpha | 84 | 4 |
clipsta | Camera | float | clipsta | 88 | 4 |
clipend | Camera | float | clipend | 92 | 4 |
lens | Camera | float | lens | 96 | 4 |
ortho_scale | Camera | float | ortho_scale | 100 | 4 |
drawsize | Camera | float | drawsize | 104 | 4 |
shiftx | Camera | float | shiftx | 108 | 4 |
shifty | Camera | float | shifty | 112 | 4 |
YF_dofdist | Camera | float | YF_dofdist | 116 | 4 |
ipo | Camera | Ipo | *ipo | 120 | 8 |
dof_ob | Camera | Object | *dof_ob | 128 | 8 |
reference | structure | type | name | offset | size |
---|---|---|---|---|---|
scene | ImageUser | Scene | *scene | 0 | 8 |
framenr | ImageUser | int | framenr | 8 | 4 |
frames | ImageUser | int | frames | 12 | 4 |
offset | ImageUser | int | offset | 16 | 4 |
sfra | ImageUser | int | sfra | 20 | 4 |
fie_ima | ImageUser | char | fie_ima | 24 | 1 |
cycl | ImageUser | char | cycl | 25 | 1 |
ok | ImageUser | char | ok | 26 | 1 |
pad | ImageUser | char | pad | 27 | 1 |
multi_index | ImageUser | short | multi_index | 28 | 2 |
layer | ImageUser | short | layer | 30 | 2 |
pass | ImageUser | short | pass | 32 | 2 |
flag | ImageUser | short | flag | 34 | 2 |
pad2 | ImageUser | int | pad2 | 36 | 4 |
reference | structure | type | name | offset | size |
---|---|---|---|---|---|
id.next | ID | void | *next | 0 | 8 |
id.prev | ID | void | *prev | 8 | 8 |
id.newid | ID | ID | *newid | 16 | 8 |
id.lib | ID | Library | *lib | 24 | 8 |
id.name | ID | char | name[24] | 32 | 24 |
id.us | ID | short | us | 56 | 2 |
id.flag | ID | short | flag | 58 | 2 |
id.icon_id | ID | int | icon_id | 60 | 4 |
id.properties | ID | IDProperty | *properties | 64 | 8 |
name | Image | char | name[240] | 72 | 240 |
ibufs.first | ListBase | void | *first | 312 | 8 |
ibufs.last | ListBase | void | *last | 320 | 8 |
gputexture | Image | GPUTexture | *gputexture | 328 | 8 |
anim | Image | anim | *anim | 336 | 8 |
rr | Image | RenderResult | *rr | 344 | 8 |
renders | Image | RenderResult | *renders[8] | 352 | 64 |
render_slot | Image | short | render_slot | 416 | 2 |
last_render_slot | Image | short | last_render_slot | 418 | 2 |
ok | Image | short | ok | 420 | 2 |
flag | Image | short | flag | 422 | 2 |
source | Image | short | source | 424 | 2 |
type | Image | short | type | 426 | 2 |
lastframe | Image | int | lastframe | 428 | 4 |
tpageflag | Image | short | tpageflag | 432 | 2 |
totbind | Image | short | totbind | 434 | 2 |
xrep | Image | short | xrep | 436 | 2 |
yrep | Image | short | yrep | 438 | 2 |
twsta | Image | short | twsta | 440 | 2 |
twend | Image | short | twend | 442 | 2 |
bindcode | Image | int | bindcode | 444 | 4 |
repbind | Image | int | *repbind | 448 | 8 |
packedfile | Image | PackedFile | *packedfile | 456 | 8 |
preview | Image | PreviewImage | *preview | 464 | 8 |
lastupdate | Image | float | lastupdate | 472 | 4 |
lastused | Image | int | lastused | 476 | 4 |
animspeed | Image | short | animspeed | 480 | 2 |
gen_x | Image | short | gen_x | 482 | 2 |
gen_y | Image | short | gen_y | 484 | 2 |
gen_type | Image | short | gen_type | 486 | 2 |
aspx | Image | float | aspx | 488 | 4 |
aspy | Image | float | aspy | 492 | 4 |
reference | structure | type | name | offset | size |
---|---|---|---|---|---|
texco | MTex | short | texco | 0 | 2 |
mapto | MTex | short | mapto | 2 | 2 |
maptoneg | MTex | short | maptoneg | 4 | 2 |
blendtype | MTex | short | blendtype | 6 | 2 |
object | MTex | Object | *object | 8 | 8 |
tex | MTex | Tex | *tex | 16 | 8 |
uvname | MTex | char | uvname[32] | 24 | 32 |
projx | MTex | char | projx | 56 | 1 |
projy | MTex | char | projy | 57 | 1 |
projz | MTex | char | projz | 58 | 1 |
mapping | MTex | char | mapping | 59 | 1 |
ofs | MTex | float | ofs[3] | 60 | 12 |
size | MTex | float | size[3] | 72 | 12 |
rot | MTex | float | rot | 84 | 4 |
texflag | MTex | short | texflag | 88 | 2 |
colormodel | MTex | short | colormodel | 90 | 2 |
pmapto | MTex | short | pmapto | 92 | 2 |
pmaptoneg | MTex | short | pmaptoneg | 94 | 2 |
normapspace | MTex | short | normapspace | 96 | 2 |
which_output | MTex | short | which_output | 98 | 2 |
brush_map_mode | MTex | char | brush_map_mode | 100 | 1 |
pad | MTex | char | pad[7] | 101 | 7 |
r | MTex | float | r | 108 | 4 |
g | MTex | float | g | 112 | 4 |
b | MTex | float | b | 116 | 4 |
k | MTex | float | k | 120 | 4 |
def_var | MTex | float | def_var | 124 | 4 |
rt | MTex | float | rt | 128 | 4 |
colfac | MTex | float | colfac | 132 | 4 |
varfac | MTex | float | varfac | 136 | 4 |
norfac | MTex | float | norfac | 140 | 4 |
dispfac | MTex | float | dispfac | 144 | 4 |
warpfac | MTex | float | warpfac | 148 | 4 |
colspecfac | MTex | float | colspecfac | 152 | 4 |
mirrfac | MTex | float | mirrfac | 156 | 4 |
alphafac | MTex | float | alphafac | 160 | 4 |
difffac | MTex | float | difffac | 164 | 4 |
specfac | MTex | float | specfac | 168 | 4 |
emitfac | MTex | float | emitfac | 172 | 4 |
hardfac | MTex | float | hardfac | 176 | 4 |
raymirrfac | MTex | float | raymirrfac | 180 | 4 |
translfac | MTex | float | translfac | 184 | 4 |
ambfac | MTex | float | ambfac | 188 | 4 |
colemitfac | MTex | float | colemitfac | 192 | 4 |
colreflfac | MTex | float | colreflfac | 196 | 4 |
coltransfac | MTex | float | coltransfac | 200 | 4 |
densfac | MTex | float | densfac | 204 | 4 |
scatterfac | MTex | float | scatterfac | 208 | 4 |
reflfac | MTex | float | reflfac | 212 | 4 |
timefac | MTex | float | timefac | 216 | 4 |
lengthfac | MTex | float | lengthfac | 220 | 4 |
clumpfac | MTex | float | clumpfac | 224 | 4 |
kinkfac | MTex | float | kinkfac | 228 | 4 |
roughfac | MTex | float | roughfac | 232 | 4 |
padensfac | MTex | float | padensfac | 236 | 4 |
lifefac | MTex | float | lifefac | 240 | 4 |
sizefac | MTex | float | sizefac | 244 | 4 |
ivelfac | MTex | float | ivelfac | 248 | 4 |
pvelfac | MTex | float | pvelfac | 252 | 4 |
shadowfac | MTex | float | shadowfac | 256 | 4 |
zenupfac | MTex | float | zenupfac | 260 | 4 |
zendownfac | MTex | float | zendownfac | 264 | 4 |
blendfac | MTex | float | blendfac | 268 | 4 |
reference | structure | type | name | offset | size |
---|---|---|---|---|---|
name | PluginTex | char | name[160] | 0 | 160 |
handle | PluginTex | void | *handle | 160 | 8 |
pname | PluginTex | char | *pname | 168 | 8 |
stnames | PluginTex | char | *stnames | 176 | 8 |
stypes | PluginTex | int | stypes | 184 | 4 |
vars | PluginTex | int | vars | 188 | 4 |
varstr | PluginTex | void | *varstr | 192 | 8 |
result | PluginTex | float | *result | 200 | 8 |
cfra | PluginTex | float | *cfra | 208 | 8 |
data | PluginTex | float | data[32] | 216 | 128 |
doit | PluginTex | int | (*doit)() | 344 | 8 |
instance_init | PluginTex | void | (*instance_init)() | 352 | 8 |
callback | PluginTex | void | (*callback)() | 360 | 8 |
version | PluginTex | int | version | 368 | 4 |
pad | PluginTex | int | pad | 372 | 4 |
reference | structure | type | name | offset | size |
---|---|---|---|---|---|
r | CBData | float | r | 0 | 4 |
g | CBData | float | g | 4 | 4 |
b | CBData | float | b | 8 | 4 |
a | CBData | float | a | 12 | 4 |
pos | CBData | float | pos | 16 | 4 |
cur | CBData | int | cur | 20 | 4 |
reference | structure | type | name | offset | size |
---|---|---|---|---|---|
flag | ColorBand | short | flag | 0 | 2 |
tot | ColorBand | short | tot | 2 | 2 |
cur | ColorBand | short | cur | 4 | 2 |
ipotype | ColorBand | short | ipotype | 6 | 2 |
data.r | CBData | float | r | 8 | 4 |
data.g | CBData | float | g | 12 | 4 |
data.b | CBData | float | b | 16 | 4 |
data.a | CBData | float | a | 20 | 4 |
data.pos | CBData | float | pos | 24 | 4 |
data.cur | CBData | int | cur | 28 | 4 |
reference | structure | type | name | offset | size |
---|---|---|---|---|---|
object | EnvMap | Object | *object | 0 | 8 |
ima | EnvMap | Image | *ima | 8 | 8 |
cube | EnvMap | ImBuf | *cube[6] | 16 | 48 |
imat | EnvMap | float | imat[4][4] | 64 | 64 |
obimat | EnvMap | float | obimat[3][3] | 128 | 36 |
type | EnvMap | short | type | 164 | 2 |
stype | EnvMap | short | stype | 166 | 2 |
clipsta | EnvMap | float | clipsta | 168 | 4 |
clipend | EnvMap | float | clipend | 172 | 4 |
viewscale | EnvMap | float | viewscale | 176 | 4 |
notlay | EnvMap | int | notlay | 180 | 4 |
cuberes | EnvMap | short | cuberes | 184 | 2 |
depth | EnvMap | short | depth | 186 | 2 |
ok | EnvMap | int | ok | 188 | 4 |
lastframe | EnvMap | int | lastframe | 192 | 4 |
recalc | EnvMap | short | recalc | 196 | 2 |
lastsize | EnvMap | short | lastsize | 198 | 2 |
reference | structure | type | name | offset | size |
---|---|---|---|---|---|
flag | PointDensity | short | flag | 0 | 2 |
falloff_type | PointDensity | short | falloff_type | 2 | 2 |
falloff_softness | PointDensity | float | falloff_softness | 4 | 4 |
radius | PointDensity | float | radius | 8 | 4 |
source | PointDensity | short | source | 12 | 2 |
color_source | PointDensity | short | color_source | 14 | 2 |
totpoints | PointDensity | int | totpoints | 16 | 4 |
pdpad | PointDensity | int | pdpad | 20 | 4 |
object | PointDensity | Object | *object | 24 | 8 |
psys | PointDensity | int | psys | 32 | 4 |
psys_cache_space | PointDensity | short | psys_cache_space | 36 | 2 |
ob_cache_space | PointDensity | short | ob_cache_space | 38 | 2 |
point_tree | PointDensity | void | *point_tree | 40 | 8 |
point_data | PointDensity | float | *point_data | 48 | 8 |
noise_size | PointDensity | float | noise_size | 56 | 4 |
noise_depth | PointDensity | short | noise_depth | 60 | 2 |
noise_influence | PointDensity | short | noise_influence | 62 | 2 |
noise_basis | PointDensity | short | noise_basis | 64 | 2 |
pdpad3 | PointDensity | short | pdpad3[3] | 66 | 6 |
noise_fac | PointDensity | float | noise_fac | 72 | 4 |
speed_scale | PointDensity | float | speed_scale | 76 | 4 |
coba | PointDensity | ColorBand | *coba | 80 | 8 |
reference | structure | type | name | offset | size |
---|---|---|---|---|---|
resol | VoxelData | int | resol[3] | 0 | 12 |
interp_type | VoxelData | int | interp_type | 12 | 4 |
file_format | VoxelData | short | file_format | 16 | 2 |
flag | VoxelData | short | flag | 18 | 2 |
extend | VoxelData | short | extend | 20 | 2 |
smoked_type | VoxelData | short | smoked_type | 22 | 2 |
object | VoxelData | Object | *object | 24 | 8 |
int_multiplier | VoxelData | float | int_multiplier | 32 | 4 |
still_frame | VoxelData | int | still_frame | 36 | 4 |
source_path | VoxelData | char | source_path[240] | 40 | 240 |
dataset | VoxelData | float | *dataset | 280 | 8 |
cachedframe | VoxelData | int | cachedframe | 288 | 4 |
ok | VoxelData | int | ok | 292 | 4 |
reference | structure | type | name | offset | size |
---|---|---|---|---|---|
id.next | ID | void | *next | 0 | 8 |
id.prev | ID | void | *prev | 8 | 8 |
id.newid | ID | ID | *newid | 16 | 8 |
id.lib | ID | Library | *lib | 24 | 8 |
id.name | ID | char | name[24] | 32 | 24 |
id.us | ID | short | us | 56 | 2 |
id.flag | ID | short | flag | 58 | 2 |
id.icon_id | ID | int | icon_id | 60 | 4 |
id.properties | ID | IDProperty | *properties | 64 | 8 |
adt | Tex | AnimData | *adt | 72 | 8 |
noisesize | Tex | float | noisesize | 80 | 4 |
turbul | Tex | float | turbul | 84 | 4 |
bright | Tex | float | bright | 88 | 4 |
contrast | Tex | float | contrast | 92 | 4 |
saturation | Tex | float | saturation | 96 | 4 |
rfac | Tex | float | rfac | 100 | 4 |
gfac | Tex | float | gfac | 104 | 4 |
bfac | Tex | float | bfac | 108 | 4 |
filtersize | Tex | float | filtersize | 112 | 4 |
pad2 | Tex | float | pad2 | 116 | 4 |
mg_H | Tex | float | mg_H | 120 | 4 |
mg_lacunarity | Tex | float | mg_lacunarity | 124 | 4 |
mg_octaves | Tex | float | mg_octaves | 128 | 4 |
mg_offset | Tex | float | mg_offset | 132 | 4 |
mg_gain | Tex | float | mg_gain | 136 | 4 |
dist_amount | Tex | float | dist_amount | 140 | 4 |
ns_outscale | Tex | float | ns_outscale | 144 | 4 |
vn_w1 | Tex | float | vn_w1 | 148 | 4 |
vn_w2 | Tex | float | vn_w2 | 152 | 4 |
vn_w3 | Tex | float | vn_w3 | 156 | 4 |
vn_w4 | Tex | float | vn_w4 | 160 | 4 |
vn_mexp | Tex | float | vn_mexp | 164 | 4 |
vn_distm | Tex | short | vn_distm | 168 | 2 |
vn_coltype | Tex | short | vn_coltype | 170 | 2 |
noisedepth | Tex | short | noisedepth | 172 | 2 |
noisetype | Tex | short | noisetype | 174 | 2 |
noisebasis | Tex | short | noisebasis | 176 | 2 |
noisebasis2 | Tex | short | noisebasis2 | 178 | 2 |
imaflag | Tex | short | imaflag | 180 | 2 |
flag | Tex | short | flag | 182 | 2 |
type | Tex | short | type | 184 | 2 |
stype | Tex | short | stype | 186 | 2 |
cropxmin | Tex | float | cropxmin | 188 | 4 |
cropymin | Tex | float | cropymin | 192 | 4 |
cropxmax | Tex | float | cropxmax | 196 | 4 |
cropymax | Tex | float | cropymax | 200 | 4 |
texfilter | Tex | int | texfilter | 204 | 4 |
afmax | Tex | int | afmax | 208 | 4 |
xrepeat | Tex | short | xrepeat | 212 | 2 |
yrepeat | Tex | short | yrepeat | 214 | 2 |
extend | Tex | short | extend | 216 | 2 |
fie_ima | Tex | short | fie_ima | 218 | 2 |
len | Tex | int | len | 220 | 4 |
frames | Tex | int | frames | 224 | 4 |
offset | Tex | int | offset | 228 | 4 |
sfra | Tex | int | sfra | 232 | 4 |
checkerdist | Tex | float | checkerdist | 236 | 4 |
nabla | Tex | float | nabla | 240 | 4 |
pad1 | Tex | float | pad1 | 244 | 4 |
iuser.scene | ImageUser | Scene | *scene | 248 | 8 |
iuser.framenr | ImageUser | int | framenr | 256 | 4 |
iuser.frames | ImageUser | int | frames | 260 | 4 |
iuser.offset | ImageUser | int | offset | 264 | 4 |
iuser.sfra | ImageUser | int | sfra | 268 | 4 |
iuser.fie_ima | ImageUser | char | fie_ima | 272 | 1 |
iuser.cycl | ImageUser | char | cycl | 273 | 1 |
iuser.ok | ImageUser | char | ok | 274 | 1 |
iuser.pad | ImageUser | char | pad | 275 | 1 |
iuser.multi_index | ImageUser | short | multi_index | 276 | 2 |
iuser.layer | ImageUser | short | layer | 278 | 2 |
iuser.pass | ImageUser | short | pass | 280 | 2 |
iuser.flag | ImageUser | short | flag | 282 | 2 |
iuser.pad2 | ImageUser | int | pad2 | 284 | 4 |
nodetree | Tex | bNodeTree | *nodetree | 288 | 8 |
ipo | Tex | Ipo | *ipo | 296 | 8 |
ima | Tex | Image | *ima | 304 | 8 |
plugin | Tex | PluginTex | *plugin | 312 | 8 |
coba | Tex | ColorBand | *coba | 320 | 8 |
env | Tex | EnvMap | *env | 328 | 8 |
preview | Tex | PreviewImage | *preview | 336 | 8 |
pd | Tex | PointDensity | *pd | 344 | 8 |
vd | Tex | VoxelData | *vd | 352 | 8 |
use_nodes | Tex | char | use_nodes | 360 | 1 |
pad | Tex | char | pad[7] | 361 | 7 |
reference | structure | type | name | offset | size |
---|---|---|---|---|---|
loc | TexMapping | float | loc[3] | 0 | 12 |
rot | TexMapping | float | rot[3] | 12 | 12 |
size | TexMapping | float | size[3] | 24 | 12 |
flag | TexMapping | int | flag | 36 | 4 |
mat | TexMapping | float | mat[4][4] | 40 | 64 |
min | TexMapping | float | min[3] | 104 | 12 |
max | TexMapping | float | max[3] | 116 | 12 |
ob | TexMapping | Object | *ob | 128 | 8 |
reference | structure | type | name | offset | size |
---|---|---|---|---|---|
id.next | ID | void | *next | 0 | 8 |
id.prev | ID | void | *prev | 8 | 8 |
id.newid | ID | ID | *newid | 16 | 8 |
id.lib | ID | Library | *lib | 24 | 8 |
id.name | ID | char | name[24] | 32 | 24 |
id.us | ID | short | us | 56 | 2 |
id.flag | ID | short | flag | 58 | 2 |
id.icon_id | ID | int | icon_id | 60 | 4 |
id.properties | ID | IDProperty | *properties | 64 | 8 |
adt | Lamp | AnimData | *adt | 72 | 8 |
type | Lamp | short | type | 80 | 2 |
flag | Lamp | short | flag | 82 | 2 |
mode | Lamp | int | mode | 84 | 4 |
colormodel | Lamp | short | colormodel | 88 | 2 |
totex | Lamp | short | totex | 90 | 2 |
r | Lamp | float | r | 92 | 4 |
g | Lamp | float | g | 96 | 4 |
b | Lamp | float | b | 100 | 4 |
k | Lamp | float | k | 104 | 4 |
shdwr | Lamp | float | shdwr | 108 | 4 |
shdwg | Lamp | float | shdwg | 112 | 4 |
shdwb | Lamp | float | shdwb | 116 | 4 |
shdwpad | Lamp | float | shdwpad | 120 | 4 |
energy | Lamp | float | energy | 124 | 4 |
dist | Lamp | float | dist | 128 | 4 |
spotsize | Lamp | float | spotsize | 132 | 4 |
spotblend | Lamp | float | spotblend | 136 | 4 |
haint | Lamp | float | haint | 140 | 4 |
att1 | Lamp | float | att1 | 144 | 4 |
att2 | Lamp | float | att2 | 148 | 4 |
curfalloff | Lamp | CurveMapping | *curfalloff | 152 | 8 |
falloff_type | Lamp | short | falloff_type | 160 | 2 |
pad2 | Lamp | short | pad2 | 162 | 2 |
clipsta | Lamp | float | clipsta | 164 | 4 |
clipend | Lamp | float | clipend | 168 | 4 |
shadspotsize | Lamp | float | shadspotsize | 172 | 4 |
bias | Lamp | float | bias | 176 | 4 |
soft | Lamp | float | soft | 180 | 4 |
compressthresh | Lamp | float | compressthresh | 184 | 4 |
pad5 | Lamp | float | pad5[3] | 188 | 12 |
bufsize | Lamp | short | bufsize | 200 | 2 |
samp | Lamp | short | samp | 202 | 2 |
buffers | Lamp | short | buffers | 204 | 2 |
filtertype | Lamp | short | filtertype | 206 | 2 |
bufflag | Lamp | char | bufflag | 208 | 1 |
buftype | Lamp | char | buftype | 209 | 1 |
ray_samp | Lamp | short | ray_samp | 210 | 2 |
ray_sampy | Lamp | short | ray_sampy | 212 | 2 |
ray_sampz | Lamp | short | ray_sampz | 214 | 2 |
ray_samp_type | Lamp | short | ray_samp_type | 216 | 2 |
area_shape | Lamp | short | area_shape | 218 | 2 |
area_size | Lamp | float | area_size | 220 | 4 |
area_sizey | Lamp | float | area_sizey | 224 | 4 |
area_sizez | Lamp | float | area_sizez | 228 | 4 |
adapt_thresh | Lamp | float | adapt_thresh | 232 | 4 |
ray_samp_method | Lamp | short | ray_samp_method | 236 | 2 |
pad1 | Lamp | short | pad1 | 238 | 2 |
texact | Lamp | short | texact | 240 | 2 |
shadhalostep | Lamp | short | shadhalostep | 242 | 2 |
sun_effect_type | Lamp | short | sun_effect_type | 244 | 2 |
skyblendtype | Lamp | short | skyblendtype | 246 | 2 |
horizon_brightness | Lamp | float | horizon_brightness | 248 | 4 |
spread | Lamp | float | spread | 252 | 4 |
sun_brightness | Lamp | float | sun_brightness | 256 | 4 |
sun_size | Lamp | float | sun_size | 260 | 4 |
backscattered_light | Lamp | float | backscattered_light | 264 | 4 |
sun_intensity | Lamp | float | sun_intensity | 268 | 4 |
atm_turbidity | Lamp | float | atm_turbidity | 272 | 4 |
atm_inscattering_factor | Lamp | float | atm_inscattering_factor | 276 | 4 |
atm_extinction_factor | Lamp | float | atm_extinction_factor | 280 | 4 |
atm_distance_factor | Lamp | float | atm_distance_factor | 284 | 4 |
skyblendfac | Lamp | float | skyblendfac | 288 | 4 |
sky_exposure | Lamp | float | sky_exposure | 292 | 4 |
sky_colorspace | Lamp | short | sky_colorspace | 296 | 2 |
pad4 | Lamp | char | pad4[6] | 298 | 6 |
ipo | Lamp | Ipo | *ipo | 304 | 8 |
mtex | Lamp | MTex | *mtex[18] | 312 | 144 |
pr_texture | Lamp | short | pr_texture | 456 | 2 |
pad6 | Lamp | char | pad6[6] | 458 | 6 |
preview | Lamp | PreviewImage | *preview | 464 | 8 |
reference | structure | type | name | offset | size |
---|---|---|---|---|---|
density | VolumeSettings | float | density | 0 | 4 |
emission | VolumeSettings | float | emission | 4 | 4 |
scattering | VolumeSettings | float | scattering | 8 | 4 |
reflection | VolumeSettings | float | reflection | 12 | 4 |
emission_col | VolumeSettings | float | emission_col[3] | 16 | 12 |
transmission_col | VolumeSettings | float | transmission_col[3] | 28 | 12 |
reflection_col | VolumeSettings | float | reflection_col[3] | 40 | 12 |
density_scale | VolumeSettings | float | density_scale | 52 | 4 |
depth_cutoff | VolumeSettings | float | depth_cutoff | 56 | 4 |
asymmetry | VolumeSettings | float | asymmetry | 60 | 4 |
stepsize_type | VolumeSettings | short | stepsize_type | 64 | 2 |
shadeflag | VolumeSettings | short | shadeflag | 66 | 2 |
shade_type | VolumeSettings | short | shade_type | 68 | 2 |
precache_resolution | VolumeSettings | short | precache_resolution | 70 | 2 |
stepsize | VolumeSettings | float | stepsize | 72 | 4 |
ms_diff | VolumeSettings | float | ms_diff | 76 | 4 |
ms_intensity | VolumeSettings | float | ms_intensity | 80 | 4 |
ms_spread | VolumeSettings | float | ms_spread | 84 | 4 |
reference | structure | type | name | offset | size |
---|---|---|---|---|---|
id.next | ID | void | *next | 0 | 8 |
id.prev | ID | void | *prev | 8 | 8 |
id.newid | ID | ID | *newid | 16 | 8 |
id.lib | ID | Library | *lib | 24 | 8 |
id.name | ID | char | name[24] | 32 | 24 |
id.us | ID | short | us | 56 | 2 |
id.flag | ID | short | flag | 58 | 2 |
id.icon_id | ID | int | icon_id | 60 | 4 |
id.properties | ID | IDProperty | *properties | 64 | 8 |
adt | Material | AnimData | *adt | 72 | 8 |
material_type | Material | short | material_type | 80 | 2 |
flag | Material | short | flag | 82 | 2 |
r | Material | float | r | 84 | 4 |
g | Material | float | g | 88 | 4 |
b | Material | float | b | 92 | 4 |
specr | Material | float | specr | 96 | 4 |
specg | Material | float | specg | 100 | 4 |
specb | Material | float | specb | 104 | 4 |
mirr | Material | float | mirr | 108 | 4 |
mirg | Material | float | mirg | 112 | 4 |
mirb | Material | float | mirb | 116 | 4 |
ambr | Material | float | ambr | 120 | 4 |
ambb | Material | float | ambb | 124 | 4 |
ambg | Material | float | ambg | 128 | 4 |
amb | Material | float | amb | 132 | 4 |
emit | Material | float | emit | 136 | 4 |
ang | Material | float | ang | 140 | 4 |
spectra | Material | float | spectra | 144 | 4 |
ray_mirror | Material | float | ray_mirror | 148 | 4 |
alpha | Material | float | alpha | 152 | 4 |
ref | Material | float | ref | 156 | 4 |
spec | Material | float | spec | 160 | 4 |
zoffs | Material | float | zoffs | 164 | 4 |
add | Material | float | add | 168 | 4 |
translucency | Material | float | translucency | 172 | 4 |
vol.density | VolumeSettings | float | density | 176 | 4 |
vol.emission | VolumeSettings | float | emission | 180 | 4 |
vol.scattering | VolumeSettings | float | scattering | 184 | 4 |
vol.reflection | VolumeSettings | float | reflection | 188 | 4 |
vol.emission_col | VolumeSettings | float | emission_col[3] | 192 | 12 |
vol.transmission_col | VolumeSettings | float | transmission_col[3] | 204 | 12 |
vol.reflection_col | VolumeSettings | float | reflection_col[3] | 216 | 12 |
vol.density_scale | VolumeSettings | float | density_scale | 228 | 4 |
vol.depth_cutoff | VolumeSettings | float | depth_cutoff | 232 | 4 |
vol.asymmetry | VolumeSettings | float | asymmetry | 236 | 4 |
vol.stepsize_type | VolumeSettings | short | stepsize_type | 240 | 2 |
vol.shadeflag | VolumeSettings | short | shadeflag | 242 | 2 |
vol.shade_type | VolumeSettings | short | shade_type | 244 | 2 |
vol.precache_resolution | VolumeSettings | short | precache_resolution | 246 | 2 |
vol.stepsize | VolumeSettings | float | stepsize | 248 | 4 |
vol.ms_diff | VolumeSettings | float | ms_diff | 252 | 4 |
vol.ms_intensity | VolumeSettings | float | ms_intensity | 256 | 4 |
vol.ms_spread | VolumeSettings | float | ms_spread | 260 | 4 |
fresnel_mir | Material | float | fresnel_mir | 264 | 4 |
fresnel_mir_i | Material | float | fresnel_mir_i | 268 | 4 |
fresnel_tra | Material | float | fresnel_tra | 272 | 4 |
fresnel_tra_i | Material | float | fresnel_tra_i | 276 | 4 |
filter | Material | float | filter | 280 | 4 |
tx_limit | Material | float | tx_limit | 284 | 4 |
tx_falloff | Material | float | tx_falloff | 288 | 4 |
ray_depth | Material | short | ray_depth | 292 | 2 |
ray_depth_tra | Material | short | ray_depth_tra | 294 | 2 |
har | Material | short | har | 296 | 2 |
seed1 | Material | char | seed1 | 298 | 1 |
seed2 | Material | char | seed2 | 299 | 1 |
gloss_mir | Material | float | gloss_mir | 300 | 4 |
gloss_tra | Material | float | gloss_tra | 304 | 4 |
samp_gloss_mir | Material | short | samp_gloss_mir | 308 | 2 |
samp_gloss_tra | Material | short | samp_gloss_tra | 310 | 2 |
adapt_thresh_mir | Material | float | adapt_thresh_mir | 312 | 4 |
adapt_thresh_tra | Material | float | adapt_thresh_tra | 316 | 4 |
aniso_gloss_mir | Material | float | aniso_gloss_mir | 320 | 4 |
dist_mir | Material | float | dist_mir | 324 | 4 |
fadeto_mir | Material | short | fadeto_mir | 328 | 2 |
shade_flag | Material | short | shade_flag | 330 | 2 |
mode | Material | int | mode | 332 | 4 |
mode_l | Material | int | mode_l | 336 | 4 |
flarec | Material | short | flarec | 340 | 2 |
starc | Material | short | starc | 342 | 2 |
linec | Material | short | linec | 344 | 2 |
ringc | Material | short | ringc | 346 | 2 |
hasize | Material | float | hasize | 348 | 4 |
flaresize | Material | float | flaresize | 352 | 4 |
subsize | Material | float | subsize | 356 | 4 |
flareboost | Material | float | flareboost | 360 | 4 |
strand_sta | Material | float | strand_sta | 364 | 4 |
strand_end | Material | float | strand_end | 368 | 4 |
strand_ease | Material | float | strand_ease | 372 | 4 |
strand_surfnor | Material | float | strand_surfnor | 376 | 4 |
strand_min | Material | float | strand_min | 380 | 4 |
strand_widthfade | Material | float | strand_widthfade | 384 | 4 |
strand_uvname | Material | char | strand_uvname[32] | 388 | 32 |
sbias | Material | float | sbias | 420 | 4 |
lbias | Material | float | lbias | 424 | 4 |
shad_alpha | Material | float | shad_alpha | 428 | 4 |
septex | Material | int | septex | 432 | 4 |
rgbsel | Material | char | rgbsel | 436 | 1 |
texact | Material | char | texact | 437 | 1 |
pr_type | Material | char | pr_type | 438 | 1 |
use_nodes | Material | char | use_nodes | 439 | 1 |
pr_back | Material | short | pr_back | 440 | 2 |
pr_lamp | Material | short | pr_lamp | 442 | 2 |
pr_texture | Material | short | pr_texture | 444 | 2 |
ml_flag | Material | short | ml_flag | 446 | 2 |
diff_shader | Material | short | diff_shader | 448 | 2 |
spec_shader | Material | short | spec_shader | 450 | 2 |
roughness | Material | float | roughness | 452 | 4 |
refrac | Material | float | refrac | 456 | 4 |
param | Material | float | param[4] | 460 | 16 |
rms | Material | float | rms | 476 | 4 |
darkness | Material | float | darkness | 480 | 4 |
texco | Material | short | texco | 484 | 2 |
mapto | Material | short | mapto | 486 | 2 |
ramp_col | Material | ColorBand | *ramp_col | 488 | 8 |
ramp_spec | Material | ColorBand | *ramp_spec | 496 | 8 |
rampin_col | Material | char | rampin_col | 504 | 1 |
rampin_spec | Material | char | rampin_spec | 505 | 1 |
rampblend_col | Material | char | rampblend_col | 506 | 1 |
rampblend_spec | Material | char | rampblend_spec | 507 | 1 |
ramp_show | Material | short | ramp_show | 508 | 2 |
pad3 | Material | short | pad3 | 510 | 2 |
rampfac_col | Material | float | rampfac_col | 512 | 4 |
rampfac_spec | Material | float | rampfac_spec | 516 | 4 |
mtex | Material | MTex | *mtex[18] | 520 | 144 |
nodetree | Material | bNodeTree | *nodetree | 664 | 8 |
ipo | Material | Ipo | *ipo | 672 | 8 |
group | Material | Group | *group | 680 | 8 |
preview | Material | PreviewImage | *preview | 688 | 8 |
friction | Material | float | friction | 696 | 4 |
fh | Material | float | fh | 700 | 4 |
reflect | Material | float | reflect | 704 | 4 |
fhdist | Material | float | fhdist | 708 | 4 |
xyfrict | Material | float | xyfrict | 712 | 4 |
dynamode | Material | short | dynamode | 716 | 2 |
pad2 | Material | short | pad2 | 718 | 2 |
sss_radius | Material | float | sss_radius[3] | 720 | 12 |
sss_col | Material | float | sss_col[3] | 732 | 12 |
sss_error | Material | float | sss_error | 744 | 4 |
sss_scale | Material | float | sss_scale | 748 | 4 |
sss_ior | Material | float | sss_ior | 752 | 4 |
sss_colfac | Material | float | sss_colfac | 756 | 4 |
sss_texfac | Material | float | sss_texfac | 760 | 4 |
sss_front | Material | float | sss_front | 764 | 4 |
sss_back | Material | float | sss_back | 768 | 4 |
sss_flag | Material | short | sss_flag | 772 | 2 |
sss_preset | Material | short | sss_preset | 774 | 2 |
mapto_textured | Material | int | mapto_textured | 776 | 4 |
pad4 | Material | int | pad4 | 780 | 4 |
gpumaterial.first | ListBase | void | *first | 784 | 8 |
gpumaterial.last | ListBase | void | *last | 792 | 8 |
reference | structure | type | name | offset | size |
---|---|---|---|---|---|
id.next | ID | void | *next | 0 | 8 |
id.prev | ID | void | *prev | 8 | 8 |
id.newid | ID | ID | *newid | 16 | 8 |
id.lib | ID | Library | *lib | 24 | 8 |
id.name | ID | char | name[24] | 32 | 24 |
id.us | ID | short | us | 56 | 2 |
id.flag | ID | short | flag | 58 | 2 |
id.icon_id | ID | int | icon_id | 60 | 4 |
id.properties | ID | IDProperty | *properties | 64 | 8 |
name | VFont | char | name[256] | 72 | 256 |
data | VFont | VFontData | *data | 328 | 8 |
packedfile | VFont | PackedFile | *packedfile | 336 | 8 |
reference | structure | type | name | offset | size |
---|---|---|---|---|---|
next | MetaElem | MetaElem | *next | 0 | 8 |
prev | MetaElem | MetaElem | *prev | 8 | 8 |
bb | MetaElem | BoundBox | *bb | 16 | 8 |
i1 | MetaElem | int | i1 | 24 | 4 |
j1 | MetaElem | int | j1 | 28 | 4 |
k1 | MetaElem | int | k1 | 32 | 4 |
i2 | MetaElem | int | i2 | 36 | 4 |
j2 | MetaElem | int | j2 | 40 | 4 |
k2 | MetaElem | int | k2 | 44 | 4 |
type | MetaElem | short | type | 48 | 2 |
flag | MetaElem | short | flag | 50 | 2 |
selcol1 | MetaElem | short | selcol1 | 52 | 2 |
selcol2 | MetaElem | short | selcol2 | 54 | 2 |
x | MetaElem | float | x | 56 | 4 |
y | MetaElem | float | y | 60 | 4 |
z | MetaElem | float | z | 64 | 4 |
quat | MetaElem | float | quat[4] | 68 | 16 |
expx | MetaElem | float | expx | 84 | 4 |
expy | MetaElem | float | expy | 88 | 4 |
expz | MetaElem | float | expz | 92 | 4 |
rad | MetaElem | float | rad | 96 | 4 |
rad2 | MetaElem | float | rad2 | 100 | 4 |
s | MetaElem | float | s | 104 | 4 |
len | MetaElem | float | len | 108 | 4 |
mat | MetaElem | float | *mat | 112 | 8 |
imat | MetaElem | float | *imat | 120 | 8 |
reference | structure | type | name | offset | size |
---|---|---|---|---|---|
id.next | ID | void | *next | 0 | 8 |
id.prev | ID | void | *prev | 8 | 8 |
id.newid | ID | ID | *newid | 16 | 8 |
id.lib | ID | Library | *lib | 24 | 8 |
id.name | ID | char | name[24] | 32 | 24 |
id.us | ID | short | us | 56 | 2 |
id.flag | ID | short | flag | 58 | 2 |
id.icon_id | ID | int | icon_id | 60 | 4 |
id.properties | ID | IDProperty | *properties | 64 | 8 |
adt | MetaBall | AnimData | *adt | 72 | 8 |
bb | MetaBall | BoundBox | *bb | 80 | 8 |
elems.first | ListBase | void | *first | 88 | 8 |
elems.last | ListBase | void | *last | 96 | 8 |
disp.first | ListBase | void | *first | 104 | 8 |
disp.last | ListBase | void | *last | 112 | 8 |
editelems | MetaBall | ListBase | *editelems | 120 | 8 |
ipo | MetaBall | Ipo | *ipo | 128 | 8 |
mat | MetaBall | Material | **mat | 136 | 8 |
flag | MetaBall | char | flag | 144 | 1 |
flag2 | MetaBall | char | flag2 | 145 | 1 |
totcol | MetaBall | short | totcol | 146 | 2 |
texflag | MetaBall | short | texflag | 148 | 2 |
pad | MetaBall | short | pad | 150 | 2 |
loc | MetaBall | float | loc[3] | 152 | 12 |
size | MetaBall | float | size[3] | 164 | 12 |
rot | MetaBall | float | rot[3] | 176 | 12 |
wiresize | MetaBall | float | wiresize | 188 | 4 |
rendersize | MetaBall | float | rendersize | 192 | 4 |
thresh | MetaBall | float | thresh | 196 | 4 |
lastelem | MetaBall | MetaElem | *lastelem | 200 | 8 |
reference | structure | type | name | offset | size |
---|---|---|---|---|---|
vec | BezTriple | float | vec[3][3] | 0 | 36 |
alfa | BezTriple | float | alfa | 36 | 4 |
weight | BezTriple | float | weight | 40 | 4 |
radius | BezTriple | float | radius | 44 | 4 |
ipo | BezTriple | short | ipo | 48 | 2 |
h1 | BezTriple | char | h1 | 50 | 1 |
h2 | BezTriple | char | h2 | 51 | 1 |
f1 | BezTriple | char | f1 | 52 | 1 |
f2 | BezTriple | char | f2 | 53 | 1 |
f3 | BezTriple | char | f3 | 54 | 1 |
hide | BezTriple | char | hide | 55 | 1 |
reference | structure | type | name | offset | size |
---|---|---|---|---|---|
vec | BPoint | float | vec[4] | 0 | 16 |
alfa | BPoint | float | alfa | 16 | 4 |
weight | BPoint | float | weight | 20 | 4 |
f1 | BPoint | short | f1 | 24 | 2 |
hide | BPoint | short | hide | 26 | 2 |
radius | BPoint | float | radius | 28 | 4 |
pad | BPoint | float | pad | 32 | 4 |
reference | structure | type | name | offset | size |
---|---|---|---|---|---|
next | Nurb | Nurb | *next | 0 | 8 |
prev | Nurb | Nurb | *prev | 8 | 8 |
type | Nurb | short | type | 16 | 2 |
mat_nr | Nurb | short | mat_nr | 18 | 2 |
hide | Nurb | short | hide | 20 | 2 |
flag | Nurb | short | flag | 22 | 2 |
pntsu | Nurb | short | pntsu | 24 | 2 |
pntsv | Nurb | short | pntsv | 26 | 2 |
resolu | Nurb | short | resolu | 28 | 2 |
resolv | Nurb | short | resolv | 30 | 2 |
orderu | Nurb | short | orderu | 32 | 2 |
orderv | Nurb | short | orderv | 34 | 2 |
flagu | Nurb | short | flagu | 36 | 2 |
flagv | Nurb | short | flagv | 38 | 2 |
knotsu | Nurb | float | *knotsu | 40 | 8 |
knotsv | Nurb | float | *knotsv | 48 | 8 |
bp | Nurb | BPoint | *bp | 56 | 8 |
bezt | Nurb | BezTriple | *bezt | 64 | 8 |
tilt_interp | Nurb | short | tilt_interp | 72 | 2 |
radius_interp | Nurb | short | radius_interp | 74 | 2 |
charidx | Nurb | int | charidx | 76 | 4 |
reference | structure | type | name | offset | size |
---|---|---|---|---|---|
kern | CharInfo | short | kern | 0 | 2 |
mat_nr | CharInfo | short | mat_nr | 2 | 2 |
flag | CharInfo | char | flag | 4 | 1 |
pad | CharInfo | char | pad | 5 | 1 |
pad2 | CharInfo | short | pad2 | 6 | 2 |
reference | structure | type | name | offset | size |
---|---|---|---|---|---|
x | TextBox | float | x | 0 | 4 |
y | TextBox | float | y | 4 | 4 |
w | TextBox | float | w | 8 | 4 |
h | TextBox | float | h | 12 | 4 |
reference | structure | type | name | offset | size |
---|---|---|---|---|---|
nurbs.first | ListBase | void | *first | 0 | 8 |
nurbs.last | ListBase | void | *last | 8 | 8 |
keyindex | EditNurb | GHash | *keyindex | 16 | 8 |
shapenr | EditNurb | int | shapenr | 24 | 4 |
pad | EditNurb | char | pad[4] | 28 | 4 |
reference | structure | type | name | offset | size |
---|---|---|---|---|---|
id.next | ID | void | *next | 0 | 8 |
id.prev | ID | void | *prev | 8 | 8 |
id.newid | ID | ID | *newid | 16 | 8 |
id.lib | ID | Library | *lib | 24 | 8 |
id.name | ID | char | name[24] | 32 | 24 |
id.us | ID | short | us | 56 | 2 |
id.flag | ID | short | flag | 58 | 2 |
id.icon_id | ID | int | icon_id | 60 | 4 |
id.properties | ID | IDProperty | *properties | 64 | 8 |
adt | Curve | AnimData | *adt | 72 | 8 |
bb | Curve | BoundBox | *bb | 80 | 8 |
nurb.first | ListBase | void | *first | 88 | 8 |
nurb.last | ListBase | void | *last | 96 | 8 |
disp.first | ListBase | void | *first | 104 | 8 |
disp.last | ListBase | void | *last | 112 | 8 |
editnurb | Curve | EditNurb | *editnurb | 120 | 8 |
bevobj | Curve | Object | *bevobj | 128 | 8 |
taperobj | Curve | Object | *taperobj | 136 | 8 |
textoncurve | Curve | Object | *textoncurve | 144 | 8 |
ipo | Curve | Ipo | *ipo | 152 | 8 |
path | Curve | Path | *path | 160 | 8 |
key | Curve | Key | *key | 168 | 8 |
mat | Curve | Material | **mat | 176 | 8 |
bev.first | ListBase | void | *first | 184 | 8 |
bev.last | ListBase | void | *last | 192 | 8 |
loc | Curve | float | loc[3] | 200 | 12 |
size | Curve | float | size[3] | 212 | 12 |
rot | Curve | float | rot[3] | 224 | 12 |
texflag | Curve | short | texflag | 236 | 2 |
pad1 | Curve | short | pad1 | 238 | 2 |
drawflag | Curve | short | drawflag | 240 | 2 |
twist_mode | Curve | short | twist_mode | 242 | 2 |
twist_smooth | Curve | float | twist_smooth | 244 | 4 |
smallcaps_scale | Curve | float | smallcaps_scale | 248 | 4 |
pathlen | Curve | int | pathlen | 252 | 4 |
pad | Curve | short | pad | 256 | 2 |
totcol | Curve | short | totcol | 258 | 2 |
flag | Curve | short | flag | 260 | 2 |
bevresol | Curve | short | bevresol | 262 | 2 |
width | Curve | float | width | 264 | 4 |
ext1 | Curve | float | ext1 | 268 | 4 |
ext2 | Curve | float | ext2 | 272 | 4 |
resolu | Curve | short | resolu | 276 | 2 |
resolv | Curve | short | resolv | 278 | 2 |
resolu_ren | Curve | short | resolu_ren | 280 | 2 |
resolv_ren | Curve | short | resolv_ren | 282 | 2 |
actnu | Curve | int | actnu | 284 | 4 |
lastsel | Curve | void | *lastsel | 288 | 8 |
len | Curve | short | len | 296 | 2 |
lines | Curve | short | lines | 298 | 2 |
pos | Curve | short | pos | 300 | 2 |
spacemode | Curve | short | spacemode | 302 | 2 |
spacing | Curve | float | spacing | 304 | 4 |
linedist | Curve | float | linedist | 308 | 4 |
shear | Curve | float | shear | 312 | 4 |
fsize | Curve | float | fsize | 316 | 4 |
wordspace | Curve | float | wordspace | 320 | 4 |
ulpos | Curve | float | ulpos | 324 | 4 |
ulheight | Curve | float | ulheight | 328 | 4 |
xof | Curve | float | xof | 332 | 4 |
yof | Curve | float | yof | 336 | 4 |
linewidth | Curve | float | linewidth | 340 | 4 |
str | Curve | char | *str | 344 | 8 |
selboxes | Curve | SelBox | *selboxes | 352 | 8 |
editfont | Curve | EditFont | *editfont | 360 | 8 |
family | Curve | char | family[24] | 368 | 24 |
vfont | Curve | VFont | *vfont | 392 | 8 |
vfontb | Curve | VFont | *vfontb | 400 | 8 |
vfonti | Curve | VFont | *vfonti | 408 | 8 |
vfontbi | Curve | VFont | *vfontbi | 416 | 8 |
sepchar | Curve | int | sepchar | 424 | 4 |
ctime | Curve | float | ctime | 428 | 4 |
totbox | Curve | int | totbox | 432 | 4 |
actbox | Curve | int | actbox | 436 | 4 |
tb | Curve | TextBox | *tb | 440 | 8 |
selstart | Curve | int | selstart | 448 | 4 |
selend | Curve | int | selend | 452 | 4 |
strinfo | Curve | CharInfo | *strinfo | 456 | 8 |
curinfo.kern | CharInfo | short | kern | 464 | 2 |
curinfo.mat_nr | CharInfo | short | mat_nr | 466 | 2 |
curinfo.flag | CharInfo | char | flag | 468 | 1 |
curinfo.pad | CharInfo | char | pad | 469 | 1 |
curinfo.pad2 | CharInfo | short | pad2 | 470 | 2 |
reference | structure | type | name | offset | size |
---|---|---|---|---|---|
id.next | ID | void | *next | 0 | 8 |
id.prev | ID | void | *prev | 8 | 8 |
id.newid | ID | ID | *newid | 16 | 8 |
id.lib | ID | Library | *lib | 24 | 8 |
id.name | ID | char | name[24] | 32 | 24 |
id.us | ID | short | us | 56 | 2 |
id.flag | ID | short | flag | 58 | 2 |
id.icon_id | ID | int | icon_id | 60 | 4 |
id.properties | ID | IDProperty | *properties | 64 | 8 |
adt | Mesh | AnimData | *adt | 72 | 8 |
bb | Mesh | BoundBox | *bb | 80 | 8 |
effect.first | ListBase | void | *first | 88 | 8 |
effect.last | ListBase | void | *last | 96 | 8 |
ipo | Mesh | Ipo | *ipo | 104 | 8 |
key | Mesh | Key | *key | 112 | 8 |
mat | Mesh | Material | **mat | 120 | 8 |
mface | Mesh | MFace | *mface | 128 | 8 |
mtface | Mesh | MTFace | *mtface | 136 | 8 |
tface | Mesh | TFace | *tface | 144 | 8 |
mvert | Mesh | MVert | *mvert | 152 | 8 |
medge | Mesh | MEdge | *medge | 160 | 8 |
dvert | Mesh | MDeformVert | *dvert | 168 | 8 |
mcol | Mesh | MCol | *mcol | 176 | 8 |
msticky | Mesh | MSticky | *msticky | 184 | 8 |
texcomesh | Mesh | Mesh | *texcomesh | 192 | 8 |
mselect | Mesh | MSelect | *mselect | 200 | 8 |
edit_mesh | Mesh | EditMesh | *edit_mesh | 208 | 8 |
vdata.layers | CustomData | CustomDataLayer | *layers | 216 | 8 |
vdata.totlayer | CustomData | int | totlayer | 224 | 4 |
vdata.maxlayer | CustomData | int | maxlayer | 228 | 4 |
vdata.totsize | CustomData | int | totsize | 232 | 4 |
vdata.pad | CustomData | int | pad | 236 | 4 |
vdata.pool | CustomData | void | *pool | 240 | 8 |
vdata.external | CustomData | CustomDataExternal | *external | 248 | 8 |
edata.layers | CustomData | CustomDataLayer | *layers | 256 | 8 |
edata.totlayer | CustomData | int | totlayer | 264 | 4 |
edata.maxlayer | CustomData | int | maxlayer | 268 | 4 |
edata.totsize | CustomData | int | totsize | 272 | 4 |
edata.pad | CustomData | int | pad | 276 | 4 |
edata.pool | CustomData | void | *pool | 280 | 8 |
edata.external | CustomData | CustomDataExternal | *external | 288 | 8 |
fdata.layers | CustomData | CustomDataLayer | *layers | 296 | 8 |
fdata.totlayer | CustomData | int | totlayer | 304 | 4 |
fdata.maxlayer | CustomData | int | maxlayer | 308 | 4 |
fdata.totsize | CustomData | int | totsize | 312 | 4 |
fdata.pad | CustomData | int | pad | 316 | 4 |
fdata.pool | CustomData | void | *pool | 320 | 8 |
fdata.external | CustomData | CustomDataExternal | *external | 328 | 8 |
totvert | Mesh | int | totvert | 336 | 4 |
totedge | Mesh | int | totedge | 340 | 4 |
totface | Mesh | int | totface | 344 | 4 |
totselect | Mesh | int | totselect | 348 | 4 |
act_face | Mesh | int | act_face | 352 | 4 |
texflag | Mesh | short | texflag | 356 | 2 |
editflag | Mesh | short | editflag | 358 | 2 |
loc | Mesh | float | loc[3] | 360 | 12 |
size | Mesh | float | size[3] | 372 | 12 |
rot | Mesh | float | rot[3] | 384 | 12 |
cubemapsize | Mesh | float | cubemapsize | 396 | 4 |
drawflag | Mesh | int | drawflag | 400 | 4 |
smoothresh | Mesh | short | smoothresh | 404 | 2 |
flag | Mesh | short | flag | 406 | 2 |
subdiv | Mesh | short | subdiv | 408 | 2 |
subdivr | Mesh | short | subdivr | 410 | 2 |
totcol | Mesh | short | totcol | 412 | 2 |
subsurftype | Mesh | short | subsurftype | 414 | 2 |
mr | Mesh | Multires | *mr | 416 | 8 |
pv | Mesh | PartialVisibility | *pv | 424 | 8 |
reference | structure | type | name | offset | size |
---|---|---|---|---|---|
tpage | TFace | void | *tpage | 0 | 8 |
uv | TFace | float | uv[4][2] | 8 | 32 |
col | TFace | int | col[4] | 40 | 16 |
flag | TFace | char | flag | 56 | 1 |
transp | TFace | char | transp | 57 | 1 |
mode | TFace | short | mode | 58 | 2 |
tile | TFace | short | tile | 60 | 2 |
unwrap | TFace | short | unwrap | 62 | 2 |
reference | structure | type | name | offset | size |
---|---|---|---|---|---|
v1 | MFace | int | v1 | 0 | 4 |
v2 | MFace | int | v2 | 4 | 4 |
v3 | MFace | int | v3 | 8 | 4 |
v4 | MFace | int | v4 | 12 | 4 |
mat_nr | MFace | short | mat_nr | 16 | 2 |
edcode | MFace | char | edcode | 18 | 1 |
flag | MFace | char | flag | 19 | 1 |
reference | structure | type | name | offset | size |
---|---|---|---|---|---|
v1 | MEdge | int | v1 | 0 | 4 |
v2 | MEdge | int | v2 | 4 | 4 |
crease | MEdge | char | crease | 8 | 1 |
bweight | MEdge | char | bweight | 9 | 1 |
flag | MEdge | short | flag | 10 | 2 |
reference | structure | type | name | offset | size |
---|---|---|---|---|---|
def_nr | MDeformWeight | int | def_nr | 0 | 4 |
weight | MDeformWeight | float | weight | 4 | 4 |
reference | structure | type | name | offset | size |
---|---|---|---|---|---|
dw | MDeformVert | MDeformWeight | *dw | 0 | 8 |
totweight | MDeformVert | int | totweight | 8 | 4 |
flag | MDeformVert | int | flag | 12 | 4 |
reference | structure | type | name | offset | size |
---|---|---|---|---|---|
co | MVert | float | co[3] | 0 | 12 |
no | MVert | short | no[3] | 12 | 6 |
mat_nr | MVert | short | mat_nr | 18 | 2 |
flag | MVert | char | flag | 20 | 1 |
bweight | MVert | char | bweight | 21 | 1 |
pad | MVert | char | pad[2] | 22 | 2 |
reference | structure | type | name | offset | size |
---|---|---|---|---|---|
a | MCol | char | a | 0 | 1 |
r | MCol | char | r | 1 | 1 |
g | MCol | char | g | 2 | 1 |
b | MCol | char | b | 3 | 1 |
reference | structure | type | name | offset | size |
---|---|---|---|---|---|
tpage | MTexPoly | Image | *tpage | 0 | 8 |
flag | MTexPoly | char | flag | 8 | 1 |
transp | MTexPoly | char | transp | 9 | 1 |
mode | MTexPoly | short | mode | 10 | 2 |
tile | MTexPoly | short | tile | 12 | 2 |
unwrap | MTexPoly | short | unwrap | 14 | 2 |
reference | structure | type | name | offset | size |
---|---|---|---|---|---|
uv | MLoopUV | float | uv[2] | 0 | 8 |
reference | structure | type | name | offset | size |
---|---|---|---|---|---|
a | MLoopCol | char | a | 0 | 1 |
r | MLoopCol | char | r | 1 | 1 |
g | MLoopCol | char | g | 2 | 1 |
b | MLoopCol | char | b | 3 | 1 |
pad | MLoopCol | int | pad | 4 | 4 |
reference | structure | type | name | offset | size |
---|---|---|---|---|---|
co | MSticky | float | co[2] | 0 | 8 |
reference | structure | type | name | offset | size |
---|---|---|---|---|---|
index | MSelect | int | index | 0 | 4 |
type | MSelect | int | type | 4 | 4 |
reference | structure | type | name | offset | size |
---|---|---|---|---|---|
uv | MTFace | float | uv[4][2] | 0 | 32 |
tpage | MTFace | Image | *tpage | 32 | 8 |
flag | MTFace | char | flag | 40 | 1 |
transp | MTFace | char | transp | 41 | 1 |
mode | MTFace | short | mode | 42 | 2 |
tile | MTFace | short | tile | 44 | 2 |
unwrap | MTFace | short | unwrap | 46 | 2 |
reference | structure | type | name | offset | size |
---|---|---|---|---|---|
f | MFloatProperty | float | f | 0 | 4 |
reference | structure | type | name | offset | size |
---|---|---|---|---|---|
i | MIntProperty | int | i | 0 | 4 |
reference | structure | type | name | offset | size |
---|---|---|---|---|---|
s | MStringProperty | char | s[256] | 0 | 256 |
reference | structure | type | name | offset | size |
---|---|---|---|---|---|
uv | OrigSpaceFace | float | uv[4][2] | 0 | 32 |
reference | structure | type | name | offset | size |
---|---|---|---|---|---|
totdisp | MDisps | int | totdisp | 0 | 4 |
pad | MDisps | char | pad[4] | 4 | 4 |
disps | MDisps | float | (*disps)() | 8 | 8 |
reference | structure | type | name | offset | size |
---|---|---|---|---|---|
a | MultiresCol | float | a | 0 | 4 |
r | MultiresCol | float | r | 4 | 4 |
g | MultiresCol | float | g | 8 | 4 |
b | MultiresCol | float | b | 12 | 4 |
reference | structure | type | name | offset | size |
---|---|---|---|---|---|
col.a | MultiresCol | float | a | 0 | 4 |
col.r | MultiresCol | float | r | 4 | 4 |
col.g | MultiresCol | float | g | 8 | 4 |
col.b | MultiresCol | float | b | 12 | 4 |
reference | structure | type | name | offset | size |
---|---|---|---|---|---|
v | MultiresFace | int | v[4] | 0 | 16 |
mid | MultiresFace | int | mid | 16 | 4 |
flag | MultiresFace | char | flag | 20 | 1 |
mat_nr | MultiresFace | char | mat_nr | 21 | 1 |
pad | MultiresFace | char | pad[2] | 22 | 2 |
reference | structure | type | name | offset | size |
---|---|---|---|---|---|
v | MultiresEdge | int | v[2] | 0 | 8 |
mid | MultiresEdge | int | mid | 8 | 4 |
reference | structure | type | name | offset | size |
---|---|---|---|---|---|
next | MultiresLevel | MultiresLevel | *next | 0 | 8 |
prev | MultiresLevel | MultiresLevel | *prev | 8 | 8 |
faces | MultiresLevel | MultiresFace | *faces | 16 | 8 |
colfaces | MultiresLevel | MultiresColFace | *colfaces | 24 | 8 |
edges | MultiresLevel | MultiresEdge | *edges | 32 | 8 |
totvert | MultiresLevel | int | totvert | 40 | 4 |
totface | MultiresLevel | int | totface | 44 | 4 |
totedge | MultiresLevel | int | totedge | 48 | 4 |
pad | MultiresLevel | int | pad | 52 | 4 |
verts | MultiresLevel | MVert | *verts | 56 | 8 |
reference | structure | type | name | offset | size |
---|---|---|---|---|---|
levels.first | ListBase | void | *first | 0 | 8 |
levels.last | ListBase | void | *last | 8 | 8 |
verts | Multires | MVert | *verts | 16 | 8 |
level_count | Multires | char | level_count | 24 | 1 |
current | Multires | char | current | 25 | 1 |
newlvl | Multires | char | newlvl | 26 | 1 |
edgelvl | Multires | char | edgelvl | 27 | 1 |
pinlvl | Multires | char | pinlvl | 28 | 1 |
renderlvl | Multires | char | renderlvl | 29 | 1 |
use_col | Multires | char | use_col | 30 | 1 |
flag | Multires | char | flag | 31 | 1 |
vdata.layers | CustomData | CustomDataLayer | *layers | 32 | 8 |
vdata.totlayer | CustomData | int | totlayer | 40 | 4 |
vdata.maxlayer | CustomData | int | maxlayer | 44 | 4 |
vdata.totsize | CustomData | int | totsize | 48 | 4 |
vdata.pad | CustomData | int | pad | 52 | 4 |
vdata.pool | CustomData | void | *pool | 56 | 8 |
vdata.external | CustomData | CustomDataExternal | *external | 64 | 8 |
fdata.layers | CustomData | CustomDataLayer | *layers | 72 | 8 |
fdata.totlayer | CustomData | int | totlayer | 80 | 4 |
fdata.maxlayer | CustomData | int | maxlayer | 84 | 4 |
fdata.totsize | CustomData | int | totsize | 88 | 4 |
fdata.pad | CustomData | int | pad | 92 | 4 |
fdata.pool | CustomData | void | *pool | 96 | 8 |
fdata.external | CustomData | CustomDataExternal | *external | 104 | 8 |
edge_flags | Multires | short | *edge_flags | 112 | 8 |
edge_creases | Multires | char | *edge_creases | 120 | 8 |
reference | structure | type | name | offset | size |
---|---|---|---|---|---|
vert_map | PartialVisibility | int | *vert_map | 0 | 8 |
edge_map | PartialVisibility | int | *edge_map | 8 | 8 |
old_faces | PartialVisibility | MFace | *old_faces | 16 | 8 |
old_edges | PartialVisibility | MEdge | *old_edges | 24 | 8 |
totface | PartialVisibility | int | totface | 32 | 4 |
totedge | PartialVisibility | int | totedge | 36 | 4 |
totvert | PartialVisibility | int | totvert | 40 | 4 |
pad | PartialVisibility | int | pad | 44 | 4 |
reference | structure | type | name | offset | size |
---|---|---|---|---|---|
next | ModifierData | ModifierData | *next | 0 | 8 |
prev | ModifierData | ModifierData | *prev | 8 | 8 |
type | ModifierData | int | type | 16 | 4 |
mode | ModifierData | int | mode | 20 | 4 |
stackindex | ModifierData | int | stackindex | 24 | 4 |
pad | ModifierData | int | pad | 28 | 4 |
name | ModifierData | char | name[32] | 32 | 32 |
scene | ModifierData | Scene | *scene | 64 | 8 |
error | ModifierData | char | *error | 72 | 8 |
reference | structure | type | name | offset | size |
---|---|---|---|---|---|
modifier.next | ModifierData | ModifierData | *next | 0 | 8 |
modifier.prev | ModifierData | ModifierData | *prev | 8 | 8 |
modifier.type | ModifierData | int | type | 16 | 4 |
modifier.mode | ModifierData | int | mode | 20 | 4 |
modifier.stackindex | ModifierData | int | stackindex | 24 | 4 |
modifier.pad | ModifierData | int | pad | 28 | 4 |
modifier.name | ModifierData | char | name[32] | 32 | 32 |
modifier.scene | ModifierData | Scene | *scene | 64 | 8 |
modifier.error | ModifierData | char | *error | 72 | 8 |
subdivType | SubsurfModifierData | short | subdivType | 80 | 2 |
levels | SubsurfModifierData | short | levels | 82 | 2 |
renderLevels | SubsurfModifierData | short | renderLevels | 84 | 2 |
flags | SubsurfModifierData | short | flags | 86 | 2 |
emCache | SubsurfModifierData | void | *emCache | 88 | 8 |
mCache | SubsurfModifierData | void | *mCache | 96 | 8 |
reference | structure | type | name | offset | size |
---|---|---|---|---|---|
modifier.next | ModifierData | ModifierData | *next | 0 | 8 |
modifier.prev | ModifierData | ModifierData | *prev | 8 | 8 |
modifier.type | ModifierData | int | type | 16 | 4 |
modifier.mode | ModifierData | int | mode | 20 | 4 |
modifier.stackindex | ModifierData | int | stackindex | 24 | 4 |
modifier.pad | ModifierData | int | pad | 28 | 4 |
modifier.name | ModifierData | char | name[32] | 32 | 32 |
modifier.scene | ModifierData | Scene | *scene | 64 | 8 |
modifier.error | ModifierData | char | *error | 72 | 8 |
object | LatticeModifierData | Object | *object | 80 | 8 |
name | LatticeModifierData | char | name[32] | 88 | 32 |
reference | structure | type | name | offset | size |
---|---|---|---|---|---|
modifier.next | ModifierData | ModifierData | *next | 0 | 8 |
modifier.prev | ModifierData | ModifierData | *prev | 8 | 8 |
modifier.type | ModifierData | int | type | 16 | 4 |
modifier.mode | ModifierData | int | mode | 20 | 4 |
modifier.stackindex | ModifierData | int | stackindex | 24 | 4 |
modifier.pad | ModifierData | int | pad | 28 | 4 |
modifier.name | ModifierData | char | name[32] | 32 | 32 |
modifier.scene | ModifierData | Scene | *scene | 64 | 8 |
modifier.error | ModifierData | char | *error | 72 | 8 |
object | CurveModifierData | Object | *object | 80 | 8 |
name | CurveModifierData | char | name[32] | 88 | 32 |
defaxis | CurveModifierData | short | defaxis | 120 | 2 |
pad | CurveModifierData | char | pad[6] | 122 | 6 |
reference | structure | type | name | offset | size |
---|---|---|---|---|---|
modifier.next | ModifierData | ModifierData | *next | 0 | 8 |
modifier.prev | ModifierData | ModifierData | *prev | 8 | 8 |
modifier.type | ModifierData | int | type | 16 | 4 |
modifier.mode | ModifierData | int | mode | 20 | 4 |
modifier.stackindex | ModifierData | int | stackindex | 24 | 4 |
modifier.pad | ModifierData | int | pad | 28 | 4 |
modifier.name | ModifierData | char | name[32] | 32 | 32 |
modifier.scene | ModifierData | Scene | *scene | 64 | 8 |
modifier.error | ModifierData | char | *error | 72 | 8 |
start | BuildModifierData | float | start | 80 | 4 |
length | BuildModifierData | float | length | 84 | 4 |
randomize | BuildModifierData | int | randomize | 88 | 4 |
seed | BuildModifierData | int | seed | 92 | 4 |
reference | structure | type | name | offset | size |
---|---|---|---|---|---|
modifier.next | ModifierData | ModifierData | *next | 0 | 8 |
modifier.prev | ModifierData | ModifierData | *prev | 8 | 8 |
modifier.type | ModifierData | int | type | 16 | 4 |
modifier.mode | ModifierData | int | mode | 20 | 4 |
modifier.stackindex | ModifierData | int | stackindex | 24 | 4 |
modifier.pad | ModifierData | int | pad | 28 | 4 |
modifier.name | ModifierData | char | name[32] | 32 | 32 |
modifier.scene | ModifierData | Scene | *scene | 64 | 8 |
modifier.error | ModifierData | char | *error | 72 | 8 |
ob_arm | MaskModifierData | Object | *ob_arm | 80 | 8 |
vgroup | MaskModifierData | char | vgroup[32] | 88 | 32 |
mode | MaskModifierData | int | mode | 120 | 4 |
flag | MaskModifierData | int | flag | 124 | 4 |
reference | structure | type | name | offset | size |
---|---|---|---|---|---|
modifier.next | ModifierData | ModifierData | *next | 0 | 8 |
modifier.prev | ModifierData | ModifierData | *prev | 8 | 8 |
modifier.type | ModifierData | int | type | 16 | 4 |
modifier.mode | ModifierData | int | mode | 20 | 4 |
modifier.stackindex | ModifierData | int | stackindex | 24 | 4 |
modifier.pad | ModifierData | int | pad | 28 | 4 |
modifier.name | ModifierData | char | name[32] | 32 | 32 |
modifier.scene | ModifierData | Scene | *scene | 64 | 8 |
modifier.error | ModifierData | char | *error | 72 | 8 |
start_cap | ArrayModifierData | Object | *start_cap | 80 | 8 |
end_cap | ArrayModifierData | Object | *end_cap | 88 | 8 |
curve_ob | ArrayModifierData | Object | *curve_ob | 96 | 8 |
offset_ob | ArrayModifierData | Object | *offset_ob | 104 | 8 |
offset | ArrayModifierData | float | offset[3] | 112 | 12 |
scale | ArrayModifierData | float | scale[3] | 124 | 12 |
length | ArrayModifierData | float | length | 136 | 4 |
merge_dist | ArrayModifierData | float | merge_dist | 140 | 4 |
fit_type | ArrayModifierData | int | fit_type | 144 | 4 |
offset_type | ArrayModifierData | int | offset_type | 148 | 4 |
flags | ArrayModifierData | int | flags | 152 | 4 |
count | ArrayModifierData | int | count | 156 | 4 |
reference | structure | type | name | offset | size |
---|---|---|---|---|---|
modifier.next | ModifierData | ModifierData | *next | 0 | 8 |
modifier.prev | ModifierData | ModifierData | *prev | 8 | 8 |
modifier.type | ModifierData | int | type | 16 | 4 |
modifier.mode | ModifierData | int | mode | 20 | 4 |
modifier.stackindex | ModifierData | int | stackindex | 24 | 4 |
modifier.pad | ModifierData | int | pad | 28 | 4 |
modifier.name | ModifierData | char | name[32] | 32 | 32 |
modifier.scene | ModifierData | Scene | *scene | 64 | 8 |
modifier.error | ModifierData | char | *error | 72 | 8 |
axis | MirrorModifierData | short | axis | 80 | 2 |
flag | MirrorModifierData | short | flag | 82 | 2 |
tolerance | MirrorModifierData | float | tolerance | 84 | 4 |
mirror_ob | MirrorModifierData | Object | *mirror_ob | 88 | 8 |
reference | structure | type | name | offset | size |
---|---|---|---|---|---|
modifier.next | ModifierData | ModifierData | *next | 0 | 8 |
modifier.prev | ModifierData | ModifierData | *prev | 8 | 8 |
modifier.type | ModifierData | int | type | 16 | 4 |
modifier.mode | ModifierData | int | mode | 20 | 4 |
modifier.stackindex | ModifierData | int | stackindex | 24 | 4 |
modifier.pad | ModifierData | int | pad | 28 | 4 |
modifier.name | ModifierData | char | name[32] | 32 | 32 |
modifier.scene | ModifierData | Scene | *scene | 64 | 8 |
modifier.error | ModifierData | char | *error | 72 | 8 |
split_angle | EdgeSplitModifierData | float | split_angle | 80 | 4 |
flags | EdgeSplitModifierData | int | flags | 84 | 4 |
reference | structure | type | name | offset | size |
---|---|---|---|---|---|
modifier.next | ModifierData | ModifierData | *next | 0 | 8 |
modifier.prev | ModifierData | ModifierData | *prev | 8 | 8 |
modifier.type | ModifierData | int | type | 16 | 4 |
modifier.mode | ModifierData | int | mode | 20 | 4 |
modifier.stackindex | ModifierData | int | stackindex | 24 | 4 |
modifier.pad | ModifierData | int | pad | 28 | 4 |
modifier.name | ModifierData | char | name[32] | 32 | 32 |
modifier.scene | ModifierData | Scene | *scene | 64 | 8 |
modifier.error | ModifierData | char | *error | 72 | 8 |
value | BevelModifierData | float | value | 80 | 4 |
res | BevelModifierData | int | res | 84 | 4 |
pad | BevelModifierData | int | pad | 88 | 4 |
flags | BevelModifierData | short | flags | 92 | 2 |
val_flags | BevelModifierData | short | val_flags | 94 | 2 |
lim_flags | BevelModifierData | short | lim_flags | 96 | 2 |
e_flags | BevelModifierData | short | e_flags | 98 | 2 |
bevel_angle | BevelModifierData | float | bevel_angle | 100 | 4 |
defgrp_name | BevelModifierData | char | defgrp_name[32] | 104 | 32 |
reference | structure | type | name | offset | size |
---|---|---|---|---|---|
modifier.next | ModifierData | ModifierData | *next | 0 | 8 |
modifier.prev | ModifierData | ModifierData | *prev | 8 | 8 |
modifier.type | ModifierData | int | type | 16 | 4 |
modifier.mode | ModifierData | int | mode | 20 | 4 |
modifier.stackindex | ModifierData | int | stackindex | 24 | 4 |
modifier.pad | ModifierData | int | pad | 28 | 4 |
modifier.name | ModifierData | char | name[32] | 32 | 32 |
modifier.scene | ModifierData | Scene | *scene | 64 | 8 |
modifier.error | ModifierData | char | *error | 72 | 8 |
pad | BMeshModifierData | float | pad | 80 | 4 |
type | BMeshModifierData | int | type | 84 | 4 |
reference | structure | type | name | offset | size |
---|---|---|---|---|---|
modifier.next | ModifierData | ModifierData | *next | 0 | 8 |
modifier.prev | ModifierData | ModifierData | *prev | 8 | 8 |
modifier.type | ModifierData | int | type | 16 | 4 |
modifier.mode | ModifierData | int | mode | 20 | 4 |
modifier.stackindex | ModifierData | int | stackindex | 24 | 4 |
modifier.pad | ModifierData | int | pad | 28 | 4 |
modifier.name | ModifierData | char | name[32] | 32 | 32 |
modifier.scene | ModifierData | Scene | *scene | 64 | 8 |
modifier.error | ModifierData | char | *error | 72 | 8 |
domain | SmokeModifierData | SmokeDomainSettings | *domain | 80 | 8 |
flow | SmokeModifierData | SmokeFlowSettings | *flow | 88 | 8 |
coll | SmokeModifierData | SmokeCollSettings | *coll | 96 | 8 |
time | SmokeModifierData | float | time | 104 | 4 |
type | SmokeModifierData | int | type | 108 | 4 |
reference | structure | type | name | offset | size |
---|---|---|---|---|---|
modifier.next | ModifierData | ModifierData | *next | 0 | 8 |
modifier.prev | ModifierData | ModifierData | *prev | 8 | 8 |
modifier.type | ModifierData | int | type | 16 | 4 |
modifier.mode | ModifierData | int | mode | 20 | 4 |
modifier.stackindex | ModifierData | int | stackindex | 24 | 4 |
modifier.pad | ModifierData | int | pad | 28 | 4 |
modifier.name | ModifierData | char | name[32] | 32 | 32 |
modifier.scene | ModifierData | Scene | *scene | 64 | 8 |
modifier.error | ModifierData | char | *error | 72 | 8 |
texture | DisplaceModifierData | Tex | *texture | 80 | 8 |
strength | DisplaceModifierData | float | strength | 88 | 4 |
direction | DisplaceModifierData | int | direction | 92 | 4 |
defgrp_name | DisplaceModifierData | char | defgrp_name[32] | 96 | 32 |
midlevel | DisplaceModifierData | float | midlevel | 128 | 4 |
texmapping | DisplaceModifierData | int | texmapping | 132 | 4 |
map_object | DisplaceModifierData | Object | *map_object | 136 | 8 |
uvlayer_name | DisplaceModifierData | char | uvlayer_name[32] | 144 | 32 |
uvlayer_tmp | DisplaceModifierData | int | uvlayer_tmp | 176 | 4 |
pad | DisplaceModifierData | int | pad | 180 | 4 |
reference | structure | type | name | offset | size |
---|---|---|---|---|---|
modifier.next | ModifierData | ModifierData | *next | 0 | 8 |
modifier.prev | ModifierData | ModifierData | *prev | 8 | 8 |
modifier.type | ModifierData | int | type | 16 | 4 |
modifier.mode | ModifierData | int | mode | 20 | 4 |
modifier.stackindex | ModifierData | int | stackindex | 24 | 4 |
modifier.pad | ModifierData | int | pad | 28 | 4 |
modifier.name | ModifierData | char | name[32] | 32 | 32 |
modifier.scene | ModifierData | Scene | *scene | 64 | 8 |
modifier.error | ModifierData | char | *error | 72 | 8 |
projectors | UVProjectModifierData | Object | *projectors[10] | 80 | 80 |
image | UVProjectModifierData | Image | *image | 160 | 8 |
flags | UVProjectModifierData | int | flags | 168 | 4 |
num_projectors | UVProjectModifierData | int | num_projectors | 172 | 4 |
aspectx | UVProjectModifierData | float | aspectx | 176 | 4 |
aspecty | UVProjectModifierData | float | aspecty | 180 | 4 |
scalex | UVProjectModifierData | float | scalex | 184 | 4 |
scaley | UVProjectModifierData | float | scaley | 188 | 4 |
uvlayer_name | UVProjectModifierData | char | uvlayer_name[32] | 192 | 32 |
uvlayer_tmp | UVProjectModifierData | int | uvlayer_tmp | 224 | 4 |
pad | UVProjectModifierData | int | pad | 228 | 4 |
reference | structure | type | name | offset | size |
---|---|---|---|---|---|
modifier.next | ModifierData | ModifierData | *next | 0 | 8 |
modifier.prev | ModifierData | ModifierData | *prev | 8 | 8 |
modifier.type | ModifierData | int | type | 16 | 4 |
modifier.mode | ModifierData | int | mode | 20 | 4 |
modifier.stackindex | ModifierData | int | stackindex | 24 | 4 |
modifier.pad | ModifierData | int | pad | 28 | 4 |
modifier.name | ModifierData | char | name[32] | 32 | 32 |
modifier.scene | ModifierData | Scene | *scene | 64 | 8 |
modifier.error | ModifierData | char | *error | 72 | 8 |
percent | DecimateModifierData | float | percent | 80 | 4 |
faceCount | DecimateModifierData | int | faceCount | 84 | 4 |
reference | structure | type | name | offset | size |
---|---|---|---|---|---|
modifier.next | ModifierData | ModifierData | *next | 0 | 8 |
modifier.prev | ModifierData | ModifierData | *prev | 8 | 8 |
modifier.type | ModifierData | int | type | 16 | 4 |
modifier.mode | ModifierData | int | mode | 20 | 4 |
modifier.stackindex | ModifierData | int | stackindex | 24 | 4 |
modifier.pad | ModifierData | int | pad | 28 | 4 |
modifier.name | ModifierData | char | name[32] | 32 | 32 |
modifier.scene | ModifierData | Scene | *scene | 64 | 8 |
modifier.error | ModifierData | char | *error | 72 | 8 |
fac | SmoothModifierData | float | fac | 80 | 4 |
defgrp_name | SmoothModifierData | char | defgrp_name[32] | 84 | 32 |
flag | SmoothModifierData | short | flag | 116 | 2 |
repeat | SmoothModifierData | short | repeat | 118 | 2 |
reference | structure | type | name | offset | size |
---|---|---|---|---|---|
modifier.next | ModifierData | ModifierData | *next | 0 | 8 |
modifier.prev | ModifierData | ModifierData | *prev | 8 | 8 |
modifier.type | ModifierData | int | type | 16 | 4 |
modifier.mode | ModifierData | int | mode | 20 | 4 |
modifier.stackindex | ModifierData | int | stackindex | 24 | 4 |
modifier.pad | ModifierData | int | pad | 28 | 4 |
modifier.name | ModifierData | char | name[32] | 32 | 32 |
modifier.scene | ModifierData | Scene | *scene | 64 | 8 |
modifier.error | ModifierData | char | *error | 72 | 8 |
object | CastModifierData | Object | *object | 80 | 8 |
fac | CastModifierData | float | fac | 88 | 4 |
radius | CastModifierData | float | radius | 92 | 4 |
size | CastModifierData | float | size | 96 | 4 |
defgrp_name | CastModifierData | char | defgrp_name[32] | 100 | 32 |
flag | CastModifierData | short | flag | 132 | 2 |
type | CastModifierData | short | type | 134 | 2 |
reference | structure | type | name | offset | size |
---|---|---|---|---|---|
modifier.next | ModifierData | ModifierData | *next | 0 | 8 |
modifier.prev | ModifierData | ModifierData | *prev | 8 | 8 |
modifier.type | ModifierData | int | type | 16 | 4 |
modifier.mode | ModifierData | int | mode | 20 | 4 |
modifier.stackindex | ModifierData | int | stackindex | 24 | 4 |
modifier.pad | ModifierData | int | pad | 28 | 4 |
modifier.name | ModifierData | char | name[32] | 32 | 32 |
modifier.scene | ModifierData | Scene | *scene | 64 | 8 |
modifier.error | ModifierData | char | *error | 72 | 8 |
objectcenter | WaveModifierData | Object | *objectcenter | 80 | 8 |
defgrp_name | WaveModifierData | char | defgrp_name[32] | 88 | 32 |
texture | WaveModifierData | Tex | *texture | 120 | 8 |
map_object | WaveModifierData | Object | *map_object | 128 | 8 |
flag | WaveModifierData | short | flag | 136 | 2 |
pad | WaveModifierData | short | pad | 138 | 2 |
startx | WaveModifierData | float | startx | 140 | 4 |
starty | WaveModifierData | float | starty | 144 | 4 |
height | WaveModifierData | float | height | 148 | 4 |
width | WaveModifierData | float | width | 152 | 4 |
narrow | WaveModifierData | float | narrow | 156 | 4 |
speed | WaveModifierData | float | speed | 160 | 4 |
damp | WaveModifierData | float | damp | 164 | 4 |
falloff | WaveModifierData | float | falloff | 168 | 4 |
texmapping | WaveModifierData | int | texmapping | 172 | 4 |
uvlayer_tmp | WaveModifierData | int | uvlayer_tmp | 176 | 4 |
uvlayer_name | WaveModifierData | char | uvlayer_name[32] | 180 | 32 |
timeoffs | WaveModifierData | float | timeoffs | 212 | 4 |
lifetime | WaveModifierData | float | lifetime | 216 | 4 |
pad1 | WaveModifierData | float | pad1 | 220 | 4 |
reference | structure | type | name | offset | size |
---|---|---|---|---|---|
modifier.next | ModifierData | ModifierData | *next | 0 | 8 |
modifier.prev | ModifierData | ModifierData | *prev | 8 | 8 |
modifier.type | ModifierData | int | type | 16 | 4 |
modifier.mode | ModifierData | int | mode | 20 | 4 |
modifier.stackindex | ModifierData | int | stackindex | 24 | 4 |
modifier.pad | ModifierData | int | pad | 28 | 4 |
modifier.name | ModifierData | char | name[32] | 32 | 32 |
modifier.scene | ModifierData | Scene | *scene | 64 | 8 |
modifier.error | ModifierData | char | *error | 72 | 8 |
deformflag | ArmatureModifierData | short | deformflag | 80 | 2 |
multi | ArmatureModifierData | short | multi | 82 | 2 |
pad2 | ArmatureModifierData | int | pad2 | 84 | 4 |
object | ArmatureModifierData | Object | *object | 88 | 8 |
prevCos | ArmatureModifierData | float | *prevCos | 96 | 8 |
defgrp_name | ArmatureModifierData | char | defgrp_name[32] | 104 | 32 |
reference | structure | type | name | offset | size |
---|---|---|---|---|---|
modifier.next | ModifierData | ModifierData | *next | 0 | 8 |
modifier.prev | ModifierData | ModifierData | *prev | 8 | 8 |
modifier.type | ModifierData | int | type | 16 | 4 |
modifier.mode | ModifierData | int | mode | 20 | 4 |
modifier.stackindex | ModifierData | int | stackindex | 24 | 4 |
modifier.pad | ModifierData | int | pad | 28 | 4 |
modifier.name | ModifierData | char | name[32] | 32 | 32 |
modifier.scene | ModifierData | Scene | *scene | 64 | 8 |
modifier.error | ModifierData | char | *error | 72 | 8 |
object | HookModifierData | Object | *object | 80 | 8 |
subtarget | HookModifierData | char | subtarget[32] | 88 | 32 |
parentinv | HookModifierData | float | parentinv[4][4] | 120 | 64 |
cent | HookModifierData | float | cent[3] | 184 | 12 |
falloff | HookModifierData | float | falloff | 196 | 4 |
indexar | HookModifierData | int | *indexar | 200 | 8 |
totindex | HookModifierData | int | totindex | 208 | 4 |
force | HookModifierData | float | force | 212 | 4 |
name | HookModifierData | char | name[32] | 216 | 32 |
reference | structure | type | name | offset | size |
---|---|---|---|---|---|
modifier.next | ModifierData | ModifierData | *next | 0 | 8 |
modifier.prev | ModifierData | ModifierData | *prev | 8 | 8 |
modifier.type | ModifierData | int | type | 16 | 4 |
modifier.mode | ModifierData | int | mode | 20 | 4 |
modifier.stackindex | ModifierData | int | stackindex | 24 | 4 |
modifier.pad | ModifierData | int | pad | 28 | 4 |
modifier.name | ModifierData | char | name[32] | 32 | 32 |
modifier.scene | ModifierData | Scene | *scene | 64 | 8 |
modifier.error | ModifierData | char | *error | 72 | 8 |
reference | structure | type | name | offset | size |
---|---|---|---|---|---|
modifier.next | ModifierData | ModifierData | *next | 0 | 8 |
modifier.prev | ModifierData | ModifierData | *prev | 8 | 8 |
modifier.type | ModifierData | int | type | 16 | 4 |
modifier.mode | ModifierData | int | mode | 20 | 4 |
modifier.stackindex | ModifierData | int | stackindex | 24 | 4 |
modifier.pad | ModifierData | int | pad | 28 | 4 |
modifier.name | ModifierData | char | name[32] | 32 | 32 |
modifier.scene | ModifierData | Scene | *scene | 64 | 8 |
modifier.error | ModifierData | char | *error | 72 | 8 |
scene | ClothModifierData | Scene | *scene | 80 | 8 |
clothObject | ClothModifierData | Cloth | *clothObject | 88 | 8 |
sim_parms | ClothModifierData | ClothSimSettings | *sim_parms | 96 | 8 |
coll_parms | ClothModifierData | ClothCollSettings | *coll_parms | 104 | 8 |
point_cache | ClothModifierData | PointCache | *point_cache | 112 | 8 |
ptcaches.first | ListBase | void | *first | 120 | 8 |
ptcaches.last | ListBase | void | *last | 128 | 8 |
reference | structure | type | name | offset | size |
---|---|---|---|---|---|
modifier.next | ModifierData | ModifierData | *next | 0 | 8 |
modifier.prev | ModifierData | ModifierData | *prev | 8 | 8 |
modifier.type | ModifierData | int | type | 16 | 4 |
modifier.mode | ModifierData | int | mode | 20 | 4 |
modifier.stackindex | ModifierData | int | stackindex | 24 | 4 |
modifier.pad | ModifierData | int | pad | 28 | 4 |
modifier.name | ModifierData | char | name[32] | 32 | 32 |
modifier.scene | ModifierData | Scene | *scene | 64 | 8 |
modifier.error | ModifierData | char | *error | 72 | 8 |
x | CollisionModifierData | MVert | *x | 80 | 8 |
xnew | CollisionModifierData | MVert | *xnew | 88 | 8 |
xold | CollisionModifierData | MVert | *xold | 96 | 8 |
current_xnew | CollisionModifierData | MVert | *current_xnew | 104 | 8 |
current_x | CollisionModifierData | MVert | *current_x | 112 | 8 |
current_v | CollisionModifierData | MVert | *current_v | 120 | 8 |
mfaces | CollisionModifierData | MFace | *mfaces | 128 | 8 |
numverts | CollisionModifierData | int | numverts | 136 | 4 |
numfaces | CollisionModifierData | int | numfaces | 140 | 4 |
time | CollisionModifierData | float | time | 144 | 4 |
pad | CollisionModifierData | float | pad | 148 | 4 |
bvhtree | CollisionModifierData | BVHTree | *bvhtree | 152 | 8 |
reference | structure | type | name | offset | size |
---|---|---|---|---|---|
modifier.next | ModifierData | ModifierData | *next | 0 | 8 |
modifier.prev | ModifierData | ModifierData | *prev | 8 | 8 |
modifier.type | ModifierData | int | type | 16 | 4 |
modifier.mode | ModifierData | int | mode | 20 | 4 |
modifier.stackindex | ModifierData | int | stackindex | 24 | 4 |
modifier.pad | ModifierData | int | pad | 28 | 4 |
modifier.name | ModifierData | char | name[32] | 32 | 32 |
modifier.scene | ModifierData | Scene | *scene | 64 | 8 |
modifier.error | ModifierData | char | *error | 72 | 8 |
x | SurfaceModifierData | MVert | *x | 80 | 8 |
v | SurfaceModifierData | MVert | *v | 88 | 8 |
dm | SurfaceModifierData | DerivedMesh | *dm | 96 | 8 |
bvhtree | SurfaceModifierData | BVHTreeFromMesh | *bvhtree | 104 | 8 |
cfra | SurfaceModifierData | int | cfra | 112 | 4 |
numverts | SurfaceModifierData | int | numverts | 116 | 4 |
reference | structure | type | name | offset | size |
---|---|---|---|---|---|
modifier.next | ModifierData | ModifierData | *next | 0 | 8 |
modifier.prev | ModifierData | ModifierData | *prev | 8 | 8 |
modifier.type | ModifierData | int | type | 16 | 4 |
modifier.mode | ModifierData | int | mode | 20 | 4 |
modifier.stackindex | ModifierData | int | stackindex | 24 | 4 |
modifier.pad | ModifierData | int | pad | 28 | 4 |
modifier.name | ModifierData | char | name[32] | 32 | 32 |
modifier.scene | ModifierData | Scene | *scene | 64 | 8 |
modifier.error | ModifierData | char | *error | 72 | 8 |
object | BooleanModifierData | Object | *object | 80 | 8 |
operation | BooleanModifierData | int | operation | 88 | 4 |
pad | BooleanModifierData | int | pad | 92 | 4 |
reference | structure | type | name | offset | size |
---|---|---|---|---|---|
vertex | MDefInfluence | int | vertex | 0 | 4 |
weight | MDefInfluence | float | weight | 4 | 4 |
reference | structure | type | name | offset | size |
---|---|---|---|---|---|
offset | MDefCell | int | offset | 0 | 4 |
totinfluence | MDefCell | int | totinfluence | 4 | 4 |
reference | structure | type | name | offset | size |
---|---|---|---|---|---|
modifier.next | ModifierData | ModifierData | *next | 0 | 8 |
modifier.prev | ModifierData | ModifierData | *prev | 8 | 8 |
modifier.type | ModifierData | int | type | 16 | 4 |
modifier.mode | ModifierData | int | mode | 20 | 4 |
modifier.stackindex | ModifierData | int | stackindex | 24 | 4 |
modifier.pad | ModifierData | int | pad | 28 | 4 |
modifier.name | ModifierData | char | name[32] | 32 | 32 |
modifier.scene | ModifierData | Scene | *scene | 64 | 8 |
modifier.error | ModifierData | char | *error | 72 | 8 |
object | MeshDeformModifierData | Object | *object | 80 | 8 |
defgrp_name | MeshDeformModifierData | char | defgrp_name[32] | 88 | 32 |
gridsize | MeshDeformModifierData | short | gridsize | 120 | 2 |
flag | MeshDeformModifierData | short | flag | 122 | 2 |
mode | MeshDeformModifierData | short | mode | 124 | 2 |
pad | MeshDeformModifierData | short | pad | 126 | 2 |
bindinfluences | MeshDeformModifierData | MDefInfluence | *bindinfluences | 128 | 8 |
bindoffsets | MeshDeformModifierData | int | *bindoffsets | 136 | 8 |
bindcagecos | MeshDeformModifierData | float | *bindcagecos | 144 | 8 |
totvert | MeshDeformModifierData | int | totvert | 152 | 4 |
totcagevert | MeshDeformModifierData | int | totcagevert | 156 | 4 |
dyngrid | MeshDeformModifierData | MDefCell | *dyngrid | 160 | 8 |
dyninfluences | MeshDeformModifierData | MDefInfluence | *dyninfluences | 168 | 8 |
dynverts | MeshDeformModifierData | int | *dynverts | 176 | 8 |
pad2 | MeshDeformModifierData | int | *pad2 | 184 | 8 |
dyngridsize | MeshDeformModifierData | int | dyngridsize | 192 | 4 |
totinfluence | MeshDeformModifierData | int | totinfluence | 196 | 4 |
dyncellmin | MeshDeformModifierData | float | dyncellmin[3] | 200 | 12 |
dyncellwidth | MeshDeformModifierData | float | dyncellwidth | 212 | 4 |
bindmat | MeshDeformModifierData | float | bindmat[4][4] | 216 | 64 |
bindweights | MeshDeformModifierData | float | *bindweights | 280 | 8 |
bindcos | MeshDeformModifierData | float | *bindcos | 288 | 8 |
bindfunc | MeshDeformModifierData | void | (*bindfunc)() | 296 | 8 |
reference | structure | type | name | offset | size |
---|---|---|---|---|---|
modifier.next | ModifierData | ModifierData | *next | 0 | 8 |
modifier.prev | ModifierData | ModifierData | *prev | 8 | 8 |
modifier.type | ModifierData | int | type | 16 | 4 |
modifier.mode | ModifierData | int | mode | 20 | 4 |
modifier.stackindex | ModifierData | int | stackindex | 24 | 4 |
modifier.pad | ModifierData | int | pad | 28 | 4 |
modifier.name | ModifierData | char | name[32] | 32 | 32 |
modifier.scene | ModifierData | Scene | *scene | 64 | 8 |
modifier.error | ModifierData | char | *error | 72 | 8 |
psys | ParticleSystemModifierData | ParticleSystem | *psys | 80 | 8 |
dm | ParticleSystemModifierData | DerivedMesh | *dm | 88 | 8 |
totdmvert | ParticleSystemModifierData | int | totdmvert | 96 | 4 |
totdmedge | ParticleSystemModifierData | int | totdmedge | 100 | 4 |
totdmface | ParticleSystemModifierData | int | totdmface | 104 | 4 |
flag | ParticleSystemModifierData | short | flag | 108 | 2 |
rt | ParticleSystemModifierData | short | rt | 110 | 2 |
reference | structure | type | name | offset | size |
---|---|---|---|---|---|
modifier.next | ModifierData | ModifierData | *next | 0 | 8 |
modifier.prev | ModifierData | ModifierData | *prev | 8 | 8 |
modifier.type | ModifierData | int | type | 16 | 4 |
modifier.mode | ModifierData | int | mode | 20 | 4 |
modifier.stackindex | ModifierData | int | stackindex | 24 | 4 |
modifier.pad | ModifierData | int | pad | 28 | 4 |
modifier.name | ModifierData | char | name[32] | 32 | 32 |
modifier.scene | ModifierData | Scene | *scene | 64 | 8 |
modifier.error | ModifierData | char | *error | 72 | 8 |
ob | ParticleInstanceModifierData | Object | *ob | 80 | 8 |
psys | ParticleInstanceModifierData | short | psys | 88 | 2 |
flag | ParticleInstanceModifierData | short | flag | 90 | 2 |
axis | ParticleInstanceModifierData | short | axis | 92 | 2 |
rt | ParticleInstanceModifierData | short | rt | 94 | 2 |
position | ParticleInstanceModifierData | float | position | 96 | 4 |
random_position | ParticleInstanceModifierData | float | random_position | 100 | 4 |
reference | structure | type | name | offset | size |
---|---|---|---|---|---|
modifier.next | ModifierData | ModifierData | *next | 0 | 8 |
modifier.prev | ModifierData | ModifierData | *prev | 8 | 8 |
modifier.type | ModifierData | int | type | 16 | 4 |
modifier.mode | ModifierData | int | mode | 20 | 4 |
modifier.stackindex | ModifierData | int | stackindex | 24 | 4 |
modifier.pad | ModifierData | int | pad | 28 | 4 |
modifier.name | ModifierData | char | name[32] | 32 | 32 |
modifier.scene | ModifierData | Scene | *scene | 64 | 8 |
modifier.error | ModifierData | char | *error | 72 | 8 |
facepa | ExplodeModifierData | int | *facepa | 80 | 8 |
flag | ExplodeModifierData | short | flag | 88 | 2 |
vgroup | ExplodeModifierData | short | vgroup | 90 | 2 |
protect | ExplodeModifierData | float | protect | 92 | 4 |
reference | structure | type | name | offset | size |
---|---|---|---|---|---|
modifier.next | ModifierData | ModifierData | *next | 0 | 8 |
modifier.prev | ModifierData | ModifierData | *prev | 8 | 8 |
modifier.type | ModifierData | int | type | 16 | 4 |
modifier.mode | ModifierData | int | mode | 20 | 4 |
modifier.stackindex | ModifierData | int | stackindex | 24 | 4 |
modifier.pad | ModifierData | int | pad | 28 | 4 |
modifier.name | ModifierData | char | name[32] | 32 | 32 |
modifier.scene | ModifierData | Scene | *scene | 64 | 8 |
modifier.error | ModifierData | char | *error | 72 | 8 |
lvl | MultiresModifierData | char | lvl | 80 | 1 |
sculptlvl | MultiresModifierData | char | sculptlvl | 81 | 1 |
renderlvl | MultiresModifierData | char | renderlvl | 82 | 1 |
totlvl | MultiresModifierData | char | totlvl | 83 | 1 |
simple | MultiresModifierData | char | simple | 84 | 1 |
flags | MultiresModifierData | char | flags | 85 | 1 |
pad | MultiresModifierData | char | pad[2] | 86 | 2 |
reference | structure | type | name | offset | size |
---|---|---|---|---|---|
modifier.next | ModifierData | ModifierData | *next | 0 | 8 |
modifier.prev | ModifierData | ModifierData | *prev | 8 | 8 |
modifier.type | ModifierData | int | type | 16 | 4 |
modifier.mode | ModifierData | int | mode | 20 | 4 |
modifier.stackindex | ModifierData | int | stackindex | 24 | 4 |
modifier.pad | ModifierData | int | pad | 28 | 4 |
modifier.name | ModifierData | char | name[32] | 32 | 32 |
modifier.scene | ModifierData | Scene | *scene | 64 | 8 |
modifier.error | ModifierData | char | *error | 72 | 8 |
fss | FluidsimModifierData | FluidsimSettings | *fss | 80 | 8 |
point_cache | FluidsimModifierData | PointCache | *point_cache | 88 | 8 |
reference | structure | type | name | offset | size |
---|---|---|---|---|---|
modifier.next | ModifierData | ModifierData | *next | 0 | 8 |
modifier.prev | ModifierData | ModifierData | *prev | 8 | 8 |
modifier.type | ModifierData | int | type | 16 | 4 |
modifier.mode | ModifierData | int | mode | 20 | 4 |
modifier.stackindex | ModifierData | int | stackindex | 24 | 4 |
modifier.pad | ModifierData | int | pad | 28 | 4 |
modifier.name | ModifierData | char | name[32] | 32 | 32 |
modifier.scene | ModifierData | Scene | *scene | 64 | 8 |
modifier.error | ModifierData | char | *error | 72 | 8 |
target | ShrinkwrapModifierData | Object | *target | 80 | 8 |
auxTarget | ShrinkwrapModifierData | Object | *auxTarget | 88 | 8 |
vgroup_name | ShrinkwrapModifierData | char | vgroup_name[32] | 96 | 32 |
keepDist | ShrinkwrapModifierData | float | keepDist | 128 | 4 |
shrinkType | ShrinkwrapModifierData | short | shrinkType | 132 | 2 |
shrinkOpts | ShrinkwrapModifierData | short | shrinkOpts | 134 | 2 |
projAxis | ShrinkwrapModifierData | char | projAxis | 136 | 1 |
subsurfLevels | ShrinkwrapModifierData | char | subsurfLevels | 137 | 1 |
pad | ShrinkwrapModifierData | char | pad[6] | 138 | 6 |
reference | structure | type | name | offset | size |
---|---|---|---|---|---|
modifier.next | ModifierData | ModifierData | *next | 0 | 8 |
modifier.prev | ModifierData | ModifierData | *prev | 8 | 8 |
modifier.type | ModifierData | int | type | 16 | 4 |
modifier.mode | ModifierData | int | mode | 20 | 4 |
modifier.stackindex | ModifierData | int | stackindex | 24 | 4 |
modifier.pad | ModifierData | int | pad | 28 | 4 |
modifier.name | ModifierData | char | name[32] | 32 | 32 |
modifier.scene | ModifierData | Scene | *scene | 64 | 8 |
modifier.error | ModifierData | char | *error | 72 | 8 |
origin | SimpleDeformModifierData | Object | *origin | 80 | 8 |
vgroup_name | SimpleDeformModifierData | char | vgroup_name[32] | 88 | 32 |
factor | SimpleDeformModifierData | float | factor | 120 | 4 |
limit | SimpleDeformModifierData | float | limit[2] | 124 | 8 |
mode | SimpleDeformModifierData | char | mode | 132 | 1 |
axis | SimpleDeformModifierData | char | axis | 133 | 1 |
originOpts | SimpleDeformModifierData | char | originOpts | 134 | 1 |
pad | SimpleDeformModifierData | char | pad | 135 | 1 |
reference | structure | type | name | offset | size |
---|---|---|---|---|---|
modifier.next | ModifierData | ModifierData | *next | 0 | 8 |
modifier.prev | ModifierData | ModifierData | *prev | 8 | 8 |
modifier.type | ModifierData | int | type | 16 | 4 |
modifier.mode | ModifierData | int | mode | 20 | 4 |
modifier.stackindex | ModifierData | int | stackindex | 24 | 4 |
modifier.pad | ModifierData | int | pad | 28 | 4 |
modifier.name | ModifierData | char | name[32] | 32 | 32 |
modifier.scene | ModifierData | Scene | *scene | 64 | 8 |
modifier.error | ModifierData | char | *error | 72 | 8 |
reference | structure | type | name | offset | size |
---|---|---|---|---|---|
modifier.next | ModifierData | ModifierData | *next | 0 | 8 |
modifier.prev | ModifierData | ModifierData | *prev | 8 | 8 |
modifier.type | ModifierData | int | type | 16 | 4 |
modifier.mode | ModifierData | int | mode | 20 | 4 |
modifier.stackindex | ModifierData | int | stackindex | 24 | 4 |
modifier.pad | ModifierData | int | pad | 28 | 4 |
modifier.name | ModifierData | char | name[32] | 32 | 32 |
modifier.scene | ModifierData | Scene | *scene | 64 | 8 |
modifier.error | ModifierData | char | *error | 72 | 8 |
defgrp_name | SolidifyModifierData | char | defgrp_name[32] | 80 | 32 |
offset | SolidifyModifierData | float | offset | 112 | 4 |
offset_fac | SolidifyModifierData | float | offset_fac | 116 | 4 |
crease_inner | SolidifyModifierData | float | crease_inner | 120 | 4 |
crease_outer | SolidifyModifierData | float | crease_outer | 124 | 4 |
crease_rim | SolidifyModifierData | float | crease_rim | 128 | 4 |
flag | SolidifyModifierData | int | flag | 132 | 4 |
reference | structure | type | name | offset | size |
---|---|---|---|---|---|
modifier.next | ModifierData | ModifierData | *next | 0 | 8 |
modifier.prev | ModifierData | ModifierData | *prev | 8 | 8 |
modifier.type | ModifierData | int | type | 16 | 4 |
modifier.mode | ModifierData | int | mode | 20 | 4 |
modifier.stackindex | ModifierData | int | stackindex | 24 | 4 |
modifier.pad | ModifierData | int | pad | 28 | 4 |
modifier.name | ModifierData | char | name[32] | 32 | 32 |
modifier.scene | ModifierData | Scene | *scene | 64 | 8 |
modifier.error | ModifierData | char | *error | 72 | 8 |
ob_axis | ScrewModifierData | Object | *ob_axis | 80 | 8 |
steps | ScrewModifierData | int | steps | 88 | 4 |
render_steps | ScrewModifierData | int | render_steps | 92 | 4 |
iter | ScrewModifierData | int | iter | 96 | 4 |
screw_ofs | ScrewModifierData | float | screw_ofs | 100 | 4 |
angle | ScrewModifierData | float | angle | 104 | 4 |
axis | ScrewModifierData | short | axis | 108 | 2 |
flag | ScrewModifierData | short | flag | 110 | 2 |
reference | structure | type | name | offset | size |
---|---|---|---|---|---|
latt | EditLatt | Lattice | *latt | 0 | 8 |
shapenr | EditLatt | int | shapenr | 8 | 4 |
pad | EditLatt | char | pad[4] | 12 | 4 |
reference | structure | type | name | offset | size |
---|---|---|---|---|---|
id.next | ID | void | *next | 0 | 8 |
id.prev | ID | void | *prev | 8 | 8 |
id.newid | ID | ID | *newid | 16 | 8 |
id.lib | ID | Library | *lib | 24 | 8 |
id.name | ID | char | name[24] | 32 | 24 |
id.us | ID | short | us | 56 | 2 |
id.flag | ID | short | flag | 58 | 2 |
id.icon_id | ID | int | icon_id | 60 | 4 |
id.properties | ID | IDProperty | *properties | 64 | 8 |
adt | Lattice | AnimData | *adt | 72 | 8 |
pntsu | Lattice | short | pntsu | 80 | 2 |
pntsv | Lattice | short | pntsv | 82 | 2 |
pntsw | Lattice | short | pntsw | 84 | 2 |
flag | Lattice | short | flag | 86 | 2 |
opntsu | Lattice | short | opntsu | 88 | 2 |
opntsv | Lattice | short | opntsv | 90 | 2 |
opntsw | Lattice | short | opntsw | 92 | 2 |
pad2 | Lattice | short | pad2 | 94 | 2 |
typeu | Lattice | char | typeu | 96 | 1 |
typev | Lattice | char | typev | 97 | 1 |
typew | Lattice | char | typew | 98 | 1 |
pad3 | Lattice | char | pad3 | 99 | 1 |
pad | Lattice | int | pad | 100 | 4 |
fu | Lattice | float | fu | 104 | 4 |
fv | Lattice | float | fv | 108 | 4 |
fw | Lattice | float | fw | 112 | 4 |
du | Lattice | float | du | 116 | 4 |
dv | Lattice | float | dv | 120 | 4 |
dw | Lattice | float | dw | 124 | 4 |
def | Lattice | BPoint | *def | 128 | 8 |
ipo | Lattice | Ipo | *ipo | 136 | 8 |
key | Lattice | Key | *key | 144 | 8 |
dvert | Lattice | MDeformVert | *dvert | 152 | 8 |
vgroup | Lattice | char | vgroup[32] | 160 | 32 |
latticedata | Lattice | float | *latticedata | 192 | 8 |
latmat | Lattice | float | latmat[4][4] | 200 | 64 |
editlatt | Lattice | EditLatt | *editlatt | 264 | 8 |
reference | structure | type | name | offset | size |
---|---|---|---|---|---|
next | bDeformGroup | bDeformGroup | *next | 0 | 8 |
prev | bDeformGroup | bDeformGroup | *prev | 8 | 8 |
name | bDeformGroup | char | name[32] | 16 | 32 |
reference | structure | type | name | offset | size |
---|---|---|---|---|---|
vec | BoundBox | float | vec[8][3] | 0 | 96 |
flag | BoundBox | int | flag | 96 | 4 |
pad | BoundBox | int | pad | 100 | 4 |
reference | structure | type | name | offset | size |
---|---|---|---|---|---|
id.next | ID | void | *next | 0 | 8 |
id.prev | ID | void | *prev | 8 | 8 |
id.newid | ID | ID | *newid | 16 | 8 |
id.lib | ID | Library | *lib | 24 | 8 |
id.name | ID | char | name[24] | 32 | 24 |
id.us | ID | short | us | 56 | 2 |
id.flag | ID | short | flag | 58 | 2 |
id.icon_id | ID | int | icon_id | 60 | 4 |
id.properties | ID | IDProperty | *properties | 64 | 8 |
adt | Object | AnimData | *adt | 72 | 8 |
sculpt | Object | SculptSession | *sculpt | 80 | 8 |
type | Object | short | type | 88 | 2 |
partype | Object | short | partype | 90 | 2 |
par1 | Object | int | par1 | 92 | 4 |
par2 | Object | int | par2 | 96 | 4 |
par3 | Object | int | par3 | 100 | 4 |
parsubstr | Object | char | parsubstr[32] | 104 | 32 |
parent | Object | Object | *parent | 136 | 8 |
track | Object | Object | *track | 144 | 8 |
proxy | Object | Object | *proxy | 152 | 8 |
proxy_group | Object | Object | *proxy_group | 160 | 8 |
proxy_from | Object | Object | *proxy_from | 168 | 8 |
ipo | Object | Ipo | *ipo | 176 | 8 |
path | Object | Path | *path | 184 | 8 |
bb | Object | BoundBox | *bb | 192 | 8 |
action | Object | bAction | *action | 200 | 8 |
poselib | Object | bAction | *poselib | 208 | 8 |
pose | Object | bPose | *pose | 216 | 8 |
data | Object | void | *data | 224 | 8 |
gpd | Object | bGPdata | *gpd | 232 | 8 |
avs.ghost_sf | bAnimVizSettings | int | ghost_sf | 240 | 4 |
avs.ghost_ef | bAnimVizSettings | int | ghost_ef | 244 | 4 |
avs.ghost_bc | bAnimVizSettings | int | ghost_bc | 248 | 4 |
avs.ghost_ac | bAnimVizSettings | int | ghost_ac | 252 | 4 |
avs.ghost_type | bAnimVizSettings | short | ghost_type | 256 | 2 |
avs.ghost_step | bAnimVizSettings | short | ghost_step | 258 | 2 |
avs.ghost_flag | bAnimVizSettings | short | ghost_flag | 260 | 2 |
avs.recalc | bAnimVizSettings | short | recalc | 262 | 2 |
avs.path_type | bAnimVizSettings | short | path_type | 264 | 2 |
avs.path_step | bAnimVizSettings | short | path_step | 266 | 2 |
avs.path_viewflag | bAnimVizSettings | short | path_viewflag | 268 | 2 |
avs.path_bakeflag | bAnimVizSettings | short | path_bakeflag | 270 | 2 |
avs.path_sf | bAnimVizSettings | int | path_sf | 272 | 4 |
avs.path_ef | bAnimVizSettings | int | path_ef | 276 | 4 |
avs.path_bc | bAnimVizSettings | int | path_bc | 280 | 4 |
avs.path_ac | bAnimVizSettings | int | path_ac | 284 | 4 |
mpath | Object | bMotionPath | *mpath | 288 | 8 |
constraintChannels.first | ListBase | void | *first | 296 | 8 |
constraintChannels.last | ListBase | void | *last | 304 | 8 |
effect.first | ListBase | void | *first | 312 | 8 |
effect.last | ListBase | void | *last | 320 | 8 |
disp.first | ListBase | void | *first | 328 | 8 |
disp.last | ListBase | void | *last | 336 | 8 |
defbase.first | ListBase | void | *first | 344 | 8 |
defbase.last | ListBase | void | *last | 352 | 8 |
modifiers.first | ListBase | void | *first | 360 | 8 |
modifiers.last | ListBase | void | *last | 368 | 8 |
mode | Object | int | mode | 376 | 4 |
restore_mode | Object | int | restore_mode | 380 | 4 |
mat | Object | Material | **mat | 384 | 8 |
matbits | Object | char | *matbits | 392 | 8 |
totcol | Object | int | totcol | 400 | 4 |
actcol | Object | int | actcol | 404 | 4 |
loc | Object | float | loc[3] | 408 | 12 |
dloc | Object | float | dloc[3] | 420 | 12 |
orig | Object | float | orig[3] | 432 | 12 |
size | Object | float | size[3] | 444 | 12 |
dsize | Object | float | dsize[3] | 456 | 12 |
rot | Object | float | rot[3] | 468 | 12 |
drot | Object | float | drot[3] | 480 | 12 |
quat | Object | float | quat[4] | 492 | 16 |
dquat | Object | float | dquat[4] | 508 | 16 |
rotAxis | Object | float | rotAxis[3] | 524 | 12 |
drotAxis | Object | float | drotAxis[3] | 536 | 12 |
rotAngle | Object | float | rotAngle | 548 | 4 |
drotAngle | Object | float | drotAngle | 552 | 4 |
obmat | Object | float | obmat[4][4] | 556 | 64 |
parentinv | Object | float | parentinv[4][4] | 620 | 64 |
constinv | Object | float | constinv[4][4] | 684 | 64 |
imat | Object | float | imat[4][4] | 748 | 64 |
lay | Object | int | lay | 812 | 4 |
flag | Object | short | flag | 816 | 2 |
colbits | Object | short | colbits | 818 | 2 |
transflag | Object | short | transflag | 820 | 2 |
protectflag | Object | short | protectflag | 822 | 2 |
trackflag | Object | short | trackflag | 824 | 2 |
upflag | Object | short | upflag | 826 | 2 |
nlaflag | Object | short | nlaflag | 828 | 2 |
ipoflag | Object | short | ipoflag | 830 | 2 |
ipowin | Object | short | ipowin | 832 | 2 |
scaflag | Object | short | scaflag | 834 | 2 |
scavisflag | Object | short | scavisflag | 836 | 2 |
boundtype | Object | short | boundtype | 838 | 2 |
dupon | Object | int | dupon | 840 | 4 |
dupoff | Object | int | dupoff | 844 | 4 |
dupsta | Object | int | dupsta | 848 | 4 |
dupend | Object | int | dupend | 852 | 4 |
sf | Object | float | sf | 856 | 4 |
ctime | Object | float | ctime | 860 | 4 |
mass | Object | float | mass | 864 | 4 |
damping | Object | float | damping | 868 | 4 |
inertia | Object | float | inertia | 872 | 4 |
formfactor | Object | float | formfactor | 876 | 4 |
rdamping | Object | float | rdamping | 880 | 4 |
sizefac | Object | float | sizefac | 884 | 4 |
margin | Object | float | margin | 888 | 4 |
max_vel | Object | float | max_vel | 892 | 4 |
min_vel | Object | float | min_vel | 896 | 4 |
m_contactProcessingThreshold | Object | float | m_contactProcessingThreshold | 900 | 4 |
rotmode | Object | short | rotmode | 904 | 2 |
dt | Object | char | dt | 906 | 1 |
dtx | Object | char | dtx | 907 | 1 |
empty_drawtype | Object | char | empty_drawtype | 908 | 1 |
pad1 | Object | char | pad1[3] | 909 | 3 |
empty_drawsize | Object | float | empty_drawsize | 912 | 4 |
dupfacesca | Object | float | dupfacesca | 916 | 4 |
prop.first | ListBase | void | *first | 920 | 8 |
prop.last | ListBase | void | *last | 928 | 8 |
sensors.first | ListBase | void | *first | 936 | 8 |
sensors.last | ListBase | void | *last | 944 | 8 |
controllers.first | ListBase | void | *first | 952 | 8 |
controllers.last | ListBase | void | *last | 960 | 8 |
actuators.first | ListBase | void | *first | 968 | 8 |
actuators.last | ListBase | void | *last | 976 | 8 |
bbsize | Object | float | bbsize[3] | 984 | 12 |
index | Object | short | index | 996 | 2 |
actdef | Object | short | actdef | 998 | 2 |
col | Object | float | col[4] | 1000 | 16 |
gameflag | Object | int | gameflag | 1016 | 4 |
gameflag2 | Object | int | gameflag2 | 1020 | 4 |
bsoft | Object | BulletSoftBody | *bsoft | 1024 | 8 |
softflag | Object | short | softflag | 1032 | 2 |
recalc | Object | short | recalc | 1034 | 2 |
anisotropicFriction | Object | float | anisotropicFriction[3] | 1036 | 12 |
constraints.first | ListBase | void | *first | 1048 | 8 |
constraints.last | ListBase | void | *last | 1056 | 8 |
nlastrips.first | ListBase | void | *first | 1064 | 8 |
nlastrips.last | ListBase | void | *last | 1072 | 8 |
hooks.first | ListBase | void | *first | 1080 | 8 |
hooks.last | ListBase | void | *last | 1088 | 8 |
particlesystem.first | ListBase | void | *first | 1096 | 8 |
particlesystem.last | ListBase | void | *last | 1104 | 8 |
pd | Object | PartDeflect | *pd | 1112 | 8 |
soft | Object | SoftBody | *soft | 1120 | 8 |
dup_group | Object | Group | *dup_group | 1128 | 8 |
fluidsimFlag | Object | short | fluidsimFlag | 1136 | 2 |
restrictflag | Object | short | restrictflag | 1138 | 2 |
shapenr | Object | short | shapenr | 1140 | 2 |
shapeflag | Object | short | shapeflag | 1142 | 2 |
smoothresh | Object | float | smoothresh | 1144 | 4 |
recalco | Object | short | recalco | 1148 | 2 |
body_type | Object | short | body_type | 1150 | 2 |
fluidsimSettings | Object | FluidsimSettings | *fluidsimSettings | 1152 | 8 |
derivedDeform | Object | DerivedMesh | *derivedDeform | 1160 | 8 |
derivedFinal | Object | DerivedMesh | *derivedFinal | 1168 | 8 |
lastDataMask | Object | int | lastDataMask | 1176 | 4 |
state | Object | int | state | 1180 | 4 |
init_state | Object | int | init_state | 1184 | 4 |
pad2 | Object | int | pad2 | 1188 | 4 |
gpulamp.first | ListBase | void | *first | 1192 | 8 |
gpulamp.last | ListBase | void | *last | 1200 | 8 |
pc_ids.first | ListBase | void | *first | 1208 | 8 |
pc_ids.last | ListBase | void | *last | 1216 | 8 |
duplilist | Object | ListBase | *duplilist | 1224 | 8 |
reference | structure | type | name | offset | size |
---|---|---|---|---|---|
next | ObHook | ObHook | *next | 0 | 8 |
prev | ObHook | ObHook | *prev | 8 | 8 |
parent | ObHook | Object | *parent | 16 | 8 |
parentinv | ObHook | float | parentinv[4][4] | 24 | 64 |
mat | ObHook | float | mat[4][4] | 88 | 64 |
cent | ObHook | float | cent[3] | 152 | 12 |
falloff | ObHook | float | falloff | 164 | 4 |
name | ObHook | char | name[32] | 168 | 32 |
indexar | ObHook | int | *indexar | 200 | 8 |
totindex | ObHook | int | totindex | 208 | 4 |
curindex | ObHook | int | curindex | 212 | 4 |
type | ObHook | short | type | 216 | 2 |
active | ObHook | short | active | 218 | 2 |
force | ObHook | float | force | 220 | 4 |
reference | structure | type | name | offset | size |
---|---|---|---|---|---|
next | DupliObject | DupliObject | *next | 0 | 8 |
prev | DupliObject | DupliObject | *prev | 8 | 8 |
ob | DupliObject | Object | *ob | 16 | 8 |
origlay | DupliObject | int | origlay | 24 | 4 |
index | DupliObject | int | index | 28 | 4 |
no_draw | DupliObject | int | no_draw | 32 | 4 |
type | DupliObject | int | type | 36 | 4 |
animated | DupliObject | int | animated | 40 | 4 |
mat | DupliObject | float | mat[4][4] | 44 | 64 |
omat | DupliObject | float | omat[4][4] | 108 | 64 |
orco | DupliObject | float | orco[3] | 172 | 12 |
uv | DupliObject | float | uv[2] | 184 | 8 |
reference | structure | type | name | offset | size |
---|---|---|---|---|---|
flag | PartDeflect | int | flag | 0 | 4 |
deflect | PartDeflect | short | deflect | 4 | 2 |
forcefield | PartDeflect | short | forcefield | 6 | 2 |
falloff | PartDeflect | short | falloff | 8 | 2 |
shape | PartDeflect | short | shape | 10 | 2 |
tex_mode | PartDeflect | short | tex_mode | 12 | 2 |
kink | PartDeflect | short | kink | 14 | 2 |
kink_axis | PartDeflect | short | kink_axis | 16 | 2 |
zdir | PartDeflect | short | zdir | 18 | 2 |
f_strength | PartDeflect | float | f_strength | 20 | 4 |
f_damp | PartDeflect | float | f_damp | 24 | 4 |
f_flow | PartDeflect | float | f_flow | 28 | 4 |
f_size | PartDeflect | float | f_size | 32 | 4 |
f_power | PartDeflect | float | f_power | 36 | 4 |
maxdist | PartDeflect | float | maxdist | 40 | 4 |
mindist | PartDeflect | float | mindist | 44 | 4 |
f_power_r | PartDeflect | float | f_power_r | 48 | 4 |
maxrad | PartDeflect | float | maxrad | 52 | 4 |
minrad | PartDeflect | float | minrad | 56 | 4 |
pdef_damp | PartDeflect | float | pdef_damp | 60 | 4 |
pdef_rdamp | PartDeflect | float | pdef_rdamp | 64 | 4 |
pdef_perm | PartDeflect | float | pdef_perm | 68 | 4 |
pdef_frict | PartDeflect | float | pdef_frict | 72 | 4 |
pdef_rfrict | PartDeflect | float | pdef_rfrict | 76 | 4 |
pdef_stickness | PartDeflect | float | pdef_stickness | 80 | 4 |
absorption | PartDeflect | float | absorption | 84 | 4 |
pdef_sbdamp | PartDeflect | float | pdef_sbdamp | 88 | 4 |
pdef_sbift | PartDeflect | float | pdef_sbift | 92 | 4 |
pdef_sboft | PartDeflect | float | pdef_sboft | 96 | 4 |
clump_fac | PartDeflect | float | clump_fac | 100 | 4 |
clump_pow | PartDeflect | float | clump_pow | 104 | 4 |
kink_freq | PartDeflect | float | kink_freq | 108 | 4 |
kink_shape | PartDeflect | float | kink_shape | 112 | 4 |
kink_amp | PartDeflect | float | kink_amp | 116 | 4 |
free_end | PartDeflect | float | free_end | 120 | 4 |
tex_nabla | PartDeflect | float | tex_nabla | 124 | 4 |
tex | PartDeflect | Tex | *tex | 128 | 8 |
rng | PartDeflect | RNG | *rng | 136 | 8 |
f_noise | PartDeflect | float | f_noise | 144 | 4 |
seed | PartDeflect | int | seed | 148 | 4 |
reference | structure | type | name | offset | size |
---|---|---|---|---|---|
group | EffectorWeights | Group | *group | 0 | 8 |
weight | EffectorWeights | float | weight[13] | 8 | 52 |
global_gravity | EffectorWeights | float | global_gravity | 60 | 4 |
flag | EffectorWeights | short | flag | 64 | 2 |
rt | EffectorWeights | short | rt[3] | 66 | 6 |
reference | structure | type | name | offset | size |
---|---|---|---|---|---|
next | PTCacheMem | PTCacheMem | *next | 0 | 8 |
prev | PTCacheMem | PTCacheMem | *prev | 8 | 8 |
frame | PTCacheMem | int | frame | 16 | 4 |
totpoint | PTCacheMem | int | totpoint | 20 | 4 |
data_types | PTCacheMem | int | data_types | 24 | 4 |
flag | PTCacheMem | int | flag | 28 | 4 |
index_array | PTCacheMem | int | *index_array | 32 | 8 |
data | PTCacheMem | void | *data[8] | 40 | 64 |
cur | PTCacheMem | void | *cur[8] | 104 | 64 |
reference | structure | type | name | offset | size |
---|---|---|---|---|---|
next | PointCache | PointCache | *next | 0 | 8 |
prev | PointCache | PointCache | *prev | 8 | 8 |
flag | PointCache | int | flag | 16 | 4 |
step | PointCache | int | step | 20 | 4 |
simframe | PointCache | int | simframe | 24 | 4 |
startframe | PointCache | int | startframe | 28 | 4 |
endframe | PointCache | int | endframe | 32 | 4 |
editframe | PointCache | int | editframe | 36 | 4 |
last_exact | PointCache | int | last_exact | 40 | 4 |
totpoint | PointCache | int | totpoint | 44 | 4 |
index | PointCache | int | index | 48 | 4 |
rt | PointCache | int | rt | 52 | 4 |
name | PointCache | char | name[64] | 56 | 64 |
prev_name | PointCache | char | prev_name[64] | 120 | 64 |
info | PointCache | char | info[64] | 184 | 64 |
path | PointCache | char | path[240] | 248 | 240 |
cached_frames | PointCache | char | *cached_frames | 488 | 8 |
mem_cache.first | ListBase | void | *first | 496 | 8 |
mem_cache.last | ListBase | void | *last | 504 | 8 |
edit | PointCache | PTCacheEdit | *edit | 512 | 8 |
free_edit | PointCache | void | (*free_edit)() | 520 | 8 |
reference | structure | type | name | offset | size |
---|---|---|---|---|---|
vec | SBVertex | float | vec[4] | 0 | 16 |
reference | structure | type | name | offset | size |
---|---|---|---|---|---|
flag | BulletSoftBody | int | flag | 0 | 4 |
linStiff | BulletSoftBody | float | linStiff | 4 | 4 |
angStiff | BulletSoftBody | float | angStiff | 8 | 4 |
volume | BulletSoftBody | float | volume | 12 | 4 |
viterations | BulletSoftBody | int | viterations | 16 | 4 |
piterations | BulletSoftBody | int | piterations | 20 | 4 |
diterations | BulletSoftBody | int | diterations | 24 | 4 |
citerations | BulletSoftBody | int | citerations | 28 | 4 |
kSRHR_CL | BulletSoftBody | float | kSRHR_CL | 32 | 4 |
kSKHR_CL | BulletSoftBody | float | kSKHR_CL | 36 | 4 |
kSSHR_CL | BulletSoftBody | float | kSSHR_CL | 40 | 4 |
kSR_SPLT_CL | BulletSoftBody | float | kSR_SPLT_CL | 44 | 4 |
kSK_SPLT_CL | BulletSoftBody | float | kSK_SPLT_CL | 48 | 4 |
kSS_SPLT_CL | BulletSoftBody | float | kSS_SPLT_CL | 52 | 4 |
kVCF | BulletSoftBody | float | kVCF | 56 | 4 |
kDP | BulletSoftBody | float | kDP | 60 | 4 |
kDG | BulletSoftBody | float | kDG | 64 | 4 |
kLF | BulletSoftBody | float | kLF | 68 | 4 |
kPR | BulletSoftBody | float | kPR | 72 | 4 |
kVC | BulletSoftBody | float | kVC | 76 | 4 |
kDF | BulletSoftBody | float | kDF | 80 | 4 |
kMT | BulletSoftBody | float | kMT | 84 | 4 |
kCHR | BulletSoftBody | float | kCHR | 88 | 4 |
kKHR | BulletSoftBody | float | kKHR | 92 | 4 |
kSHR | BulletSoftBody | float | kSHR | 96 | 4 |
kAHR | BulletSoftBody | float | kAHR | 100 | 4 |
collisionflags | BulletSoftBody | int | collisionflags | 104 | 4 |
numclusteriterations | BulletSoftBody | int | numclusteriterations | 108 | 4 |
welding | BulletSoftBody | float | welding | 112 | 4 |
margin | BulletSoftBody | float | margin | 116 | 4 |
reference | structure | type | name | offset | size |
---|---|---|---|---|---|
totpoint | SoftBody | int | totpoint | 0 | 4 |
totspring | SoftBody | int | totspring | 4 | 4 |
bpoint | SoftBody | BodyPoint | *bpoint | 8 | 8 |
bspring | SoftBody | BodySpring | *bspring | 16 | 8 |
pad | SoftBody | char | pad | 24 | 1 |
msg_lock | SoftBody | char | msg_lock | 25 | 1 |
msg_value | SoftBody | short | msg_value | 26 | 2 |
nodemass | SoftBody | float | nodemass | 28 | 4 |
namedVG_Mass | SoftBody | char | namedVG_Mass[32] | 32 | 32 |
grav | SoftBody | float | grav | 64 | 4 |
mediafrict | SoftBody | float | mediafrict | 68 | 4 |
rklimit | SoftBody | float | rklimit | 72 | 4 |
physics_speed | SoftBody | float | physics_speed | 76 | 4 |
goalspring | SoftBody | float | goalspring | 80 | 4 |
goalfrict | SoftBody | float | goalfrict | 84 | 4 |
mingoal | SoftBody | float | mingoal | 88 | 4 |
maxgoal | SoftBody | float | maxgoal | 92 | 4 |
defgoal | SoftBody | float | defgoal | 96 | 4 |
vertgroup | SoftBody | short | vertgroup | 100 | 2 |
namedVG_Softgoal | SoftBody | char | namedVG_Softgoal[32] | 102 | 32 |
fuzzyness | SoftBody | short | fuzzyness | 134 | 2 |
inspring | SoftBody | float | inspring | 136 | 4 |
infrict | SoftBody | float | infrict | 140 | 4 |
namedVG_Spring_K | SoftBody | char | namedVG_Spring_K[32] | 144 | 32 |
sfra | SoftBody | int | sfra | 176 | 4 |
efra | SoftBody | int | efra | 180 | 4 |
interval | SoftBody | int | interval | 184 | 4 |
local | SoftBody | short | local | 188 | 2 |
solverflags | SoftBody | short | solverflags | 190 | 2 |
keys | SoftBody | SBVertex | **keys | 192 | 8 |
totpointkey | SoftBody | int | totpointkey | 200 | 4 |
totkey | SoftBody | int | totkey | 204 | 4 |
secondspring | SoftBody | float | secondspring | 208 | 4 |
colball | SoftBody | float | colball | 212 | 4 |
balldamp | SoftBody | float | balldamp | 216 | 4 |
ballstiff | SoftBody | float | ballstiff | 220 | 4 |
sbc_mode | SoftBody | short | sbc_mode | 224 | 2 |
aeroedge | SoftBody | short | aeroedge | 226 | 2 |
minloops | SoftBody | short | minloops | 228 | 2 |
maxloops | SoftBody | short | maxloops | 230 | 2 |
choke | SoftBody | short | choke | 232 | 2 |
solver_ID | SoftBody | short | solver_ID | 234 | 2 |
plastic | SoftBody | short | plastic | 236 | 2 |
springpreload | SoftBody | short | springpreload | 238 | 2 |
scratch | SoftBody | SBScratch | *scratch | 240 | 8 |
shearstiff | SoftBody | float | shearstiff | 248 | 4 |
inpush | SoftBody | float | inpush | 252 | 4 |
pointcache | SoftBody | PointCache | *pointcache | 256 | 8 |
ptcaches.first | ListBase | void | *first | 264 | 8 |
ptcaches.last | ListBase | void | *last | 272 | 8 |
effector_weights | SoftBody | EffectorWeights | *effector_weights | 280 | 8 |
lcom | SoftBody | float | lcom[3] | 288 | 12 |
lrot | SoftBody | float | lrot[3][3] | 300 | 36 |
lscale | SoftBody | float | lscale[3][3] | 336 | 36 |
pad4 | SoftBody | char | pad4[4] | 372 | 4 |
reference | structure | type | name | offset | size |
---|---|---|---|---|---|
fmd | FluidsimSettings | FluidsimModifierData | *fmd | 0 | 8 |
type | FluidsimSettings | short | type | 8 | 2 |
show_advancedoptions | FluidsimSettings | short | show_advancedoptions | 10 | 2 |
resolutionxyz | FluidsimSettings | short | resolutionxyz | 12 | 2 |
previewresxyz | FluidsimSettings | short | previewresxyz | 14 | 2 |
realsize | FluidsimSettings | float | realsize | 16 | 4 |
guiDisplayMode | FluidsimSettings | short | guiDisplayMode | 20 | 2 |
renderDisplayMode | FluidsimSettings | short | renderDisplayMode | 22 | 2 |
viscosityValue | FluidsimSettings | float | viscosityValue | 24 | 4 |
viscosityMode | FluidsimSettings | short | viscosityMode | 28 | 2 |
viscosityExponent | FluidsimSettings | short | viscosityExponent | 30 | 2 |
gravx | FluidsimSettings | float | gravx | 32 | 4 |
gravy | FluidsimSettings | float | gravy | 36 | 4 |
gravz | FluidsimSettings | float | gravz | 40 | 4 |
animStart | FluidsimSettings | float | animStart | 44 | 4 |
animEnd | FluidsimSettings | float | animEnd | 48 | 4 |
bakeStart | FluidsimSettings | int | bakeStart | 52 | 4 |
bakeEnd | FluidsimSettings | int | bakeEnd | 56 | 4 |
gstar | FluidsimSettings | float | gstar | 60 | 4 |
maxRefine | FluidsimSettings | int | maxRefine | 64 | 4 |
iniVelx | FluidsimSettings | float | iniVelx | 68 | 4 |
iniVely | FluidsimSettings | float | iniVely | 72 | 4 |
iniVelz | FluidsimSettings | float | iniVelz | 76 | 4 |
orgMesh | FluidsimSettings | Mesh | *orgMesh | 80 | 8 |
meshSurface | FluidsimSettings | Mesh | *meshSurface | 88 | 8 |
meshBB | FluidsimSettings | Mesh | *meshBB | 96 | 8 |
surfdataPath | FluidsimSettings | char | surfdataPath[240] | 104 | 240 |
bbStart | FluidsimSettings | float | bbStart[3] | 344 | 12 |
bbSize | FluidsimSettings | float | bbSize[3] | 356 | 12 |
ipo | FluidsimSettings | Ipo | *ipo | 368 | 8 |
typeFlags | FluidsimSettings | short | typeFlags | 376 | 2 |
domainNovecgen | FluidsimSettings | char | domainNovecgen | 378 | 1 |
volumeInitType | FluidsimSettings | char | volumeInitType | 379 | 1 |
partSlipValue | FluidsimSettings | float | partSlipValue | 380 | 4 |
generateTracers | FluidsimSettings | int | generateTracers | 384 | 4 |
generateParticles | FluidsimSettings | float | generateParticles | 388 | 4 |
surfaceSmoothing | FluidsimSettings | float | surfaceSmoothing | 392 | 4 |
surfaceSubdivs | FluidsimSettings | int | surfaceSubdivs | 396 | 4 |
flag | FluidsimSettings | int | flag | 400 | 4 |
particleInfSize | FluidsimSettings | float | particleInfSize | 404 | 4 |
particleInfAlpha | FluidsimSettings | float | particleInfAlpha | 408 | 4 |
farFieldSize | FluidsimSettings | float | farFieldSize | 412 | 4 |
meshSurfNormals | FluidsimSettings | MVert | *meshSurfNormals | 416 | 8 |
cpsTimeStart | FluidsimSettings | float | cpsTimeStart | 424 | 4 |
cpsTimeEnd | FluidsimSettings | float | cpsTimeEnd | 428 | 4 |
cpsQuality | FluidsimSettings | float | cpsQuality | 432 | 4 |
attractforceStrength | FluidsimSettings | float | attractforceStrength | 436 | 4 |
attractforceRadius | FluidsimSettings | float | attractforceRadius | 440 | 4 |
velocityforceStrength | FluidsimSettings | float | velocityforceStrength | 444 | 4 |
velocityforceRadius | FluidsimSettings | float | velocityforceRadius | 448 | 4 |
lastgoodframe | FluidsimSettings | int | lastgoodframe | 452 | 4 |
reference | structure | type | name | offset | size |
---|---|---|---|---|---|
id.next | ID | void | *next | 0 | 8 |
id.prev | ID | void | *prev | 8 | 8 |
id.newid | ID | ID | *newid | 16 | 8 |
id.lib | ID | Library | *lib | 24 | 8 |
id.name | ID | char | name[24] | 32 | 24 |
id.us | ID | short | us | 56 | 2 |
id.flag | ID | short | flag | 58 | 2 |
id.icon_id | ID | int | icon_id | 60 | 4 |
id.properties | ID | IDProperty | *properties | 64 | 8 |
adt | World | AnimData | *adt | 72 | 8 |
colormodel | World | short | colormodel | 80 | 2 |
totex | World | short | totex | 82 | 2 |
texact | World | short | texact | 84 | 2 |
mistype | World | short | mistype | 86 | 2 |
horr | World | float | horr | 88 | 4 |
horg | World | float | horg | 92 | 4 |
horb | World | float | horb | 96 | 4 |
zenr | World | float | zenr | 100 | 4 |
zeng | World | float | zeng | 104 | 4 |
zenb | World | float | zenb | 108 | 4 |
ambr | World | float | ambr | 112 | 4 |
ambg | World | float | ambg | 116 | 4 |
ambb | World | float | ambb | 120 | 4 |
pad2 | World | float | pad2 | 124 | 4 |
fastcol | World | int | fastcol | 128 | 4 |
exposure | World | float | exposure | 132 | 4 |
exp | World | float | exp | 136 | 4 |
range | World | float | range | 140 | 4 |
linfac | World | float | linfac | 144 | 4 |
logfac | World | float | logfac | 148 | 4 |
gravity | World | float | gravity | 152 | 4 |
activityBoxRadius | World | float | activityBoxRadius | 156 | 4 |
skytype | World | short | skytype | 160 | 2 |
mode | World | short | mode | 162 | 2 |
occlusionRes | World | short | occlusionRes | 164 | 2 |
physicsEngine | World | short | physicsEngine | 166 | 2 |
ticrate | World | short | ticrate | 168 | 2 |
maxlogicstep | World | short | maxlogicstep | 170 | 2 |
physubstep | World | short | physubstep | 172 | 2 |
maxphystep | World | short | maxphystep | 174 | 2 |
misi | World | float | misi | 176 | 4 |
miststa | World | float | miststa | 180 | 4 |
mistdist | World | float | mistdist | 184 | 4 |
misthi | World | float | misthi | 188 | 4 |
starr | World | float | starr | 192 | 4 |
starg | World | float | starg | 196 | 4 |
starb | World | float | starb | 200 | 4 |
stark | World | float | stark | 204 | 4 |
starsize | World | float | starsize | 208 | 4 |
starmindist | World | float | starmindist | 212 | 4 |
stardist | World | float | stardist | 216 | 4 |
starcolnoise | World | float | starcolnoise | 220 | 4 |
dofsta | World | short | dofsta | 224 | 2 |
dofend | World | short | dofend | 226 | 2 |
dofmin | World | short | dofmin | 228 | 2 |
dofmax | World | short | dofmax | 230 | 2 |
aodist | World | float | aodist | 232 | 4 |
aodistfac | World | float | aodistfac | 236 | 4 |
aoenergy | World | float | aoenergy | 240 | 4 |
aobias | World | float | aobias | 244 | 4 |
aomode | World | short | aomode | 248 | 2 |
aosamp | World | short | aosamp | 250 | 2 |
aomix | World | short | aomix | 252 | 2 |
aocolor | World | short | aocolor | 254 | 2 |
ao_adapt_thresh | World | float | ao_adapt_thresh | 256 | 4 |
ao_adapt_speed_fac | World | float | ao_adapt_speed_fac | 260 | 4 |
ao_approx_error | World | float | ao_approx_error | 264 | 4 |
ao_approx_correction | World | float | ao_approx_correction | 268 | 4 |
ao_indirect_energy | World | float | ao_indirect_energy | 272 | 4 |
ao_env_energy | World | float | ao_env_energy | 276 | 4 |
ao_pad2 | World | float | ao_pad2 | 280 | 4 |
ao_indirect_bounces | World | short | ao_indirect_bounces | 284 | 2 |
ao_pad | World | short | ao_pad | 286 | 2 |
ao_samp_method | World | short | ao_samp_method | 288 | 2 |
ao_gather_method | World | short | ao_gather_method | 290 | 2 |
ao_approx_passes | World | short | ao_approx_passes | 292 | 2 |
flag | World | short | flag | 294 | 2 |
aosphere | World | float | *aosphere | 296 | 8 |
aotables | World | float | *aotables | 304 | 8 |
ipo | World | Ipo | *ipo | 312 | 8 |
mtex | World | MTex | *mtex[18] | 320 | 144 |
pr_texture | World | short | pr_texture | 464 | 2 |
pad | World | short | pad[3] | 466 | 6 |
preview | World | PreviewImage | *preview | 472 | 8 |
reference | structure | type | name | offset | size |
---|---|---|---|---|---|
next | Base | Base | *next | 0 | 8 |
prev | Base | Base | *prev | 8 | 8 |
lay | Base | int | lay | 16 | 4 |
selcol | Base | int | selcol | 20 | 4 |
flag | Base | int | flag | 24 | 4 |
sx | Base | short | sx | 28 | 2 |
sy | Base | short | sy | 30 | 2 |
object | Base | Object | *object | 32 | 8 |
reference | structure | type | name | offset | size |
---|---|---|---|---|---|
lpFormat | AviCodecData | void | *lpFormat | 0 | 8 |
lpParms | AviCodecData | void | *lpParms | 8 | 8 |
cbFormat | AviCodecData | int | cbFormat | 16 | 4 |
cbParms | AviCodecData | int | cbParms | 20 | 4 |
fccType | AviCodecData | int | fccType | 24 | 4 |
fccHandler | AviCodecData | int | fccHandler | 28 | 4 |
dwKeyFrameEvery | AviCodecData | int | dwKeyFrameEvery | 32 | 4 |
dwQuality | AviCodecData | int | dwQuality | 36 | 4 |
dwBytesPerSecond | AviCodecData | int | dwBytesPerSecond | 40 | 4 |
dwFlags | AviCodecData | int | dwFlags | 44 | 4 |
dwInterleaveEvery | AviCodecData | int | dwInterleaveEvery | 48 | 4 |
pad | AviCodecData | int | pad | 52 | 4 |
avicodecname | AviCodecData | char | avicodecname[128] | 56 | 128 |
reference | structure | type | name | offset | size |
---|---|---|---|---|---|
cdParms | QuicktimeCodecData | void | *cdParms | 0 | 8 |
pad | QuicktimeCodecData | void | *pad | 8 | 8 |
cdSize | QuicktimeCodecData | int | cdSize | 16 | 4 |
pad2 | QuicktimeCodecData | int | pad2 | 20 | 4 |
qtcodecname | QuicktimeCodecData | char | qtcodecname[128] | 24 | 128 |
reference | structure | type | name | offset | size |
---|---|---|---|---|---|
codecType | QuicktimeCodecSettings | int | codecType | 0 | 4 |
codecSpatialQuality | QuicktimeCodecSettings | int | codecSpatialQuality | 4 | 4 |
codec | QuicktimeCodecSettings | int | codec | 8 | 4 |
codecFlags | QuicktimeCodecSettings | int | codecFlags | 12 | 4 |
colorDepth | QuicktimeCodecSettings | int | colorDepth | 16 | 4 |
codecTemporalQuality | QuicktimeCodecSettings | int | codecTemporalQuality | 20 | 4 |
minSpatialQuality | QuicktimeCodecSettings | int | minSpatialQuality | 24 | 4 |
minTemporalQuality | QuicktimeCodecSettings | int | minTemporalQuality | 28 | 4 |
keyFrameRate | QuicktimeCodecSettings | int | keyFrameRate | 32 | 4 |
bitRate | QuicktimeCodecSettings | int | bitRate | 36 | 4 |
audiocodecType | QuicktimeCodecSettings | int | audiocodecType | 40 | 4 |
audioSampleRate | QuicktimeCodecSettings | int | audioSampleRate | 44 | 4 |
audioBitDepth | QuicktimeCodecSettings | short | audioBitDepth | 48 | 2 |
audioChannels | QuicktimeCodecSettings | short | audioChannels | 50 | 2 |
audioCodecFlags | QuicktimeCodecSettings | int | audioCodecFlags | 52 | 4 |
audioBitRate | QuicktimeCodecSettings | int | audioBitRate | 56 | 4 |
pad1 | QuicktimeCodecSettings | int | pad1 | 60 | 4 |
reference | structure | type | name | offset | size |
---|---|---|---|---|---|
type | FFMpegCodecData | int | type | 0 | 4 |
codec | FFMpegCodecData | int | codec | 4 | 4 |
audio_codec | FFMpegCodecData | int | audio_codec | 8 | 4 |
video_bitrate | FFMpegCodecData | int | video_bitrate | 12 | 4 |
audio_bitrate | FFMpegCodecData | int | audio_bitrate | 16 | 4 |
audio_mixrate | FFMpegCodecData | int | audio_mixrate | 20 | 4 |
audio_volume | FFMpegCodecData | float | audio_volume | 24 | 4 |
gop_size | FFMpegCodecData | int | gop_size | 28 | 4 |
flags | FFMpegCodecData | int | flags | 32 | 4 |
rc_min_rate | FFMpegCodecData | int | rc_min_rate | 36 | 4 |
rc_max_rate | FFMpegCodecData | int | rc_max_rate | 40 | 4 |
rc_buffer_size | FFMpegCodecData | int | rc_buffer_size | 44 | 4 |
mux_packet_size | FFMpegCodecData | int | mux_packet_size | 48 | 4 |
mux_rate | FFMpegCodecData | int | mux_rate | 52 | 4 |
properties | FFMpegCodecData | IDProperty | *properties | 56 | 8 |
reference | structure | type | name | offset | size |
---|---|---|---|---|---|
mixrate | AudioData | int | mixrate | 0 | 4 |
main | AudioData | float | main | 4 | 4 |
speed_of_sound | AudioData | float | speed_of_sound | 8 | 4 |
doppler_factor | AudioData | float | doppler_factor | 12 | 4 |
distance_model | AudioData | int | distance_model | 16 | 4 |
flag | AudioData | short | flag | 20 | 2 |
pad | AudioData | short | pad | 22 | 2 |
reference | structure | type | name | offset | size |
---|---|---|---|---|---|
next | SceneRenderLayer | SceneRenderLayer | *next | 0 | 8 |
prev | SceneRenderLayer | SceneRenderLayer | *prev | 8 | 8 |
name | SceneRenderLayer | char | name[32] | 16 | 32 |
mat_override | SceneRenderLayer | Material | *mat_override | 48 | 8 |
light_override | SceneRenderLayer | Group | *light_override | 56 | 8 |
lay | SceneRenderLayer | int | lay | 64 | 4 |
lay_zmask | SceneRenderLayer | int | lay_zmask | 68 | 4 |
layflag | SceneRenderLayer | int | layflag | 72 | 4 |
pad | SceneRenderLayer | int | pad | 76 | 4 |
passflag | SceneRenderLayer | int | passflag | 80 | 4 |
pass_xor | SceneRenderLayer | int | pass_xor | 84 | 4 |
reference | structure | type | name | offset | size |
---|---|---|---|---|---|
avicodecdata | RenderData | AviCodecData | *avicodecdata | 0 | 8 |
qtcodecdata | RenderData | QuicktimeCodecData | *qtcodecdata | 8 | 8 |
qtcodecsettings.codecType | QuicktimeCodecSettings | int | codecType | 16 | 4 |
qtcodecsettings.codecSpatialQuality | QuicktimeCodecSettings | int | codecSpatialQuality | 20 | 4 |
qtcodecsettings.codec | QuicktimeCodecSettings | int | codec | 24 | 4 |
qtcodecsettings.codecFlags | QuicktimeCodecSettings | int | codecFlags | 28 | 4 |
qtcodecsettings.colorDepth | QuicktimeCodecSettings | int | colorDepth | 32 | 4 |
qtcodecsettings.codecTemporalQuality | QuicktimeCodecSettings | int | codecTemporalQuality | 36 | 4 |
qtcodecsettings.minSpatialQuality | QuicktimeCodecSettings | int | minSpatialQuality | 40 | 4 |
qtcodecsettings.minTemporalQuality | QuicktimeCodecSettings | int | minTemporalQuality | 44 | 4 |
qtcodecsettings.keyFrameRate | QuicktimeCodecSettings | int | keyFrameRate | 48 | 4 |
qtcodecsettings.bitRate | QuicktimeCodecSettings | int | bitRate | 52 | 4 |
qtcodecsettings.audiocodecType | QuicktimeCodecSettings | int | audiocodecType | 56 | 4 |
qtcodecsettings.audioSampleRate | QuicktimeCodecSettings | int | audioSampleRate | 60 | 4 |
qtcodecsettings.audioBitDepth | QuicktimeCodecSettings | short | audioBitDepth | 64 | 2 |
qtcodecsettings.audioChannels | QuicktimeCodecSettings | short | audioChannels | 66 | 2 |
qtcodecsettings.audioCodecFlags | QuicktimeCodecSettings | int | audioCodecFlags | 68 | 4 |
qtcodecsettings.audioBitRate | QuicktimeCodecSettings | int | audioBitRate | 72 | 4 |
qtcodecsettings.pad1 | QuicktimeCodecSettings | int | pad1 | 76 | 4 |
ffcodecdata.type | FFMpegCodecData | int | type | 80 | 4 |
ffcodecdata.codec | FFMpegCodecData | int | codec | 84 | 4 |
ffcodecdata.audio_codec | FFMpegCodecData | int | audio_codec | 88 | 4 |
ffcodecdata.video_bitrate | FFMpegCodecData | int | video_bitrate | 92 | 4 |
ffcodecdata.audio_bitrate | FFMpegCodecData | int | audio_bitrate | 96 | 4 |
ffcodecdata.audio_mixrate | FFMpegCodecData | int | audio_mixrate | 100 | 4 |
ffcodecdata.audio_volume | FFMpegCodecData | float | audio_volume | 104 | 4 |
ffcodecdata.gop_size | FFMpegCodecData | int | gop_size | 108 | 4 |
ffcodecdata.flags | FFMpegCodecData | int | flags | 112 | 4 |
ffcodecdata.rc_min_rate | FFMpegCodecData | int | rc_min_rate | 116 | 4 |
ffcodecdata.rc_max_rate | FFMpegCodecData | int | rc_max_rate | 120 | 4 |
ffcodecdata.rc_buffer_size | FFMpegCodecData | int | rc_buffer_size | 124 | 4 |
ffcodecdata.mux_packet_size | FFMpegCodecData | int | mux_packet_size | 128 | 4 |
ffcodecdata.mux_rate | FFMpegCodecData | int | mux_rate | 132 | 4 |
ffcodecdata.properties | FFMpegCodecData | IDProperty | *properties | 136 | 8 |
cfra | RenderData | int | cfra | 144 | 4 |
sfra | RenderData | int | sfra | 148 | 4 |
efra | RenderData | int | efra | 152 | 4 |
subframe | RenderData | float | subframe | 156 | 4 |
psfra | RenderData | int | psfra | 160 | 4 |
pefra | RenderData | int | pefra | 164 | 4 |
images | RenderData | int | images | 168 | 4 |
framapto | RenderData | int | framapto | 172 | 4 |
flag | RenderData | short | flag | 176 | 2 |
threads | RenderData | short | threads | 178 | 2 |
framelen | RenderData | float | framelen | 180 | 4 |
blurfac | RenderData | float | blurfac | 184 | 4 |
edgeR | RenderData | float | edgeR | 188 | 4 |
edgeG | RenderData | float | edgeG | 192 | 4 |
edgeB | RenderData | float | edgeB | 196 | 4 |
fullscreen | RenderData | short | fullscreen | 200 | 2 |
xplay | RenderData | short | xplay | 202 | 2 |
yplay | RenderData | short | yplay | 204 | 2 |
freqplay | RenderData | short | freqplay | 206 | 2 |
depth | RenderData | short | depth | 208 | 2 |
attrib | RenderData | short | attrib | 210 | 2 |
frame_step | RenderData | int | frame_step | 212 | 4 |
stereomode | RenderData | short | stereomode | 216 | 2 |
dimensionspreset | RenderData | short | dimensionspreset | 218 | 2 |
filtertype | RenderData | short | filtertype | 220 | 2 |
size | RenderData | short | size | 222 | 2 |
maximsize | RenderData | short | maximsize | 224 | 2 |
xsch | RenderData | short | xsch | 226 | 2 |
ysch | RenderData | short | ysch | 228 | 2 |
xparts | RenderData | short | xparts | 230 | 2 |
yparts | RenderData | short | yparts | 232 | 2 |
winpos | RenderData | short | winpos | 234 | 2 |
planes | RenderData | short | planes | 236 | 2 |
imtype | RenderData | short | imtype | 238 | 2 |
subimtype | RenderData | short | subimtype | 240 | 2 |
bufflag | RenderData | short | bufflag | 242 | 2 |
quality | RenderData | short | quality | 244 | 2 |
displaymode | RenderData | short | displaymode | 246 | 2 |
rpad1 | RenderData | short | rpad1 | 248 | 2 |
rpad2 | RenderData | short | rpad2 | 250 | 2 |
scemode | RenderData | int | scemode | 252 | 4 |
mode | RenderData | int | mode | 256 | 4 |
raytrace_options | RenderData | int | raytrace_options | 260 | 4 |
raytrace_structure | RenderData | short | raytrace_structure | 264 | 2 |
renderer | RenderData | short | renderer | 266 | 2 |
ocres | RenderData | short | ocres | 268 | 2 |
pad4 | RenderData | short | pad4 | 270 | 2 |
alphamode | RenderData | short | alphamode | 272 | 2 |
osa | RenderData | short | osa | 274 | 2 |
frs_sec | RenderData | short | frs_sec | 276 | 2 |
edgeint | RenderData | short | edgeint | 278 | 2 |
safety.xmin | rctf | float | xmin | 280 | 4 |
safety.xmax | rctf | float | xmax | 284 | 4 |
safety.ymin | rctf | float | ymin | 288 | 4 |
safety.ymax | rctf | float | ymax | 292 | 4 |
border.xmin | rctf | float | xmin | 296 | 4 |
border.xmax | rctf | float | xmax | 300 | 4 |
border.ymin | rctf | float | ymin | 304 | 4 |
border.ymax | rctf | float | ymax | 308 | 4 |
disprect.xmin | rcti | int | xmin | 312 | 4 |
disprect.xmax | rcti | int | xmax | 316 | 4 |
disprect.ymin | rcti | int | ymin | 320 | 4 |
disprect.ymax | rcti | int | ymax | 324 | 4 |
layers.first | ListBase | void | *first | 328 | 8 |
layers.last | ListBase | void | *last | 336 | 8 |
actlay | RenderData | short | actlay | 344 | 2 |
mblur_samples | RenderData | short | mblur_samples | 346 | 2 |
xasp | RenderData | float | xasp | 348 | 4 |
yasp | RenderData | float | yasp | 352 | 4 |
frs_sec_base | RenderData | float | frs_sec_base | 356 | 4 |
gauss | RenderData | float | gauss | 360 | 4 |
color_mgt_flag | RenderData | int | color_mgt_flag | 364 | 4 |
postgamma | RenderData | float | postgamma | 368 | 4 |
posthue | RenderData | float | posthue | 372 | 4 |
postsat | RenderData | float | postsat | 376 | 4 |
dither_intensity | RenderData | float | dither_intensity | 380 | 4 |
bake_osa | RenderData | short | bake_osa | 384 | 2 |
bake_filter | RenderData | short | bake_filter | 386 | 2 |
bake_mode | RenderData | short | bake_mode | 388 | 2 |
bake_flag | RenderData | short | bake_flag | 390 | 2 |
bake_normal_space | RenderData | short | bake_normal_space | 392 | 2 |
bake_quad_split | RenderData | short | bake_quad_split | 394 | 2 |
bake_maxdist | RenderData | float | bake_maxdist | 396 | 4 |
bake_biasdist | RenderData | float | bake_biasdist | 400 | 4 |
bake_pad | RenderData | float | bake_pad | 404 | 4 |
backbuf | RenderData | char | backbuf[160] | 408 | 160 |
pic | RenderData | char | pic[160] | 568 | 160 |
stamp | RenderData | int | stamp | 728 | 4 |
stamp_font_id | RenderData | short | stamp_font_id | 732 | 2 |
pad3 | RenderData | short | pad3 | 734 | 2 |
stamp_udata | RenderData | char | stamp_udata[160] | 736 | 160 |
fg_stamp | RenderData | float | fg_stamp[4] | 896 | 16 |
bg_stamp | RenderData | float | bg_stamp[4] | 912 | 16 |
seq_prev_type | RenderData | char | seq_prev_type | 928 | 1 |
seq_rend_type | RenderData | char | seq_rend_type | 929 | 1 |
seq_flag | RenderData | char | seq_flag | 930 | 1 |
pad5 | RenderData | char | pad5[5] | 931 | 5 |
simplify_flag | RenderData | int | simplify_flag | 936 | 4 |
simplify_subsurf | RenderData | short | simplify_subsurf | 940 | 2 |
simplify_shadowsamples | RenderData | short | simplify_shadowsamples | 942 | 2 |
simplify_particles | RenderData | float | simplify_particles | 944 | 4 |
simplify_aosss | RenderData | float | simplify_aosss | 948 | 4 |
cineonwhite | RenderData | short | cineonwhite | 952 | 2 |
cineonblack | RenderData | short | cineonblack | 954 | 2 |
cineongamma | RenderData | float | cineongamma | 956 | 4 |
jp2_preset | RenderData | short | jp2_preset | 960 | 2 |
jp2_depth | RenderData | short | jp2_depth | 962 | 2 |
rpad3 | RenderData | int | rpad3 | 964 | 4 |
domeres | RenderData | short | domeres | 968 | 2 |
domemode | RenderData | short | domemode | 970 | 2 |
domeangle | RenderData | short | domeangle | 972 | 2 |
dometilt | RenderData | short | dometilt | 974 | 2 |
domeresbuf | RenderData | float | domeresbuf | 976 | 4 |
pad2 | RenderData | float | pad2 | 980 | 4 |
dometext | RenderData | Text | *dometext | 984 | 8 |
engine | RenderData | char | engine[32] | 992 | 32 |
reference | structure | type | name | offset | size |
---|---|---|---|---|---|
next | RenderProfile | RenderProfile | *next | 0 | 8 |
prev | RenderProfile | RenderProfile | *prev | 8 | 8 |
name | RenderProfile | char | name[32] | 16 | 32 |
particle_perc | RenderProfile | short | particle_perc | 48 | 2 |
subsurf_max | RenderProfile | short | subsurf_max | 50 | 2 |
shadbufsample_max | RenderProfile | short | shadbufsample_max | 52 | 2 |
pad1 | RenderProfile | short | pad1 | 54 | 2 |
ao_error | RenderProfile | float | ao_error | 56 | 4 |
pad2 | RenderProfile | float | pad2 | 60 | 4 |
reference | structure | type | name | offset | size |
---|---|---|---|---|---|
res | GameDome | short | res | 0 | 2 |
mode | GameDome | short | mode | 2 | 2 |
angle | GameDome | short | angle | 4 | 2 |
tilt | GameDome | short | tilt | 6 | 2 |
resbuf | GameDome | float | resbuf | 8 | 4 |
pad2 | GameDome | float | pad2 | 12 | 4 |
warptext | GameDome | Text | *warptext | 16 | 8 |
reference | structure | type | name | offset | size |
---|---|---|---|---|---|
col | GameFraming | float | col[3] | 0 | 12 |
type | GameFraming | char | type | 12 | 1 |
pad1 | GameFraming | char | pad1 | 13 | 1 |
pad2 | GameFraming | char | pad2 | 14 | 1 |
pad3 | GameFraming | char | pad3 | 15 | 1 |
reference | structure | type | name | offset | size |
---|---|---|---|---|---|
gravity | GameData | float | gravity | 0 | 4 |
activityBoxRadius | GameData | float | activityBoxRadius | 4 | 4 |
mode | GameData | short | mode | 8 | 2 |
flag | GameData | short | flag | 10 | 2 |
matmode | GameData | short | matmode | 12 | 2 |
pad | GameData | short | pad[3] | 14 | 6 |
occlusionRes | GameData | short | occlusionRes | 20 | 2 |
physicsEngine | GameData | short | physicsEngine | 22 | 2 |
ticrate | GameData | short | ticrate | 24 | 2 |
maxlogicstep | GameData | short | maxlogicstep | 26 | 2 |
physubstep | GameData | short | physubstep | 28 | 2 |
maxphystep | GameData | short | maxphystep | 30 | 2 |
framing.col | GameFraming | float | col[3] | 32 | 12 |
framing.type | GameFraming | char | type | 44 | 1 |
framing.pad1 | GameFraming | char | pad1 | 45 | 1 |
framing.pad2 | GameFraming | char | pad2 | 46 | 1 |
framing.pad3 | GameFraming | char | pad3 | 47 | 1 |
fullscreen | GameData | short | fullscreen | 48 | 2 |
xplay | GameData | short | xplay | 50 | 2 |
yplay | GameData | short | yplay | 52 | 2 |
freqplay | GameData | short | freqplay | 54 | 2 |
depth | GameData | short | depth | 56 | 2 |
attrib | GameData | short | attrib | 58 | 2 |
rt1 | GameData | short | rt1 | 60 | 2 |
rt2 | GameData | short | rt2 | 62 | 2 |
dome.res | GameDome | short | res | 64 | 2 |
dome.mode | GameDome | short | mode | 66 | 2 |
dome.angle | GameDome | short | angle | 68 | 2 |
dome.tilt | GameDome | short | tilt | 70 | 2 |
dome.resbuf | GameDome | float | resbuf | 72 | 4 |
dome.pad2 | GameDome | float | pad2 | 76 | 4 |
dome.warptext | GameDome | Text | *warptext | 80 | 8 |
stereoflag | GameData | short | stereoflag | 88 | 2 |
stereomode | GameData | short | stereomode | 90 | 2 |
xsch | GameData | short | xsch | 92 | 2 |
ysch | GameData | short | ysch | 94 | 2 |
eyeseparation | GameData | float | eyeseparation | 96 | 4 |
pad1 | GameData | float | pad1 | 100 | 4 |
reference | structure | type | name | offset | size |
---|---|---|---|---|---|
next | TimeMarker | TimeMarker | *next | 0 | 8 |
prev | TimeMarker | TimeMarker | *prev | 8 | 8 |
frame | TimeMarker | int | frame | 16 | 4 |
name | TimeMarker | char | name[64] | 20 | 64 |
flag | TimeMarker | int | flag | 84 | 4 |
camera | TimeMarker | Object | *camera | 88 | 8 |
reference | structure | type | name | offset | size |
---|---|---|---|---|---|
brush | Paint | Brush | *brush | 0 | 8 |
paint_cursor | Paint | void | *paint_cursor | 8 | 8 |
paint_cursor_col | Paint | char | paint_cursor_col[4] | 16 | 4 |
flags | Paint | int | flags | 20 | 4 |
reference | structure | type | name | offset | size |
---|---|---|---|---|---|
paint.brush | Paint | Brush | *brush | 0 | 8 |
paint.paint_cursor | Paint | void | *paint_cursor | 8 | 8 |
paint.paint_cursor_col | Paint | char | paint_cursor_col[4] | 16 | 4 |
paint.flags | Paint | int | flags | 20 | 4 |
flag | ImagePaintSettings | short | flag | 24 | 2 |
pad | ImagePaintSettings | short | pad | 26 | 2 |
seam_bleed | ImagePaintSettings | short | seam_bleed | 28 | 2 |
normal_angle | ImagePaintSettings | short | normal_angle | 30 | 2 |
screen_grab_size | ImagePaintSettings | short | screen_grab_size[2] | 32 | 4 |
pad1 | ImagePaintSettings | int | pad1 | 36 | 4 |
paintcursor | ImagePaintSettings | void | *paintcursor | 40 | 8 |
reference | structure | type | name | offset | size |
---|---|---|---|---|---|
size | ParticleBrushData | short | size | 0 | 2 |
step | ParticleBrushData | short | step | 2 | 2 |
invert | ParticleBrushData | short | invert | 4 | 2 |
count | ParticleBrushData | short | count | 6 | 2 |
flag | ParticleBrushData | int | flag | 8 | 4 |
strength | ParticleBrushData | float | strength | 12 | 4 |
reference | structure | type | name | offset | size |
---|---|---|---|---|---|
flag | ParticleEditSettings | short | flag | 0 | 2 |
totrekey | ParticleEditSettings | short | totrekey | 2 | 2 |
totaddkey | ParticleEditSettings | short | totaddkey | 4 | 2 |
brushtype | ParticleEditSettings | short | brushtype | 6 | 2 |
brush.size | ParticleBrushData | short | size | 8 | 2 |
brush.step | ParticleBrushData | short | step | 10 | 2 |
brush.invert | ParticleBrushData | short | invert | 12 | 2 |
brush.count | ParticleBrushData | short | count | 14 | 2 |
brush.flag | ParticleBrushData | int | flag | 16 | 4 |
brush.strength | ParticleBrushData | float | strength | 20 | 4 |
paintcursor | ParticleEditSettings | void | *paintcursor | 120 | 8 |
emitterdist | ParticleEditSettings | float | emitterdist | 128 | 4 |
rt | ParticleEditSettings | float | rt | 132 | 4 |
selectmode | ParticleEditSettings | int | selectmode | 136 | 4 |
edittype | ParticleEditSettings | int | edittype | 140 | 4 |
draw_step | ParticleEditSettings | int | draw_step | 144 | 4 |
fade_frames | ParticleEditSettings | int | fade_frames | 148 | 4 |
scene | ParticleEditSettings | Scene | *scene | 152 | 8 |
object | ParticleEditSettings | Object | *object | 160 | 8 |
reference | structure | type | name | offset | size |
---|---|---|---|---|---|
next | TransformOrientation | TransformOrientation | *next | 0 | 8 |
prev | TransformOrientation | TransformOrientation | *prev | 8 | 8 |
name | TransformOrientation | char | name[36] | 16 | 36 |
mat | TransformOrientation | float | mat[3][3] | 52 | 36 |
reference | structure | type | name | offset | size |
---|---|---|---|---|---|
paint.brush | Paint | Brush | *brush | 0 | 8 |
paint.paint_cursor | Paint | void | *paint_cursor | 8 | 8 |
paint.paint_cursor_col | Paint | char | paint_cursor_col[4] | 16 | 4 |
paint.flags | Paint | int | flags | 20 | 4 |
flags | Sculpt | int | flags | 24 | 4 |
radial_symm | Sculpt | int | radial_symm[3] | 28 | 12 |
last_x | Sculpt | float | last_x | 40 | 4 |
last_y | Sculpt | float | last_y | 44 | 4 |
last_angle | Sculpt | float | last_angle | 48 | 4 |
draw_anchored | Sculpt | int | draw_anchored | 52 | 4 |
anchored_size | Sculpt | int | anchored_size | 56 | 4 |
anchored_location | Sculpt | float | anchored_location[3] | 60 | 12 |
anchored_initial_mouse | Sculpt | float | anchored_initial_mouse[2] | 72 | 8 |
draw_pressure | Sculpt | int | draw_pressure | 80 | 4 |
pressure_value | Sculpt | float | pressure_value | 84 | 4 |
special_rotation | Sculpt | float | special_rotation | 88 | 4 |
pad | Sculpt | int | pad | 92 | 4 |
reference | structure | type | name | offset | size |
---|---|---|---|---|---|
paint.brush | Paint | Brush | *brush | 0 | 8 |
paint.paint_cursor | Paint | void | *paint_cursor | 8 | 8 |
paint.paint_cursor_col | Paint | char | paint_cursor_col[4] | 16 | 4 |
paint.flags | Paint | int | flags | 20 | 4 |
flag | VPaint | short | flag | 24 | 2 |
pad | VPaint | short | pad | 26 | 2 |
tot | VPaint | int | tot | 28 | 4 |
vpaint_prev | VPaint | int | *vpaint_prev | 32 | 8 |
wpaint_prev | VPaint | MDeformVert | *wpaint_prev | 40 | 8 |
paintcursor | VPaint | void | *paintcursor | 48 | 8 |
reference | structure | type | name | offset | size |
---|---|---|---|---|---|
vpaint | ToolSettings | VPaint | *vpaint | 0 | 8 |
wpaint | ToolSettings | VPaint | *wpaint | 8 | 8 |
sculpt | ToolSettings | Sculpt | *sculpt | 16 | 8 |
vgroup_weight | ToolSettings | float | vgroup_weight | 24 | 4 |
cornertype | ToolSettings | short | cornertype | 28 | 2 |
editbutflag | ToolSettings | short | editbutflag | 30 | 2 |
jointrilimit | ToolSettings | float | jointrilimit | 32 | 4 |
degr | ToolSettings | float | degr | 36 | 4 |
step | ToolSettings | short | step | 40 | 2 |
turn | ToolSettings | short | turn | 42 | 2 |
extr_offs | ToolSettings | float | extr_offs | 44 | 4 |
doublimit | ToolSettings | float | doublimit | 48 | 4 |
normalsize | ToolSettings | float | normalsize | 52 | 4 |
automerge | ToolSettings | short | automerge | 56 | 2 |
selectmode | ToolSettings | short | selectmode | 58 | 2 |
segments | ToolSettings | short | segments | 60 | 2 |
rings | ToolSettings | short | rings | 62 | 2 |
vertices | ToolSettings | short | vertices | 64 | 2 |
unwrapper | ToolSettings | short | unwrapper | 66 | 2 |
uvcalc_radius | ToolSettings | float | uvcalc_radius | 68 | 4 |
uvcalc_cubesize | ToolSettings | float | uvcalc_cubesize | 72 | 4 |
uvcalc_margin | ToolSettings | float | uvcalc_margin | 76 | 4 |
uvcalc_mapdir | ToolSettings | short | uvcalc_mapdir | 80 | 2 |
uvcalc_mapalign | ToolSettings | short | uvcalc_mapalign | 82 | 2 |
uvcalc_flag | ToolSettings | short | uvcalc_flag | 84 | 2 |
uv_flag | ToolSettings | short | uv_flag | 86 | 2 |
uv_selectmode | ToolSettings | short | uv_selectmode | 88 | 2 |
uv_pad | ToolSettings | short | uv_pad[2] | 90 | 4 |
autoik_chainlen | ToolSettings | short | autoik_chainlen | 94 | 2 |
imapaint.paint.brush | Paint | Brush | *brush | 96 | 8 |
imapaint.paint.paint_cursor | Paint | void | *paint_cursor | 104 | 8 |
imapaint.paint.paint_cursor_col | Paint | char | paint_cursor_col[4] | 112 | 4 |
imapaint.paint.flags | Paint | int | flags | 116 | 4 |
imapaint.flag | ImagePaintSettings | short | flag | 120 | 2 |
imapaint.pad | ImagePaintSettings | short | pad | 122 | 2 |
imapaint.seam_bleed | ImagePaintSettings | short | seam_bleed | 124 | 2 |
imapaint.normal_angle | ImagePaintSettings | short | normal_angle | 126 | 2 |
imapaint.screen_grab_size | ImagePaintSettings | short | screen_grab_size[2] | 128 | 4 |
imapaint.pad1 | ImagePaintSettings | int | pad1 | 132 | 4 |
imapaint.paintcursor | ImagePaintSettings | void | *paintcursor | 136 | 8 |
particle.flag | ParticleEditSettings | short | flag | 144 | 2 |
particle.totrekey | ParticleEditSettings | short | totrekey | 146 | 2 |
particle.totaddkey | ParticleEditSettings | short | totaddkey | 148 | 2 |
particle.brushtype | ParticleEditSettings | short | brushtype | 150 | 2 |
particle.brush.size | ParticleBrushData | short | size | 152 | 2 |
particle.brush.step | ParticleBrushData | short | step | 154 | 2 |
particle.brush.invert | ParticleBrushData | short | invert | 156 | 2 |
particle.brush.count | ParticleBrushData | short | count | 158 | 2 |
particle.brush.flag | ParticleBrushData | int | flag | 160 | 4 |
particle.brush.strength | ParticleBrushData | float | strength | 164 | 4 |
particle.paintcursor | ParticleEditSettings | void | *paintcursor | 264 | 8 |
particle.emitterdist | ParticleEditSettings | float | emitterdist | 272 | 4 |
particle.rt | ParticleEditSettings | float | rt | 276 | 4 |
particle.selectmode | ParticleEditSettings | int | selectmode | 280 | 4 |
particle.edittype | ParticleEditSettings | int | edittype | 284 | 4 |
particle.draw_step | ParticleEditSettings | int | draw_step | 288 | 4 |
particle.fade_frames | ParticleEditSettings | int | fade_frames | 292 | 4 |
particle.scene | ParticleEditSettings | Scene | *scene | 296 | 8 |
particle.object | ParticleEditSettings | Object | *object | 304 | 8 |
proportional_size | ToolSettings | float | proportional_size | 312 | 4 |
select_thresh | ToolSettings | float | select_thresh | 316 | 4 |
clean_thresh | ToolSettings | float | clean_thresh | 320 | 4 |
autokey_mode | ToolSettings | short | autokey_mode | 324 | 2 |
autokey_flag | ToolSettings | short | autokey_flag | 326 | 2 |
retopo_mode | ToolSettings | char | retopo_mode | 328 | 1 |
retopo_paint_tool | ToolSettings | char | retopo_paint_tool | 329 | 1 |
line_div | ToolSettings | char | line_div | 330 | 1 |
ellipse_div | ToolSettings | char | ellipse_div | 331 | 1 |
retopo_hotspot | ToolSettings | char | retopo_hotspot | 332 | 1 |
multires_subdiv_type | ToolSettings | char | multires_subdiv_type | 333 | 1 |
skgen_resolution | ToolSettings | short | skgen_resolution | 334 | 2 |
skgen_threshold_internal | ToolSettings | float | skgen_threshold_internal | 336 | 4 |
skgen_threshold_external | ToolSettings | float | skgen_threshold_external | 340 | 4 |
skgen_length_ratio | ToolSettings | float | skgen_length_ratio | 344 | 4 |
skgen_length_limit | ToolSettings | float | skgen_length_limit | 348 | 4 |
skgen_angle_limit | ToolSettings | float | skgen_angle_limit | 352 | 4 |
skgen_correlation_limit | ToolSettings | float | skgen_correlation_limit | 356 | 4 |
skgen_symmetry_limit | ToolSettings | float | skgen_symmetry_limit | 360 | 4 |
skgen_retarget_angle_weight | ToolSettings | float | skgen_retarget_angle_weight | 364 | 4 |
skgen_retarget_length_weight | ToolSettings | float | skgen_retarget_length_weight | 368 | 4 |
skgen_retarget_distance_weight | ToolSettings | float | skgen_retarget_distance_weight | 372 | 4 |
skgen_options | ToolSettings | short | skgen_options | 376 | 2 |
skgen_postpro | ToolSettings | char | skgen_postpro | 378 | 1 |
skgen_postpro_passes | ToolSettings | char | skgen_postpro_passes | 379 | 1 |
skgen_subdivisions | ToolSettings | char | skgen_subdivisions[3] | 380 | 3 |
skgen_multi_level | ToolSettings | char | skgen_multi_level | 383 | 1 |
skgen_template | ToolSettings | Object | *skgen_template | 384 | 8 |
bone_sketching | ToolSettings | char | bone_sketching | 392 | 1 |
bone_sketching_convert | ToolSettings | char | bone_sketching_convert | 393 | 1 |
skgen_subdivision_number | ToolSettings | char | skgen_subdivision_number | 394 | 1 |
skgen_retarget_options | ToolSettings | char | skgen_retarget_options | 395 | 1 |
skgen_retarget_roll | ToolSettings | char | skgen_retarget_roll | 396 | 1 |
skgen_side_string | ToolSettings | char | skgen_side_string[8] | 397 | 8 |
skgen_num_string | ToolSettings | char | skgen_num_string[8] | 405 | 8 |
edge_mode | ToolSettings | char | edge_mode | 413 | 1 |
snap_mode | ToolSettings | short | snap_mode | 414 | 2 |
snap_flag | ToolSettings | short | snap_flag | 416 | 2 |
snap_target | ToolSettings | short | snap_target | 418 | 2 |
proportional | ToolSettings | short | proportional | 420 | 2 |
prop_mode | ToolSettings | short | prop_mode | 422 | 2 |
proportional_objects | ToolSettings | char | proportional_objects | 424 | 1 |
pad | ToolSettings | char | pad[3] | 425 | 3 |
auto_normalize | ToolSettings | int | auto_normalize | 428 | 4 |
sculpt_paint_settings | ToolSettings | short | sculpt_paint_settings | 432 | 2 |
pad1 | ToolSettings | short | pad1 | 434 | 2 |
sculpt_paint_unified_size | ToolSettings | int | sculpt_paint_unified_size | 436 | 4 |
sculpt_paint_unified_unprojected_radius | ToolSettings | float | sculpt_paint_unified_unprojected_radius | 440 | 4 |
sculpt_paint_unified_alpha | ToolSettings | float | sculpt_paint_unified_alpha | 444 | 4 |
reference | structure | type | name | offset | size |
---|---|---|---|---|---|
totobj | bStats | int | totobj | 0 | 4 |
totlamp | bStats | int | totlamp | 4 | 4 |
totobjsel | bStats | int | totobjsel | 8 | 4 |
totcurve | bStats | int | totcurve | 12 | 4 |
totmesh | bStats | int | totmesh | 16 | 4 |
totarmature | bStats | int | totarmature | 20 | 4 |
totvert | bStats | int | totvert | 24 | 4 |
totface | bStats | int | totface | 28 | 4 |
reference | structure | type | name | offset | size |
---|---|---|---|---|---|
scale_length | UnitSettings | float | scale_length | 0 | 4 |
system | UnitSettings | char | system | 4 | 1 |
system_rotation | UnitSettings | char | system_rotation | 5 | 1 |
flag | UnitSettings | short | flag | 6 | 2 |
reference | structure | type | name | offset | size |
---|---|---|---|---|---|
gravity | PhysicsSettings | float | gravity[3] | 0 | 12 |
flag | PhysicsSettings | int | flag | 12 | 4 |
quick_cache_step | PhysicsSettings | int | quick_cache_step | 16 | 4 |
rt | PhysicsSettings | int | rt | 20 | 4 |
reference | structure | type | name | offset | size |
---|---|---|---|---|---|
id.next | ID | void | *next | 0 | 8 |
id.prev | ID | void | *prev | 8 | 8 |
id.newid | ID | ID | *newid | 16 | 8 |
id.lib | ID | Library | *lib | 24 | 8 |
id.name | ID | char | name[24] | 32 | 24 |
id.us | ID | short | us | 56 | 2 |
id.flag | ID | short | flag | 58 | 2 |
id.icon_id | ID | int | icon_id | 60 | 4 |
id.properties | ID | IDProperty | *properties | 64 | 8 |
adt | Scene | AnimData | *adt | 72 | 8 |
camera | Scene | Object | *camera | 80 | 8 |
world | Scene | World | *world | 88 | 8 |
set | Scene | Scene | *set | 96 | 8 |
base.first | ListBase | void | *first | 104 | 8 |
base.last | ListBase | void | *last | 112 | 8 |
basact | Scene | Base | *basact | 120 | 8 |
obedit | Scene | Object | *obedit | 128 | 8 |
cursor | Scene | float | cursor[3] | 136 | 12 |
twcent | Scene | float | twcent[3] | 148 | 12 |
twmin | Scene | float | twmin[3] | 160 | 12 |
twmax | Scene | float | twmax[3] | 172 | 12 |
lay | Scene | int | lay | 184 | 4 |
layact | Scene | int | layact | 188 | 4 |
customdata_mask | Scene | int | customdata_mask | 192 | 4 |
flag | Scene | short | flag | 196 | 2 |
use_nodes | Scene | short | use_nodes | 198 | 2 |
nodetree | Scene | bNodeTree | *nodetree | 200 | 8 |
ed | Scene | Editing | *ed | 208 | 8 |
toolsettings | Scene | ToolSettings | *toolsettings | 216 | 8 |
stats | Scene | SceneStats | *stats | 224 | 8 |
r.avicodecdata | RenderData | AviCodecData | *avicodecdata | 232 | 8 |
r.qtcodecdata | RenderData | QuicktimeCodecData | *qtcodecdata | 240 | 8 |
r.qtcodecsettings.codecType | QuicktimeCodecSettings | int | codecType | 248 | 4 |
r.qtcodecsettings.codecSpatialQuality | QuicktimeCodecSettings | int | codecSpatialQuality | 252 | 4 |
r.qtcodecsettings.codec | QuicktimeCodecSettings | int | codec | 256 | 4 |
r.qtcodecsettings.codecFlags | QuicktimeCodecSettings | int | codecFlags | 260 | 4 |
r.qtcodecsettings.colorDepth | QuicktimeCodecSettings | int | colorDepth | 264 | 4 |
r.qtcodecsettings.codecTemporalQuality | QuicktimeCodecSettings | int | codecTemporalQuality | 268 | 4 |
r.qtcodecsettings.minSpatialQuality | QuicktimeCodecSettings | int | minSpatialQuality | 272 | 4 |
r.qtcodecsettings.minTemporalQuality | QuicktimeCodecSettings | int | minTemporalQuality | 276 | 4 |
r.qtcodecsettings.keyFrameRate | QuicktimeCodecSettings | int | keyFrameRate | 280 | 4 |
r.qtcodecsettings.bitRate | QuicktimeCodecSettings | int | bitRate | 284 | 4 |
r.qtcodecsettings.audiocodecType | QuicktimeCodecSettings | int | audiocodecType | 288 | 4 |
r.qtcodecsettings.audioSampleRate | QuicktimeCodecSettings | int | audioSampleRate | 292 | 4 |
r.qtcodecsettings.audioBitDepth | QuicktimeCodecSettings | short | audioBitDepth | 296 | 2 |
r.qtcodecsettings.audioChannels | QuicktimeCodecSettings | short | audioChannels | 298 | 2 |
r.qtcodecsettings.audioCodecFlags | QuicktimeCodecSettings | int | audioCodecFlags | 300 | 4 |
r.qtcodecsettings.audioBitRate | QuicktimeCodecSettings | int | audioBitRate | 304 | 4 |
r.qtcodecsettings.pad1 | QuicktimeCodecSettings | int | pad1 | 308 | 4 |
r.ffcodecdata.type | FFMpegCodecData | int | type | 312 | 4 |
r.ffcodecdata.codec | FFMpegCodecData | int | codec | 316 | 4 |
r.ffcodecdata.audio_codec | FFMpegCodecData | int | audio_codec | 320 | 4 |
r.ffcodecdata.video_bitrate | FFMpegCodecData | int | video_bitrate | 324 | 4 |
r.ffcodecdata.audio_bitrate | FFMpegCodecData | int | audio_bitrate | 328 | 4 |
r.ffcodecdata.audio_mixrate | FFMpegCodecData | int | audio_mixrate | 332 | 4 |
r.ffcodecdata.audio_volume | FFMpegCodecData | float | audio_volume | 336 | 4 |
r.ffcodecdata.gop_size | FFMpegCodecData | int | gop_size | 340 | 4 |
r.ffcodecdata.flags | FFMpegCodecData | int | flags | 344 | 4 |
r.ffcodecdata.rc_min_rate | FFMpegCodecData | int | rc_min_rate | 348 | 4 |
r.ffcodecdata.rc_max_rate | FFMpegCodecData | int | rc_max_rate | 352 | 4 |
r.ffcodecdata.rc_buffer_size | FFMpegCodecData | int | rc_buffer_size | 356 | 4 |
r.ffcodecdata.mux_packet_size | FFMpegCodecData | int | mux_packet_size | 360 | 4 |
r.ffcodecdata.mux_rate | FFMpegCodecData | int | mux_rate | 364 | 4 |
r.ffcodecdata.properties | FFMpegCodecData | IDProperty | *properties | 368 | 8 |
r.cfra | RenderData | int | cfra | 376 | 4 |
r.sfra | RenderData | int | sfra | 380 | 4 |
r.efra | RenderData | int | efra | 384 | 4 |
r.subframe | RenderData | float | subframe | 388 | 4 |
r.psfra | RenderData | int | psfra | 392 | 4 |
r.pefra | RenderData | int | pefra | 396 | 4 |
r.images | RenderData | int | images | 400 | 4 |
r.framapto | RenderData | int | framapto | 404 | 4 |
r.flag | RenderData | short | flag | 408 | 2 |
r.threads | RenderData | short | threads | 410 | 2 |
r.framelen | RenderData | float | framelen | 412 | 4 |
r.blurfac | RenderData | float | blurfac | 416 | 4 |
r.edgeR | RenderData | float | edgeR | 420 | 4 |
r.edgeG | RenderData | float | edgeG | 424 | 4 |
r.edgeB | RenderData | float | edgeB | 428 | 4 |
r.fullscreen | RenderData | short | fullscreen | 432 | 2 |
r.xplay | RenderData | short | xplay | 434 | 2 |
r.yplay | RenderData | short | yplay | 436 | 2 |
r.freqplay | RenderData | short | freqplay | 438 | 2 |
r.depth | RenderData | short | depth | 440 | 2 |
r.attrib | RenderData | short | attrib | 442 | 2 |
r.frame_step | RenderData | int | frame_step | 444 | 4 |
r.stereomode | RenderData | short | stereomode | 448 | 2 |
r.dimensionspreset | RenderData | short | dimensionspreset | 450 | 2 |
r.filtertype | RenderData | short | filtertype | 452 | 2 |
r.size | RenderData | short | size | 454 | 2 |
r.maximsize | RenderData | short | maximsize | 456 | 2 |
r.xsch | RenderData | short | xsch | 458 | 2 |
r.ysch | RenderData | short | ysch | 460 | 2 |
r.xparts | RenderData | short | xparts | 462 | 2 |
r.yparts | RenderData | short | yparts | 464 | 2 |
r.winpos | RenderData | short | winpos | 466 | 2 |
r.planes | RenderData | short | planes | 468 | 2 |
r.imtype | RenderData | short | imtype | 470 | 2 |
r.subimtype | RenderData | short | subimtype | 472 | 2 |
r.bufflag | RenderData | short | bufflag | 474 | 2 |
r.quality | RenderData | short | quality | 476 | 2 |
r.displaymode | RenderData | short | displaymode | 478 | 2 |
r.rpad1 | RenderData | short | rpad1 | 480 | 2 |
r.rpad2 | RenderData | short | rpad2 | 482 | 2 |
r.scemode | RenderData | int | scemode | 484 | 4 |
r.mode | RenderData | int | mode | 488 | 4 |
r.raytrace_options | RenderData | int | raytrace_options | 492 | 4 |
r.raytrace_structure | RenderData | short | raytrace_structure | 496 | 2 |
r.renderer | RenderData | short | renderer | 498 | 2 |
r.ocres | RenderData | short | ocres | 500 | 2 |
r.pad4 | RenderData | short | pad4 | 502 | 2 |
r.alphamode | RenderData | short | alphamode | 504 | 2 |
r.osa | RenderData | short | osa | 506 | 2 |
r.frs_sec | RenderData | short | frs_sec | 508 | 2 |
r.edgeint | RenderData | short | edgeint | 510 | 2 |
r.safety.xmin | rctf | float | xmin | 512 | 4 |
r.safety.xmax | rctf | float | xmax | 516 | 4 |
r.safety.ymin | rctf | float | ymin | 520 | 4 |
r.safety.ymax | rctf | float | ymax | 524 | 4 |
r.border.xmin | rctf | float | xmin | 528 | 4 |
r.border.xmax | rctf | float | xmax | 532 | 4 |
r.border.ymin | rctf | float | ymin | 536 | 4 |
r.border.ymax | rctf | float | ymax | 540 | 4 |
r.disprect.xmin | rcti | int | xmin | 544 | 4 |
r.disprect.xmax | rcti | int | xmax | 548 | 4 |
r.disprect.ymin | rcti | int | ymin | 552 | 4 |
r.disprect.ymax | rcti | int | ymax | 556 | 4 |
r.layers.first | ListBase | void | *first | 560 | 8 |
r.layers.last | ListBase | void | *last | 568 | 8 |
r.actlay | RenderData | short | actlay | 576 | 2 |
r.mblur_samples | RenderData | short | mblur_samples | 578 | 2 |
r.xasp | RenderData | float | xasp | 580 | 4 |
r.yasp | RenderData | float | yasp | 584 | 4 |
r.frs_sec_base | RenderData | float | frs_sec_base | 588 | 4 |
r.gauss | RenderData | float | gauss | 592 | 4 |
r.color_mgt_flag | RenderData | int | color_mgt_flag | 596 | 4 |
r.postgamma | RenderData | float | postgamma | 600 | 4 |
r.posthue | RenderData | float | posthue | 604 | 4 |
r.postsat | RenderData | float | postsat | 608 | 4 |
r.dither_intensity | RenderData | float | dither_intensity | 612 | 4 |
r.bake_osa | RenderData | short | bake_osa | 616 | 2 |
r.bake_filter | RenderData | short | bake_filter | 618 | 2 |
r.bake_mode | RenderData | short | bake_mode | 620 | 2 |
r.bake_flag | RenderData | short | bake_flag | 622 | 2 |
r.bake_normal_space | RenderData | short | bake_normal_space | 624 | 2 |
r.bake_quad_split | RenderData | short | bake_quad_split | 626 | 2 |
r.bake_maxdist | RenderData | float | bake_maxdist | 628 | 4 |
r.bake_biasdist | RenderData | float | bake_biasdist | 632 | 4 |
r.bake_pad | RenderData | float | bake_pad | 636 | 4 |
r.backbuf | RenderData | char | backbuf[160] | 640 | 160 |
r.pic | RenderData | char | pic[160] | 800 | 160 |
r.stamp | RenderData | int | stamp | 960 | 4 |
r.stamp_font_id | RenderData | short | stamp_font_id | 964 | 2 |
r.pad3 | RenderData | short | pad3 | 966 | 2 |
r.stamp_udata | RenderData | char | stamp_udata[160] | 968 | 160 |
r.fg_stamp | RenderData | float | fg_stamp[4] | 1128 | 16 |
r.bg_stamp | RenderData | float | bg_stamp[4] | 1144 | 16 |
r.seq_prev_type | RenderData | char | seq_prev_type | 1160 | 1 |
r.seq_rend_type | RenderData | char | seq_rend_type | 1161 | 1 |
r.seq_flag | RenderData | char | seq_flag | 1162 | 1 |
r.pad5 | RenderData | char | pad5[5] | 1163 | 5 |
r.simplify_flag | RenderData | int | simplify_flag | 1168 | 4 |
r.simplify_subsurf | RenderData | short | simplify_subsurf | 1172 | 2 |
r.simplify_shadowsamples | RenderData | short | simplify_shadowsamples | 1174 | 2 |
r.simplify_particles | RenderData | float | simplify_particles | 1176 | 4 |
r.simplify_aosss | RenderData | float | simplify_aosss | 1180 | 4 |
r.cineonwhite | RenderData | short | cineonwhite | 1184 | 2 |
r.cineonblack | RenderData | short | cineonblack | 1186 | 2 |
r.cineongamma | RenderData | float | cineongamma | 1188 | 4 |
r.jp2_preset | RenderData | short | jp2_preset | 1192 | 2 |
r.jp2_depth | RenderData | short | jp2_depth | 1194 | 2 |
r.rpad3 | RenderData | int | rpad3 | 1196 | 4 |
r.domeres | RenderData | short | domeres | 1200 | 2 |
r.domemode | RenderData | short | domemode | 1202 | 2 |
r.domeangle | RenderData | short | domeangle | 1204 | 2 |
r.dometilt | RenderData | short | dometilt | 1206 | 2 |
r.domeresbuf | RenderData | float | domeresbuf | 1208 | 4 |
r.pad2 | RenderData | float | pad2 | 1212 | 4 |
r.dometext | RenderData | Text | *dometext | 1216 | 8 |
r.engine | RenderData | char | engine[32] | 1224 | 32 |
audio.mixrate | AudioData | int | mixrate | 1256 | 4 |
audio.main | AudioData | float | main | 1260 | 4 |
audio.speed_of_sound | AudioData | float | speed_of_sound | 1264 | 4 |
audio.doppler_factor | AudioData | float | doppler_factor | 1268 | 4 |
audio.distance_model | AudioData | int | distance_model | 1272 | 4 |
audio.flag | AudioData | short | flag | 1276 | 2 |
audio.pad | AudioData | short | pad | 1278 | 2 |
markers.first | ListBase | void | *first | 1280 | 8 |
markers.last | ListBase | void | *last | 1288 | 8 |
transform_spaces.first | ListBase | void | *first | 1296 | 8 |
transform_spaces.last | ListBase | void | *last | 1304 | 8 |
sound_scene | Scene | void | *sound_scene | 1312 | 8 |
sound_scene_handle | Scene | void | *sound_scene_handle | 1320 | 8 |
sound_scrub_handle | Scene | void | *sound_scrub_handle | 1328 | 8 |
fps_info | Scene | void | *fps_info | 1336 | 8 |
theDag | Scene | DagForest | *theDag | 1344 | 8 |
dagisvalid | Scene | short | dagisvalid | 1352 | 2 |
dagflags | Scene | short | dagflags | 1354 | 2 |
recalc | Scene | short | recalc | 1356 | 2 |
pad6 | Scene | short | pad6 | 1358 | 2 |
pad5 | Scene | int | pad5 | 1360 | 4 |
active_keyingset | Scene | int | active_keyingset | 1364 | 4 |
keyingsets.first | ListBase | void | *first | 1368 | 8 |
keyingsets.last | ListBase | void | *last | 1376 | 8 |
framing.col | GameFraming | float | col[3] | 1384 | 12 |
framing.type | GameFraming | char | type | 1396 | 1 |
framing.pad1 | GameFraming | char | pad1 | 1397 | 1 |
framing.pad2 | GameFraming | char | pad2 | 1398 | 1 |
framing.pad3 | GameFraming | char | pad3 | 1399 | 1 |
gm.gravity | GameData | float | gravity | 1400 | 4 |
gm.activityBoxRadius | GameData | float | activityBoxRadius | 1404 | 4 |
gm.mode | GameData | short | mode | 1408 | 2 |
gm.flag | GameData | short | flag | 1410 | 2 |
gm.matmode | GameData | short | matmode | 1412 | 2 |
gm.pad | GameData | short | pad[3] | 1414 | 6 |
gm.occlusionRes | GameData | short | occlusionRes | 1420 | 2 |
gm.physicsEngine | GameData | short | physicsEngine | 1422 | 2 |
gm.ticrate | GameData | short | ticrate | 1424 | 2 |
gm.maxlogicstep | GameData | short | maxlogicstep | 1426 | 2 |
gm.physubstep | GameData | short | physubstep | 1428 | 2 |
gm.maxphystep | GameData | short | maxphystep | 1430 | 2 |
gm.framing.col | GameFraming | float | col[3] | 1432 | 12 |
gm.framing.type | GameFraming | char | type | 1444 | 1 |
gm.framing.pad1 | GameFraming | char | pad1 | 1445 | 1 |
gm.framing.pad2 | GameFraming | char | pad2 | 1446 | 1 |
gm.framing.pad3 | GameFraming | char | pad3 | 1447 | 1 |
gm.fullscreen | GameData | short | fullscreen | 1448 | 2 |
gm.xplay | GameData | short | xplay | 1450 | 2 |
gm.yplay | GameData | short | yplay | 1452 | 2 |
gm.freqplay | GameData | short | freqplay | 1454 | 2 |
gm.depth | GameData | short | depth | 1456 | 2 |
gm.attrib | GameData | short | attrib | 1458 | 2 |
gm.rt1 | GameData | short | rt1 | 1460 | 2 |
gm.rt2 | GameData | short | rt2 | 1462 | 2 |
gm.dome.res | GameDome | short | res | 1464 | 2 |
gm.dome.mode | GameDome | short | mode | 1466 | 2 |
gm.dome.angle | GameDome | short | angle | 1468 | 2 |
gm.dome.tilt | GameDome | short | tilt | 1470 | 2 |
gm.dome.resbuf | GameDome | float | resbuf | 1472 | 4 |
gm.dome.pad2 | GameDome | float | pad2 | 1476 | 4 |
gm.dome.warptext | GameDome | Text | *warptext | 1480 | 8 |
gm.stereoflag | GameData | short | stereoflag | 1488 | 2 |
gm.stereomode | GameData | short | stereomode | 1490 | 2 |
gm.xsch | GameData | short | xsch | 1492 | 2 |
gm.ysch | GameData | short | ysch | 1494 | 2 |
gm.eyeseparation | GameData | float | eyeseparation | 1496 | 4 |
gm.pad1 | GameData | float | pad1 | 1500 | 4 |
unit.scale_length | UnitSettings | float | scale_length | 1504 | 4 |
unit.system | UnitSettings | char | system | 1508 | 1 |
unit.system_rotation | UnitSettings | char | system_rotation | 1509 | 1 |
unit.flag | UnitSettings | short | flag | 1510 | 2 |
gpd | Scene | bGPdata | *gpd | 1512 | 8 |
physics_settings.gravity | PhysicsSettings | float | gravity[3] | 1520 | 12 |
physics_settings.flag | PhysicsSettings | int | flag | 1532 | 4 |
physics_settings.quick_cache_step | PhysicsSettings | int | quick_cache_step | 1536 | 4 |
physics_settings.rt | PhysicsSettings | int | rt | 1540 | 4 |
reference | structure | type | name | offset | size |
---|---|---|---|---|---|
next | BGpic | BGpic | *next | 0 | 8 |
prev | BGpic | BGpic | *prev | 8 | 8 |
ima | BGpic | Image | *ima | 16 | 8 |
iuser.scene | ImageUser | Scene | *scene | 24 | 8 |
iuser.framenr | ImageUser | int | framenr | 32 | 4 |
iuser.frames | ImageUser | int | frames | 36 | 4 |
iuser.offset | ImageUser | int | offset | 40 | 4 |
iuser.sfra | ImageUser | int | sfra | 44 | 4 |
iuser.fie_ima | ImageUser | char | fie_ima | 48 | 1 |
iuser.cycl | ImageUser | char | cycl | 49 | 1 |
iuser.ok | ImageUser | char | ok | 50 | 1 |
iuser.pad | ImageUser | char | pad | 51 | 1 |
iuser.multi_index | ImageUser | short | multi_index | 52 | 2 |
iuser.layer | ImageUser | short | layer | 54 | 2 |
iuser.pass | ImageUser | short | pass | 56 | 2 |
iuser.flag | ImageUser | short | flag | 58 | 2 |
iuser.pad2 | ImageUser | int | pad2 | 60 | 4 |
xof | BGpic | float | xof | 64 | 4 |
yof | BGpic | float | yof | 68 | 4 |
size | BGpic | float | size | 72 | 4 |
blend | BGpic | float | blend | 76 | 4 |
view | BGpic | short | view | 80 | 2 |
flag | BGpic | short | flag | 82 | 2 |
pad2 | BGpic | float | pad2 | 84 | 4 |
reference | structure | type | name | offset | size |
---|---|---|---|---|---|
winmat | RegionView3D | float | winmat[4][4] | 0 | 64 |
viewmat | RegionView3D | float | viewmat[4][4] | 64 | 64 |
viewinv | RegionView3D | float | viewinv[4][4] | 128 | 64 |
persmat | RegionView3D | float | persmat[4][4] | 192 | 64 |
persinv | RegionView3D | float | persinv[4][4] | 256 | 64 |
viewmatob | RegionView3D | float | viewmatob[4][4] | 320 | 64 |
persmatob | RegionView3D | float | persmatob[4][4] | 384 | 64 |
twmat | RegionView3D | float | twmat[4][4] | 448 | 64 |
viewquat | RegionView3D | float | viewquat[4] | 512 | 16 |
dist | RegionView3D | float | dist | 528 | 4 |
zfac | RegionView3D | float | zfac | 532 | 4 |
camdx | RegionView3D | float | camdx | 536 | 4 |
camdy | RegionView3D | float | camdy | 540 | 4 |
pixsize | RegionView3D | float | pixsize | 544 | 4 |
ofs | RegionView3D | float | ofs[3] | 548 | 12 |
camzoom | RegionView3D | short | camzoom | 560 | 2 |
twdrawflag | RegionView3D | short | twdrawflag | 562 | 2 |
pad | RegionView3D | int | pad | 564 | 4 |
rflag | RegionView3D | short | rflag | 568 | 2 |
viewlock | RegionView3D | short | viewlock | 570 | 2 |
persp | RegionView3D | short | persp | 572 | 2 |
view | RegionView3D | short | view | 574 | 2 |
clip | RegionView3D | float | clip[6][4] | 576 | 96 |
clip_local | RegionView3D | float | clip_local[6][4] | 672 | 96 |
clipbb | RegionView3D | BoundBox | *clipbb | 768 | 8 |
gpd | RegionView3D | bGPdata | *gpd | 776 | 8 |
localvd | RegionView3D | RegionView3D | *localvd | 784 | 8 |
ri | RegionView3D | RenderInfo | *ri | 792 | 8 |
retopo_view_data | RegionView3D | RetopoViewData | *retopo_view_data | 800 | 8 |
depths | RegionView3D | ViewDepths | *depths | 808 | 8 |
sms | RegionView3D | SmoothViewStore | *sms | 816 | 8 |
smooth_timer | RegionView3D | wmTimer | *smooth_timer | 824 | 8 |
lviewquat | RegionView3D | float | lviewquat[4] | 832 | 16 |
lpersp | RegionView3D | short | lpersp | 848 | 2 |
lview | RegionView3D | short | lview | 850 | 2 |
gridview | RegionView3D | float | gridview | 852 | 4 |
twangle | RegionView3D | float | twangle[3] | 856 | 12 |
padf | RegionView3D | float | padf | 868 | 4 |
reference | structure | type | name | offset | size |
---|---|---|---|---|---|
next | View3D | SpaceLink | *next | 0 | 8 |
prev | View3D | SpaceLink | *prev | 8 | 8 |
regionbase.first | ListBase | void | *first | 16 | 8 |
regionbase.last | ListBase | void | *last | 24 | 8 |
spacetype | View3D | int | spacetype | 32 | 4 |
blockscale | View3D | float | blockscale | 36 | 4 |
blockhandler | View3D | short | blockhandler[8] | 40 | 16 |
viewquat | View3D | float | viewquat[4] | 56 | 16 |
dist | View3D | float | dist | 72 | 4 |
pad1 | View3D | float | pad1 | 76 | 4 |
lay_used | View3D | int | lay_used | 80 | 4 |
persp | View3D | short | persp | 84 | 2 |
view | View3D | short | view | 86 | 2 |
camera | View3D | Object | *camera | 88 | 8 |
ob_centre | View3D | Object | *ob_centre | 96 | 8 |
bgpicbase.first | ListBase | void | *first | 104 | 8 |
bgpicbase.last | ListBase | void | *last | 112 | 8 |
bgpic | View3D | BGpic | *bgpic | 120 | 8 |
localvd | View3D | View3D | *localvd | 128 | 8 |
ob_centre_bone | View3D | char | ob_centre_bone[32] | 136 | 32 |
lay | View3D | int | lay | 168 | 4 |
layact | View3D | int | layact | 172 | 4 |
drawtype | View3D | short | drawtype | 176 | 2 |
ob_centre_cursor | View3D | short | ob_centre_cursor | 178 | 2 |
scenelock | View3D | short | scenelock | 180 | 2 |
around | View3D | short | around | 182 | 2 |
pad3 | View3D | short | pad3 | 184 | 2 |
flag | View3D | short | flag | 186 | 2 |
flag2 | View3D | short | flag2 | 188 | 2 |
pivot_last | View3D | short | pivot_last | 190 | 2 |
lens | View3D | float | lens | 192 | 4 |
grid | View3D | float | grid | 196 | 4 |
gridview | View3D | float | gridview | 200 | 4 |
near | View3D | float | near | 204 | 4 |
far | View3D | float | far | 208 | 4 |
ofs | View3D | float | ofs[3] | 212 | 12 |
cursor | View3D | float | cursor[3] | 224 | 12 |
gridlines | View3D | short | gridlines | 236 | 2 |
pad4 | View3D | short | pad4 | 238 | 2 |
gridflag | View3D | short | gridflag | 240 | 2 |
gridsubdiv | View3D | short | gridsubdiv | 242 | 2 |
modeselect | View3D | short | modeselect | 244 | 2 |
keyflags | View3D | short | keyflags | 246 | 2 |
twtype | View3D | short | twtype | 248 | 2 |
twmode | View3D | short | twmode | 250 | 2 |
twflag | View3D | short | twflag | 252 | 2 |
twdrawflag | View3D | short | twdrawflag | 254 | 2 |
afterdraw_transp.first | ListBase | void | *first | 256 | 8 |
afterdraw_transp.last | ListBase | void | *last | 264 | 8 |
afterdraw_xray.first | ListBase | void | *first | 272 | 8 |
afterdraw_xray.last | ListBase | void | *last | 280 | 8 |
afterdraw_xraytransp.first | ListBase | void | *first | 288 | 8 |
afterdraw_xraytransp.last | ListBase | void | *last | 296 | 8 |
zbuf | View3D | short | zbuf | 304 | 2 |
transp | View3D | short | transp | 306 | 2 |
xray | View3D | short | xray | 308 | 2 |
ndofmode | View3D | char | ndofmode | 310 | 1 |
ndoffilter | View3D | char | ndoffilter | 311 | 1 |
properties_storage | View3D | void | *properties_storage | 312 | 8 |
gpd | View3D | bGPdata | *gpd | 320 | 8 |
reference | structure | type | name | offset | size |
---|---|---|---|---|---|
tot.xmin | rctf | float | xmin | 0 | 4 |
tot.xmax | rctf | float | xmax | 4 | 4 |
tot.ymin | rctf | float | ymin | 8 | 4 |
tot.ymax | rctf | float | ymax | 12 | 4 |
cur.xmin | rctf | float | xmin | 16 | 4 |
cur.xmax | rctf | float | xmax | 20 | 4 |
cur.ymin | rctf | float | ymin | 24 | 4 |
cur.ymax | rctf | float | ymax | 28 | 4 |
vert.xmin | rcti | int | xmin | 32 | 4 |
vert.xmax | rcti | int | xmax | 36 | 4 |
vert.ymin | rcti | int | ymin | 40 | 4 |
vert.ymax | rcti | int | ymax | 44 | 4 |
hor.xmin | rcti | int | xmin | 48 | 4 |
hor.xmax | rcti | int | xmax | 52 | 4 |
hor.ymin | rcti | int | ymin | 56 | 4 |
hor.ymax | rcti | int | ymax | 60 | 4 |
mask.xmin | rcti | int | xmin | 64 | 4 |
mask.xmax | rcti | int | xmax | 68 | 4 |
mask.ymin | rcti | int | ymin | 72 | 4 |
mask.ymax | rcti | int | ymax | 76 | 4 |
min | View2D | float | min[2] | 80 | 8 |
max | View2D | float | max[2] | 88 | 8 |
minzoom | View2D | float | minzoom | 96 | 4 |
maxzoom | View2D | float | maxzoom | 100 | 4 |
scroll | View2D | short | scroll | 104 | 2 |
scroll_ui | View2D | short | scroll_ui | 106 | 2 |
keeptot | View2D | short | keeptot | 108 | 2 |
keepzoom | View2D | short | keepzoom | 110 | 2 |
keepofs | View2D | short | keepofs | 112 | 2 |
flag | View2D | short | flag | 114 | 2 |
align | View2D | short | align | 116 | 2 |
winx | View2D | short | winx | 118 | 2 |
winy | View2D | short | winy | 120 | 2 |
oldwinx | View2D | short | oldwinx | 122 | 2 |
oldwiny | View2D | short | oldwiny | 124 | 2 |
around | View2D | short | around | 126 | 2 |
tab_offset | View2D | float | *tab_offset | 128 | 8 |
tab_num | View2D | int | tab_num | 136 | 4 |
tab_cur | View2D | int | tab_cur | 140 | 4 |
reference | structure | type | name | offset | size |
---|---|---|---|---|---|
next | SpaceLink | SpaceLink | *next | 0 | 8 |
prev | SpaceLink | SpaceLink | *prev | 8 | 8 |
regionbase.first | ListBase | void | *first | 16 | 8 |
regionbase.last | ListBase | void | *last | 24 | 8 |
spacetype | SpaceLink | int | spacetype | 32 | 4 |
blockscale | SpaceLink | float | blockscale | 36 | 4 |
blockhandler | SpaceLink | short | blockhandler[8] | 40 | 16 |
reference | structure | type | name | offset | size |
---|---|---|---|---|---|
next | SpaceInfo | SpaceLink | *next | 0 | 8 |
prev | SpaceInfo | SpaceLink | *prev | 8 | 8 |
regionbase.first | ListBase | void | *first | 16 | 8 |
regionbase.last | ListBase | void | *last | 24 | 8 |
spacetype | SpaceInfo | int | spacetype | 32 | 4 |
blockscale | SpaceInfo | float | blockscale | 36 | 4 |
blockhandler | SpaceInfo | short | blockhandler[8] | 40 | 16 |
rpt_mask | SpaceInfo | char | rpt_mask | 56 | 1 |
pad | SpaceInfo | char | pad[7] | 57 | 7 |
reference | structure | type | name | offset | size |
---|---|---|---|---|---|
next | SpaceIpo | SpaceLink | *next | 0 | 8 |
prev | SpaceIpo | SpaceLink | *prev | 8 | 8 |
regionbase.first | ListBase | void | *first | 16 | 8 |
regionbase.last | ListBase | void | *last | 24 | 8 |
spacetype | SpaceIpo | int | spacetype | 32 | 4 |
blockscale | SpaceIpo | float | blockscale | 36 | 4 |
blockhandler | SpaceIpo | short | blockhandler[8] | 40 | 16 |
v2d.tot.xmin | rctf | float | xmin | 56 | 4 |
v2d.tot.xmax | rctf | float | xmax | 60 | 4 |
v2d.tot.ymin | rctf | float | ymin | 64 | 4 |
v2d.tot.ymax | rctf | float | ymax | 68 | 4 |
v2d.cur.xmin | rctf | float | xmin | 72 | 4 |
v2d.cur.xmax | rctf | float | xmax | 76 | 4 |
v2d.cur.ymin | rctf | float | ymin | 80 | 4 |
v2d.cur.ymax | rctf | float | ymax | 84 | 4 |
v2d.vert.xmin | rcti | int | xmin | 88 | 4 |
v2d.vert.xmax | rcti | int | xmax | 92 | 4 |
v2d.vert.ymin | rcti | int | ymin | 96 | 4 |
v2d.vert.ymax | rcti | int | ymax | 100 | 4 |
v2d.hor.xmin | rcti | int | xmin | 104 | 4 |
v2d.hor.xmax | rcti | int | xmax | 108 | 4 |
v2d.hor.ymin | rcti | int | ymin | 112 | 4 |
v2d.hor.ymax | rcti | int | ymax | 116 | 4 |
v2d.mask.xmin | rcti | int | xmin | 120 | 4 |
v2d.mask.xmax | rcti | int | xmax | 124 | 4 |
v2d.mask.ymin | rcti | int | ymin | 128 | 4 |
v2d.mask.ymax | rcti | int | ymax | 132 | 4 |
v2d.min | View2D | float | min[2] | 136 | 8 |
v2d.max | View2D | float | max[2] | 144 | 8 |
v2d.minzoom | View2D | float | minzoom | 152 | 4 |
v2d.maxzoom | View2D | float | maxzoom | 156 | 4 |
v2d.scroll | View2D | short | scroll | 160 | 2 |
v2d.scroll_ui | View2D | short | scroll_ui | 162 | 2 |
v2d.keeptot | View2D | short | keeptot | 164 | 2 |
v2d.keepzoom | View2D | short | keepzoom | 166 | 2 |
v2d.keepofs | View2D | short | keepofs | 168 | 2 |
v2d.flag | View2D | short | flag | 170 | 2 |
v2d.align | View2D | short | align | 172 | 2 |
v2d.winx | View2D | short | winx | 174 | 2 |
v2d.winy | View2D | short | winy | 176 | 2 |
v2d.oldwinx | View2D | short | oldwinx | 178 | 2 |
v2d.oldwiny | View2D | short | oldwiny | 180 | 2 |
v2d.around | View2D | short | around | 182 | 2 |
v2d.tab_offset | View2D | float | *tab_offset | 184 | 8 |
v2d.tab_num | View2D | int | tab_num | 192 | 4 |
v2d.tab_cur | View2D | int | tab_cur | 196 | 4 |
ads | SpaceIpo | bDopeSheet | *ads | 200 | 8 |
ghostCurves.first | ListBase | void | *first | 208 | 8 |
ghostCurves.last | ListBase | void | *last | 216 | 8 |
mode | SpaceIpo | short | mode | 224 | 2 |
autosnap | SpaceIpo | short | autosnap | 226 | 2 |
flag | SpaceIpo | int | flag | 228 | 4 |
cursorVal | SpaceIpo | float | cursorVal | 232 | 4 |
around | SpaceIpo | int | around | 236 | 4 |
reference | structure | type | name | offset | size |
---|---|---|---|---|---|
next | SpaceButs | SpaceLink | *next | 0 | 8 |
prev | SpaceButs | SpaceLink | *prev | 8 | 8 |
regionbase.first | ListBase | void | *first | 16 | 8 |
regionbase.last | ListBase | void | *last | 24 | 8 |
spacetype | SpaceButs | int | spacetype | 32 | 4 |
blockscale | SpaceButs | float | blockscale | 36 | 4 |
blockhandler | SpaceButs | short | blockhandler[8] | 40 | 16 |
ri | SpaceButs | RenderInfo | *ri | 56 | 8 |
v2d.tot.xmin | rctf | float | xmin | 64 | 4 |
v2d.tot.xmax | rctf | float | xmax | 68 | 4 |
v2d.tot.ymin | rctf | float | ymin | 72 | 4 |
v2d.tot.ymax | rctf | float | ymax | 76 | 4 |
v2d.cur.xmin | rctf | float | xmin | 80 | 4 |
v2d.cur.xmax | rctf | float | xmax | 84 | 4 |
v2d.cur.ymin | rctf | float | ymin | 88 | 4 |
v2d.cur.ymax | rctf | float | ymax | 92 | 4 |
v2d.vert.xmin | rcti | int | xmin | 96 | 4 |
v2d.vert.xmax | rcti | int | xmax | 100 | 4 |
v2d.vert.ymin | rcti | int | ymin | 104 | 4 |
v2d.vert.ymax | rcti | int | ymax | 108 | 4 |
v2d.hor.xmin | rcti | int | xmin | 112 | 4 |
v2d.hor.xmax | rcti | int | xmax | 116 | 4 |
v2d.hor.ymin | rcti | int | ymin | 120 | 4 |
v2d.hor.ymax | rcti | int | ymax | 124 | 4 |
v2d.mask.xmin | rcti | int | xmin | 128 | 4 |
v2d.mask.xmax | rcti | int | xmax | 132 | 4 |
v2d.mask.ymin | rcti | int | ymin | 136 | 4 |
v2d.mask.ymax | rcti | int | ymax | 140 | 4 |
v2d.min | View2D | float | min[2] | 144 | 8 |
v2d.max | View2D | float | max[2] | 152 | 8 |
v2d.minzoom | View2D | float | minzoom | 160 | 4 |
v2d.maxzoom | View2D | float | maxzoom | 164 | 4 |
v2d.scroll | View2D | short | scroll | 168 | 2 |
v2d.scroll_ui | View2D | short | scroll_ui | 170 | 2 |
v2d.keeptot | View2D | short | keeptot | 172 | 2 |
v2d.keepzoom | View2D | short | keepzoom | 174 | 2 |
v2d.keepofs | View2D | short | keepofs | 176 | 2 |
v2d.flag | View2D | short | flag | 178 | 2 |
v2d.align | View2D | short | align | 180 | 2 |
v2d.winx | View2D | short | winx | 182 | 2 |
v2d.winy | View2D | short | winy | 184 | 2 |
v2d.oldwinx | View2D | short | oldwinx | 186 | 2 |
v2d.oldwiny | View2D | short | oldwiny | 188 | 2 |
v2d.around | View2D | short | around | 190 | 2 |
v2d.tab_offset | View2D | float | *tab_offset | 192 | 8 |
v2d.tab_num | View2D | int | tab_num | 200 | 4 |
v2d.tab_cur | View2D | int | tab_cur | 204 | 4 |
mainb | SpaceButs | short | mainb | 208 | 2 |
mainbo | SpaceButs | short | mainbo | 210 | 2 |
mainbuser | SpaceButs | short | mainbuser | 212 | 2 |
re_align | SpaceButs | short | re_align | 214 | 2 |
align | SpaceButs | short | align | 216 | 2 |
preview | SpaceButs | short | preview | 218 | 2 |
flag | SpaceButs | char | flag | 220 | 1 |
pad | SpaceButs | char | pad[3] | 221 | 3 |
path | SpaceButs | void | *path | 224 | 8 |
pathflag | SpaceButs | int | pathflag | 232 | 4 |
dataicon | SpaceButs | int | dataicon | 236 | 4 |
pinid | SpaceButs | ID | *pinid | 240 | 8 |
reference | structure | type | name | offset | size |
---|---|---|---|---|---|
next | SpaceSeq | SpaceLink | *next | 0 | 8 |
prev | SpaceSeq | SpaceLink | *prev | 8 | 8 |
regionbase.first | ListBase | void | *first | 16 | 8 |
regionbase.last | ListBase | void | *last | 24 | 8 |
spacetype | SpaceSeq | int | spacetype | 32 | 4 |
blockscale | SpaceSeq | float | blockscale | 36 | 4 |
blockhandler | SpaceSeq | short | blockhandler[8] | 40 | 16 |
v2d.tot.xmin | rctf | float | xmin | 56 | 4 |
v2d.tot.xmax | rctf | float | xmax | 60 | 4 |
v2d.tot.ymin | rctf | float | ymin | 64 | 4 |
v2d.tot.ymax | rctf | float | ymax | 68 | 4 |
v2d.cur.xmin | rctf | float | xmin | 72 | 4 |
v2d.cur.xmax | rctf | float | xmax | 76 | 4 |
v2d.cur.ymin | rctf | float | ymin | 80 | 4 |
v2d.cur.ymax | rctf | float | ymax | 84 | 4 |
v2d.vert.xmin | rcti | int | xmin | 88 | 4 |
v2d.vert.xmax | rcti | int | xmax | 92 | 4 |
v2d.vert.ymin | rcti | int | ymin | 96 | 4 |
v2d.vert.ymax | rcti | int | ymax | 100 | 4 |
v2d.hor.xmin | rcti | int | xmin | 104 | 4 |
v2d.hor.xmax | rcti | int | xmax | 108 | 4 |
v2d.hor.ymin | rcti | int | ymin | 112 | 4 |
v2d.hor.ymax | rcti | int | ymax | 116 | 4 |
v2d.mask.xmin | rcti | int | xmin | 120 | 4 |
v2d.mask.xmax | rcti | int | xmax | 124 | 4 |
v2d.mask.ymin | rcti | int | ymin | 128 | 4 |
v2d.mask.ymax | rcti | int | ymax | 132 | 4 |
v2d.min | View2D | float | min[2] | 136 | 8 |
v2d.max | View2D | float | max[2] | 144 | 8 |
v2d.minzoom | View2D | float | minzoom | 152 | 4 |
v2d.maxzoom | View2D | float | maxzoom | 156 | 4 |
v2d.scroll | View2D | short | scroll | 160 | 2 |
v2d.scroll_ui | View2D | short | scroll_ui | 162 | 2 |
v2d.keeptot | View2D | short | keeptot | 164 | 2 |
v2d.keepzoom | View2D | short | keepzoom | 166 | 2 |
v2d.keepofs | View2D | short | keepofs | 168 | 2 |
v2d.flag | View2D | short | flag | 170 | 2 |
v2d.align | View2D | short | align | 172 | 2 |
v2d.winx | View2D | short | winx | 174 | 2 |
v2d.winy | View2D | short | winy | 176 | 2 |
v2d.oldwinx | View2D | short | oldwinx | 178 | 2 |
v2d.oldwiny | View2D | short | oldwiny | 180 | 2 |
v2d.around | View2D | short | around | 182 | 2 |
v2d.tab_offset | View2D | float | *tab_offset | 184 | 8 |
v2d.tab_num | View2D | int | tab_num | 192 | 4 |
v2d.tab_cur | View2D | int | tab_cur | 196 | 4 |
xof | SpaceSeq | float | xof | 200 | 4 |
yof | SpaceSeq | float | yof | 204 | 4 |
mainb | SpaceSeq | short | mainb | 208 | 2 |
render_size | SpaceSeq | short | render_size | 210 | 2 |
chanshown | SpaceSeq | short | chanshown | 212 | 2 |
zebra | SpaceSeq | short | zebra | 214 | 2 |
flag | SpaceSeq | int | flag | 216 | 4 |
zoom | SpaceSeq | float | zoom | 220 | 4 |
view | SpaceSeq | int | view | 224 | 4 |
pad | SpaceSeq | int | pad | 228 | 4 |
gpd | SpaceSeq | bGPdata | *gpd | 232 | 8 |
reference | structure | type | name | offset | size |
---|---|---|---|---|---|
title | FileSelectParams | char | title[32] | 0 | 32 |
dir | FileSelectParams | char | dir[240] | 32 | 240 |
file | FileSelectParams | char | file[80] | 272 | 80 |
renamefile | FileSelectParams | char | renamefile[80] | 352 | 80 |
renameedit | FileSelectParams | char | renameedit[80] | 432 | 80 |
filter_glob | FileSelectParams | char | filter_glob[64] | 512 | 64 |
type | FileSelectParams | short | type | 576 | 2 |
flag | FileSelectParams | short | flag | 578 | 2 |
sort | FileSelectParams | short | sort | 580 | 2 |
display | FileSelectParams | short | display | 582 | 2 |
filter | FileSelectParams | short | filter | 584 | 2 |
active_bookmark | FileSelectParams | short | active_bookmark | 586 | 2 |
active_file | FileSelectParams | int | active_file | 588 | 4 |
selstate | FileSelectParams | int | selstate | 592 | 4 |
f_fp | FileSelectParams | short | f_fp | 596 | 2 |
pad | FileSelectParams | short | pad | 598 | 2 |
fp_str | FileSelectParams | char | fp_str[8] | 600 | 8 |
reference | structure | type | name | offset | size |
---|---|---|---|---|---|
next | SpaceFile | SpaceLink | *next | 0 | 8 |
prev | SpaceFile | SpaceLink | *prev | 8 | 8 |
regionbase.first | ListBase | void | *first | 16 | 8 |
regionbase.last | ListBase | void | *last | 24 | 8 |
spacetype | SpaceFile | int | spacetype | 32 | 4 |
scroll_offset | SpaceFile | int | scroll_offset | 36 | 4 |
params | SpaceFile | FileSelectParams | *params | 40 | 8 |
files | SpaceFile | FileList | *files | 48 | 8 |
folders_prev | SpaceFile | ListBase | *folders_prev | 56 | 8 |
folders_next | SpaceFile | ListBase | *folders_next | 64 | 8 |
op | SpaceFile | wmOperator | *op | 72 | 8 |
smoothscroll_timer | SpaceFile | wmTimer | *smoothscroll_timer | 80 | 8 |
layout | SpaceFile | FileLayout | *layout | 88 | 8 |
recentnr | SpaceFile | short | recentnr | 96 | 2 |
bookmarknr | SpaceFile | short | bookmarknr | 98 | 2 |
systemnr | SpaceFile | short | systemnr | 100 | 2 |
pad2 | SpaceFile | short | pad2 | 102 | 2 |
reference | structure | type | name | offset | size |
---|---|---|---|---|---|
next | SpaceOops | SpaceLink | *next | 0 | 8 |
prev | SpaceOops | SpaceLink | *prev | 8 | 8 |
regionbase.first | ListBase | void | *first | 16 | 8 |
regionbase.last | ListBase | void | *last | 24 | 8 |
spacetype | SpaceOops | int | spacetype | 32 | 4 |
blockscale | SpaceOops | float | blockscale | 36 | 4 |
blockhandler | SpaceOops | short | blockhandler[8] | 40 | 16 |
v2d.tot.xmin | rctf | float | xmin | 56 | 4 |
v2d.tot.xmax | rctf | float | xmax | 60 | 4 |
v2d.tot.ymin | rctf | float | ymin | 64 | 4 |
v2d.tot.ymax | rctf | float | ymax | 68 | 4 |
v2d.cur.xmin | rctf | float | xmin | 72 | 4 |
v2d.cur.xmax | rctf | float | xmax | 76 | 4 |
v2d.cur.ymin | rctf | float | ymin | 80 | 4 |
v2d.cur.ymax | rctf | float | ymax | 84 | 4 |
v2d.vert.xmin | rcti | int | xmin | 88 | 4 |
v2d.vert.xmax | rcti | int | xmax | 92 | 4 |
v2d.vert.ymin | rcti | int | ymin | 96 | 4 |
v2d.vert.ymax | rcti | int | ymax | 100 | 4 |
v2d.hor.xmin | rcti | int | xmin | 104 | 4 |
v2d.hor.xmax | rcti | int | xmax | 108 | 4 |
v2d.hor.ymin | rcti | int | ymin | 112 | 4 |
v2d.hor.ymax | rcti | int | ymax | 116 | 4 |
v2d.mask.xmin | rcti | int | xmin | 120 | 4 |
v2d.mask.xmax | rcti | int | xmax | 124 | 4 |
v2d.mask.ymin | rcti | int | ymin | 128 | 4 |
v2d.mask.ymax | rcti | int | ymax | 132 | 4 |
v2d.min | View2D | float | min[2] | 136 | 8 |
v2d.max | View2D | float | max[2] | 144 | 8 |
v2d.minzoom | View2D | float | minzoom | 152 | 4 |
v2d.maxzoom | View2D | float | maxzoom | 156 | 4 |
v2d.scroll | View2D | short | scroll | 160 | 2 |
v2d.scroll_ui | View2D | short | scroll_ui | 162 | 2 |
v2d.keeptot | View2D | short | keeptot | 164 | 2 |
v2d.keepzoom | View2D | short | keepzoom | 166 | 2 |
v2d.keepofs | View2D | short | keepofs | 168 | 2 |
v2d.flag | View2D | short | flag | 170 | 2 |
v2d.align | View2D | short | align | 172 | 2 |
v2d.winx | View2D | short | winx | 174 | 2 |
v2d.winy | View2D | short | winy | 176 | 2 |
v2d.oldwinx | View2D | short | oldwinx | 178 | 2 |
v2d.oldwiny | View2D | short | oldwiny | 180 | 2 |
v2d.around | View2D | short | around | 182 | 2 |
v2d.tab_offset | View2D | float | *tab_offset | 184 | 8 |
v2d.tab_num | View2D | int | tab_num | 192 | 4 |
v2d.tab_cur | View2D | int | tab_cur | 196 | 4 |
tree.first | ListBase | void | *first | 200 | 8 |
tree.last | ListBase | void | *last | 208 | 8 |
treestore | SpaceOops | TreeStore | *treestore | 216 | 8 |
search_string | SpaceOops | char | search_string[32] | 224 | 32 |
search_tse.type | TreeStoreElem | short | type | 256 | 2 |
search_tse.nr | TreeStoreElem | short | nr | 258 | 2 |
search_tse.flag | TreeStoreElem | short | flag | 260 | 2 |
search_tse.used | TreeStoreElem | short | used | 262 | 2 |
search_tse.id | TreeStoreElem | ID | *id | 264 | 8 |
flag | SpaceOops | short | flag | 272 | 2 |
outlinevis | SpaceOops | short | outlinevis | 274 | 2 |
storeflag | SpaceOops | short | storeflag | 276 | 2 |
search_flags | SpaceOops | short | search_flags | 278 | 2 |
reference | structure | type | name | offset | size |
---|---|---|---|---|---|
next | SpaceImage | SpaceLink | *next | 0 | 8 |
prev | SpaceImage | SpaceLink | *prev | 8 | 8 |
regionbase.first | ListBase | void | *first | 16 | 8 |
regionbase.last | ListBase | void | *last | 24 | 8 |
spacetype | SpaceImage | int | spacetype | 32 | 4 |
flag | SpaceImage | int | flag | 36 | 4 |
image | SpaceImage | Image | *image | 40 | 8 |
iuser.scene | ImageUser | Scene | *scene | 48 | 8 |
iuser.framenr | ImageUser | int | framenr | 56 | 4 |
iuser.frames | ImageUser | int | frames | 60 | 4 |
iuser.offset | ImageUser | int | offset | 64 | 4 |
iuser.sfra | ImageUser | int | sfra | 68 | 4 |
iuser.fie_ima | ImageUser | char | fie_ima | 72 | 1 |
iuser.cycl | ImageUser | char | cycl | 73 | 1 |
iuser.ok | ImageUser | char | ok | 74 | 1 |
iuser.pad | ImageUser | char | pad | 75 | 1 |
iuser.multi_index | ImageUser | short | multi_index | 76 | 2 |
iuser.layer | ImageUser | short | layer | 78 | 2 |
iuser.pass | ImageUser | short | pass | 80 | 2 |
iuser.flag | ImageUser | short | flag | 82 | 2 |
iuser.pad2 | ImageUser | int | pad2 | 84 | 4 |
cumap | SpaceImage | CurveMapping | *cumap | 88 | 8 |
scopes.ok | Scopes | int | ok | 96 | 4 |
scopes.sample_full | Scopes | int | sample_full | 100 | 4 |
scopes.sample_lines | Scopes | int | sample_lines | 104 | 4 |
scopes.accuracy | Scopes | float | accuracy | 108 | 4 |
scopes.wavefrm_mode | Scopes | int | wavefrm_mode | 112 | 4 |
scopes.wavefrm_alpha | Scopes | float | wavefrm_alpha | 116 | 4 |
scopes.wavefrm_yfac | Scopes | float | wavefrm_yfac | 120 | 4 |
scopes.wavefrm_height | Scopes | int | wavefrm_height | 124 | 4 |
scopes.vecscope_alpha | Scopes | float | vecscope_alpha | 128 | 4 |
scopes.vecscope_height | Scopes | int | vecscope_height | 132 | 4 |
scopes.minmax | Scopes | float | minmax[3][2] | 136 | 24 |
scopes.hist.channels | Histogram | int | channels | 160 | 4 |
scopes.hist.x_resolution | Histogram | int | x_resolution | 164 | 4 |
scopes.hist.data_r | Histogram | float | data_r[256] | 168 | 1024 |
scopes.hist.data_g | Histogram | float | data_g[256] | 1192 | 1024 |
scopes.hist.data_b | Histogram | float | data_b[256] | 2216 | 1024 |
scopes.hist.data_luma | Histogram | float | data_luma[256] | 3240 | 1024 |
scopes.hist.xmax | Histogram | float | xmax | 4264 | 4 |
scopes.hist.ymax | Histogram | float | ymax | 4268 | 4 |
scopes.hist.mode | Histogram | int | mode | 4272 | 4 |
scopes.hist.height | Histogram | int | height | 4276 | 4 |
scopes.waveform_1 | Scopes | float | *waveform_1 | 4280 | 8 |
scopes.waveform_2 | Scopes | float | *waveform_2 | 4288 | 8 |
scopes.waveform_3 | Scopes | float | *waveform_3 | 4296 | 8 |
scopes.vecscope | Scopes | float | *vecscope | 4304 | 8 |
scopes.waveform_tot | Scopes | int | waveform_tot | 4312 | 4 |
scopes.pad | Scopes | int | pad | 4316 | 4 |
sample_line_hist.channels | Histogram | int | channels | 4320 | 4 |
sample_line_hist.x_resolution | Histogram | int | x_resolution | 4324 | 4 |
sample_line_hist.data_r | Histogram | float | data_r[256] | 4328 | 1024 |
sample_line_hist.data_g | Histogram | float | data_g[256] | 5352 | 1024 |
sample_line_hist.data_b | Histogram | float | data_b[256] | 6376 | 1024 |
sample_line_hist.data_luma | Histogram | float | data_luma[256] | 7400 | 1024 |
sample_line_hist.xmax | Histogram | float | xmax | 8424 | 4 |
sample_line_hist.ymax | Histogram | float | ymax | 8428 | 4 |
sample_line_hist.mode | Histogram | int | mode | 8432 | 4 |
sample_line_hist.height | Histogram | int | height | 8436 | 4 |
gpd | SpaceImage | bGPdata | *gpd | 8440 | 8 |
cursor | SpaceImage | float | cursor[2] | 8448 | 8 |
xof | SpaceImage | float | xof | 8456 | 4 |
yof | SpaceImage | float | yof | 8460 | 4 |
zoom | SpaceImage | float | zoom | 8464 | 4 |
centx | SpaceImage | float | centx | 8468 | 4 |
centy | SpaceImage | float | centy | 8472 | 4 |
curtile | SpaceImage | short | curtile | 8476 | 2 |
imtypenr | SpaceImage | short | imtypenr | 8478 | 2 |
lock | SpaceImage | short | lock | 8480 | 2 |
pin | SpaceImage | short | pin | 8482 | 2 |
dt_uv | SpaceImage | char | dt_uv | 8484 | 1 |
sticky | SpaceImage | char | sticky | 8485 | 1 |
dt_uvstretch | SpaceImage | char | dt_uvstretch | 8486 | 1 |
around | SpaceImage | char | around | 8487 | 1 |
reference | structure | type | name | offset | size |
---|---|---|---|---|---|
next | SpaceNla | SpaceLink | *next | 0 | 8 |
prev | SpaceNla | SpaceLink | *prev | 8 | 8 |
regionbase.first | ListBase | void | *first | 16 | 8 |
regionbase.last | ListBase | void | *last | 24 | 8 |
spacetype | SpaceNla | int | spacetype | 32 | 4 |
blockscale | SpaceNla | float | blockscale | 36 | 4 |
blockhandler | SpaceNla | short | blockhandler[8] | 40 | 16 |
autosnap | SpaceNla | short | autosnap | 56 | 2 |
flag | SpaceNla | short | flag | 58 | 2 |
pad | SpaceNla | int | pad | 60 | 4 |
ads | SpaceNla | bDopeSheet | *ads | 64 | 8 |
v2d.tot.xmin | rctf | float | xmin | 72 | 4 |
v2d.tot.xmax | rctf | float | xmax | 76 | 4 |
v2d.tot.ymin | rctf | float | ymin | 80 | 4 |
v2d.tot.ymax | rctf | float | ymax | 84 | 4 |
v2d.cur.xmin | rctf | float | xmin | 88 | 4 |
v2d.cur.xmax | rctf | float | xmax | 92 | 4 |
v2d.cur.ymin | rctf | float | ymin | 96 | 4 |
v2d.cur.ymax | rctf | float | ymax | 100 | 4 |
v2d.vert.xmin | rcti | int | xmin | 104 | 4 |
v2d.vert.xmax | rcti | int | xmax | 108 | 4 |
v2d.vert.ymin | rcti | int | ymin | 112 | 4 |
v2d.vert.ymax | rcti | int | ymax | 116 | 4 |
v2d.hor.xmin | rcti | int | xmin | 120 | 4 |
v2d.hor.xmax | rcti | int | xmax | 124 | 4 |
v2d.hor.ymin | rcti | int | ymin | 128 | 4 |
v2d.hor.ymax | rcti | int | ymax | 132 | 4 |
v2d.mask.xmin | rcti | int | xmin | 136 | 4 |
v2d.mask.xmax | rcti | int | xmax | 140 | 4 |
v2d.mask.ymin | rcti | int | ymin | 144 | 4 |
v2d.mask.ymax | rcti | int | ymax | 148 | 4 |
v2d.min | View2D | float | min[2] | 152 | 8 |
v2d.max | View2D | float | max[2] | 160 | 8 |
v2d.minzoom | View2D | float | minzoom | 168 | 4 |
v2d.maxzoom | View2D | float | maxzoom | 172 | 4 |
v2d.scroll | View2D | short | scroll | 176 | 2 |
v2d.scroll_ui | View2D | short | scroll_ui | 178 | 2 |
v2d.keeptot | View2D | short | keeptot | 180 | 2 |
v2d.keepzoom | View2D | short | keepzoom | 182 | 2 |
v2d.keepofs | View2D | short | keepofs | 184 | 2 |
v2d.flag | View2D | short | flag | 186 | 2 |
v2d.align | View2D | short | align | 188 | 2 |
v2d.winx | View2D | short | winx | 190 | 2 |
v2d.winy | View2D | short | winy | 192 | 2 |
v2d.oldwinx | View2D | short | oldwinx | 194 | 2 |
v2d.oldwiny | View2D | short | oldwiny | 196 | 2 |
v2d.around | View2D | short | around | 198 | 2 |
v2d.tab_offset | View2D | float | *tab_offset | 200 | 8 |
v2d.tab_num | View2D | int | tab_num | 208 | 4 |
v2d.tab_cur | View2D | int | tab_cur | 212 | 4 |
reference | structure | type | name | offset | size |
---|---|---|---|---|---|
next | SpaceText | SpaceLink | *next | 0 | 8 |
prev | SpaceText | SpaceLink | *prev | 8 | 8 |
regionbase.first | ListBase | void | *first | 16 | 8 |
regionbase.last | ListBase | void | *last | 24 | 8 |
spacetype | SpaceText | int | spacetype | 32 | 4 |
blockscale | SpaceText | float | blockscale | 36 | 4 |
blockhandler | SpaceText | short | blockhandler[8] | 40 | 16 |
text | SpaceText | Text | *text | 56 | 8 |
top | SpaceText | int | top | 64 | 4 |
viewlines | SpaceText | int | viewlines | 68 | 4 |
flags | SpaceText | short | flags | 72 | 2 |
menunr | SpaceText | short | menunr | 74 | 2 |
lheight | SpaceText | short | lheight | 76 | 2 |
cwidth | SpaceText | char | cwidth | 78 | 1 |
linenrs_tot | SpaceText | char | linenrs_tot | 79 | 1 |
left | SpaceText | int | left | 80 | 4 |
showlinenrs | SpaceText | int | showlinenrs | 84 | 4 |
tabnumber | SpaceText | int | tabnumber | 88 | 4 |
showsyntax | SpaceText | short | showsyntax | 92 | 2 |
line_hlight | SpaceText | short | line_hlight | 94 | 2 |
overwrite | SpaceText | short | overwrite | 96 | 2 |
live_edit | SpaceText | short | live_edit | 98 | 2 |
pix_per_line | SpaceText | float | pix_per_line | 100 | 4 |
txtscroll.xmin | rcti | int | xmin | 104 | 4 |
txtscroll.xmax | rcti | int | xmax | 108 | 4 |
txtscroll.ymin | rcti | int | ymin | 112 | 4 |
txtscroll.ymax | rcti | int | ymax | 116 | 4 |
txtbar.xmin | rcti | int | xmin | 120 | 4 |
txtbar.xmax | rcti | int | xmax | 124 | 4 |
txtbar.ymin | rcti | int | ymin | 128 | 4 |
txtbar.ymax | rcti | int | ymax | 132 | 4 |
wordwrap | SpaceText | int | wordwrap | 136 | 4 |
doplugins | SpaceText | int | doplugins | 140 | 4 |
findstr | SpaceText | char | findstr[256] | 144 | 256 |
replacestr | SpaceText | char | replacestr[256] | 400 | 256 |
drawcache | SpaceText | void | *drawcache | 656 | 8 |
reference | structure | type | name | offset | size |
---|---|---|---|---|---|
id.next | ID | void | *next | 0 | 8 |
id.prev | ID | void | *prev | 8 | 8 |
id.newid | ID | ID | *newid | 16 | 8 |
id.lib | ID | Library | *lib | 24 | 8 |
id.name | ID | char | name[24] | 32 | 24 |
id.us | ID | short | us | 56 | 2 |
id.flag | ID | short | flag | 58 | 2 |
id.icon_id | ID | int | icon_id | 60 | 4 |
id.properties | ID | IDProperty | *properties | 64 | 8 |
py_draw | Script | void | *py_draw | 72 | 8 |
py_event | Script | void | *py_event | 80 | 8 |
py_button | Script | void | *py_button | 88 | 8 |
py_browsercallback | Script | void | *py_browsercallback | 96 | 8 |
py_globaldict | Script | void | *py_globaldict | 104 | 8 |
flags | Script | int | flags | 112 | 4 |
lastspace | Script | int | lastspace | 116 | 4 |
scriptname | Script | char | scriptname[256] | 120 | 256 |
scriptarg | Script | char | scriptarg[256] | 376 | 256 |
reference | structure | type | name | offset | size |
---|---|---|---|---|---|
next | SpaceScript | SpaceLink | *next | 0 | 8 |
prev | SpaceScript | SpaceLink | *prev | 8 | 8 |
regionbase.first | ListBase | void | *first | 16 | 8 |
regionbase.last | ListBase | void | *last | 24 | 8 |
spacetype | SpaceScript | int | spacetype | 32 | 4 |
blockscale | SpaceScript | float | blockscale | 36 | 4 |
script | SpaceScript | Script | *script | 40 | 8 |
flags | SpaceScript | short | flags | 48 | 2 |
menunr | SpaceScript | short | menunr | 50 | 2 |
pad1 | SpaceScript | int | pad1 | 52 | 4 |
but_refs | SpaceScript | void | *but_refs | 56 | 8 |
reference | structure | type | name | offset | size |
---|---|---|---|---|---|
next | SpaceTimeCache | SpaceTimeCache | *next | 0 | 8 |
prev | SpaceTimeCache | SpaceTimeCache | *prev | 8 | 8 |
cache | SpaceTimeCache | PointCache | *cache | 16 | 8 |
array | SpaceTimeCache | float | *array | 24 | 8 |
type | SpaceTimeCache | int | type | 32 | 4 |
len | SpaceTimeCache | int | len | 36 | 4 |
reference | structure | type | name | offset | size |
---|---|---|---|---|---|
next | SpaceTime | SpaceLink | *next | 0 | 8 |
prev | SpaceTime | SpaceLink | *prev | 8 | 8 |
regionbase.first | ListBase | void | *first | 16 | 8 |
regionbase.last | ListBase | void | *last | 24 | 8 |
spacetype | SpaceTime | int | spacetype | 32 | 4 |
blockscale | SpaceTime | float | blockscale | 36 | 4 |
v2d.tot.xmin | rctf | float | xmin | 40 | 4 |
v2d.tot.xmax | rctf | float | xmax | 44 | 4 |
v2d.tot.ymin | rctf | float | ymin | 48 | 4 |
v2d.tot.ymax | rctf | float | ymax | 52 | 4 |
v2d.cur.xmin | rctf | float | xmin | 56 | 4 |
v2d.cur.xmax | rctf | float | xmax | 60 | 4 |
v2d.cur.ymin | rctf | float | ymin | 64 | 4 |
v2d.cur.ymax | rctf | float | ymax | 68 | 4 |
v2d.vert.xmin | rcti | int | xmin | 72 | 4 |
v2d.vert.xmax | rcti | int | xmax | 76 | 4 |
v2d.vert.ymin | rcti | int | ymin | 80 | 4 |
v2d.vert.ymax | rcti | int | ymax | 84 | 4 |
v2d.hor.xmin | rcti | int | xmin | 88 | 4 |
v2d.hor.xmax | rcti | int | xmax | 92 | 4 |
v2d.hor.ymin | rcti | int | ymin | 96 | 4 |
v2d.hor.ymax | rcti | int | ymax | 100 | 4 |
v2d.mask.xmin | rcti | int | xmin | 104 | 4 |
v2d.mask.xmax | rcti | int | xmax | 108 | 4 |
v2d.mask.ymin | rcti | int | ymin | 112 | 4 |
v2d.mask.ymax | rcti | int | ymax | 116 | 4 |
v2d.min | View2D | float | min[2] | 120 | 8 |
v2d.max | View2D | float | max[2] | 128 | 8 |
v2d.minzoom | View2D | float | minzoom | 136 | 4 |
v2d.maxzoom | View2D | float | maxzoom | 140 | 4 |
v2d.scroll | View2D | short | scroll | 144 | 2 |
v2d.scroll_ui | View2D | short | scroll_ui | 146 | 2 |
v2d.keeptot | View2D | short | keeptot | 148 | 2 |
v2d.keepzoom | View2D | short | keepzoom | 150 | 2 |
v2d.keepofs | View2D | short | keepofs | 152 | 2 |
v2d.flag | View2D | short | flag | 154 | 2 |
v2d.align | View2D | short | align | 156 | 2 |
v2d.winx | View2D | short | winx | 158 | 2 |
v2d.winy | View2D | short | winy | 160 | 2 |
v2d.oldwinx | View2D | short | oldwinx | 162 | 2 |
v2d.oldwiny | View2D | short | oldwiny | 164 | 2 |
v2d.around | View2D | short | around | 166 | 2 |
v2d.tab_offset | View2D | float | *tab_offset | 168 | 8 |
v2d.tab_num | View2D | int | tab_num | 176 | 4 |
v2d.tab_cur | View2D | int | tab_cur | 180 | 4 |
caches.first | ListBase | void | *first | 184 | 8 |
caches.last | ListBase | void | *last | 192 | 8 |
cache_display | SpaceTime | int | cache_display | 200 | 4 |
pad | SpaceTime | int | pad | 204 | 4 |
flag | SpaceTime | int | flag | 208 | 4 |
redraws | SpaceTime | int | redraws | 212 | 4 |
reference | structure | type | name | offset | size |
---|---|---|---|---|---|
next | SpaceNode | SpaceLink | *next | 0 | 8 |
prev | SpaceNode | SpaceLink | *prev | 8 | 8 |
regionbase.first | ListBase | void | *first | 16 | 8 |
regionbase.last | ListBase | void | *last | 24 | 8 |
spacetype | SpaceNode | int | spacetype | 32 | 4 |
blockscale | SpaceNode | float | blockscale | 36 | 4 |
blockhandler | SpaceNode | short | blockhandler[8] | 40 | 16 |
v2d.tot.xmin | rctf | float | xmin | 56 | 4 |
v2d.tot.xmax | rctf | float | xmax | 60 | 4 |
v2d.tot.ymin | rctf | float | ymin | 64 | 4 |
v2d.tot.ymax | rctf | float | ymax | 68 | 4 |
v2d.cur.xmin | rctf | float | xmin | 72 | 4 |
v2d.cur.xmax | rctf | float | xmax | 76 | 4 |
v2d.cur.ymin | rctf | float | ymin | 80 | 4 |
v2d.cur.ymax | rctf | float | ymax | 84 | 4 |
v2d.vert.xmin | rcti | int | xmin | 88 | 4 |
v2d.vert.xmax | rcti | int | xmax | 92 | 4 |
v2d.vert.ymin | rcti | int | ymin | 96 | 4 |
v2d.vert.ymax | rcti | int | ymax | 100 | 4 |
v2d.hor.xmin | rcti | int | xmin | 104 | 4 |
v2d.hor.xmax | rcti | int | xmax | 108 | 4 |
v2d.hor.ymin | rcti | int | ymin | 112 | 4 |
v2d.hor.ymax | rcti | int | ymax | 116 | 4 |
v2d.mask.xmin | rcti | int | xmin | 120 | 4 |
v2d.mask.xmax | rcti | int | xmax | 124 | 4 |
v2d.mask.ymin | rcti | int | ymin | 128 | 4 |
v2d.mask.ymax | rcti | int | ymax | 132 | 4 |
v2d.min | View2D | float | min[2] | 136 | 8 |
v2d.max | View2D | float | max[2] | 144 | 8 |
v2d.minzoom | View2D | float | minzoom | 152 | 4 |
v2d.maxzoom | View2D | float | maxzoom | 156 | 4 |
v2d.scroll | View2D | short | scroll | 160 | 2 |
v2d.scroll_ui | View2D | short | scroll_ui | 162 | 2 |
v2d.keeptot | View2D | short | keeptot | 164 | 2 |
v2d.keepzoom | View2D | short | keepzoom | 166 | 2 |
v2d.keepofs | View2D | short | keepofs | 168 | 2 |
v2d.flag | View2D | short | flag | 170 | 2 |
v2d.align | View2D | short | align | 172 | 2 |
v2d.winx | View2D | short | winx | 174 | 2 |
v2d.winy | View2D | short | winy | 176 | 2 |
v2d.oldwinx | View2D | short | oldwinx | 178 | 2 |
v2d.oldwiny | View2D | short | oldwiny | 180 | 2 |
v2d.around | View2D | short | around | 182 | 2 |
v2d.tab_offset | View2D | float | *tab_offset | 184 | 8 |
v2d.tab_num | View2D | int | tab_num | 192 | 4 |
v2d.tab_cur | View2D | int | tab_cur | 196 | 4 |
id | SpaceNode | ID | *id | 200 | 8 |
from | SpaceNode | ID | *from | 208 | 8 |
flag | SpaceNode | short | flag | 216 | 2 |
menunr | SpaceNode | short | menunr | 218 | 2 |
aspect | SpaceNode | float | aspect | 220 | 4 |
curfont | SpaceNode | void | *curfont | 224 | 8 |
xof | SpaceNode | float | xof | 232 | 4 |
yof | SpaceNode | float | yof | 236 | 4 |
zoom | SpaceNode | float | zoom | 240 | 4 |
padf | SpaceNode | float | padf | 244 | 4 |
mx | SpaceNode | float | mx | 248 | 4 |
my | SpaceNode | float | my | 252 | 4 |
nodetree | SpaceNode | bNodeTree | *nodetree | 256 | 8 |
edittree | SpaceNode | bNodeTree | *edittree | 264 | 8 |
treetype | SpaceNode | int | treetype | 272 | 4 |
texfrom | SpaceNode | short | texfrom | 276 | 2 |
pad | SpaceNode | short | pad | 278 | 2 |
gpd | SpaceNode | bGPdata | *gpd | 280 | 8 |
reference | structure | type | name | offset | size |
---|---|---|---|---|---|
next | SpaceLogic | SpaceLink | *next | 0 | 8 |
prev | SpaceLogic | SpaceLink | *prev | 8 | 8 |
regionbase.first | ListBase | void | *first | 16 | 8 |
regionbase.last | ListBase | void | *last | 24 | 8 |
spacetype | SpaceLogic | int | spacetype | 32 | 4 |
blockscale | SpaceLogic | float | blockscale | 36 | 4 |
blockhandler | SpaceLogic | short | blockhandler[8] | 40 | 16 |
flag | SpaceLogic | short | flag | 56 | 2 |
scaflag | SpaceLogic | short | scaflag | 58 | 2 |
pad | SpaceLogic | int | pad | 60 | 4 |
gpd | SpaceLogic | bGPdata | *gpd | 64 | 8 |
reference | structure | type | name | offset | size |
---|---|---|---|---|---|
next | SpaceImaSel | SpaceLink | *next | 0 | 8 |
prev | SpaceImaSel | SpaceLink | *prev | 8 | 8 |
regionbase.first | ListBase | void | *first | 16 | 8 |
regionbase.last | ListBase | void | *last | 24 | 8 |
spacetype | SpaceImaSel | int | spacetype | 32 | 4 |
blockscale | SpaceImaSel | float | blockscale | 36 | 4 |
blockhandler | SpaceImaSel | short | blockhandler[8] | 40 | 16 |
v2d.tot.xmin | rctf | float | xmin | 56 | 4 |
v2d.tot.xmax | rctf | float | xmax | 60 | 4 |
v2d.tot.ymin | rctf | float | ymin | 64 | 4 |
v2d.tot.ymax | rctf | float | ymax | 68 | 4 |
v2d.cur.xmin | rctf | float | xmin | 72 | 4 |
v2d.cur.xmax | rctf | float | xmax | 76 | 4 |
v2d.cur.ymin | rctf | float | ymin | 80 | 4 |
v2d.cur.ymax | rctf | float | ymax | 84 | 4 |
v2d.vert.xmin | rcti | int | xmin | 88 | 4 |
v2d.vert.xmax | rcti | int | xmax | 92 | 4 |
v2d.vert.ymin | rcti | int | ymin | 96 | 4 |
v2d.vert.ymax | rcti | int | ymax | 100 | 4 |
v2d.hor.xmin | rcti | int | xmin | 104 | 4 |
v2d.hor.xmax | rcti | int | xmax | 108 | 4 |
v2d.hor.ymin | rcti | int | ymin | 112 | 4 |
v2d.hor.ymax | rcti | int | ymax | 116 | 4 |
v2d.mask.xmin | rcti | int | xmin | 120 | 4 |
v2d.mask.xmax | rcti | int | xmax | 124 | 4 |
v2d.mask.ymin | rcti | int | ymin | 128 | 4 |
v2d.mask.ymax | rcti | int | ymax | 132 | 4 |
v2d.min | View2D | float | min[2] | 136 | 8 |
v2d.max | View2D | float | max[2] | 144 | 8 |
v2d.minzoom | View2D | float | minzoom | 152 | 4 |
v2d.maxzoom | View2D | float | maxzoom | 156 | 4 |
v2d.scroll | View2D | short | scroll | 160 | 2 |
v2d.scroll_ui | View2D | short | scroll_ui | 162 | 2 |
v2d.keeptot | View2D | short | keeptot | 164 | 2 |
v2d.keepzoom | View2D | short | keepzoom | 166 | 2 |
v2d.keepofs | View2D | short | keepofs | 168 | 2 |
v2d.flag | View2D | short | flag | 170 | 2 |
v2d.align | View2D | short | align | 172 | 2 |
v2d.winx | View2D | short | winx | 174 | 2 |
v2d.winy | View2D | short | winy | 176 | 2 |
v2d.oldwinx | View2D | short | oldwinx | 178 | 2 |
v2d.oldwiny | View2D | short | oldwiny | 180 | 2 |
v2d.around | View2D | short | around | 182 | 2 |
v2d.tab_offset | View2D | float | *tab_offset | 184 | 8 |
v2d.tab_num | View2D | int | tab_num | 192 | 4 |
v2d.tab_cur | View2D | int | tab_cur | 196 | 4 |
files | SpaceImaSel | FileList | *files | 200 | 8 |
title | SpaceImaSel | char | title[24] | 208 | 24 |
dir | SpaceImaSel | char | dir[240] | 232 | 240 |
file | SpaceImaSel | char | file[80] | 472 | 80 |
type | SpaceImaSel | short | type | 552 | 2 |
menu | SpaceImaSel | short | menu | 554 | 2 |
flag | SpaceImaSel | short | flag | 556 | 2 |
sort | SpaceImaSel | short | sort | 558 | 2 |
curfont | SpaceImaSel | void | *curfont | 560 | 8 |
active_file | SpaceImaSel | int | active_file | 568 | 4 |
numtilesx | SpaceImaSel | int | numtilesx | 572 | 4 |
numtilesy | SpaceImaSel | int | numtilesy | 576 | 4 |
selstate | SpaceImaSel | int | selstate | 580 | 4 |
viewrect.xmin | rcti | int | xmin | 584 | 4 |
viewrect.xmax | rcti | int | xmax | 588 | 4 |
viewrect.ymin | rcti | int | ymin | 592 | 4 |
viewrect.ymax | rcti | int | ymax | 596 | 4 |
bookmarkrect.xmin | rcti | int | xmin | 600 | 4 |
bookmarkrect.xmax | rcti | int | xmax | 604 | 4 |
bookmarkrect.ymin | rcti | int | ymin | 608 | 4 |
bookmarkrect.ymax | rcti | int | ymax | 612 | 4 |
scrollpos | SpaceImaSel | float | scrollpos | 616 | 4 |
scrollheight | SpaceImaSel | float | scrollheight | 620 | 4 |
scrollarea | SpaceImaSel | float | scrollarea | 624 | 4 |
aspect | SpaceImaSel | float | aspect | 628 | 4 |
retval | SpaceImaSel | short | retval | 632 | 2 |
ipotype | SpaceImaSel | short | ipotype | 634 | 2 |
filter | SpaceImaSel | short | filter | 636 | 2 |
active_bookmark | SpaceImaSel | short | active_bookmark | 638 | 2 |
pad | SpaceImaSel | short | pad | 640 | 2 |
pad1 | SpaceImaSel | short | pad1 | 642 | 2 |
prv_w | SpaceImaSel | short | prv_w | 644 | 2 |
prv_h | SpaceImaSel | short | prv_h | 646 | 2 |
returnfunc | SpaceImaSel | void | (*returnfunc)() | 648 | 8 |
returnfunc_event | SpaceImaSel | void | (*returnfunc_event)() | 656 | 8 |
returnfunc_args | SpaceImaSel | void | (*returnfunc_args)() | 664 | 8 |
arg1 | SpaceImaSel | void | *arg1 | 672 | 8 |
arg2 | SpaceImaSel | void | *arg2 | 680 | 8 |
menup | SpaceImaSel | short | *menup | 688 | 8 |
pupmenu | SpaceImaSel | char | *pupmenu | 696 | 8 |
img | SpaceImaSel | ImBuf | *img | 704 | 8 |
reference | structure | type | name | offset | size |
---|---|---|---|---|---|
next | ConsoleLine | ConsoleLine | *next | 0 | 8 |
prev | ConsoleLine | ConsoleLine | *prev | 8 | 8 |
len_alloc | ConsoleLine | int | len_alloc | 16 | 4 |
len | ConsoleLine | int | len | 20 | 4 |
line | ConsoleLine | char | *line | 24 | 8 |
cursor | ConsoleLine | int | cursor | 32 | 4 |
type | ConsoleLine | int | type | 36 | 4 |
reference | structure | type | name | offset | size |
---|---|---|---|---|---|
next | SpaceConsole | SpaceLink | *next | 0 | 8 |
prev | SpaceConsole | SpaceLink | *prev | 8 | 8 |
regionbase.first | ListBase | void | *first | 16 | 8 |
regionbase.last | ListBase | void | *last | 24 | 8 |
spacetype | SpaceConsole | int | spacetype | 32 | 4 |
blockscale | SpaceConsole | float | blockscale | 36 | 4 |
blockhandler | SpaceConsole | short | blockhandler[8] | 40 | 16 |
lheight | SpaceConsole | int | lheight | 56 | 4 |
pad | SpaceConsole | int | pad | 60 | 4 |
scrollback.first | ListBase | void | *first | 64 | 8 |
scrollback.last | ListBase | void | *last | 72 | 8 |
history.first | ListBase | void | *first | 80 | 8 |
history.last | ListBase | void | *last | 88 | 8 |
prompt | SpaceConsole | char | prompt[256] | 96 | 256 |
language | SpaceConsole | char | language[32] | 352 | 32 |
sel_start | SpaceConsole | int | sel_start | 384 | 4 |
sel_end | SpaceConsole | int | sel_end | 388 | 4 |
reference | structure | type | name | offset | size |
---|---|---|---|---|---|
next | SpaceUserPref | SpaceLink | *next | 0 | 8 |
prev | SpaceUserPref | SpaceLink | *prev | 8 | 8 |
regionbase.first | ListBase | void | *first | 16 | 8 |
regionbase.last | ListBase | void | *last | 24 | 8 |
spacetype | SpaceUserPref | int | spacetype | 32 | 4 |
pad | SpaceUserPref | int | pad | 36 | 4 |
filter | SpaceUserPref | char | filter[64] | 40 | 64 |
reference | structure | type | name | offset | size |
---|---|---|---|---|---|
next | SpaceSound | SpaceLink | *next | 0 | 8 |
prev | SpaceSound | SpaceLink | *prev | 8 | 8 |
regionbase.first | ListBase | void | *first | 16 | 8 |
regionbase.last | ListBase | void | *last | 24 | 8 |
spacetype | SpaceSound | int | spacetype | 32 | 4 |
blockscale | SpaceSound | float | blockscale | 36 | 4 |
area | SpaceSound | ScrArea | *area | 40 | 8 |
v2d.tot.xmin | rctf | float | xmin | 48 | 4 |
v2d.tot.xmax | rctf | float | xmax | 52 | 4 |
v2d.tot.ymin | rctf | float | ymin | 56 | 4 |
v2d.tot.ymax | rctf | float | ymax | 60 | 4 |
v2d.cur.xmin | rctf | float | xmin | 64 | 4 |
v2d.cur.xmax | rctf | float | xmax | 68 | 4 |
v2d.cur.ymin | rctf | float | ymin | 72 | 4 |
v2d.cur.ymax | rctf | float | ymax | 76 | 4 |
v2d.vert.xmin | rcti | int | xmin | 80 | 4 |
v2d.vert.xmax | rcti | int | xmax | 84 | 4 |
v2d.vert.ymin | rcti | int | ymin | 88 | 4 |
v2d.vert.ymax | rcti | int | ymax | 92 | 4 |
v2d.hor.xmin | rcti | int | xmin | 96 | 4 |
v2d.hor.xmax | rcti | int | xmax | 100 | 4 |
v2d.hor.ymin | rcti | int | ymin | 104 | 4 |
v2d.hor.ymax | rcti | int | ymax | 108 | 4 |
v2d.mask.xmin | rcti | int | xmin | 112 | 4 |
v2d.mask.xmax | rcti | int | xmax | 116 | 4 |
v2d.mask.ymin | rcti | int | ymin | 120 | 4 |
v2d.mask.ymax | rcti | int | ymax | 124 | 4 |
v2d.min | View2D | float | min[2] | 128 | 8 |
v2d.max | View2D | float | max[2] | 136 | 8 |
v2d.minzoom | View2D | float | minzoom | 144 | 4 |
v2d.maxzoom | View2D | float | maxzoom | 148 | 4 |
v2d.scroll | View2D | short | scroll | 152 | 2 |
v2d.scroll_ui | View2D | short | scroll_ui | 154 | 2 |
v2d.keeptot | View2D | short | keeptot | 156 | 2 |
v2d.keepzoom | View2D | short | keepzoom | 158 | 2 |
v2d.keepofs | View2D | short | keepofs | 160 | 2 |
v2d.flag | View2D | short | flag | 162 | 2 |
v2d.align | View2D | short | align | 164 | 2 |
v2d.winx | View2D | short | winx | 166 | 2 |
v2d.winy | View2D | short | winy | 168 | 2 |
v2d.oldwinx | View2D | short | oldwinx | 170 | 2 |
v2d.oldwiny | View2D | short | oldwiny | 172 | 2 |
v2d.around | View2D | short | around | 174 | 2 |
v2d.tab_offset | View2D | float | *tab_offset | 176 | 8 |
v2d.tab_num | View2D | int | tab_num | 184 | 4 |
v2d.tab_cur | View2D | int | tab_cur | 188 | 4 |
sound | SpaceSound | bSound | *sound | 192 | 8 |
mode | SpaceSound | short | mode | 200 | 2 |
sndnr | SpaceSound | short | sndnr | 202 | 2 |
xof | SpaceSound | short | xof | 204 | 2 |
yof | SpaceSound | short | yof | 206 | 2 |
flag | SpaceSound | short | flag | 208 | 2 |
lock | SpaceSound | short | lock | 210 | 2 |
pad2 | SpaceSound | int | pad2 | 212 | 4 |
reference | structure | type | name | offset | size |
---|---|---|---|---|---|
next | uiFont | uiFont | *next | 0 | 8 |
prev | uiFont | uiFont | *prev | 8 | 8 |
filename | uiFont | char | filename[256] | 16 | 256 |
blf_id | uiFont | short | blf_id | 272 | 2 |
uifont_id | uiFont | short | uifont_id | 274 | 2 |
r_to_l | uiFont | short | r_to_l | 276 | 2 |
pad | uiFont | short | pad | 278 | 2 |
reference | structure | type | name | offset | size |
---|---|---|---|---|---|
uifont_id | uiFontStyle | short | uifont_id | 0 | 2 |
points | uiFontStyle | short | points | 2 | 2 |
kerning | uiFontStyle | short | kerning | 4 | 2 |
pad | uiFontStyle | char | pad[6] | 6 | 6 |
italic | uiFontStyle | short | italic | 12 | 2 |
bold | uiFontStyle | short | bold | 14 | 2 |
shadow | uiFontStyle | short | shadow | 16 | 2 |
shadx | uiFontStyle | short | shadx | 18 | 2 |
shady | uiFontStyle | short | shady | 20 | 2 |
align | uiFontStyle | short | align | 22 | 2 |
shadowalpha | uiFontStyle | float | shadowalpha | 24 | 4 |
shadowcolor | uiFontStyle | float | shadowcolor | 28 | 4 |
reference | structure | type | name | offset | size |
---|---|---|---|---|---|
next | uiStyle | uiStyle | *next | 0 | 8 |
prev | uiStyle | uiStyle | *prev | 8 | 8 |
name | uiStyle | char | name[64] | 16 | 64 |
paneltitle.uifont_id | uiFontStyle | short | uifont_id | 80 | 2 |
paneltitle.points | uiFontStyle | short | points | 82 | 2 |
paneltitle.kerning | uiFontStyle | short | kerning | 84 | 2 |
paneltitle.pad | uiFontStyle | char | pad[6] | 86 | 6 |
paneltitle.italic | uiFontStyle | short | italic | 92 | 2 |
paneltitle.bold | uiFontStyle | short | bold | 94 | 2 |
paneltitle.shadow | uiFontStyle | short | shadow | 96 | 2 |
paneltitle.shadx | uiFontStyle | short | shadx | 98 | 2 |
paneltitle.shady | uiFontStyle | short | shady | 100 | 2 |
paneltitle.align | uiFontStyle | short | align | 102 | 2 |
paneltitle.shadowalpha | uiFontStyle | float | shadowalpha | 104 | 4 |
paneltitle.shadowcolor | uiFontStyle | float | shadowcolor | 108 | 4 |
grouplabel.uifont_id | uiFontStyle | short | uifont_id | 112 | 2 |
grouplabel.points | uiFontStyle | short | points | 114 | 2 |
grouplabel.kerning | uiFontStyle | short | kerning | 116 | 2 |
grouplabel.pad | uiFontStyle | char | pad[6] | 118 | 6 |
grouplabel.italic | uiFontStyle | short | italic | 124 | 2 |
grouplabel.bold | uiFontStyle | short | bold | 126 | 2 |
grouplabel.shadow | uiFontStyle | short | shadow | 128 | 2 |
grouplabel.shadx | uiFontStyle | short | shadx | 130 | 2 |
grouplabel.shady | uiFontStyle | short | shady | 132 | 2 |
grouplabel.align | uiFontStyle | short | align | 134 | 2 |
grouplabel.shadowalpha | uiFontStyle | float | shadowalpha | 136 | 4 |
grouplabel.shadowcolor | uiFontStyle | float | shadowcolor | 140 | 4 |
widgetlabel.uifont_id | uiFontStyle | short | uifont_id | 144 | 2 |
widgetlabel.points | uiFontStyle | short | points | 146 | 2 |
widgetlabel.kerning | uiFontStyle | short | kerning | 148 | 2 |
widgetlabel.pad | uiFontStyle | char | pad[6] | 150 | 6 |
widgetlabel.italic | uiFontStyle | short | italic | 156 | 2 |
widgetlabel.bold | uiFontStyle | short | bold | 158 | 2 |
widgetlabel.shadow | uiFontStyle | short | shadow | 160 | 2 |
widgetlabel.shadx | uiFontStyle | short | shadx | 162 | 2 |
widgetlabel.shady | uiFontStyle | short | shady | 164 | 2 |
widgetlabel.align | uiFontStyle | short | align | 166 | 2 |
widgetlabel.shadowalpha | uiFontStyle | float | shadowalpha | 168 | 4 |
widgetlabel.shadowcolor | uiFontStyle | float | shadowcolor | 172 | 4 |
widget.uifont_id | uiFontStyle | short | uifont_id | 176 | 2 |
widget.points | uiFontStyle | short | points | 178 | 2 |
widget.kerning | uiFontStyle | short | kerning | 180 | 2 |
widget.pad | uiFontStyle | char | pad[6] | 182 | 6 |
widget.italic | uiFontStyle | short | italic | 188 | 2 |
widget.bold | uiFontStyle | short | bold | 190 | 2 |
widget.shadow | uiFontStyle | short | shadow | 192 | 2 |
widget.shadx | uiFontStyle | short | shadx | 194 | 2 |
widget.shady | uiFontStyle | short | shady | 196 | 2 |
widget.align | uiFontStyle | short | align | 198 | 2 |
widget.shadowalpha | uiFontStyle | float | shadowalpha | 200 | 4 |
widget.shadowcolor | uiFontStyle | float | shadowcolor | 204 | 4 |
panelzoom | uiStyle | float | panelzoom | 208 | 4 |
minlabelchars | uiStyle | short | minlabelchars | 212 | 2 |
minwidgetchars | uiStyle | short | minwidgetchars | 214 | 2 |
columnspace | uiStyle | short | columnspace | 216 | 2 |
templatespace | uiStyle | short | templatespace | 218 | 2 |
boxspace | uiStyle | short | boxspace | 220 | 2 |
buttonspacex | uiStyle | short | buttonspacex | 222 | 2 |
buttonspacey | uiStyle | short | buttonspacey | 224 | 2 |
panelspace | uiStyle | short | panelspace | 226 | 2 |
panelouter | uiStyle | short | panelouter | 228 | 2 |
pad | uiStyle | short | pad[1] | 230 | 2 |
reference | structure | type | name | offset | size |
---|---|---|---|---|---|
outline | uiWidgetColors | char | outline[4] | 0 | 4 |
inner | uiWidgetColors | char | inner[4] | 4 | 4 |
inner_sel | uiWidgetColors | char | inner_sel[4] | 8 | 4 |
item | uiWidgetColors | char | item[4] | 12 | 4 |
text | uiWidgetColors | char | text[4] | 16 | 4 |
text_sel | uiWidgetColors | char | text_sel[4] | 20 | 4 |
shaded | uiWidgetColors | short | shaded | 24 | 2 |
shadetop | uiWidgetColors | short | shadetop | 26 | 2 |
shadedown | uiWidgetColors | short | shadedown | 28 | 2 |
alpha_check | uiWidgetColors | short | alpha_check | 30 | 2 |
reference | structure | type | name | offset | size |
---|---|---|---|---|---|
inner_anim | uiWidgetStateColors | char | inner_anim[4] | 0 | 4 |
inner_anim_sel | uiWidgetStateColors | char | inner_anim_sel[4] | 4 | 4 |
inner_key | uiWidgetStateColors | char | inner_key[4] | 8 | 4 |
inner_key_sel | uiWidgetStateColors | char | inner_key_sel[4] | 12 | 4 |
inner_driven | uiWidgetStateColors | char | inner_driven[4] | 16 | 4 |
inner_driven_sel | uiWidgetStateColors | char | inner_driven_sel[4] | 20 | 4 |
blend | uiWidgetStateColors | float | blend | 24 | 4 |
pad | uiWidgetStateColors | float | pad | 28 | 4 |
reference | structure | type | name | offset | size |
---|---|---|---|---|---|
wcol_regular.outline | uiWidgetColors | char | outline[4] | 0 | 4 |
wcol_regular.inner | uiWidgetColors | char | inner[4] | 4 | 4 |
wcol_regular.inner_sel | uiWidgetColors | char | inner_sel[4] | 8 | 4 |
wcol_regular.item | uiWidgetColors | char | item[4] | 12 | 4 |
wcol_regular.text | uiWidgetColors | char | text[4] | 16 | 4 |
wcol_regular.text_sel | uiWidgetColors | char | text_sel[4] | 20 | 4 |
wcol_regular.shaded | uiWidgetColors | short | shaded | 24 | 2 |
wcol_regular.shadetop | uiWidgetColors | short | shadetop | 26 | 2 |
wcol_regular.shadedown | uiWidgetColors | short | shadedown | 28 | 2 |
wcol_regular.alpha_check | uiWidgetColors | short | alpha_check | 30 | 2 |
wcol_tool.outline | uiWidgetColors | char | outline[4] | 32 | 4 |
wcol_tool.inner | uiWidgetColors | char | inner[4] | 36 | 4 |
wcol_tool.inner_sel | uiWidgetColors | char | inner_sel[4] | 40 | 4 |
wcol_tool.item | uiWidgetColors | char | item[4] | 44 | 4 |
wcol_tool.text | uiWidgetColors | char | text[4] | 48 | 4 |
wcol_tool.text_sel | uiWidgetColors | char | text_sel[4] | 52 | 4 |
wcol_tool.shaded | uiWidgetColors | short | shaded | 56 | 2 |
wcol_tool.shadetop | uiWidgetColors | short | shadetop | 58 | 2 |
wcol_tool.shadedown | uiWidgetColors | short | shadedown | 60 | 2 |
wcol_tool.alpha_check | uiWidgetColors | short | alpha_check | 62 | 2 |
wcol_text.outline | uiWidgetColors | char | outline[4] | 64 | 4 |
wcol_text.inner | uiWidgetColors | char | inner[4] | 68 | 4 |
wcol_text.inner_sel | uiWidgetColors | char | inner_sel[4] | 72 | 4 |
wcol_text.item | uiWidgetColors | char | item[4] | 76 | 4 |
wcol_text.text | uiWidgetColors | char | text[4] | 80 | 4 |
wcol_text.text_sel | uiWidgetColors | char | text_sel[4] | 84 | 4 |
wcol_text.shaded | uiWidgetColors | short | shaded | 88 | 2 |
wcol_text.shadetop | uiWidgetColors | short | shadetop | 90 | 2 |
wcol_text.shadedown | uiWidgetColors | short | shadedown | 92 | 2 |
wcol_text.alpha_check | uiWidgetColors | short | alpha_check | 94 | 2 |
wcol_radio.outline | uiWidgetColors | char | outline[4] | 96 | 4 |
wcol_radio.inner | uiWidgetColors | char | inner[4] | 100 | 4 |
wcol_radio.inner_sel | uiWidgetColors | char | inner_sel[4] | 104 | 4 |
wcol_radio.item | uiWidgetColors | char | item[4] | 108 | 4 |
wcol_radio.text | uiWidgetColors | char | text[4] | 112 | 4 |
wcol_radio.text_sel | uiWidgetColors | char | text_sel[4] | 116 | 4 |
wcol_radio.shaded | uiWidgetColors | short | shaded | 120 | 2 |
wcol_radio.shadetop | uiWidgetColors | short | shadetop | 122 | 2 |
wcol_radio.shadedown | uiWidgetColors | short | shadedown | 124 | 2 |
wcol_radio.alpha_check | uiWidgetColors | short | alpha_check | 126 | 2 |
wcol_option.outline | uiWidgetColors | char | outline[4] | 128 | 4 |
wcol_option.inner | uiWidgetColors | char | inner[4] | 132 | 4 |
wcol_option.inner_sel | uiWidgetColors | char | inner_sel[4] | 136 | 4 |
wcol_option.item | uiWidgetColors | char | item[4] | 140 | 4 |
wcol_option.text | uiWidgetColors | char | text[4] | 144 | 4 |
wcol_option.text_sel | uiWidgetColors | char | text_sel[4] | 148 | 4 |
wcol_option.shaded | uiWidgetColors | short | shaded | 152 | 2 |
wcol_option.shadetop | uiWidgetColors | short | shadetop | 154 | 2 |
wcol_option.shadedown | uiWidgetColors | short | shadedown | 156 | 2 |
wcol_option.alpha_check | uiWidgetColors | short | alpha_check | 158 | 2 |
wcol_toggle.outline | uiWidgetColors | char | outline[4] | 160 | 4 |
wcol_toggle.inner | uiWidgetColors | char | inner[4] | 164 | 4 |
wcol_toggle.inner_sel | uiWidgetColors | char | inner_sel[4] | 168 | 4 |
wcol_toggle.item | uiWidgetColors | char | item[4] | 172 | 4 |
wcol_toggle.text | uiWidgetColors | char | text[4] | 176 | 4 |
wcol_toggle.text_sel | uiWidgetColors | char | text_sel[4] | 180 | 4 |
wcol_toggle.shaded | uiWidgetColors | short | shaded | 184 | 2 |
wcol_toggle.shadetop | uiWidgetColors | short | shadetop | 186 | 2 |
wcol_toggle.shadedown | uiWidgetColors | short | shadedown | 188 | 2 |
wcol_toggle.alpha_check | uiWidgetColors | short | alpha_check | 190 | 2 |
wcol_num.outline | uiWidgetColors | char | outline[4] | 192 | 4 |
wcol_num.inner | uiWidgetColors | char | inner[4] | 196 | 4 |
wcol_num.inner_sel | uiWidgetColors | char | inner_sel[4] | 200 | 4 |
wcol_num.item | uiWidgetColors | char | item[4] | 204 | 4 |
wcol_num.text | uiWidgetColors | char | text[4] | 208 | 4 |
wcol_num.text_sel | uiWidgetColors | char | text_sel[4] | 212 | 4 |
wcol_num.shaded | uiWidgetColors | short | shaded | 216 | 2 |
wcol_num.shadetop | uiWidgetColors | short | shadetop | 218 | 2 |
wcol_num.shadedown | uiWidgetColors | short | shadedown | 220 | 2 |
wcol_num.alpha_check | uiWidgetColors | short | alpha_check | 222 | 2 |
wcol_numslider.outline | uiWidgetColors | char | outline[4] | 224 | 4 |
wcol_numslider.inner | uiWidgetColors | char | inner[4] | 228 | 4 |
wcol_numslider.inner_sel | uiWidgetColors | char | inner_sel[4] | 232 | 4 |
wcol_numslider.item | uiWidgetColors | char | item[4] | 236 | 4 |
wcol_numslider.text | uiWidgetColors | char | text[4] | 240 | 4 |
wcol_numslider.text_sel | uiWidgetColors | char | text_sel[4] | 244 | 4 |
wcol_numslider.shaded | uiWidgetColors | short | shaded | 248 | 2 |
wcol_numslider.shadetop | uiWidgetColors | short | shadetop | 250 | 2 |
wcol_numslider.shadedown | uiWidgetColors | short | shadedown | 252 | 2 |
wcol_numslider.alpha_check | uiWidgetColors | short | alpha_check | 254 | 2 |
wcol_menu.outline | uiWidgetColors | char | outline[4] | 256 | 4 |
wcol_menu.inner | uiWidgetColors | char | inner[4] | 260 | 4 |
wcol_menu.inner_sel | uiWidgetColors | char | inner_sel[4] | 264 | 4 |
wcol_menu.item | uiWidgetColors | char | item[4] | 268 | 4 |
wcol_menu.text | uiWidgetColors | char | text[4] | 272 | 4 |
wcol_menu.text_sel | uiWidgetColors | char | text_sel[4] | 276 | 4 |
wcol_menu.shaded | uiWidgetColors | short | shaded | 280 | 2 |
wcol_menu.shadetop | uiWidgetColors | short | shadetop | 282 | 2 |
wcol_menu.shadedown | uiWidgetColors | short | shadedown | 284 | 2 |
wcol_menu.alpha_check | uiWidgetColors | short | alpha_check | 286 | 2 |
wcol_pulldown.outline | uiWidgetColors | char | outline[4] | 288 | 4 |
wcol_pulldown.inner | uiWidgetColors | char | inner[4] | 292 | 4 |
wcol_pulldown.inner_sel | uiWidgetColors | char | inner_sel[4] | 296 | 4 |
wcol_pulldown.item | uiWidgetColors | char | item[4] | 300 | 4 |
wcol_pulldown.text | uiWidgetColors | char | text[4] | 304 | 4 |
wcol_pulldown.text_sel | uiWidgetColors | char | text_sel[4] | 308 | 4 |
wcol_pulldown.shaded | uiWidgetColors | short | shaded | 312 | 2 |
wcol_pulldown.shadetop | uiWidgetColors | short | shadetop | 314 | 2 |
wcol_pulldown.shadedown | uiWidgetColors | short | shadedown | 316 | 2 |
wcol_pulldown.alpha_check | uiWidgetColors | short | alpha_check | 318 | 2 |
wcol_menu_back.outline | uiWidgetColors | char | outline[4] | 320 | 4 |
wcol_menu_back.inner | uiWidgetColors | char | inner[4] | 324 | 4 |
wcol_menu_back.inner_sel | uiWidgetColors | char | inner_sel[4] | 328 | 4 |
wcol_menu_back.item | uiWidgetColors | char | item[4] | 332 | 4 |
wcol_menu_back.text | uiWidgetColors | char | text[4] | 336 | 4 |
wcol_menu_back.text_sel | uiWidgetColors | char | text_sel[4] | 340 | 4 |
wcol_menu_back.shaded | uiWidgetColors | short | shaded | 344 | 2 |
wcol_menu_back.shadetop | uiWidgetColors | short | shadetop | 346 | 2 |
wcol_menu_back.shadedown | uiWidgetColors | short | shadedown | 348 | 2 |
wcol_menu_back.alpha_check | uiWidgetColors | short | alpha_check | 350 | 2 |
wcol_menu_item.outline | uiWidgetColors | char | outline[4] | 352 | 4 |
wcol_menu_item.inner | uiWidgetColors | char | inner[4] | 356 | 4 |
wcol_menu_item.inner_sel | uiWidgetColors | char | inner_sel[4] | 360 | 4 |
wcol_menu_item.item | uiWidgetColors | char | item[4] | 364 | 4 |
wcol_menu_item.text | uiWidgetColors | char | text[4] | 368 | 4 |
wcol_menu_item.text_sel | uiWidgetColors | char | text_sel[4] | 372 | 4 |
wcol_menu_item.shaded | uiWidgetColors | short | shaded | 376 | 2 |
wcol_menu_item.shadetop | uiWidgetColors | short | shadetop | 378 | 2 |
wcol_menu_item.shadedown | uiWidgetColors | short | shadedown | 380 | 2 |
wcol_menu_item.alpha_check | uiWidgetColors | short | alpha_check | 382 | 2 |
wcol_box.outline | uiWidgetColors | char | outline[4] | 384 | 4 |
wcol_box.inner | uiWidgetColors | char | inner[4] | 388 | 4 |
wcol_box.inner_sel | uiWidgetColors | char | inner_sel[4] | 392 | 4 |
wcol_box.item | uiWidgetColors | char | item[4] | 396 | 4 |
wcol_box.text | uiWidgetColors | char | text[4] | 400 | 4 |
wcol_box.text_sel | uiWidgetColors | char | text_sel[4] | 404 | 4 |
wcol_box.shaded | uiWidgetColors | short | shaded | 408 | 2 |
wcol_box.shadetop | uiWidgetColors | short | shadetop | 410 | 2 |
wcol_box.shadedown | uiWidgetColors | short | shadedown | 412 | 2 |
wcol_box.alpha_check | uiWidgetColors | short | alpha_check | 414 | 2 |
wcol_scroll.outline | uiWidgetColors | char | outline[4] | 416 | 4 |
wcol_scroll.inner | uiWidgetColors | char | inner[4] | 420 | 4 |
wcol_scroll.inner_sel | uiWidgetColors | char | inner_sel[4] | 424 | 4 |
wcol_scroll.item | uiWidgetColors | char | item[4] | 428 | 4 |
wcol_scroll.text | uiWidgetColors | char | text[4] | 432 | 4 |
wcol_scroll.text_sel | uiWidgetColors | char | text_sel[4] | 436 | 4 |
wcol_scroll.shaded | uiWidgetColors | short | shaded | 440 | 2 |
wcol_scroll.shadetop | uiWidgetColors | short | shadetop | 442 | 2 |
wcol_scroll.shadedown | uiWidgetColors | short | shadedown | 444 | 2 |
wcol_scroll.alpha_check | uiWidgetColors | short | alpha_check | 446 | 2 |
wcol_progress.outline | uiWidgetColors | char | outline[4] | 448 | 4 |
wcol_progress.inner | uiWidgetColors | char | inner[4] | 452 | 4 |
wcol_progress.inner_sel | uiWidgetColors | char | inner_sel[4] | 456 | 4 |
wcol_progress.item | uiWidgetColors | char | item[4] | 460 | 4 |
wcol_progress.text | uiWidgetColors | char | text[4] | 464 | 4 |
wcol_progress.text_sel | uiWidgetColors | char | text_sel[4] | 468 | 4 |
wcol_progress.shaded | uiWidgetColors | short | shaded | 472 | 2 |
wcol_progress.shadetop | uiWidgetColors | short | shadetop | 474 | 2 |
wcol_progress.shadedown | uiWidgetColors | short | shadedown | 476 | 2 |
wcol_progress.alpha_check | uiWidgetColors | short | alpha_check | 478 | 2 |
wcol_list_item.outline | uiWidgetColors | char | outline[4] | 480 | 4 |
wcol_list_item.inner | uiWidgetColors | char | inner[4] | 484 | 4 |
wcol_list_item.inner_sel | uiWidgetColors | char | inner_sel[4] | 488 | 4 |
wcol_list_item.item | uiWidgetColors | char | item[4] | 492 | 4 |
wcol_list_item.text | uiWidgetColors | char | text[4] | 496 | 4 |
wcol_list_item.text_sel | uiWidgetColors | char | text_sel[4] | 500 | 4 |
wcol_list_item.shaded | uiWidgetColors | short | shaded | 504 | 2 |
wcol_list_item.shadetop | uiWidgetColors | short | shadetop | 506 | 2 |
wcol_list_item.shadedown | uiWidgetColors | short | shadedown | 508 | 2 |
wcol_list_item.alpha_check | uiWidgetColors | short | alpha_check | 510 | 2 |
wcol_state.inner_anim | uiWidgetStateColors | char | inner_anim[4] | 512 | 4 |
wcol_state.inner_anim_sel | uiWidgetStateColors | char | inner_anim_sel[4] | 516 | 4 |
wcol_state.inner_key | uiWidgetStateColors | char | inner_key[4] | 520 | 4 |
wcol_state.inner_key_sel | uiWidgetStateColors | char | inner_key_sel[4] | 524 | 4 |
wcol_state.inner_driven | uiWidgetStateColors | char | inner_driven[4] | 528 | 4 |
wcol_state.inner_driven_sel | uiWidgetStateColors | char | inner_driven_sel[4] | 532 | 4 |
wcol_state.blend | uiWidgetStateColors | float | blend | 536 | 4 |
wcol_state.pad | uiWidgetStateColors | float | pad | 540 | 4 |
iconfile | ThemeUI | char | iconfile[80] | 544 | 80 |
reference | structure | type | name | offset | size |
---|---|---|---|---|---|
back | ThemeSpace | char | back[4] | 0 | 4 |
title | ThemeSpace | char | title[4] | 4 | 4 |
text | ThemeSpace | char | text[4] | 8 | 4 |
text_hi | ThemeSpace | char | text_hi[4] | 12 | 4 |
header | ThemeSpace | char | header[4] | 16 | 4 |
header_title | ThemeSpace | char | header_title[4] | 20 | 4 |
header_text | ThemeSpace | char | header_text[4] | 24 | 4 |
header_text_hi | ThemeSpace | char | header_text_hi[4] | 28 | 4 |
button | ThemeSpace | char | button[4] | 32 | 4 |
button_title | ThemeSpace | char | button_title[4] | 36 | 4 |
button_text | ThemeSpace | char | button_text[4] | 40 | 4 |
button_text_hi | ThemeSpace | char | button_text_hi[4] | 44 | 4 |
list | ThemeSpace | char | list[4] | 48 | 4 |
list_title | ThemeSpace | char | list_title[4] | 52 | 4 |
list_text | ThemeSpace | char | list_text[4] | 56 | 4 |
list_text_hi | ThemeSpace | char | list_text_hi[4] | 60 | 4 |
panel | ThemeSpace | char | panel[4] | 64 | 4 |
panel_title | ThemeSpace | char | panel_title[4] | 68 | 4 |
panel_text | ThemeSpace | char | panel_text[4] | 72 | 4 |
panel_text_hi | ThemeSpace | char | panel_text_hi[4] | 76 | 4 |
shade1 | ThemeSpace | char | shade1[4] | 80 | 4 |
shade2 | ThemeSpace | char | shade2[4] | 84 | 4 |
hilite | ThemeSpace | char | hilite[4] | 88 | 4 |
grid | ThemeSpace | char | grid[4] | 92 | 4 |
wire | ThemeSpace | char | wire[4] | 96 | 4 |
select | ThemeSpace | char | select[4] | 100 | 4 |
lamp | ThemeSpace | char | lamp[4] | 104 | 4 |
active | ThemeSpace | char | active[4] | 108 | 4 |
group | ThemeSpace | char | group[4] | 112 | 4 |
group_active | ThemeSpace | char | group_active[4] | 116 | 4 |
transform | ThemeSpace | char | transform[4] | 120 | 4 |
vertex | ThemeSpace | char | vertex[4] | 124 | 4 |
vertex_select | ThemeSpace | char | vertex_select[4] | 128 | 4 |
edge | ThemeSpace | char | edge[4] | 132 | 4 |
edge_select | ThemeSpace | char | edge_select[4] | 136 | 4 |
edge_seam | ThemeSpace | char | edge_seam[4] | 140 | 4 |
edge_sharp | ThemeSpace | char | edge_sharp[4] | 144 | 4 |
edge_facesel | ThemeSpace | char | edge_facesel[4] | 148 | 4 |
edge_crease | ThemeSpace | char | edge_crease[4] | 152 | 4 |
face | ThemeSpace | char | face[4] | 156 | 4 |
face_select | ThemeSpace | char | face_select[4] | 160 | 4 |
face_dot | ThemeSpace | char | face_dot[4] | 164 | 4 |
extra_edge_len | ThemeSpace | char | extra_edge_len[4] | 168 | 4 |
extra_face_angle | ThemeSpace | char | extra_face_angle[4] | 172 | 4 |
extra_face_area | ThemeSpace | char | extra_face_area[4] | 176 | 4 |
pad3 | ThemeSpace | char | pad3[4] | 180 | 4 |
normal | ThemeSpace | char | normal[4] | 184 | 4 |
vertex_normal | ThemeSpace | char | vertex_normal[4] | 188 | 4 |
bone_solid | ThemeSpace | char | bone_solid[4] | 192 | 4 |
bone_pose | ThemeSpace | char | bone_pose[4] | 196 | 4 |
strip | ThemeSpace | char | strip[4] | 200 | 4 |
strip_select | ThemeSpace | char | strip_select[4] | 204 | 4 |
cframe | ThemeSpace | char | cframe[4] | 208 | 4 |
nurb_uline | ThemeSpace | char | nurb_uline[4] | 212 | 4 |
nurb_vline | ThemeSpace | char | nurb_vline[4] | 216 | 4 |
act_spline | ThemeSpace | char | act_spline[4] | 220 | 4 |
nurb_sel_uline | ThemeSpace | char | nurb_sel_uline[4] | 224 | 4 |
nurb_sel_vline | ThemeSpace | char | nurb_sel_vline[4] | 228 | 4 |
lastsel_point | ThemeSpace | char | lastsel_point[4] | 232 | 4 |
handle_free | ThemeSpace | char | handle_free[4] | 236 | 4 |
handle_auto | ThemeSpace | char | handle_auto[4] | 240 | 4 |
handle_vect | ThemeSpace | char | handle_vect[4] | 244 | 4 |
handle_align | ThemeSpace | char | handle_align[4] | 248 | 4 |
handle_sel_free | ThemeSpace | char | handle_sel_free[4] | 252 | 4 |
handle_sel_auto | ThemeSpace | char | handle_sel_auto[4] | 256 | 4 |
handle_sel_vect | ThemeSpace | char | handle_sel_vect[4] | 260 | 4 |
handle_sel_align | ThemeSpace | char | handle_sel_align[4] | 264 | 4 |
ds_channel | ThemeSpace | char | ds_channel[4] | 268 | 4 |
ds_subchannel | ThemeSpace | char | ds_subchannel[4] | 272 | 4 |
console_output | ThemeSpace | char | console_output[4] | 276 | 4 |
console_input | ThemeSpace | char | console_input[4] | 280 | 4 |
console_info | ThemeSpace | char | console_info[4] | 284 | 4 |
console_error | ThemeSpace | char | console_error[4] | 288 | 4 |
console_cursor | ThemeSpace | char | console_cursor[4] | 292 | 4 |
vertex_size | ThemeSpace | char | vertex_size | 296 | 1 |
facedot_size | ThemeSpace | char | facedot_size | 297 | 1 |
bpad | ThemeSpace | char | bpad[2] | 298 | 2 |
syntaxl | ThemeSpace | char | syntaxl[4] | 300 | 4 |
syntaxn | ThemeSpace | char | syntaxn[4] | 304 | 4 |
syntaxb | ThemeSpace | char | syntaxb[4] | 308 | 4 |
syntaxv | ThemeSpace | char | syntaxv[4] | 312 | 4 |
syntaxc | ThemeSpace | char | syntaxc[4] | 316 | 4 |
movie | ThemeSpace | char | movie[4] | 320 | 4 |
image | ThemeSpace | char | image[4] | 324 | 4 |
scene | ThemeSpace | char | scene[4] | 328 | 4 |
audio | ThemeSpace | char | audio[4] | 332 | 4 |
effect | ThemeSpace | char | effect[4] | 336 | 4 |
plugin | ThemeSpace | char | plugin[4] | 340 | 4 |
transition | ThemeSpace | char | transition[4] | 344 | 4 |
meta | ThemeSpace | char | meta[4] | 348 | 4 |
editmesh_active | ThemeSpace | char | editmesh_active[4] | 352 | 4 |
handle_vertex | ThemeSpace | char | handle_vertex[4] | 356 | 4 |
handle_vertex_select | ThemeSpace | char | handle_vertex_select[4] | 360 | 4 |
handle_vertex_size | ThemeSpace | char | handle_vertex_size | 364 | 1 |
hpad | ThemeSpace | char | hpad[7] | 365 | 7 |
preview_back | ThemeSpace | char | preview_back[4] | 372 | 4 |
reference | structure | type | name | offset | size |
---|---|---|---|---|---|
solid | ThemeWireColor | char | solid[4] | 0 | 4 |
select | ThemeWireColor | char | select[4] | 4 | 4 |
active | ThemeWireColor | char | active[4] | 8 | 4 |
flag | ThemeWireColor | short | flag | 12 | 2 |
pad | ThemeWireColor | short | pad | 14 | 2 |
reference | structure | type | name | offset | size |
---|---|---|---|---|---|
next | bTheme | bTheme | *next | 0 | 8 |
prev | bTheme | bTheme | *prev | 8 | 8 |
name | bTheme | char | name[32] | 16 | 32 |
tui.wcol_regular.outline | uiWidgetColors | char | outline[4] | 48 | 4 |
tui.wcol_regular.inner | uiWidgetColors | char | inner[4] | 52 | 4 |
tui.wcol_regular.inner_sel | uiWidgetColors | char | inner_sel[4] | 56 | 4 |
tui.wcol_regular.item | uiWidgetColors | char | item[4] | 60 | 4 |
tui.wcol_regular.text | uiWidgetColors | char | text[4] | 64 | 4 |
tui.wcol_regular.text_sel | uiWidgetColors | char | text_sel[4] | 68 | 4 |
tui.wcol_regular.shaded | uiWidgetColors | short | shaded | 72 | 2 |
tui.wcol_regular.shadetop | uiWidgetColors | short | shadetop | 74 | 2 |
tui.wcol_regular.shadedown | uiWidgetColors | short | shadedown | 76 | 2 |
tui.wcol_regular.alpha_check | uiWidgetColors | short | alpha_check | 78 | 2 |
tui.wcol_tool.outline | uiWidgetColors | char | outline[4] | 80 | 4 |
tui.wcol_tool.inner | uiWidgetColors | char | inner[4] | 84 | 4 |
tui.wcol_tool.inner_sel | uiWidgetColors | char | inner_sel[4] | 88 | 4 |
tui.wcol_tool.item | uiWidgetColors | char | item[4] | 92 | 4 |
tui.wcol_tool.text | uiWidgetColors | char | text[4] | 96 | 4 |
tui.wcol_tool.text_sel | uiWidgetColors | char | text_sel[4] | 100 | 4 |
tui.wcol_tool.shaded | uiWidgetColors | short | shaded | 104 | 2 |
tui.wcol_tool.shadetop | uiWidgetColors | short | shadetop | 106 | 2 |
tui.wcol_tool.shadedown | uiWidgetColors | short | shadedown | 108 | 2 |
tui.wcol_tool.alpha_check | uiWidgetColors | short | alpha_check | 110 | 2 |
tui.wcol_text.outline | uiWidgetColors | char | outline[4] | 112 | 4 |
tui.wcol_text.inner | uiWidgetColors | char | inner[4] | 116 | 4 |
tui.wcol_text.inner_sel | uiWidgetColors | char | inner_sel[4] | 120 | 4 |
tui.wcol_text.item | uiWidgetColors | char | item[4] | 124 | 4 |
tui.wcol_text.text | uiWidgetColors | char | text[4] | 128 | 4 |
tui.wcol_text.text_sel | uiWidgetColors | char | text_sel[4] | 132 | 4 |
tui.wcol_text.shaded | uiWidgetColors | short | shaded | 136 | 2 |
tui.wcol_text.shadetop | uiWidgetColors | short | shadetop | 138 | 2 |
tui.wcol_text.shadedown | uiWidgetColors | short | shadedown | 140 | 2 |
tui.wcol_text.alpha_check | uiWidgetColors | short | alpha_check | 142 | 2 |
tui.wcol_radio.outline | uiWidgetColors | char | outline[4] | 144 | 4 |
tui.wcol_radio.inner | uiWidgetColors | char | inner[4] | 148 | 4 |
tui.wcol_radio.inner_sel | uiWidgetColors | char | inner_sel[4] | 152 | 4 |
tui.wcol_radio.item | uiWidgetColors | char | item[4] | 156 | 4 |
tui.wcol_radio.text | uiWidgetColors | char | text[4] | 160 | 4 |
tui.wcol_radio.text_sel | uiWidgetColors | char | text_sel[4] | 164 | 4 |
tui.wcol_radio.shaded | uiWidgetColors | short | shaded | 168 | 2 |
tui.wcol_radio.shadetop | uiWidgetColors | short | shadetop | 170 | 2 |
tui.wcol_radio.shadedown | uiWidgetColors | short | shadedown | 172 | 2 |
tui.wcol_radio.alpha_check | uiWidgetColors | short | alpha_check | 174 | 2 |
tui.wcol_option.outline | uiWidgetColors | char | outline[4] | 176 | 4 |
tui.wcol_option.inner | uiWidgetColors | char | inner[4] | 180 | 4 |
tui.wcol_option.inner_sel | uiWidgetColors | char | inner_sel[4] | 184 | 4 |
tui.wcol_option.item | uiWidgetColors | char | item[4] | 188 | 4 |
tui.wcol_option.text | uiWidgetColors | char | text[4] | 192 | 4 |
tui.wcol_option.text_sel | uiWidgetColors | char | text_sel[4] | 196 | 4 |
tui.wcol_option.shaded | uiWidgetColors | short | shaded | 200 | 2 |
tui.wcol_option.shadetop | uiWidgetColors | short | shadetop | 202 | 2 |
tui.wcol_option.shadedown | uiWidgetColors | short | shadedown | 204 | 2 |
tui.wcol_option.alpha_check | uiWidgetColors | short | alpha_check | 206 | 2 |
tui.wcol_toggle.outline | uiWidgetColors | char | outline[4] | 208 | 4 |
tui.wcol_toggle.inner | uiWidgetColors | char | inner[4] | 212 | 4 |
tui.wcol_toggle.inner_sel | uiWidgetColors | char | inner_sel[4] | 216 | 4 |
tui.wcol_toggle.item | uiWidgetColors | char | item[4] | 220 | 4 |
tui.wcol_toggle.text | uiWidgetColors | char | text[4] | 224 | 4 |
tui.wcol_toggle.text_sel | uiWidgetColors | char | text_sel[4] | 228 | 4 |
tui.wcol_toggle.shaded | uiWidgetColors | short | shaded | 232 | 2 |
tui.wcol_toggle.shadetop | uiWidgetColors | short | shadetop | 234 | 2 |
tui.wcol_toggle.shadedown | uiWidgetColors | short | shadedown | 236 | 2 |
tui.wcol_toggle.alpha_check | uiWidgetColors | short | alpha_check | 238 | 2 |
tui.wcol_num.outline | uiWidgetColors | char | outline[4] | 240 | 4 |
tui.wcol_num.inner | uiWidgetColors | char | inner[4] | 244 | 4 |
tui.wcol_num.inner_sel | uiWidgetColors | char | inner_sel[4] | 248 | 4 |
tui.wcol_num.item | uiWidgetColors | char | item[4] | 252 | 4 |
tui.wcol_num.text | uiWidgetColors | char | text[4] | 256 | 4 |
tui.wcol_num.text_sel | uiWidgetColors | char | text_sel[4] | 260 | 4 |
tui.wcol_num.shaded | uiWidgetColors | short | shaded | 264 | 2 |
tui.wcol_num.shadetop | uiWidgetColors | short | shadetop | 266 | 2 |
tui.wcol_num.shadedown | uiWidgetColors | short | shadedown | 268 | 2 |
tui.wcol_num.alpha_check | uiWidgetColors | short | alpha_check | 270 | 2 |
tui.wcol_numslider.outline | uiWidgetColors | char | outline[4] | 272 | 4 |
tui.wcol_numslider.inner | uiWidgetColors | char | inner[4] | 276 | 4 |
tui.wcol_numslider.inner_sel | uiWidgetColors | char | inner_sel[4] | 280 | 4 |
tui.wcol_numslider.item | uiWidgetColors | char | item[4] | 284 | 4 |
tui.wcol_numslider.text | uiWidgetColors | char | text[4] | 288 | 4 |
tui.wcol_numslider.text_sel | uiWidgetColors | char | text_sel[4] | 292 | 4 |
tui.wcol_numslider.shaded | uiWidgetColors | short | shaded | 296 | 2 |
tui.wcol_numslider.shadetop | uiWidgetColors | short | shadetop | 298 | 2 |
tui.wcol_numslider.shadedown | uiWidgetColors | short | shadedown | 300 | 2 |
tui.wcol_numslider.alpha_check | uiWidgetColors | short | alpha_check | 302 | 2 |
tui.wcol_menu.outline | uiWidgetColors | char | outline[4] | 304 | 4 |
tui.wcol_menu.inner | uiWidgetColors | char | inner[4] | 308 | 4 |
tui.wcol_menu.inner_sel | uiWidgetColors | char | inner_sel[4] | 312 | 4 |
tui.wcol_menu.item | uiWidgetColors | char | item[4] | 316 | 4 |
tui.wcol_menu.text | uiWidgetColors | char | text[4] | 320 | 4 |
tui.wcol_menu.text_sel | uiWidgetColors | char | text_sel[4] | 324 | 4 |
tui.wcol_menu.shaded | uiWidgetColors | short | shaded | 328 | 2 |
tui.wcol_menu.shadetop | uiWidgetColors | short | shadetop | 330 | 2 |
tui.wcol_menu.shadedown | uiWidgetColors | short | shadedown | 332 | 2 |
tui.wcol_menu.alpha_check | uiWidgetColors | short | alpha_check | 334 | 2 |
tui.wcol_pulldown.outline | uiWidgetColors | char | outline[4] | 336 | 4 |
tui.wcol_pulldown.inner | uiWidgetColors | char | inner[4] | 340 | 4 |
tui.wcol_pulldown.inner_sel | uiWidgetColors | char | inner_sel[4] | 344 | 4 |
tui.wcol_pulldown.item | uiWidgetColors | char | item[4] | 348 | 4 |
tui.wcol_pulldown.text | uiWidgetColors | char | text[4] | 352 | 4 |
tui.wcol_pulldown.text_sel | uiWidgetColors | char | text_sel[4] | 356 | 4 |
tui.wcol_pulldown.shaded | uiWidgetColors | short | shaded | 360 | 2 |
tui.wcol_pulldown.shadetop | uiWidgetColors | short | shadetop | 362 | 2 |
tui.wcol_pulldown.shadedown | uiWidgetColors | short | shadedown | 364 | 2 |
tui.wcol_pulldown.alpha_check | uiWidgetColors | short | alpha_check | 366 | 2 |
tui.wcol_menu_back.outline | uiWidgetColors | char | outline[4] | 368 | 4 |
tui.wcol_menu_back.inner | uiWidgetColors | char | inner[4] | 372 | 4 |
tui.wcol_menu_back.inner_sel | uiWidgetColors | char | inner_sel[4] | 376 | 4 |
tui.wcol_menu_back.item | uiWidgetColors | char | item[4] | 380 | 4 |
tui.wcol_menu_back.text | uiWidgetColors | char | text[4] | 384 | 4 |
tui.wcol_menu_back.text_sel | uiWidgetColors | char | text_sel[4] | 388 | 4 |
tui.wcol_menu_back.shaded | uiWidgetColors | short | shaded | 392 | 2 |
tui.wcol_menu_back.shadetop | uiWidgetColors | short | shadetop | 394 | 2 |
tui.wcol_menu_back.shadedown | uiWidgetColors | short | shadedown | 396 | 2 |
tui.wcol_menu_back.alpha_check | uiWidgetColors | short | alpha_check | 398 | 2 |
tui.wcol_menu_item.outline | uiWidgetColors | char | outline[4] | 400 | 4 |
tui.wcol_menu_item.inner | uiWidgetColors | char | inner[4] | 404 | 4 |
tui.wcol_menu_item.inner_sel | uiWidgetColors | char | inner_sel[4] | 408 | 4 |
tui.wcol_menu_item.item | uiWidgetColors | char | item[4] | 412 | 4 |
tui.wcol_menu_item.text | uiWidgetColors | char | text[4] | 416 | 4 |
tui.wcol_menu_item.text_sel | uiWidgetColors | char | text_sel[4] | 420 | 4 |
tui.wcol_menu_item.shaded | uiWidgetColors | short | shaded | 424 | 2 |
tui.wcol_menu_item.shadetop | uiWidgetColors | short | shadetop | 426 | 2 |
tui.wcol_menu_item.shadedown | uiWidgetColors | short | shadedown | 428 | 2 |
tui.wcol_menu_item.alpha_check | uiWidgetColors | short | alpha_check | 430 | 2 |
tui.wcol_box.outline | uiWidgetColors | char | outline[4] | 432 | 4 |
tui.wcol_box.inner | uiWidgetColors | char | inner[4] | 436 | 4 |
tui.wcol_box.inner_sel | uiWidgetColors | char | inner_sel[4] | 440 | 4 |
tui.wcol_box.item | uiWidgetColors | char | item[4] | 444 | 4 |
tui.wcol_box.text | uiWidgetColors | char | text[4] | 448 | 4 |
tui.wcol_box.text_sel | uiWidgetColors | char | text_sel[4] | 452 | 4 |
tui.wcol_box.shaded | uiWidgetColors | short | shaded | 456 | 2 |
tui.wcol_box.shadetop | uiWidgetColors | short | shadetop | 458 | 2 |
tui.wcol_box.shadedown | uiWidgetColors | short | shadedown | 460 | 2 |
tui.wcol_box.alpha_check | uiWidgetColors | short | alpha_check | 462 | 2 |
tui.wcol_scroll.outline | uiWidgetColors | char | outline[4] | 464 | 4 |
tui.wcol_scroll.inner | uiWidgetColors | char | inner[4] | 468 | 4 |
tui.wcol_scroll.inner_sel | uiWidgetColors | char | inner_sel[4] | 472 | 4 |
tui.wcol_scroll.item | uiWidgetColors | char | item[4] | 476 | 4 |
tui.wcol_scroll.text | uiWidgetColors | char | text[4] | 480 | 4 |
tui.wcol_scroll.text_sel | uiWidgetColors | char | text_sel[4] | 484 | 4 |
tui.wcol_scroll.shaded | uiWidgetColors | short | shaded | 488 | 2 |
tui.wcol_scroll.shadetop | uiWidgetColors | short | shadetop | 490 | 2 |
tui.wcol_scroll.shadedown | uiWidgetColors | short | shadedown | 492 | 2 |
tui.wcol_scroll.alpha_check | uiWidgetColors | short | alpha_check | 494 | 2 |
tui.wcol_progress.outline | uiWidgetColors | char | outline[4] | 496 | 4 |
tui.wcol_progress.inner | uiWidgetColors | char | inner[4] | 500 | 4 |
tui.wcol_progress.inner_sel | uiWidgetColors | char | inner_sel[4] | 504 | 4 |
tui.wcol_progress.item | uiWidgetColors | char | item[4] | 508 | 4 |
tui.wcol_progress.text | uiWidgetColors | char | text[4] | 512 | 4 |
tui.wcol_progress.text_sel | uiWidgetColors | char | text_sel[4] | 516 | 4 |
tui.wcol_progress.shaded | uiWidgetColors | short | shaded | 520 | 2 |
tui.wcol_progress.shadetop | uiWidgetColors | short | shadetop | 522 | 2 |
tui.wcol_progress.shadedown | uiWidgetColors | short | shadedown | 524 | 2 |
tui.wcol_progress.alpha_check | uiWidgetColors | short | alpha_check | 526 | 2 |
tui.wcol_list_item.outline | uiWidgetColors | char | outline[4] | 528 | 4 |
tui.wcol_list_item.inner | uiWidgetColors | char | inner[4] | 532 | 4 |
tui.wcol_list_item.inner_sel | uiWidgetColors | char | inner_sel[4] | 536 | 4 |
tui.wcol_list_item.item | uiWidgetColors | char | item[4] | 540 | 4 |
tui.wcol_list_item.text | uiWidgetColors | char | text[4] | 544 | 4 |
tui.wcol_list_item.text_sel | uiWidgetColors | char | text_sel[4] | 548 | 4 |
tui.wcol_list_item.shaded | uiWidgetColors | short | shaded | 552 | 2 |
tui.wcol_list_item.shadetop | uiWidgetColors | short | shadetop | 554 | 2 |
tui.wcol_list_item.shadedown | uiWidgetColors | short | shadedown | 556 | 2 |
tui.wcol_list_item.alpha_check | uiWidgetColors | short | alpha_check | 558 | 2 |
tui.wcol_state.inner_anim | uiWidgetStateColors | char | inner_anim[4] | 560 | 4 |
tui.wcol_state.inner_anim_sel | uiWidgetStateColors | char | inner_anim_sel[4] | 564 | 4 |
tui.wcol_state.inner_key | uiWidgetStateColors | char | inner_key[4] | 568 | 4 |
tui.wcol_state.inner_key_sel | uiWidgetStateColors | char | inner_key_sel[4] | 572 | 4 |
tui.wcol_state.inner_driven | uiWidgetStateColors | char | inner_driven[4] | 576 | 4 |
tui.wcol_state.inner_driven_sel | uiWidgetStateColors | char | inner_driven_sel[4] | 580 | 4 |
tui.wcol_state.blend | uiWidgetStateColors | float | blend | 584 | 4 |
tui.wcol_state.pad | uiWidgetStateColors | float | pad | 588 | 4 |
tui.iconfile | ThemeUI | char | iconfile[80] | 592 | 80 |
tbuts.back | ThemeSpace | char | back[4] | 672 | 4 |
tbuts.title | ThemeSpace | char | title[4] | 676 | 4 |
tbuts.text | ThemeSpace | char | text[4] | 680 | 4 |
tbuts.text_hi | ThemeSpace | char | text_hi[4] | 684 | 4 |
tbuts.header | ThemeSpace | char | header[4] | 688 | 4 |
tbuts.header_title | ThemeSpace | char | header_title[4] | 692 | 4 |
tbuts.header_text | ThemeSpace | char | header_text[4] | 696 | 4 |
tbuts.header_text_hi | ThemeSpace | char | header_text_hi[4] | 700 | 4 |
tbuts.button | ThemeSpace | char | button[4] | 704 | 4 |
tbuts.button_title | ThemeSpace | char | button_title[4] | 708 | 4 |
tbuts.button_text | ThemeSpace | char | button_text[4] | 712 | 4 |
tbuts.button_text_hi | ThemeSpace | char | button_text_hi[4] | 716 | 4 |
tbuts.list | ThemeSpace | char | list[4] | 720 | 4 |
tbuts.list_title | ThemeSpace | char | list_title[4] | 724 | 4 |
tbuts.list_text | ThemeSpace | char | list_text[4] | 728 | 4 |
tbuts.list_text_hi | ThemeSpace | char | list_text_hi[4] | 732 | 4 |
tbuts.panel | ThemeSpace | char | panel[4] | 736 | 4 |
tbuts.panel_title | ThemeSpace | char | panel_title[4] | 740 | 4 |
tbuts.panel_text | ThemeSpace | char | panel_text[4] | 744 | 4 |
tbuts.panel_text_hi | ThemeSpace | char | panel_text_hi[4] | 748 | 4 |
tbuts.shade1 | ThemeSpace | char | shade1[4] | 752 | 4 |
tbuts.shade2 | ThemeSpace | char | shade2[4] | 756 | 4 |
tbuts.hilite | ThemeSpace | char | hilite[4] | 760 | 4 |
tbuts.grid | ThemeSpace | char | grid[4] | 764 | 4 |
tbuts.wire | ThemeSpace | char | wire[4] | 768 | 4 |
tbuts.select | ThemeSpace | char | select[4] | 772 | 4 |
tbuts.lamp | ThemeSpace | char | lamp[4] | 776 | 4 |
tbuts.active | ThemeSpace | char | active[4] | 780 | 4 |
tbuts.group | ThemeSpace | char | group[4] | 784 | 4 |
tbuts.group_active | ThemeSpace | char | group_active[4] | 788 | 4 |
tbuts.transform | ThemeSpace | char | transform[4] | 792 | 4 |
tbuts.vertex | ThemeSpace | char | vertex[4] | 796 | 4 |
tbuts.vertex_select | ThemeSpace | char | vertex_select[4] | 800 | 4 |
tbuts.edge | ThemeSpace | char | edge[4] | 804 | 4 |
tbuts.edge_select | ThemeSpace | char | edge_select[4] | 808 | 4 |
tbuts.edge_seam | ThemeSpace | char | edge_seam[4] | 812 | 4 |
tbuts.edge_sharp | ThemeSpace | char | edge_sharp[4] | 816 | 4 |
tbuts.edge_facesel | ThemeSpace | char | edge_facesel[4] | 820 | 4 |
tbuts.edge_crease | ThemeSpace | char | edge_crease[4] | 824 | 4 |
tbuts.face | ThemeSpace | char | face[4] | 828 | 4 |
tbuts.face_select | ThemeSpace | char | face_select[4] | 832 | 4 |
tbuts.face_dot | ThemeSpace | char | face_dot[4] | 836 | 4 |
tbuts.extra_edge_len | ThemeSpace | char | extra_edge_len[4] | 840 | 4 |
tbuts.extra_face_angle | ThemeSpace | char | extra_face_angle[4] | 844 | 4 |
tbuts.extra_face_area | ThemeSpace | char | extra_face_area[4] | 848 | 4 |
tbuts.pad3 | ThemeSpace | char | pad3[4] | 852 | 4 |
tbuts.normal | ThemeSpace | char | normal[4] | 856 | 4 |
tbuts.vertex_normal | ThemeSpace | char | vertex_normal[4] | 860 | 4 |
tbuts.bone_solid | ThemeSpace | char | bone_solid[4] | 864 | 4 |
tbuts.bone_pose | ThemeSpace | char | bone_pose[4] | 868 | 4 |
tbuts.strip | ThemeSpace | char | strip[4] | 872 | 4 |
tbuts.strip_select | ThemeSpace | char | strip_select[4] | 876 | 4 |
tbuts.cframe | ThemeSpace | char | cframe[4] | 880 | 4 |
tbuts.nurb_uline | ThemeSpace | char | nurb_uline[4] | 884 | 4 |
tbuts.nurb_vline | ThemeSpace | char | nurb_vline[4] | 888 | 4 |
tbuts.act_spline | ThemeSpace | char | act_spline[4] | 892 | 4 |
tbuts.nurb_sel_uline | ThemeSpace | char | nurb_sel_uline[4] | 896 | 4 |
tbuts.nurb_sel_vline | ThemeSpace | char | nurb_sel_vline[4] | 900 | 4 |
tbuts.lastsel_point | ThemeSpace | char | lastsel_point[4] | 904 | 4 |
tbuts.handle_free | ThemeSpace | char | handle_free[4] | 908 | 4 |
tbuts.handle_auto | ThemeSpace | char | handle_auto[4] | 912 | 4 |
tbuts.handle_vect | ThemeSpace | char | handle_vect[4] | 916 | 4 |
tbuts.handle_align | ThemeSpace | char | handle_align[4] | 920 | 4 |
tbuts.handle_sel_free | ThemeSpace | char | handle_sel_free[4] | 924 | 4 |
tbuts.handle_sel_auto | ThemeSpace | char | handle_sel_auto[4] | 928 | 4 |
tbuts.handle_sel_vect | ThemeSpace | char | handle_sel_vect[4] | 932 | 4 |
tbuts.handle_sel_align | ThemeSpace | char | handle_sel_align[4] | 936 | 4 |
tbuts.ds_channel | ThemeSpace | char | ds_channel[4] | 940 | 4 |
tbuts.ds_subchannel | ThemeSpace | char | ds_subchannel[4] | 944 | 4 |
tbuts.console_output | ThemeSpace | char | console_output[4] | 948 | 4 |
tbuts.console_input | ThemeSpace | char | console_input[4] | 952 | 4 |
tbuts.console_info | ThemeSpace | char | console_info[4] | 956 | 4 |
tbuts.console_error | ThemeSpace | char | console_error[4] | 960 | 4 |
tbuts.console_cursor | ThemeSpace | char | console_cursor[4] | 964 | 4 |
tbuts.vertex_size | ThemeSpace | char | vertex_size | 968 | 1 |
tbuts.facedot_size | ThemeSpace | char | facedot_size | 969 | 1 |
tbuts.bpad | ThemeSpace | char | bpad[2] | 970 | 2 |
tbuts.syntaxl | ThemeSpace | char | syntaxl[4] | 972 | 4 |
tbuts.syntaxn | ThemeSpace | char | syntaxn[4] | 976 | 4 |
tbuts.syntaxb | ThemeSpace | char | syntaxb[4] | 980 | 4 |
tbuts.syntaxv | ThemeSpace | char | syntaxv[4] | 984 | 4 |
tbuts.syntaxc | ThemeSpace | char | syntaxc[4] | 988 | 4 |
tbuts.movie | ThemeSpace | char | movie[4] | 992 | 4 |
tbuts.image | ThemeSpace | char | image[4] | 996 | 4 |
tbuts.scene | ThemeSpace | char | scene[4] | 1000 | 4 |
tbuts.audio | ThemeSpace | char | audio[4] | 1004 | 4 |
tbuts.effect | ThemeSpace | char | effect[4] | 1008 | 4 |
tbuts.plugin | ThemeSpace | char | plugin[4] | 1012 | 4 |
tbuts.transition | ThemeSpace | char | transition[4] | 1016 | 4 |
tbuts.meta | ThemeSpace | char | meta[4] | 1020 | 4 |
tbuts.editmesh_active | ThemeSpace | char | editmesh_active[4] | 1024 | 4 |
tbuts.handle_vertex | ThemeSpace | char | handle_vertex[4] | 1028 | 4 |
tbuts.handle_vertex_select | ThemeSpace | char | handle_vertex_select[4] | 1032 | 4 |
tbuts.handle_vertex_size | ThemeSpace | char | handle_vertex_size | 1036 | 1 |
tbuts.hpad | ThemeSpace | char | hpad[7] | 1037 | 7 |
tbuts.preview_back | ThemeSpace | char | preview_back[4] | 1044 | 4 |
tv3d.back | ThemeSpace | char | back[4] | 1048 | 4 |
tv3d.title | ThemeSpace | char | title[4] | 1052 | 4 |
tv3d.text | ThemeSpace | char | text[4] | 1056 | 4 |
tv3d.text_hi | ThemeSpace | char | text_hi[4] | 1060 | 4 |
tv3d.header | ThemeSpace | char | header[4] | 1064 | 4 |
tv3d.header_title | ThemeSpace | char | header_title[4] | 1068 | 4 |
tv3d.header_text | ThemeSpace | char | header_text[4] | 1072 | 4 |
tv3d.header_text_hi | ThemeSpace | char | header_text_hi[4] | 1076 | 4 |
tv3d.button | ThemeSpace | char | button[4] | 1080 | 4 |
tv3d.button_title | ThemeSpace | char | button_title[4] | 1084 | 4 |
tv3d.button_text | ThemeSpace | char | button_text[4] | 1088 | 4 |
tv3d.button_text_hi | ThemeSpace | char | button_text_hi[4] | 1092 | 4 |
tv3d.list | ThemeSpace | char | list[4] | 1096 | 4 |
tv3d.list_title | ThemeSpace | char | list_title[4] | 1100 | 4 |
tv3d.list_text | ThemeSpace | char | list_text[4] | 1104 | 4 |
tv3d.list_text_hi | ThemeSpace | char | list_text_hi[4] | 1108 | 4 |
tv3d.panel | ThemeSpace | char | panel[4] | 1112 | 4 |
tv3d.panel_title | ThemeSpace | char | panel_title[4] | 1116 | 4 |
tv3d.panel_text | ThemeSpace | char | panel_text[4] | 1120 | 4 |
tv3d.panel_text_hi | ThemeSpace | char | panel_text_hi[4] | 1124 | 4 |
tv3d.shade1 | ThemeSpace | char | shade1[4] | 1128 | 4 |
tv3d.shade2 | ThemeSpace | char | shade2[4] | 1132 | 4 |
tv3d.hilite | ThemeSpace | char | hilite[4] | 1136 | 4 |
tv3d.grid | ThemeSpace | char | grid[4] | 1140 | 4 |
tv3d.wire | ThemeSpace | char | wire[4] | 1144 | 4 |
tv3d.select | ThemeSpace | char | select[4] | 1148 | 4 |
tv3d.lamp | ThemeSpace | char | lamp[4] | 1152 | 4 |
tv3d.active | ThemeSpace | char | active[4] | 1156 | 4 |
tv3d.group | ThemeSpace | char | group[4] | 1160 | 4 |
tv3d.group_active | ThemeSpace | char | group_active[4] | 1164 | 4 |
tv3d.transform | ThemeSpace | char | transform[4] | 1168 | 4 |
tv3d.vertex | ThemeSpace | char | vertex[4] | 1172 | 4 |
tv3d.vertex_select | ThemeSpace | char | vertex_select[4] | 1176 | 4 |
tv3d.edge | ThemeSpace | char | edge[4] | 1180 | 4 |
tv3d.edge_select | ThemeSpace | char | edge_select[4] | 1184 | 4 |
tv3d.edge_seam | ThemeSpace | char | edge_seam[4] | 1188 | 4 |
tv3d.edge_sharp | ThemeSpace | char | edge_sharp[4] | 1192 | 4 |
tv3d.edge_facesel | ThemeSpace | char | edge_facesel[4] | 1196 | 4 |
tv3d.edge_crease | ThemeSpace | char | edge_crease[4] | 1200 | 4 |
tv3d.face | ThemeSpace | char | face[4] | 1204 | 4 |
tv3d.face_select | ThemeSpace | char | face_select[4] | 1208 | 4 |
tv3d.face_dot | ThemeSpace | char | face_dot[4] | 1212 | 4 |
tv3d.extra_edge_len | ThemeSpace | char | extra_edge_len[4] | 1216 | 4 |
tv3d.extra_face_angle | ThemeSpace | char | extra_face_angle[4] | 1220 | 4 |
tv3d.extra_face_area | ThemeSpace | char | extra_face_area[4] | 1224 | 4 |
tv3d.pad3 | ThemeSpace | char | pad3[4] | 1228 | 4 |
tv3d.normal | ThemeSpace | char | normal[4] | 1232 | 4 |
tv3d.vertex_normal | ThemeSpace | char | vertex_normal[4] | 1236 | 4 |
tv3d.bone_solid | ThemeSpace | char | bone_solid[4] | 1240 | 4 |
tv3d.bone_pose | ThemeSpace | char | bone_pose[4] | 1244 | 4 |
tv3d.strip | ThemeSpace | char | strip[4] | 1248 | 4 |
tv3d.strip_select | ThemeSpace | char | strip_select[4] | 1252 | 4 |
tv3d.cframe | ThemeSpace | char | cframe[4] | 1256 | 4 |
tv3d.nurb_uline | ThemeSpace | char | nurb_uline[4] | 1260 | 4 |
tv3d.nurb_vline | ThemeSpace | char | nurb_vline[4] | 1264 | 4 |
tv3d.act_spline | ThemeSpace | char | act_spline[4] | 1268 | 4 |
tv3d.nurb_sel_uline | ThemeSpace | char | nurb_sel_uline[4] | 1272 | 4 |
tv3d.nurb_sel_vline | ThemeSpace | char | nurb_sel_vline[4] | 1276 | 4 |
tv3d.lastsel_point | ThemeSpace | char | lastsel_point[4] | 1280 | 4 |
tv3d.handle_free | ThemeSpace | char | handle_free[4] | 1284 | 4 |
tv3d.handle_auto | ThemeSpace | char | handle_auto[4] | 1288 | 4 |
tv3d.handle_vect | ThemeSpace | char | handle_vect[4] | 1292 | 4 |
tv3d.handle_align | ThemeSpace | char | handle_align[4] | 1296 | 4 |
tv3d.handle_sel_free | ThemeSpace | char | handle_sel_free[4] | 1300 | 4 |
tv3d.handle_sel_auto | ThemeSpace | char | handle_sel_auto[4] | 1304 | 4 |
tv3d.handle_sel_vect | ThemeSpace | char | handle_sel_vect[4] | 1308 | 4 |
tv3d.handle_sel_align | ThemeSpace | char | handle_sel_align[4] | 1312 | 4 |
tv3d.ds_channel | ThemeSpace | char | ds_channel[4] | 1316 | 4 |
tv3d.ds_subchannel | ThemeSpace | char | ds_subchannel[4] | 1320 | 4 |
tv3d.console_output | ThemeSpace | char | console_output[4] | 1324 | 4 |
tv3d.console_input | ThemeSpace | char | console_input[4] | 1328 | 4 |
tv3d.console_info | ThemeSpace | char | console_info[4] | 1332 | 4 |
tv3d.console_error | ThemeSpace | char | console_error[4] | 1336 | 4 |
tv3d.console_cursor | ThemeSpace | char | console_cursor[4] | 1340 | 4 |
tv3d.vertex_size | ThemeSpace | char | vertex_size | 1344 | 1 |
tv3d.facedot_size | ThemeSpace | char | facedot_size | 1345 | 1 |
tv3d.bpad | ThemeSpace | char | bpad[2] | 1346 | 2 |
tv3d.syntaxl | ThemeSpace | char | syntaxl[4] | 1348 | 4 |
tv3d.syntaxn | ThemeSpace | char | syntaxn[4] | 1352 | 4 |
tv3d.syntaxb | ThemeSpace | char | syntaxb[4] | 1356 | 4 |
tv3d.syntaxv | ThemeSpace | char | syntaxv[4] | 1360 | 4 |
tv3d.syntaxc | ThemeSpace | char | syntaxc[4] | 1364 | 4 |
tv3d.movie | ThemeSpace | char | movie[4] | 1368 | 4 |
tv3d.image | ThemeSpace | char | image[4] | 1372 | 4 |
tv3d.scene | ThemeSpace | char | scene[4] | 1376 | 4 |
tv3d.audio | ThemeSpace | char | audio[4] | 1380 | 4 |
tv3d.effect | ThemeSpace | char | effect[4] | 1384 | 4 |
tv3d.plugin | ThemeSpace | char | plugin[4] | 1388 | 4 |
tv3d.transition | ThemeSpace | char | transition[4] | 1392 | 4 |
tv3d.meta | ThemeSpace | char | meta[4] | 1396 | 4 |
tv3d.editmesh_active | ThemeSpace | char | editmesh_active[4] | 1400 | 4 |
tv3d.handle_vertex | ThemeSpace | char | handle_vertex[4] | 1404 | 4 |
tv3d.handle_vertex_select | ThemeSpace | char | handle_vertex_select[4] | 1408 | 4 |
tv3d.handle_vertex_size | ThemeSpace | char | handle_vertex_size | 1412 | 1 |
tv3d.hpad | ThemeSpace | char | hpad[7] | 1413 | 7 |
tv3d.preview_back | ThemeSpace | char | preview_back[4] | 1420 | 4 |
tfile.back | ThemeSpace | char | back[4] | 1424 | 4 |
tfile.title | ThemeSpace | char | title[4] | 1428 | 4 |
tfile.text | ThemeSpace | char | text[4] | 1432 | 4 |
tfile.text_hi | ThemeSpace | char | text_hi[4] | 1436 | 4 |
tfile.header | ThemeSpace | char | header[4] | 1440 | 4 |
tfile.header_title | ThemeSpace | char | header_title[4] | 1444 | 4 |
tfile.header_text | ThemeSpace | char | header_text[4] | 1448 | 4 |
tfile.header_text_hi | ThemeSpace | char | header_text_hi[4] | 1452 | 4 |
tfile.button | ThemeSpace | char | button[4] | 1456 | 4 |
tfile.button_title | ThemeSpace | char | button_title[4] | 1460 | 4 |
tfile.button_text | ThemeSpace | char | button_text[4] | 1464 | 4 |
tfile.button_text_hi | ThemeSpace | char | button_text_hi[4] | 1468 | 4 |
tfile.list | ThemeSpace | char | list[4] | 1472 | 4 |
tfile.list_title | ThemeSpace | char | list_title[4] | 1476 | 4 |
tfile.list_text | ThemeSpace | char | list_text[4] | 1480 | 4 |
tfile.list_text_hi | ThemeSpace | char | list_text_hi[4] | 1484 | 4 |
tfile.panel | ThemeSpace | char | panel[4] | 1488 | 4 |
tfile.panel_title | ThemeSpace | char | panel_title[4] | 1492 | 4 |
tfile.panel_text | ThemeSpace | char | panel_text[4] | 1496 | 4 |
tfile.panel_text_hi | ThemeSpace | char | panel_text_hi[4] | 1500 | 4 |
tfile.shade1 | ThemeSpace | char | shade1[4] | 1504 | 4 |
tfile.shade2 | ThemeSpace | char | shade2[4] | 1508 | 4 |
tfile.hilite | ThemeSpace | char | hilite[4] | 1512 | 4 |
tfile.grid | ThemeSpace | char | grid[4] | 1516 | 4 |
tfile.wire | ThemeSpace | char | wire[4] | 1520 | 4 |
tfile.select | ThemeSpace | char | select[4] | 1524 | 4 |
tfile.lamp | ThemeSpace | char | lamp[4] | 1528 | 4 |
tfile.active | ThemeSpace | char | active[4] | 1532 | 4 |
tfile.group | ThemeSpace | char | group[4] | 1536 | 4 |
tfile.group_active | ThemeSpace | char | group_active[4] | 1540 | 4 |
tfile.transform | ThemeSpace | char | transform[4] | 1544 | 4 |
tfile.vertex | ThemeSpace | char | vertex[4] | 1548 | 4 |
tfile.vertex_select | ThemeSpace | char | vertex_select[4] | 1552 | 4 |
tfile.edge | ThemeSpace | char | edge[4] | 1556 | 4 |
tfile.edge_select | ThemeSpace | char | edge_select[4] | 1560 | 4 |
tfile.edge_seam | ThemeSpace | char | edge_seam[4] | 1564 | 4 |
tfile.edge_sharp | ThemeSpace | char | edge_sharp[4] | 1568 | 4 |
tfile.edge_facesel | ThemeSpace | char | edge_facesel[4] | 1572 | 4 |
tfile.edge_crease | ThemeSpace | char | edge_crease[4] | 1576 | 4 |
tfile.face | ThemeSpace | char | face[4] | 1580 | 4 |
tfile.face_select | ThemeSpace | char | face_select[4] | 1584 | 4 |
tfile.face_dot | ThemeSpace | char | face_dot[4] | 1588 | 4 |
tfile.extra_edge_len | ThemeSpace | char | extra_edge_len[4] | 1592 | 4 |
tfile.extra_face_angle | ThemeSpace | char | extra_face_angle[4] | 1596 | 4 |
tfile.extra_face_area | ThemeSpace | char | extra_face_area[4] | 1600 | 4 |
tfile.pad3 | ThemeSpace | char | pad3[4] | 1604 | 4 |
tfile.normal | ThemeSpace | char | normal[4] | 1608 | 4 |
tfile.vertex_normal | ThemeSpace | char | vertex_normal[4] | 1612 | 4 |
tfile.bone_solid | ThemeSpace | char | bone_solid[4] | 1616 | 4 |
tfile.bone_pose | ThemeSpace | char | bone_pose[4] | 1620 | 4 |
tfile.strip | ThemeSpace | char | strip[4] | 1624 | 4 |
tfile.strip_select | ThemeSpace | char | strip_select[4] | 1628 | 4 |
tfile.cframe | ThemeSpace | char | cframe[4] | 1632 | 4 |
tfile.nurb_uline | ThemeSpace | char | nurb_uline[4] | 1636 | 4 |
tfile.nurb_vline | ThemeSpace | char | nurb_vline[4] | 1640 | 4 |
tfile.act_spline | ThemeSpace | char | act_spline[4] | 1644 | 4 |
tfile.nurb_sel_uline | ThemeSpace | char | nurb_sel_uline[4] | 1648 | 4 |
tfile.nurb_sel_vline | ThemeSpace | char | nurb_sel_vline[4] | 1652 | 4 |
tfile.lastsel_point | ThemeSpace | char | lastsel_point[4] | 1656 | 4 |
tfile.handle_free | ThemeSpace | char | handle_free[4] | 1660 | 4 |
tfile.handle_auto | ThemeSpace | char | handle_auto[4] | 1664 | 4 |
tfile.handle_vect | ThemeSpace | char | handle_vect[4] | 1668 | 4 |
tfile.handle_align | ThemeSpace | char | handle_align[4] | 1672 | 4 |
tfile.handle_sel_free | ThemeSpace | char | handle_sel_free[4] | 1676 | 4 |
tfile.handle_sel_auto | ThemeSpace | char | handle_sel_auto[4] | 1680 | 4 |
tfile.handle_sel_vect | ThemeSpace | char | handle_sel_vect[4] | 1684 | 4 |
tfile.handle_sel_align | ThemeSpace | char | handle_sel_align[4] | 1688 | 4 |
tfile.ds_channel | ThemeSpace | char | ds_channel[4] | 1692 | 4 |
tfile.ds_subchannel | ThemeSpace | char | ds_subchannel[4] | 1696 | 4 |
tfile.console_output | ThemeSpace | char | console_output[4] | 1700 | 4 |
tfile.console_input | ThemeSpace | char | console_input[4] | 1704 | 4 |
tfile.console_info | ThemeSpace | char | console_info[4] | 1708 | 4 |
tfile.console_error | ThemeSpace | char | console_error[4] | 1712 | 4 |
tfile.console_cursor | ThemeSpace | char | console_cursor[4] | 1716 | 4 |
tfile.vertex_size | ThemeSpace | char | vertex_size | 1720 | 1 |
tfile.facedot_size | ThemeSpace | char | facedot_size | 1721 | 1 |
tfile.bpad | ThemeSpace | char | bpad[2] | 1722 | 2 |
tfile.syntaxl | ThemeSpace | char | syntaxl[4] | 1724 | 4 |
tfile.syntaxn | ThemeSpace | char | syntaxn[4] | 1728 | 4 |
tfile.syntaxb | ThemeSpace | char | syntaxb[4] | 1732 | 4 |
tfile.syntaxv | ThemeSpace | char | syntaxv[4] | 1736 | 4 |
tfile.syntaxc | ThemeSpace | char | syntaxc[4] | 1740 | 4 |
tfile.movie | ThemeSpace | char | movie[4] | 1744 | 4 |
tfile.image | ThemeSpace | char | image[4] | 1748 | 4 |
tfile.scene | ThemeSpace | char | scene[4] | 1752 | 4 |
tfile.audio | ThemeSpace | char | audio[4] | 1756 | 4 |
tfile.effect | ThemeSpace | char | effect[4] | 1760 | 4 |
tfile.plugin | ThemeSpace | char | plugin[4] | 1764 | 4 |
tfile.transition | ThemeSpace | char | transition[4] | 1768 | 4 |
tfile.meta | ThemeSpace | char | meta[4] | 1772 | 4 |
tfile.editmesh_active | ThemeSpace | char | editmesh_active[4] | 1776 | 4 |
tfile.handle_vertex | ThemeSpace | char | handle_vertex[4] | 1780 | 4 |
tfile.handle_vertex_select | ThemeSpace | char | handle_vertex_select[4] | 1784 | 4 |
tfile.handle_vertex_size | ThemeSpace | char | handle_vertex_size | 1788 | 1 |
tfile.hpad | ThemeSpace | char | hpad[7] | 1789 | 7 |
tfile.preview_back | ThemeSpace | char | preview_back[4] | 1796 | 4 |
tipo.back | ThemeSpace | char | back[4] | 1800 | 4 |
tipo.title | ThemeSpace | char | title[4] | 1804 | 4 |
tipo.text | ThemeSpace | char | text[4] | 1808 | 4 |
tipo.text_hi | ThemeSpace | char | text_hi[4] | 1812 | 4 |
tipo.header | ThemeSpace | char | header[4] | 1816 | 4 |
tipo.header_title | ThemeSpace | char | header_title[4] | 1820 | 4 |
tipo.header_text | ThemeSpace | char | header_text[4] | 1824 | 4 |
tipo.header_text_hi | ThemeSpace | char | header_text_hi[4] | 1828 | 4 |
tipo.button | ThemeSpace | char | button[4] | 1832 | 4 |
tipo.button_title | ThemeSpace | char | button_title[4] | 1836 | 4 |
tipo.button_text | ThemeSpace | char | button_text[4] | 1840 | 4 |
tipo.button_text_hi | ThemeSpace | char | button_text_hi[4] | 1844 | 4 |
tipo.list | ThemeSpace | char | list[4] | 1848 | 4 |
tipo.list_title | ThemeSpace | char | list_title[4] | 1852 | 4 |
tipo.list_text | ThemeSpace | char | list_text[4] | 1856 | 4 |
tipo.list_text_hi | ThemeSpace | char | list_text_hi[4] | 1860 | 4 |
tipo.panel | ThemeSpace | char | panel[4] | 1864 | 4 |
tipo.panel_title | ThemeSpace | char | panel_title[4] | 1868 | 4 |
tipo.panel_text | ThemeSpace | char | panel_text[4] | 1872 | 4 |
tipo.panel_text_hi | ThemeSpace | char | panel_text_hi[4] | 1876 | 4 |
tipo.shade1 | ThemeSpace | char | shade1[4] | 1880 | 4 |
tipo.shade2 | ThemeSpace | char | shade2[4] | 1884 | 4 |
tipo.hilite | ThemeSpace | char | hilite[4] | 1888 | 4 |
tipo.grid | ThemeSpace | char | grid[4] | 1892 | 4 |
tipo.wire | ThemeSpace | char | wire[4] | 1896 | 4 |
tipo.select | ThemeSpace | char | select[4] | 1900 | 4 |
tipo.lamp | ThemeSpace | char | lamp[4] | 1904 | 4 |
tipo.active | ThemeSpace | char | active[4] | 1908 | 4 |
tipo.group | ThemeSpace | char | group[4] | 1912 | 4 |
tipo.group_active | ThemeSpace | char | group_active[4] | 1916 | 4 |
tipo.transform | ThemeSpace | char | transform[4] | 1920 | 4 |
tipo.vertex | ThemeSpace | char | vertex[4] | 1924 | 4 |
tipo.vertex_select | ThemeSpace | char | vertex_select[4] | 1928 | 4 |
tipo.edge | ThemeSpace | char | edge[4] | 1932 | 4 |
tipo.edge_select | ThemeSpace | char | edge_select[4] | 1936 | 4 |
tipo.edge_seam | ThemeSpace | char | edge_seam[4] | 1940 | 4 |
tipo.edge_sharp | ThemeSpace | char | edge_sharp[4] | 1944 | 4 |
tipo.edge_facesel | ThemeSpace | char | edge_facesel[4] | 1948 | 4 |
tipo.edge_crease | ThemeSpace | char | edge_crease[4] | 1952 | 4 |
tipo.face | ThemeSpace | char | face[4] | 1956 | 4 |
tipo.face_select | ThemeSpace | char | face_select[4] | 1960 | 4 |
tipo.face_dot | ThemeSpace | char | face_dot[4] | 1964 | 4 |
tipo.extra_edge_len | ThemeSpace | char | extra_edge_len[4] | 1968 | 4 |
tipo.extra_face_angle | ThemeSpace | char | extra_face_angle[4] | 1972 | 4 |
tipo.extra_face_area | ThemeSpace | char | extra_face_area[4] | 1976 | 4 |
tipo.pad3 | ThemeSpace | char | pad3[4] | 1980 | 4 |
tipo.normal | ThemeSpace | char | normal[4] | 1984 | 4 |
tipo.vertex_normal | ThemeSpace | char | vertex_normal[4] | 1988 | 4 |
tipo.bone_solid | ThemeSpace | char | bone_solid[4] | 1992 | 4 |
tipo.bone_pose | ThemeSpace | char | bone_pose[4] | 1996 | 4 |
tipo.strip | ThemeSpace | char | strip[4] | 2000 | 4 |
tipo.strip_select | ThemeSpace | char | strip_select[4] | 2004 | 4 |
tipo.cframe | ThemeSpace | char | cframe[4] | 2008 | 4 |
tipo.nurb_uline | ThemeSpace | char | nurb_uline[4] | 2012 | 4 |
tipo.nurb_vline | ThemeSpace | char | nurb_vline[4] | 2016 | 4 |
tipo.act_spline | ThemeSpace | char | act_spline[4] | 2020 | 4 |
tipo.nurb_sel_uline | ThemeSpace | char | nurb_sel_uline[4] | 2024 | 4 |
tipo.nurb_sel_vline | ThemeSpace | char | nurb_sel_vline[4] | 2028 | 4 |
tipo.lastsel_point | ThemeSpace | char | lastsel_point[4] | 2032 | 4 |
tipo.handle_free | ThemeSpace | char | handle_free[4] | 2036 | 4 |
tipo.handle_auto | ThemeSpace | char | handle_auto[4] | 2040 | 4 |
tipo.handle_vect | ThemeSpace | char | handle_vect[4] | 2044 | 4 |
tipo.handle_align | ThemeSpace | char | handle_align[4] | 2048 | 4 |
tipo.handle_sel_free | ThemeSpace | char | handle_sel_free[4] | 2052 | 4 |
tipo.handle_sel_auto | ThemeSpace | char | handle_sel_auto[4] | 2056 | 4 |
tipo.handle_sel_vect | ThemeSpace | char | handle_sel_vect[4] | 2060 | 4 |
tipo.handle_sel_align | ThemeSpace | char | handle_sel_align[4] | 2064 | 4 |
tipo.ds_channel | ThemeSpace | char | ds_channel[4] | 2068 | 4 |
tipo.ds_subchannel | ThemeSpace | char | ds_subchannel[4] | 2072 | 4 |
tipo.console_output | ThemeSpace | char | console_output[4] | 2076 | 4 |
tipo.console_input | ThemeSpace | char | console_input[4] | 2080 | 4 |
tipo.console_info | ThemeSpace | char | console_info[4] | 2084 | 4 |
tipo.console_error | ThemeSpace | char | console_error[4] | 2088 | 4 |
tipo.console_cursor | ThemeSpace | char | console_cursor[4] | 2092 | 4 |
tipo.vertex_size | ThemeSpace | char | vertex_size | 2096 | 1 |
tipo.facedot_size | ThemeSpace | char | facedot_size | 2097 | 1 |
tipo.bpad | ThemeSpace | char | bpad[2] | 2098 | 2 |
tipo.syntaxl | ThemeSpace | char | syntaxl[4] | 2100 | 4 |
tipo.syntaxn | ThemeSpace | char | syntaxn[4] | 2104 | 4 |
tipo.syntaxb | ThemeSpace | char | syntaxb[4] | 2108 | 4 |
tipo.syntaxv | ThemeSpace | char | syntaxv[4] | 2112 | 4 |
tipo.syntaxc | ThemeSpace | char | syntaxc[4] | 2116 | 4 |
tipo.movie | ThemeSpace | char | movie[4] | 2120 | 4 |
tipo.image | ThemeSpace | char | image[4] | 2124 | 4 |
tipo.scene | ThemeSpace | char | scene[4] | 2128 | 4 |
tipo.audio | ThemeSpace | char | audio[4] | 2132 | 4 |
tipo.effect | ThemeSpace | char | effect[4] | 2136 | 4 |
tipo.plugin | ThemeSpace | char | plugin[4] | 2140 | 4 |
tipo.transition | ThemeSpace | char | transition[4] | 2144 | 4 |
tipo.meta | ThemeSpace | char | meta[4] | 2148 | 4 |
tipo.editmesh_active | ThemeSpace | char | editmesh_active[4] | 2152 | 4 |
tipo.handle_vertex | ThemeSpace | char | handle_vertex[4] | 2156 | 4 |
tipo.handle_vertex_select | ThemeSpace | char | handle_vertex_select[4] | 2160 | 4 |
tipo.handle_vertex_size | ThemeSpace | char | handle_vertex_size | 2164 | 1 |
tipo.hpad | ThemeSpace | char | hpad[7] | 2165 | 7 |
tipo.preview_back | ThemeSpace | char | preview_back[4] | 2172 | 4 |
tinfo.back | ThemeSpace | char | back[4] | 2176 | 4 |
tinfo.title | ThemeSpace | char | title[4] | 2180 | 4 |
tinfo.text | ThemeSpace | char | text[4] | 2184 | 4 |
tinfo.text_hi | ThemeSpace | char | text_hi[4] | 2188 | 4 |
tinfo.header | ThemeSpace | char | header[4] | 2192 | 4 |
tinfo.header_title | ThemeSpace | char | header_title[4] | 2196 | 4 |
tinfo.header_text | ThemeSpace | char | header_text[4] | 2200 | 4 |
tinfo.header_text_hi | ThemeSpace | char | header_text_hi[4] | 2204 | 4 |
tinfo.button | ThemeSpace | char | button[4] | 2208 | 4 |
tinfo.button_title | ThemeSpace | char | button_title[4] | 2212 | 4 |
tinfo.button_text | ThemeSpace | char | button_text[4] | 2216 | 4 |
tinfo.button_text_hi | ThemeSpace | char | button_text_hi[4] | 2220 | 4 |
tinfo.list | ThemeSpace | char | list[4] | 2224 | 4 |
tinfo.list_title | ThemeSpace | char | list_title[4] | 2228 | 4 |
tinfo.list_text | ThemeSpace | char | list_text[4] | 2232 | 4 |
tinfo.list_text_hi | ThemeSpace | char | list_text_hi[4] | 2236 | 4 |
tinfo.panel | ThemeSpace | char | panel[4] | 2240 | 4 |
tinfo.panel_title | ThemeSpace | char | panel_title[4] | 2244 | 4 |
tinfo.panel_text | ThemeSpace | char | panel_text[4] | 2248 | 4 |
tinfo.panel_text_hi | ThemeSpace | char | panel_text_hi[4] | 2252 | 4 |
tinfo.shade1 | ThemeSpace | char | shade1[4] | 2256 | 4 |
tinfo.shade2 | ThemeSpace | char | shade2[4] | 2260 | 4 |
tinfo.hilite | ThemeSpace | char | hilite[4] | 2264 | 4 |
tinfo.grid | ThemeSpace | char | grid[4] | 2268 | 4 |
tinfo.wire | ThemeSpace | char | wire[4] | 2272 | 4 |
tinfo.select | ThemeSpace | char | select[4] | 2276 | 4 |
tinfo.lamp | ThemeSpace | char | lamp[4] | 2280 | 4 |
tinfo.active | ThemeSpace | char | active[4] | 2284 | 4 |
tinfo.group | ThemeSpace | char | group[4] | 2288 | 4 |
tinfo.group_active | ThemeSpace | char | group_active[4] | 2292 | 4 |
tinfo.transform | ThemeSpace | char | transform[4] | 2296 | 4 |
tinfo.vertex | ThemeSpace | char | vertex[4] | 2300 | 4 |
tinfo.vertex_select | ThemeSpace | char | vertex_select[4] | 2304 | 4 |
tinfo.edge | ThemeSpace | char | edge[4] | 2308 | 4 |
tinfo.edge_select | ThemeSpace | char | edge_select[4] | 2312 | 4 |
tinfo.edge_seam | ThemeSpace | char | edge_seam[4] | 2316 | 4 |
tinfo.edge_sharp | ThemeSpace | char | edge_sharp[4] | 2320 | 4 |
tinfo.edge_facesel | ThemeSpace | char | edge_facesel[4] | 2324 | 4 |
tinfo.edge_crease | ThemeSpace | char | edge_crease[4] | 2328 | 4 |
tinfo.face | ThemeSpace | char | face[4] | 2332 | 4 |
tinfo.face_select | ThemeSpace | char | face_select[4] | 2336 | 4 |
tinfo.face_dot | ThemeSpace | char | face_dot[4] | 2340 | 4 |
tinfo.extra_edge_len | ThemeSpace | char | extra_edge_len[4] | 2344 | 4 |
tinfo.extra_face_angle | ThemeSpace | char | extra_face_angle[4] | 2348 | 4 |
tinfo.extra_face_area | ThemeSpace | char | extra_face_area[4] | 2352 | 4 |
tinfo.pad3 | ThemeSpace | char | pad3[4] | 2356 | 4 |
tinfo.normal | ThemeSpace | char | normal[4] | 2360 | 4 |
tinfo.vertex_normal | ThemeSpace | char | vertex_normal[4] | 2364 | 4 |
tinfo.bone_solid | ThemeSpace | char | bone_solid[4] | 2368 | 4 |
tinfo.bone_pose | ThemeSpace | char | bone_pose[4] | 2372 | 4 |
tinfo.strip | ThemeSpace | char | strip[4] | 2376 | 4 |
tinfo.strip_select | ThemeSpace | char | strip_select[4] | 2380 | 4 |
tinfo.cframe | ThemeSpace | char | cframe[4] | 2384 | 4 |
tinfo.nurb_uline | ThemeSpace | char | nurb_uline[4] | 2388 | 4 |
tinfo.nurb_vline | ThemeSpace | char | nurb_vline[4] | 2392 | 4 |
tinfo.act_spline | ThemeSpace | char | act_spline[4] | 2396 | 4 |
tinfo.nurb_sel_uline | ThemeSpace | char | nurb_sel_uline[4] | 2400 | 4 |
tinfo.nurb_sel_vline | ThemeSpace | char | nurb_sel_vline[4] | 2404 | 4 |
tinfo.lastsel_point | ThemeSpace | char | lastsel_point[4] | 2408 | 4 |
tinfo.handle_free | ThemeSpace | char | handle_free[4] | 2412 | 4 |
tinfo.handle_auto | ThemeSpace | char | handle_auto[4] | 2416 | 4 |
tinfo.handle_vect | ThemeSpace | char | handle_vect[4] | 2420 | 4 |
tinfo.handle_align | ThemeSpace | char | handle_align[4] | 2424 | 4 |
tinfo.handle_sel_free | ThemeSpace | char | handle_sel_free[4] | 2428 | 4 |
tinfo.handle_sel_auto | ThemeSpace | char | handle_sel_auto[4] | 2432 | 4 |
tinfo.handle_sel_vect | ThemeSpace | char | handle_sel_vect[4] | 2436 | 4 |
tinfo.handle_sel_align | ThemeSpace | char | handle_sel_align[4] | 2440 | 4 |
tinfo.ds_channel | ThemeSpace | char | ds_channel[4] | 2444 | 4 |
tinfo.ds_subchannel | ThemeSpace | char | ds_subchannel[4] | 2448 | 4 |
tinfo.console_output | ThemeSpace | char | console_output[4] | 2452 | 4 |
tinfo.console_input | ThemeSpace | char | console_input[4] | 2456 | 4 |
tinfo.console_info | ThemeSpace | char | console_info[4] | 2460 | 4 |
tinfo.console_error | ThemeSpace | char | console_error[4] | 2464 | 4 |
tinfo.console_cursor | ThemeSpace | char | console_cursor[4] | 2468 | 4 |
tinfo.vertex_size | ThemeSpace | char | vertex_size | 2472 | 1 |
tinfo.facedot_size | ThemeSpace | char | facedot_size | 2473 | 1 |
tinfo.bpad | ThemeSpace | char | bpad[2] | 2474 | 2 |
tinfo.syntaxl | ThemeSpace | char | syntaxl[4] | 2476 | 4 |
tinfo.syntaxn | ThemeSpace | char | syntaxn[4] | 2480 | 4 |
tinfo.syntaxb | ThemeSpace | char | syntaxb[4] | 2484 | 4 |
tinfo.syntaxv | ThemeSpace | char | syntaxv[4] | 2488 | 4 |
tinfo.syntaxc | ThemeSpace | char | syntaxc[4] | 2492 | 4 |
tinfo.movie | ThemeSpace | char | movie[4] | 2496 | 4 |
tinfo.image | ThemeSpace | char | image[4] | 2500 | 4 |
tinfo.scene | ThemeSpace | char | scene[4] | 2504 | 4 |
tinfo.audio | ThemeSpace | char | audio[4] | 2508 | 4 |
tinfo.effect | ThemeSpace | char | effect[4] | 2512 | 4 |
tinfo.plugin | ThemeSpace | char | plugin[4] | 2516 | 4 |
tinfo.transition | ThemeSpace | char | transition[4] | 2520 | 4 |
tinfo.meta | ThemeSpace | char | meta[4] | 2524 | 4 |
tinfo.editmesh_active | ThemeSpace | char | editmesh_active[4] | 2528 | 4 |
tinfo.handle_vertex | ThemeSpace | char | handle_vertex[4] | 2532 | 4 |
tinfo.handle_vertex_select | ThemeSpace | char | handle_vertex_select[4] | 2536 | 4 |
tinfo.handle_vertex_size | ThemeSpace | char | handle_vertex_size | 2540 | 1 |
tinfo.hpad | ThemeSpace | char | hpad[7] | 2541 | 7 |
tinfo.preview_back | ThemeSpace | char | preview_back[4] | 2548 | 4 |
tsnd.back | ThemeSpace | char | back[4] | 2552 | 4 |
tsnd.title | ThemeSpace | char | title[4] | 2556 | 4 |
tsnd.text | ThemeSpace | char | text[4] | 2560 | 4 |
tsnd.text_hi | ThemeSpace | char | text_hi[4] | 2564 | 4 |
tsnd.header | ThemeSpace | char | header[4] | 2568 | 4 |
tsnd.header_title | ThemeSpace | char | header_title[4] | 2572 | 4 |
tsnd.header_text | ThemeSpace | char | header_text[4] | 2576 | 4 |
tsnd.header_text_hi | ThemeSpace | char | header_text_hi[4] | 2580 | 4 |
tsnd.button | ThemeSpace | char | button[4] | 2584 | 4 |
tsnd.button_title | ThemeSpace | char | button_title[4] | 2588 | 4 |
tsnd.button_text | ThemeSpace | char | button_text[4] | 2592 | 4 |
tsnd.button_text_hi | ThemeSpace | char | button_text_hi[4] | 2596 | 4 |
tsnd.list | ThemeSpace | char | list[4] | 2600 | 4 |
tsnd.list_title | ThemeSpace | char | list_title[4] | 2604 | 4 |
tsnd.list_text | ThemeSpace | char | list_text[4] | 2608 | 4 |
tsnd.list_text_hi | ThemeSpace | char | list_text_hi[4] | 2612 | 4 |
tsnd.panel | ThemeSpace | char | panel[4] | 2616 | 4 |
tsnd.panel_title | ThemeSpace | char | panel_title[4] | 2620 | 4 |
tsnd.panel_text | ThemeSpace | char | panel_text[4] | 2624 | 4 |
tsnd.panel_text_hi | ThemeSpace | char | panel_text_hi[4] | 2628 | 4 |
tsnd.shade1 | ThemeSpace | char | shade1[4] | 2632 | 4 |
tsnd.shade2 | ThemeSpace | char | shade2[4] | 2636 | 4 |
tsnd.hilite | ThemeSpace | char | hilite[4] | 2640 | 4 |
tsnd.grid | ThemeSpace | char | grid[4] | 2644 | 4 |
tsnd.wire | ThemeSpace | char | wire[4] | 2648 | 4 |
tsnd.select | ThemeSpace | char | select[4] | 2652 | 4 |
tsnd.lamp | ThemeSpace | char | lamp[4] | 2656 | 4 |
tsnd.active | ThemeSpace | char | active[4] | 2660 | 4 |
tsnd.group | ThemeSpace | char | group[4] | 2664 | 4 |
tsnd.group_active | ThemeSpace | char | group_active[4] | 2668 | 4 |
tsnd.transform | ThemeSpace | char | transform[4] | 2672 | 4 |
tsnd.vertex | ThemeSpace | char | vertex[4] | 2676 | 4 |
tsnd.vertex_select | ThemeSpace | char | vertex_select[4] | 2680 | 4 |
tsnd.edge | ThemeSpace | char | edge[4] | 2684 | 4 |
tsnd.edge_select | ThemeSpace | char | edge_select[4] | 2688 | 4 |
tsnd.edge_seam | ThemeSpace | char | edge_seam[4] | 2692 | 4 |
tsnd.edge_sharp | ThemeSpace | char | edge_sharp[4] | 2696 | 4 |
tsnd.edge_facesel | ThemeSpace | char | edge_facesel[4] | 2700 | 4 |
tsnd.edge_crease | ThemeSpace | char | edge_crease[4] | 2704 | 4 |
tsnd.face | ThemeSpace | char | face[4] | 2708 | 4 |
tsnd.face_select | ThemeSpace | char | face_select[4] | 2712 | 4 |
tsnd.face_dot | ThemeSpace | char | face_dot[4] | 2716 | 4 |
tsnd.extra_edge_len | ThemeSpace | char | extra_edge_len[4] | 2720 | 4 |
tsnd.extra_face_angle | ThemeSpace | char | extra_face_angle[4] | 2724 | 4 |
tsnd.extra_face_area | ThemeSpace | char | extra_face_area[4] | 2728 | 4 |
tsnd.pad3 | ThemeSpace | char | pad3[4] | 2732 | 4 |
tsnd.normal | ThemeSpace | char | normal[4] | 2736 | 4 |
tsnd.vertex_normal | ThemeSpace | char | vertex_normal[4] | 2740 | 4 |
tsnd.bone_solid | ThemeSpace | char | bone_solid[4] | 2744 | 4 |
tsnd.bone_pose | ThemeSpace | char | bone_pose[4] | 2748 | 4 |
tsnd.strip | ThemeSpace | char | strip[4] | 2752 | 4 |
tsnd.strip_select | ThemeSpace | char | strip_select[4] | 2756 | 4 |
tsnd.cframe | ThemeSpace | char | cframe[4] | 2760 | 4 |
tsnd.nurb_uline | ThemeSpace | char | nurb_uline[4] | 2764 | 4 |
tsnd.nurb_vline | ThemeSpace | char | nurb_vline[4] | 2768 | 4 |
tsnd.act_spline | ThemeSpace | char | act_spline[4] | 2772 | 4 |
tsnd.nurb_sel_uline | ThemeSpace | char | nurb_sel_uline[4] | 2776 | 4 |
tsnd.nurb_sel_vline | ThemeSpace | char | nurb_sel_vline[4] | 2780 | 4 |
tsnd.lastsel_point | ThemeSpace | char | lastsel_point[4] | 2784 | 4 |
tsnd.handle_free | ThemeSpace | char | handle_free[4] | 2788 | 4 |
tsnd.handle_auto | ThemeSpace | char | handle_auto[4] | 2792 | 4 |
tsnd.handle_vect | ThemeSpace | char | handle_vect[4] | 2796 | 4 |
tsnd.handle_align | ThemeSpace | char | handle_align[4] | 2800 | 4 |
tsnd.handle_sel_free | ThemeSpace | char | handle_sel_free[4] | 2804 | 4 |
tsnd.handle_sel_auto | ThemeSpace | char | handle_sel_auto[4] | 2808 | 4 |
tsnd.handle_sel_vect | ThemeSpace | char | handle_sel_vect[4] | 2812 | 4 |
tsnd.handle_sel_align | ThemeSpace | char | handle_sel_align[4] | 2816 | 4 |
tsnd.ds_channel | ThemeSpace | char | ds_channel[4] | 2820 | 4 |
tsnd.ds_subchannel | ThemeSpace | char | ds_subchannel[4] | 2824 | 4 |
tsnd.console_output | ThemeSpace | char | console_output[4] | 2828 | 4 |
tsnd.console_input | ThemeSpace | char | console_input[4] | 2832 | 4 |
tsnd.console_info | ThemeSpace | char | console_info[4] | 2836 | 4 |
tsnd.console_error | ThemeSpace | char | console_error[4] | 2840 | 4 |
tsnd.console_cursor | ThemeSpace | char | console_cursor[4] | 2844 | 4 |
tsnd.vertex_size | ThemeSpace | char | vertex_size | 2848 | 1 |
tsnd.facedot_size | ThemeSpace | char | facedot_size | 2849 | 1 |
tsnd.bpad | ThemeSpace | char | bpad[2] | 2850 | 2 |
tsnd.syntaxl | ThemeSpace | char | syntaxl[4] | 2852 | 4 |
tsnd.syntaxn | ThemeSpace | char | syntaxn[4] | 2856 | 4 |
tsnd.syntaxb | ThemeSpace | char | syntaxb[4] | 2860 | 4 |
tsnd.syntaxv | ThemeSpace | char | syntaxv[4] | 2864 | 4 |
tsnd.syntaxc | ThemeSpace | char | syntaxc[4] | 2868 | 4 |
tsnd.movie | ThemeSpace | char | movie[4] | 2872 | 4 |
tsnd.image | ThemeSpace | char | image[4] | 2876 | 4 |
tsnd.scene | ThemeSpace | char | scene[4] | 2880 | 4 |
tsnd.audio | ThemeSpace | char | audio[4] | 2884 | 4 |
tsnd.effect | ThemeSpace | char | effect[4] | 2888 | 4 |
tsnd.plugin | ThemeSpace | char | plugin[4] | 2892 | 4 |
tsnd.transition | ThemeSpace | char | transition[4] | 2896 | 4 |
tsnd.meta | ThemeSpace | char | meta[4] | 2900 | 4 |
tsnd.editmesh_active | ThemeSpace | char | editmesh_active[4] | 2904 | 4 |
tsnd.handle_vertex | ThemeSpace | char | handle_vertex[4] | 2908 | 4 |
tsnd.handle_vertex_select | ThemeSpace | char | handle_vertex_select[4] | 2912 | 4 |
tsnd.handle_vertex_size | ThemeSpace | char | handle_vertex_size | 2916 | 1 |
tsnd.hpad | ThemeSpace | char | hpad[7] | 2917 | 7 |
tsnd.preview_back | ThemeSpace | char | preview_back[4] | 2924 | 4 |
tact.back | ThemeSpace | char | back[4] | 2928 | 4 |
tact.title | ThemeSpace | char | title[4] | 2932 | 4 |
tact.text | ThemeSpace | char | text[4] | 2936 | 4 |
tact.text_hi | ThemeSpace | char | text_hi[4] | 2940 | 4 |
tact.header | ThemeSpace | char | header[4] | 2944 | 4 |
tact.header_title | ThemeSpace | char | header_title[4] | 2948 | 4 |
tact.header_text | ThemeSpace | char | header_text[4] | 2952 | 4 |
tact.header_text_hi | ThemeSpace | char | header_text_hi[4] | 2956 | 4 |
tact.button | ThemeSpace | char | button[4] | 2960 | 4 |
tact.button_title | ThemeSpace | char | button_title[4] | 2964 | 4 |
tact.button_text | ThemeSpace | char | button_text[4] | 2968 | 4 |
tact.button_text_hi | ThemeSpace | char | button_text_hi[4] | 2972 | 4 |
tact.list | ThemeSpace | char | list[4] | 2976 | 4 |
tact.list_title | ThemeSpace | char | list_title[4] | 2980 | 4 |
tact.list_text | ThemeSpace | char | list_text[4] | 2984 | 4 |
tact.list_text_hi | ThemeSpace | char | list_text_hi[4] | 2988 | 4 |
tact.panel | ThemeSpace | char | panel[4] | 2992 | 4 |
tact.panel_title | ThemeSpace | char | panel_title[4] | 2996 | 4 |
tact.panel_text | ThemeSpace | char | panel_text[4] | 3000 | 4 |
tact.panel_text_hi | ThemeSpace | char | panel_text_hi[4] | 3004 | 4 |
tact.shade1 | ThemeSpace | char | shade1[4] | 3008 | 4 |
tact.shade2 | ThemeSpace | char | shade2[4] | 3012 | 4 |
tact.hilite | ThemeSpace | char | hilite[4] | 3016 | 4 |
tact.grid | ThemeSpace | char | grid[4] | 3020 | 4 |
tact.wire | ThemeSpace | char | wire[4] | 3024 | 4 |
tact.select | ThemeSpace | char | select[4] | 3028 | 4 |
tact.lamp | ThemeSpace | char | lamp[4] | 3032 | 4 |
tact.active | ThemeSpace | char | active[4] | 3036 | 4 |
tact.group | ThemeSpace | char | group[4] | 3040 | 4 |
tact.group_active | ThemeSpace | char | group_active[4] | 3044 | 4 |
tact.transform | ThemeSpace | char | transform[4] | 3048 | 4 |
tact.vertex | ThemeSpace | char | vertex[4] | 3052 | 4 |
tact.vertex_select | ThemeSpace | char | vertex_select[4] | 3056 | 4 |
tact.edge | ThemeSpace | char | edge[4] | 3060 | 4 |
tact.edge_select | ThemeSpace | char | edge_select[4] | 3064 | 4 |
tact.edge_seam | ThemeSpace | char | edge_seam[4] | 3068 | 4 |
tact.edge_sharp | ThemeSpace | char | edge_sharp[4] | 3072 | 4 |
tact.edge_facesel | ThemeSpace | char | edge_facesel[4] | 3076 | 4 |
tact.edge_crease | ThemeSpace | char | edge_crease[4] | 3080 | 4 |
tact.face | ThemeSpace | char | face[4] | 3084 | 4 |
tact.face_select | ThemeSpace | char | face_select[4] | 3088 | 4 |
tact.face_dot | ThemeSpace | char | face_dot[4] | 3092 | 4 |
tact.extra_edge_len | ThemeSpace | char | extra_edge_len[4] | 3096 | 4 |
tact.extra_face_angle | ThemeSpace | char | extra_face_angle[4] | 3100 | 4 |
tact.extra_face_area | ThemeSpace | char | extra_face_area[4] | 3104 | 4 |
tact.pad3 | ThemeSpace | char | pad3[4] | 3108 | 4 |
tact.normal | ThemeSpace | char | normal[4] | 3112 | 4 |
tact.vertex_normal | ThemeSpace | char | vertex_normal[4] | 3116 | 4 |
tact.bone_solid | ThemeSpace | char | bone_solid[4] | 3120 | 4 |
tact.bone_pose | ThemeSpace | char | bone_pose[4] | 3124 | 4 |
tact.strip | ThemeSpace | char | strip[4] | 3128 | 4 |
tact.strip_select | ThemeSpace | char | strip_select[4] | 3132 | 4 |
tact.cframe | ThemeSpace | char | cframe[4] | 3136 | 4 |
tact.nurb_uline | ThemeSpace | char | nurb_uline[4] | 3140 | 4 |
tact.nurb_vline | ThemeSpace | char | nurb_vline[4] | 3144 | 4 |
tact.act_spline | ThemeSpace | char | act_spline[4] | 3148 | 4 |
tact.nurb_sel_uline | ThemeSpace | char | nurb_sel_uline[4] | 3152 | 4 |
tact.nurb_sel_vline | ThemeSpace | char | nurb_sel_vline[4] | 3156 | 4 |
tact.lastsel_point | ThemeSpace | char | lastsel_point[4] | 3160 | 4 |
tact.handle_free | ThemeSpace | char | handle_free[4] | 3164 | 4 |
tact.handle_auto | ThemeSpace | char | handle_auto[4] | 3168 | 4 |
tact.handle_vect | ThemeSpace | char | handle_vect[4] | 3172 | 4 |
tact.handle_align | ThemeSpace | char | handle_align[4] | 3176 | 4 |
tact.handle_sel_free | ThemeSpace | char | handle_sel_free[4] | 3180 | 4 |
tact.handle_sel_auto | ThemeSpace | char | handle_sel_auto[4] | 3184 | 4 |
tact.handle_sel_vect | ThemeSpace | char | handle_sel_vect[4] | 3188 | 4 |
tact.handle_sel_align | ThemeSpace | char | handle_sel_align[4] | 3192 | 4 |
tact.ds_channel | ThemeSpace | char | ds_channel[4] | 3196 | 4 |
tact.ds_subchannel | ThemeSpace | char | ds_subchannel[4] | 3200 | 4 |
tact.console_output | ThemeSpace | char | console_output[4] | 3204 | 4 |
tact.console_input | ThemeSpace | char | console_input[4] | 3208 | 4 |
tact.console_info | ThemeSpace | char | console_info[4] | 3212 | 4 |
tact.console_error | ThemeSpace | char | console_error[4] | 3216 | 4 |
tact.console_cursor | ThemeSpace | char | console_cursor[4] | 3220 | 4 |
tact.vertex_size | ThemeSpace | char | vertex_size | 3224 | 1 |
tact.facedot_size | ThemeSpace | char | facedot_size | 3225 | 1 |
tact.bpad | ThemeSpace | char | bpad[2] | 3226 | 2 |
tact.syntaxl | ThemeSpace | char | syntaxl[4] | 3228 | 4 |
tact.syntaxn | ThemeSpace | char | syntaxn[4] | 3232 | 4 |
tact.syntaxb | ThemeSpace | char | syntaxb[4] | 3236 | 4 |
tact.syntaxv | ThemeSpace | char | syntaxv[4] | 3240 | 4 |
tact.syntaxc | ThemeSpace | char | syntaxc[4] | 3244 | 4 |
tact.movie | ThemeSpace | char | movie[4] | 3248 | 4 |
tact.image | ThemeSpace | char | image[4] | 3252 | 4 |
tact.scene | ThemeSpace | char | scene[4] | 3256 | 4 |
tact.audio | ThemeSpace | char | audio[4] | 3260 | 4 |
tact.effect | ThemeSpace | char | effect[4] | 3264 | 4 |
tact.plugin | ThemeSpace | char | plugin[4] | 3268 | 4 |
tact.transition | ThemeSpace | char | transition[4] | 3272 | 4 |
tact.meta | ThemeSpace | char | meta[4] | 3276 | 4 |
tact.editmesh_active | ThemeSpace | char | editmesh_active[4] | 3280 | 4 |
tact.handle_vertex | ThemeSpace | char | handle_vertex[4] | 3284 | 4 |
tact.handle_vertex_select | ThemeSpace | char | handle_vertex_select[4] | 3288 | 4 |
tact.handle_vertex_size | ThemeSpace | char | handle_vertex_size | 3292 | 1 |
tact.hpad | ThemeSpace | char | hpad[7] | 3293 | 7 |
tact.preview_back | ThemeSpace | char | preview_back[4] | 3300 | 4 |
tnla.back | ThemeSpace | char | back[4] | 3304 | 4 |
tnla.title | ThemeSpace | char | title[4] | 3308 | 4 |
tnla.text | ThemeSpace | char | text[4] | 3312 | 4 |
tnla.text_hi | ThemeSpace | char | text_hi[4] | 3316 | 4 |
tnla.header | ThemeSpace | char | header[4] | 3320 | 4 |
tnla.header_title | ThemeSpace | char | header_title[4] | 3324 | 4 |
tnla.header_text | ThemeSpace | char | header_text[4] | 3328 | 4 |
tnla.header_text_hi | ThemeSpace | char | header_text_hi[4] | 3332 | 4 |
tnla.button | ThemeSpace | char | button[4] | 3336 | 4 |
tnla.button_title | ThemeSpace | char | button_title[4] | 3340 | 4 |
tnla.button_text | ThemeSpace | char | button_text[4] | 3344 | 4 |
tnla.button_text_hi | ThemeSpace | char | button_text_hi[4] | 3348 | 4 |
tnla.list | ThemeSpace | char | list[4] | 3352 | 4 |
tnla.list_title | ThemeSpace | char | list_title[4] | 3356 | 4 |
tnla.list_text | ThemeSpace | char | list_text[4] | 3360 | 4 |
tnla.list_text_hi | ThemeSpace | char | list_text_hi[4] | 3364 | 4 |
tnla.panel | ThemeSpace | char | panel[4] | 3368 | 4 |
tnla.panel_title | ThemeSpace | char | panel_title[4] | 3372 | 4 |
tnla.panel_text | ThemeSpace | char | panel_text[4] | 3376 | 4 |
tnla.panel_text_hi | ThemeSpace | char | panel_text_hi[4] | 3380 | 4 |
tnla.shade1 | ThemeSpace | char | shade1[4] | 3384 | 4 |
tnla.shade2 | ThemeSpace | char | shade2[4] | 3388 | 4 |
tnla.hilite | ThemeSpace | char | hilite[4] | 3392 | 4 |
tnla.grid | ThemeSpace | char | grid[4] | 3396 | 4 |
tnla.wire | ThemeSpace | char | wire[4] | 3400 | 4 |
tnla.select | ThemeSpace | char | select[4] | 3404 | 4 |
tnla.lamp | ThemeSpace | char | lamp[4] | 3408 | 4 |
tnla.active | ThemeSpace | char | active[4] | 3412 | 4 |
tnla.group | ThemeSpace | char | group[4] | 3416 | 4 |
tnla.group_active | ThemeSpace | char | group_active[4] | 3420 | 4 |
tnla.transform | ThemeSpace | char | transform[4] | 3424 | 4 |
tnla.vertex | ThemeSpace | char | vertex[4] | 3428 | 4 |
tnla.vertex_select | ThemeSpace | char | vertex_select[4] | 3432 | 4 |
tnla.edge | ThemeSpace | char | edge[4] | 3436 | 4 |
tnla.edge_select | ThemeSpace | char | edge_select[4] | 3440 | 4 |
tnla.edge_seam | ThemeSpace | char | edge_seam[4] | 3444 | 4 |
tnla.edge_sharp | ThemeSpace | char | edge_sharp[4] | 3448 | 4 |
tnla.edge_facesel | ThemeSpace | char | edge_facesel[4] | 3452 | 4 |
tnla.edge_crease | ThemeSpace | char | edge_crease[4] | 3456 | 4 |
tnla.face | ThemeSpace | char | face[4] | 3460 | 4 |
tnla.face_select | ThemeSpace | char | face_select[4] | 3464 | 4 |
tnla.face_dot | ThemeSpace | char | face_dot[4] | 3468 | 4 |
tnla.extra_edge_len | ThemeSpace | char | extra_edge_len[4] | 3472 | 4 |
tnla.extra_face_angle | ThemeSpace | char | extra_face_angle[4] | 3476 | 4 |
tnla.extra_face_area | ThemeSpace | char | extra_face_area[4] | 3480 | 4 |
tnla.pad3 | ThemeSpace | char | pad3[4] | 3484 | 4 |
tnla.normal | ThemeSpace | char | normal[4] | 3488 | 4 |
tnla.vertex_normal | ThemeSpace | char | vertex_normal[4] | 3492 | 4 |
tnla.bone_solid | ThemeSpace | char | bone_solid[4] | 3496 | 4 |
tnla.bone_pose | ThemeSpace | char | bone_pose[4] | 3500 | 4 |
tnla.strip | ThemeSpace | char | strip[4] | 3504 | 4 |
tnla.strip_select | ThemeSpace | char | strip_select[4] | 3508 | 4 |
tnla.cframe | ThemeSpace | char | cframe[4] | 3512 | 4 |
tnla.nurb_uline | ThemeSpace | char | nurb_uline[4] | 3516 | 4 |
tnla.nurb_vline | ThemeSpace | char | nurb_vline[4] | 3520 | 4 |
tnla.act_spline | ThemeSpace | char | act_spline[4] | 3524 | 4 |
tnla.nurb_sel_uline | ThemeSpace | char | nurb_sel_uline[4] | 3528 | 4 |
tnla.nurb_sel_vline | ThemeSpace | char | nurb_sel_vline[4] | 3532 | 4 |
tnla.lastsel_point | ThemeSpace | char | lastsel_point[4] | 3536 | 4 |
tnla.handle_free | ThemeSpace | char | handle_free[4] | 3540 | 4 |
tnla.handle_auto | ThemeSpace | char | handle_auto[4] | 3544 | 4 |
tnla.handle_vect | ThemeSpace | char | handle_vect[4] | 3548 | 4 |
tnla.handle_align | ThemeSpace | char | handle_align[4] | 3552 | 4 |
tnla.handle_sel_free | ThemeSpace | char | handle_sel_free[4] | 3556 | 4 |
tnla.handle_sel_auto | ThemeSpace | char | handle_sel_auto[4] | 3560 | 4 |
tnla.handle_sel_vect | ThemeSpace | char | handle_sel_vect[4] | 3564 | 4 |
tnla.handle_sel_align | ThemeSpace | char | handle_sel_align[4] | 3568 | 4 |
tnla.ds_channel | ThemeSpace | char | ds_channel[4] | 3572 | 4 |
tnla.ds_subchannel | ThemeSpace | char | ds_subchannel[4] | 3576 | 4 |
tnla.console_output | ThemeSpace | char | console_output[4] | 3580 | 4 |
tnla.console_input | ThemeSpace | char | console_input[4] | 3584 | 4 |
tnla.console_info | ThemeSpace | char | console_info[4] | 3588 | 4 |
tnla.console_error | ThemeSpace | char | console_error[4] | 3592 | 4 |
tnla.console_cursor | ThemeSpace | char | console_cursor[4] | 3596 | 4 |
tnla.vertex_size | ThemeSpace | char | vertex_size | 3600 | 1 |
tnla.facedot_size | ThemeSpace | char | facedot_size | 3601 | 1 |
tnla.bpad | ThemeSpace | char | bpad[2] | 3602 | 2 |
tnla.syntaxl | ThemeSpace | char | syntaxl[4] | 3604 | 4 |
tnla.syntaxn | ThemeSpace | char | syntaxn[4] | 3608 | 4 |
tnla.syntaxb | ThemeSpace | char | syntaxb[4] | 3612 | 4 |
tnla.syntaxv | ThemeSpace | char | syntaxv[4] | 3616 | 4 |
tnla.syntaxc | ThemeSpace | char | syntaxc[4] | 3620 | 4 |
tnla.movie | ThemeSpace | char | movie[4] | 3624 | 4 |
tnla.image | ThemeSpace | char | image[4] | 3628 | 4 |
tnla.scene | ThemeSpace | char | scene[4] | 3632 | 4 |
tnla.audio | ThemeSpace | char | audio[4] | 3636 | 4 |
tnla.effect | ThemeSpace | char | effect[4] | 3640 | 4 |
tnla.plugin | ThemeSpace | char | plugin[4] | 3644 | 4 |
tnla.transition | ThemeSpace | char | transition[4] | 3648 | 4 |
tnla.meta | ThemeSpace | char | meta[4] | 3652 | 4 |
tnla.editmesh_active | ThemeSpace | char | editmesh_active[4] | 3656 | 4 |
tnla.handle_vertex | ThemeSpace | char | handle_vertex[4] | 3660 | 4 |
tnla.handle_vertex_select | ThemeSpace | char | handle_vertex_select[4] | 3664 | 4 |
tnla.handle_vertex_size | ThemeSpace | char | handle_vertex_size | 3668 | 1 |
tnla.hpad | ThemeSpace | char | hpad[7] | 3669 | 7 |
tnla.preview_back | ThemeSpace | char | preview_back[4] | 3676 | 4 |
tseq.back | ThemeSpace | char | back[4] | 3680 | 4 |
tseq.title | ThemeSpace | char | title[4] | 3684 | 4 |
tseq.text | ThemeSpace | char | text[4] | 3688 | 4 |
tseq.text_hi | ThemeSpace | char | text_hi[4] | 3692 | 4 |
tseq.header | ThemeSpace | char | header[4] | 3696 | 4 |
tseq.header_title | ThemeSpace | char | header_title[4] | 3700 | 4 |
tseq.header_text | ThemeSpace | char | header_text[4] | 3704 | 4 |
tseq.header_text_hi | ThemeSpace | char | header_text_hi[4] | 3708 | 4 |
tseq.button | ThemeSpace | char | button[4] | 3712 | 4 |
tseq.button_title | ThemeSpace | char | button_title[4] | 3716 | 4 |
tseq.button_text | ThemeSpace | char | button_text[4] | 3720 | 4 |
tseq.button_text_hi | ThemeSpace | char | button_text_hi[4] | 3724 | 4 |
tseq.list | ThemeSpace | char | list[4] | 3728 | 4 |
tseq.list_title | ThemeSpace | char | list_title[4] | 3732 | 4 |
tseq.list_text | ThemeSpace | char | list_text[4] | 3736 | 4 |
tseq.list_text_hi | ThemeSpace | char | list_text_hi[4] | 3740 | 4 |
tseq.panel | ThemeSpace | char | panel[4] | 3744 | 4 |
tseq.panel_title | ThemeSpace | char | panel_title[4] | 3748 | 4 |
tseq.panel_text | ThemeSpace | char | panel_text[4] | 3752 | 4 |
tseq.panel_text_hi | ThemeSpace | char | panel_text_hi[4] | 3756 | 4 |
tseq.shade1 | ThemeSpace | char | shade1[4] | 3760 | 4 |
tseq.shade2 | ThemeSpace | char | shade2[4] | 3764 | 4 |
tseq.hilite | ThemeSpace | char | hilite[4] | 3768 | 4 |
tseq.grid | ThemeSpace | char | grid[4] | 3772 | 4 |
tseq.wire | ThemeSpace | char | wire[4] | 3776 | 4 |
tseq.select | ThemeSpace | char | select[4] | 3780 | 4 |
tseq.lamp | ThemeSpace | char | lamp[4] | 3784 | 4 |
tseq.active | ThemeSpace | char | active[4] | 3788 | 4 |
tseq.group | ThemeSpace | char | group[4] | 3792 | 4 |
tseq.group_active | ThemeSpace | char | group_active[4] | 3796 | 4 |
tseq.transform | ThemeSpace | char | transform[4] | 3800 | 4 |
tseq.vertex | ThemeSpace | char | vertex[4] | 3804 | 4 |
tseq.vertex_select | ThemeSpace | char | vertex_select[4] | 3808 | 4 |
tseq.edge | ThemeSpace | char | edge[4] | 3812 | 4 |
tseq.edge_select | ThemeSpace | char | edge_select[4] | 3816 | 4 |
tseq.edge_seam | ThemeSpace | char | edge_seam[4] | 3820 | 4 |
tseq.edge_sharp | ThemeSpace | char | edge_sharp[4] | 3824 | 4 |
tseq.edge_facesel | ThemeSpace | char | edge_facesel[4] | 3828 | 4 |
tseq.edge_crease | ThemeSpace | char | edge_crease[4] | 3832 | 4 |
tseq.face | ThemeSpace | char | face[4] | 3836 | 4 |
tseq.face_select | ThemeSpace | char | face_select[4] | 3840 | 4 |
tseq.face_dot | ThemeSpace | char | face_dot[4] | 3844 | 4 |
tseq.extra_edge_len | ThemeSpace | char | extra_edge_len[4] | 3848 | 4 |
tseq.extra_face_angle | ThemeSpace | char | extra_face_angle[4] | 3852 | 4 |
tseq.extra_face_area | ThemeSpace | char | extra_face_area[4] | 3856 | 4 |
tseq.pad3 | ThemeSpace | char | pad3[4] | 3860 | 4 |
tseq.normal | ThemeSpace | char | normal[4] | 3864 | 4 |
tseq.vertex_normal | ThemeSpace | char | vertex_normal[4] | 3868 | 4 |
tseq.bone_solid | ThemeSpace | char | bone_solid[4] | 3872 | 4 |
tseq.bone_pose | ThemeSpace | char | bone_pose[4] | 3876 | 4 |
tseq.strip | ThemeSpace | char | strip[4] | 3880 | 4 |
tseq.strip_select | ThemeSpace | char | strip_select[4] | 3884 | 4 |
tseq.cframe | ThemeSpace | char | cframe[4] | 3888 | 4 |
tseq.nurb_uline | ThemeSpace | char | nurb_uline[4] | 3892 | 4 |
tseq.nurb_vline | ThemeSpace | char | nurb_vline[4] | 3896 | 4 |
tseq.act_spline | ThemeSpace | char | act_spline[4] | 3900 | 4 |
tseq.nurb_sel_uline | ThemeSpace | char | nurb_sel_uline[4] | 3904 | 4 |
tseq.nurb_sel_vline | ThemeSpace | char | nurb_sel_vline[4] | 3908 | 4 |
tseq.lastsel_point | ThemeSpace | char | lastsel_point[4] | 3912 | 4 |
tseq.handle_free | ThemeSpace | char | handle_free[4] | 3916 | 4 |
tseq.handle_auto | ThemeSpace | char | handle_auto[4] | 3920 | 4 |
tseq.handle_vect | ThemeSpace | char | handle_vect[4] | 3924 | 4 |
tseq.handle_align | ThemeSpace | char | handle_align[4] | 3928 | 4 |
tseq.handle_sel_free | ThemeSpace | char | handle_sel_free[4] | 3932 | 4 |
tseq.handle_sel_auto | ThemeSpace | char | handle_sel_auto[4] | 3936 | 4 |
tseq.handle_sel_vect | ThemeSpace | char | handle_sel_vect[4] | 3940 | 4 |
tseq.handle_sel_align | ThemeSpace | char | handle_sel_align[4] | 3944 | 4 |
tseq.ds_channel | ThemeSpace | char | ds_channel[4] | 3948 | 4 |
tseq.ds_subchannel | ThemeSpace | char | ds_subchannel[4] | 3952 | 4 |
tseq.console_output | ThemeSpace | char | console_output[4] | 3956 | 4 |
tseq.console_input | ThemeSpace | char | console_input[4] | 3960 | 4 |
tseq.console_info | ThemeSpace | char | console_info[4] | 3964 | 4 |
tseq.console_error | ThemeSpace | char | console_error[4] | 3968 | 4 |
tseq.console_cursor | ThemeSpace | char | console_cursor[4] | 3972 | 4 |
tseq.vertex_size | ThemeSpace | char | vertex_size | 3976 | 1 |
tseq.facedot_size | ThemeSpace | char | facedot_size | 3977 | 1 |
tseq.bpad | ThemeSpace | char | bpad[2] | 3978 | 2 |
tseq.syntaxl | ThemeSpace | char | syntaxl[4] | 3980 | 4 |
tseq.syntaxn | ThemeSpace | char | syntaxn[4] | 3984 | 4 |
tseq.syntaxb | ThemeSpace | char | syntaxb[4] | 3988 | 4 |
tseq.syntaxv | ThemeSpace | char | syntaxv[4] | 3992 | 4 |
tseq.syntaxc | ThemeSpace | char | syntaxc[4] | 3996 | 4 |
tseq.movie | ThemeSpace | char | movie[4] | 4000 | 4 |
tseq.image | ThemeSpace | char | image[4] | 4004 | 4 |
tseq.scene | ThemeSpace | char | scene[4] | 4008 | 4 |
tseq.audio | ThemeSpace | char | audio[4] | 4012 | 4 |
tseq.effect | ThemeSpace | char | effect[4] | 4016 | 4 |
tseq.plugin | ThemeSpace | char | plugin[4] | 4020 | 4 |
tseq.transition | ThemeSpace | char | transition[4] | 4024 | 4 |
tseq.meta | ThemeSpace | char | meta[4] | 4028 | 4 |
tseq.editmesh_active | ThemeSpace | char | editmesh_active[4] | 4032 | 4 |
tseq.handle_vertex | ThemeSpace | char | handle_vertex[4] | 4036 | 4 |
tseq.handle_vertex_select | ThemeSpace | char | handle_vertex_select[4] | 4040 | 4 |
tseq.handle_vertex_size | ThemeSpace | char | handle_vertex_size | 4044 | 1 |
tseq.hpad | ThemeSpace | char | hpad[7] | 4045 | 7 |
tseq.preview_back | ThemeSpace | char | preview_back[4] | 4052 | 4 |
tima.back | ThemeSpace | char | back[4] | 4056 | 4 |
tima.title | ThemeSpace | char | title[4] | 4060 | 4 |
tima.text | ThemeSpace | char | text[4] | 4064 | 4 |
tima.text_hi | ThemeSpace | char | text_hi[4] | 4068 | 4 |
tima.header | ThemeSpace | char | header[4] | 4072 | 4 |
tima.header_title | ThemeSpace | char | header_title[4] | 4076 | 4 |
tima.header_text | ThemeSpace | char | header_text[4] | 4080 | 4 |
tima.header_text_hi | ThemeSpace | char | header_text_hi[4] | 4084 | 4 |
tima.button | ThemeSpace | char | button[4] | 4088 | 4 |
tima.button_title | ThemeSpace | char | button_title[4] | 4092 | 4 |
tima.button_text | ThemeSpace | char | button_text[4] | 4096 | 4 |
tima.button_text_hi | ThemeSpace | char | button_text_hi[4] | 4100 | 4 |
tima.list | ThemeSpace | char | list[4] | 4104 | 4 |
tima.list_title | ThemeSpace | char | list_title[4] | 4108 | 4 |
tima.list_text | ThemeSpace | char | list_text[4] | 4112 | 4 |
tima.list_text_hi | ThemeSpace | char | list_text_hi[4] | 4116 | 4 |
tima.panel | ThemeSpace | char | panel[4] | 4120 | 4 |
tima.panel_title | ThemeSpace | char | panel_title[4] | 4124 | 4 |
tima.panel_text | ThemeSpace | char | panel_text[4] | 4128 | 4 |
tima.panel_text_hi | ThemeSpace | char | panel_text_hi[4] | 4132 | 4 |
tima.shade1 | ThemeSpace | char | shade1[4] | 4136 | 4 |
tima.shade2 | ThemeSpace | char | shade2[4] | 4140 | 4 |
tima.hilite | ThemeSpace | char | hilite[4] | 4144 | 4 |
tima.grid | ThemeSpace | char | grid[4] | 4148 | 4 |
tima.wire | ThemeSpace | char | wire[4] | 4152 | 4 |
tima.select | ThemeSpace | char | select[4] | 4156 | 4 |
tima.lamp | ThemeSpace | char | lamp[4] | 4160 | 4 |
tima.active | ThemeSpace | char | active[4] | 4164 | 4 |
tima.group | ThemeSpace | char | group[4] | 4168 | 4 |
tima.group_active | ThemeSpace | char | group_active[4] | 4172 | 4 |
tima.transform | ThemeSpace | char | transform[4] | 4176 | 4 |
tima.vertex | ThemeSpace | char | vertex[4] | 4180 | 4 |
tima.vertex_select | ThemeSpace | char | vertex_select[4] | 4184 | 4 |
tima.edge | ThemeSpace | char | edge[4] | 4188 | 4 |
tima.edge_select | ThemeSpace | char | edge_select[4] | 4192 | 4 |
tima.edge_seam | ThemeSpace | char | edge_seam[4] | 4196 | 4 |
tima.edge_sharp | ThemeSpace | char | edge_sharp[4] | 4200 | 4 |
tima.edge_facesel | ThemeSpace | char | edge_facesel[4] | 4204 | 4 |
tima.edge_crease | ThemeSpace | char | edge_crease[4] | 4208 | 4 |
tima.face | ThemeSpace | char | face[4] | 4212 | 4 |
tima.face_select | ThemeSpace | char | face_select[4] | 4216 | 4 |
tima.face_dot | ThemeSpace | char | face_dot[4] | 4220 | 4 |
tima.extra_edge_len | ThemeSpace | char | extra_edge_len[4] | 4224 | 4 |
tima.extra_face_angle | ThemeSpace | char | extra_face_angle[4] | 4228 | 4 |
tima.extra_face_area | ThemeSpace | char | extra_face_area[4] | 4232 | 4 |
tima.pad3 | ThemeSpace | char | pad3[4] | 4236 | 4 |
tima.normal | ThemeSpace | char | normal[4] | 4240 | 4 |
tima.vertex_normal | ThemeSpace | char | vertex_normal[4] | 4244 | 4 |
tima.bone_solid | ThemeSpace | char | bone_solid[4] | 4248 | 4 |
tima.bone_pose | ThemeSpace | char | bone_pose[4] | 4252 | 4 |
tima.strip | ThemeSpace | char | strip[4] | 4256 | 4 |
tima.strip_select | ThemeSpace | char | strip_select[4] | 4260 | 4 |
tima.cframe | ThemeSpace | char | cframe[4] | 4264 | 4 |
tima.nurb_uline | ThemeSpace | char | nurb_uline[4] | 4268 | 4 |
tima.nurb_vline | ThemeSpace | char | nurb_vline[4] | 4272 | 4 |
tima.act_spline | ThemeSpace | char | act_spline[4] | 4276 | 4 |
tima.nurb_sel_uline | ThemeSpace | char | nurb_sel_uline[4] | 4280 | 4 |
tima.nurb_sel_vline | ThemeSpace | char | nurb_sel_vline[4] | 4284 | 4 |
tima.lastsel_point | ThemeSpace | char | lastsel_point[4] | 4288 | 4 |
tima.handle_free | ThemeSpace | char | handle_free[4] | 4292 | 4 |
tima.handle_auto | ThemeSpace | char | handle_auto[4] | 4296 | 4 |
tima.handle_vect | ThemeSpace | char | handle_vect[4] | 4300 | 4 |
tima.handle_align | ThemeSpace | char | handle_align[4] | 4304 | 4 |
tima.handle_sel_free | ThemeSpace | char | handle_sel_free[4] | 4308 | 4 |
tima.handle_sel_auto | ThemeSpace | char | handle_sel_auto[4] | 4312 | 4 |
tima.handle_sel_vect | ThemeSpace | char | handle_sel_vect[4] | 4316 | 4 |
tima.handle_sel_align | ThemeSpace | char | handle_sel_align[4] | 4320 | 4 |
tima.ds_channel | ThemeSpace | char | ds_channel[4] | 4324 | 4 |
tima.ds_subchannel | ThemeSpace | char | ds_subchannel[4] | 4328 | 4 |
tima.console_output | ThemeSpace | char | console_output[4] | 4332 | 4 |
tima.console_input | ThemeSpace | char | console_input[4] | 4336 | 4 |
tima.console_info | ThemeSpace | char | console_info[4] | 4340 | 4 |
tima.console_error | ThemeSpace | char | console_error[4] | 4344 | 4 |
tima.console_cursor | ThemeSpace | char | console_cursor[4] | 4348 | 4 |
tima.vertex_size | ThemeSpace | char | vertex_size | 4352 | 1 |
tima.facedot_size | ThemeSpace | char | facedot_size | 4353 | 1 |
tima.bpad | ThemeSpace | char | bpad[2] | 4354 | 2 |
tima.syntaxl | ThemeSpace | char | syntaxl[4] | 4356 | 4 |
tima.syntaxn | ThemeSpace | char | syntaxn[4] | 4360 | 4 |
tima.syntaxb | ThemeSpace | char | syntaxb[4] | 4364 | 4 |
tima.syntaxv | ThemeSpace | char | syntaxv[4] | 4368 | 4 |
tima.syntaxc | ThemeSpace | char | syntaxc[4] | 4372 | 4 |
tima.movie | ThemeSpace | char | movie[4] | 4376 | 4 |
tima.image | ThemeSpace | char | image[4] | 4380 | 4 |
tima.scene | ThemeSpace | char | scene[4] | 4384 | 4 |
tima.audio | ThemeSpace | char | audio[4] | 4388 | 4 |
tima.effect | ThemeSpace | char | effect[4] | 4392 | 4 |
tima.plugin | ThemeSpace | char | plugin[4] | 4396 | 4 |
tima.transition | ThemeSpace | char | transition[4] | 4400 | 4 |
tima.meta | ThemeSpace | char | meta[4] | 4404 | 4 |
tima.editmesh_active | ThemeSpace | char | editmesh_active[4] | 4408 | 4 |
tima.handle_vertex | ThemeSpace | char | handle_vertex[4] | 4412 | 4 |
tima.handle_vertex_select | ThemeSpace | char | handle_vertex_select[4] | 4416 | 4 |
tima.handle_vertex_size | ThemeSpace | char | handle_vertex_size | 4420 | 1 |
tima.hpad | ThemeSpace | char | hpad[7] | 4421 | 7 |
tima.preview_back | ThemeSpace | char | preview_back[4] | 4428 | 4 |
timasel.back | ThemeSpace | char | back[4] | 4432 | 4 |
timasel.title | ThemeSpace | char | title[4] | 4436 | 4 |
timasel.text | ThemeSpace | char | text[4] | 4440 | 4 |
timasel.text_hi | ThemeSpace | char | text_hi[4] | 4444 | 4 |
timasel.header | ThemeSpace | char | header[4] | 4448 | 4 |
timasel.header_title | ThemeSpace | char | header_title[4] | 4452 | 4 |
timasel.header_text | ThemeSpace | char | header_text[4] | 4456 | 4 |
timasel.header_text_hi | ThemeSpace | char | header_text_hi[4] | 4460 | 4 |
timasel.button | ThemeSpace | char | button[4] | 4464 | 4 |
timasel.button_title | ThemeSpace | char | button_title[4] | 4468 | 4 |
timasel.button_text | ThemeSpace | char | button_text[4] | 4472 | 4 |
timasel.button_text_hi | ThemeSpace | char | button_text_hi[4] | 4476 | 4 |
timasel.list | ThemeSpace | char | list[4] | 4480 | 4 |
timasel.list_title | ThemeSpace | char | list_title[4] | 4484 | 4 |
timasel.list_text | ThemeSpace | char | list_text[4] | 4488 | 4 |
timasel.list_text_hi | ThemeSpace | char | list_text_hi[4] | 4492 | 4 |
timasel.panel | ThemeSpace | char | panel[4] | 4496 | 4 |
timasel.panel_title | ThemeSpace | char | panel_title[4] | 4500 | 4 |
timasel.panel_text | ThemeSpace | char | panel_text[4] | 4504 | 4 |
timasel.panel_text_hi | ThemeSpace | char | panel_text_hi[4] | 4508 | 4 |
timasel.shade1 | ThemeSpace | char | shade1[4] | 4512 | 4 |
timasel.shade2 | ThemeSpace | char | shade2[4] | 4516 | 4 |
timasel.hilite | ThemeSpace | char | hilite[4] | 4520 | 4 |
timasel.grid | ThemeSpace | char | grid[4] | 4524 | 4 |
timasel.wire | ThemeSpace | char | wire[4] | 4528 | 4 |
timasel.select | ThemeSpace | char | select[4] | 4532 | 4 |
timasel.lamp | ThemeSpace | char | lamp[4] | 4536 | 4 |
timasel.active | ThemeSpace | char | active[4] | 4540 | 4 |
timasel.group | ThemeSpace | char | group[4] | 4544 | 4 |
timasel.group_active | ThemeSpace | char | group_active[4] | 4548 | 4 |
timasel.transform | ThemeSpace | char | transform[4] | 4552 | 4 |
timasel.vertex | ThemeSpace | char | vertex[4] | 4556 | 4 |
timasel.vertex_select | ThemeSpace | char | vertex_select[4] | 4560 | 4 |
timasel.edge | ThemeSpace | char | edge[4] | 4564 | 4 |
timasel.edge_select | ThemeSpace | char | edge_select[4] | 4568 | 4 |
timasel.edge_seam | ThemeSpace | char | edge_seam[4] | 4572 | 4 |
timasel.edge_sharp | ThemeSpace | char | edge_sharp[4] | 4576 | 4 |
timasel.edge_facesel | ThemeSpace | char | edge_facesel[4] | 4580 | 4 |
timasel.edge_crease | ThemeSpace | char | edge_crease[4] | 4584 | 4 |
timasel.face | ThemeSpace | char | face[4] | 4588 | 4 |
timasel.face_select | ThemeSpace | char | face_select[4] | 4592 | 4 |
timasel.face_dot | ThemeSpace | char | face_dot[4] | 4596 | 4 |
timasel.extra_edge_len | ThemeSpace | char | extra_edge_len[4] | 4600 | 4 |
timasel.extra_face_angle | ThemeSpace | char | extra_face_angle[4] | 4604 | 4 |
timasel.extra_face_area | ThemeSpace | char | extra_face_area[4] | 4608 | 4 |
timasel.pad3 | ThemeSpace | char | pad3[4] | 4612 | 4 |
timasel.normal | ThemeSpace | char | normal[4] | 4616 | 4 |
timasel.vertex_normal | ThemeSpace | char | vertex_normal[4] | 4620 | 4 |
timasel.bone_solid | ThemeSpace | char | bone_solid[4] | 4624 | 4 |
timasel.bone_pose | ThemeSpace | char | bone_pose[4] | 4628 | 4 |
timasel.strip | ThemeSpace | char | strip[4] | 4632 | 4 |
timasel.strip_select | ThemeSpace | char | strip_select[4] | 4636 | 4 |
timasel.cframe | ThemeSpace | char | cframe[4] | 4640 | 4 |
timasel.nurb_uline | ThemeSpace | char | nurb_uline[4] | 4644 | 4 |
timasel.nurb_vline | ThemeSpace | char | nurb_vline[4] | 4648 | 4 |
timasel.act_spline | ThemeSpace | char | act_spline[4] | 4652 | 4 |
timasel.nurb_sel_uline | ThemeSpace | char | nurb_sel_uline[4] | 4656 | 4 |
timasel.nurb_sel_vline | ThemeSpace | char | nurb_sel_vline[4] | 4660 | 4 |
timasel.lastsel_point | ThemeSpace | char | lastsel_point[4] | 4664 | 4 |
timasel.handle_free | ThemeSpace | char | handle_free[4] | 4668 | 4 |
timasel.handle_auto | ThemeSpace | char | handle_auto[4] | 4672 | 4 |
timasel.handle_vect | ThemeSpace | char | handle_vect[4] | 4676 | 4 |
timasel.handle_align | ThemeSpace | char | handle_align[4] | 4680 | 4 |
timasel.handle_sel_free | ThemeSpace | char | handle_sel_free[4] | 4684 | 4 |
timasel.handle_sel_auto | ThemeSpace | char | handle_sel_auto[4] | 4688 | 4 |
timasel.handle_sel_vect | ThemeSpace | char | handle_sel_vect[4] | 4692 | 4 |
timasel.handle_sel_align | ThemeSpace | char | handle_sel_align[4] | 4696 | 4 |
timasel.ds_channel | ThemeSpace | char | ds_channel[4] | 4700 | 4 |
timasel.ds_subchannel | ThemeSpace | char | ds_subchannel[4] | 4704 | 4 |
timasel.console_output | ThemeSpace | char | console_output[4] | 4708 | 4 |
timasel.console_input | ThemeSpace | char | console_input[4] | 4712 | 4 |
timasel.console_info | ThemeSpace | char | console_info[4] | 4716 | 4 |
timasel.console_error | ThemeSpace | char | console_error[4] | 4720 | 4 |
timasel.console_cursor | ThemeSpace | char | console_cursor[4] | 4724 | 4 |
timasel.vertex_size | ThemeSpace | char | vertex_size | 4728 | 1 |
timasel.facedot_size | ThemeSpace | char | facedot_size | 4729 | 1 |
timasel.bpad | ThemeSpace | char | bpad[2] | 4730 | 2 |
timasel.syntaxl | ThemeSpace | char | syntaxl[4] | 4732 | 4 |
timasel.syntaxn | ThemeSpace | char | syntaxn[4] | 4736 | 4 |
timasel.syntaxb | ThemeSpace | char | syntaxb[4] | 4740 | 4 |
timasel.syntaxv | ThemeSpace | char | syntaxv[4] | 4744 | 4 |
timasel.syntaxc | ThemeSpace | char | syntaxc[4] | 4748 | 4 |
timasel.movie | ThemeSpace | char | movie[4] | 4752 | 4 |
timasel.image | ThemeSpace | char | image[4] | 4756 | 4 |
timasel.scene | ThemeSpace | char | scene[4] | 4760 | 4 |
timasel.audio | ThemeSpace | char | audio[4] | 4764 | 4 |
timasel.effect | ThemeSpace | char | effect[4] | 4768 | 4 |
timasel.plugin | ThemeSpace | char | plugin[4] | 4772 | 4 |
timasel.transition | ThemeSpace | char | transition[4] | 4776 | 4 |
timasel.meta | ThemeSpace | char | meta[4] | 4780 | 4 |
timasel.editmesh_active | ThemeSpace | char | editmesh_active[4] | 4784 | 4 |
timasel.handle_vertex | ThemeSpace | char | handle_vertex[4] | 4788 | 4 |
timasel.handle_vertex_select | ThemeSpace | char | handle_vertex_select[4] | 4792 | 4 |
timasel.handle_vertex_size | ThemeSpace | char | handle_vertex_size | 4796 | 1 |
timasel.hpad | ThemeSpace | char | hpad[7] | 4797 | 7 |
timasel.preview_back | ThemeSpace | char | preview_back[4] | 4804 | 4 |
text.back | ThemeSpace | char | back[4] | 4808 | 4 |
text.title | ThemeSpace | char | title[4] | 4812 | 4 |
text.text | ThemeSpace | char | text[4] | 4816 | 4 |
text.text_hi | ThemeSpace | char | text_hi[4] | 4820 | 4 |
text.header | ThemeSpace | char | header[4] | 4824 | 4 |
text.header_title | ThemeSpace | char | header_title[4] | 4828 | 4 |
text.header_text | ThemeSpace | char | header_text[4] | 4832 | 4 |
text.header_text_hi | ThemeSpace | char | header_text_hi[4] | 4836 | 4 |
text.button | ThemeSpace | char | button[4] | 4840 | 4 |
text.button_title | ThemeSpace | char | button_title[4] | 4844 | 4 |
text.button_text | ThemeSpace | char | button_text[4] | 4848 | 4 |
text.button_text_hi | ThemeSpace | char | button_text_hi[4] | 4852 | 4 |
text.list | ThemeSpace | char | list[4] | 4856 | 4 |
text.list_title | ThemeSpace | char | list_title[4] | 4860 | 4 |
text.list_text | ThemeSpace | char | list_text[4] | 4864 | 4 |
text.list_text_hi | ThemeSpace | char | list_text_hi[4] | 4868 | 4 |
text.panel | ThemeSpace | char | panel[4] | 4872 | 4 |
text.panel_title | ThemeSpace | char | panel_title[4] | 4876 | 4 |
text.panel_text | ThemeSpace | char | panel_text[4] | 4880 | 4 |
text.panel_text_hi | ThemeSpace | char | panel_text_hi[4] | 4884 | 4 |
text.shade1 | ThemeSpace | char | shade1[4] | 4888 | 4 |
text.shade2 | ThemeSpace | char | shade2[4] | 4892 | 4 |
text.hilite | ThemeSpace | char | hilite[4] | 4896 | 4 |
text.grid | ThemeSpace | char | grid[4] | 4900 | 4 |
text.wire | ThemeSpace | char | wire[4] | 4904 | 4 |
text.select | ThemeSpace | char | select[4] | 4908 | 4 |
text.lamp | ThemeSpace | char | lamp[4] | 4912 | 4 |
text.active | ThemeSpace | char | active[4] | 4916 | 4 |
text.group | ThemeSpace | char | group[4] | 4920 | 4 |
text.group_active | ThemeSpace | char | group_active[4] | 4924 | 4 |
text.transform | ThemeSpace | char | transform[4] | 4928 | 4 |
text.vertex | ThemeSpace | char | vertex[4] | 4932 | 4 |
text.vertex_select | ThemeSpace | char | vertex_select[4] | 4936 | 4 |
text.edge | ThemeSpace | char | edge[4] | 4940 | 4 |
text.edge_select | ThemeSpace | char | edge_select[4] | 4944 | 4 |
text.edge_seam | ThemeSpace | char | edge_seam[4] | 4948 | 4 |
text.edge_sharp | ThemeSpace | char | edge_sharp[4] | 4952 | 4 |
text.edge_facesel | ThemeSpace | char | edge_facesel[4] | 4956 | 4 |
text.edge_crease | ThemeSpace | char | edge_crease[4] | 4960 | 4 |
text.face | ThemeSpace | char | face[4] | 4964 | 4 |
text.face_select | ThemeSpace | char | face_select[4] | 4968 | 4 |
text.face_dot | ThemeSpace | char | face_dot[4] | 4972 | 4 |
text.extra_edge_len | ThemeSpace | char | extra_edge_len[4] | 4976 | 4 |
text.extra_face_angle | ThemeSpace | char | extra_face_angle[4] | 4980 | 4 |
text.extra_face_area | ThemeSpace | char | extra_face_area[4] | 4984 | 4 |
text.pad3 | ThemeSpace | char | pad3[4] | 4988 | 4 |
text.normal | ThemeSpace | char | normal[4] | 4992 | 4 |
text.vertex_normal | ThemeSpace | char | vertex_normal[4] | 4996 | 4 |
text.bone_solid | ThemeSpace | char | bone_solid[4] | 5000 | 4 |
text.bone_pose | ThemeSpace | char | bone_pose[4] | 5004 | 4 |
text.strip | ThemeSpace | char | strip[4] | 5008 | 4 |
text.strip_select | ThemeSpace | char | strip_select[4] | 5012 | 4 |
text.cframe | ThemeSpace | char | cframe[4] | 5016 | 4 |
text.nurb_uline | ThemeSpace | char | nurb_uline[4] | 5020 | 4 |
text.nurb_vline | ThemeSpace | char | nurb_vline[4] | 5024 | 4 |
text.act_spline | ThemeSpace | char | act_spline[4] | 5028 | 4 |
text.nurb_sel_uline | ThemeSpace | char | nurb_sel_uline[4] | 5032 | 4 |
text.nurb_sel_vline | ThemeSpace | char | nurb_sel_vline[4] | 5036 | 4 |
text.lastsel_point | ThemeSpace | char | lastsel_point[4] | 5040 | 4 |
text.handle_free | ThemeSpace | char | handle_free[4] | 5044 | 4 |
text.handle_auto | ThemeSpace | char | handle_auto[4] | 5048 | 4 |
text.handle_vect | ThemeSpace | char | handle_vect[4] | 5052 | 4 |
text.handle_align | ThemeSpace | char | handle_align[4] | 5056 | 4 |
text.handle_sel_free | ThemeSpace | char | handle_sel_free[4] | 5060 | 4 |
text.handle_sel_auto | ThemeSpace | char | handle_sel_auto[4] | 5064 | 4 |
text.handle_sel_vect | ThemeSpace | char | handle_sel_vect[4] | 5068 | 4 |
text.handle_sel_align | ThemeSpace | char | handle_sel_align[4] | 5072 | 4 |
text.ds_channel | ThemeSpace | char | ds_channel[4] | 5076 | 4 |
text.ds_subchannel | ThemeSpace | char | ds_subchannel[4] | 5080 | 4 |
text.console_output | ThemeSpace | char | console_output[4] | 5084 | 4 |
text.console_input | ThemeSpace | char | console_input[4] | 5088 | 4 |
text.console_info | ThemeSpace | char | console_info[4] | 5092 | 4 |
text.console_error | ThemeSpace | char | console_error[4] | 5096 | 4 |
text.console_cursor | ThemeSpace | char | console_cursor[4] | 5100 | 4 |
text.vertex_size | ThemeSpace | char | vertex_size | 5104 | 1 |
text.facedot_size | ThemeSpace | char | facedot_size | 5105 | 1 |
text.bpad | ThemeSpace | char | bpad[2] | 5106 | 2 |
text.syntaxl | ThemeSpace | char | syntaxl[4] | 5108 | 4 |
text.syntaxn | ThemeSpace | char | syntaxn[4] | 5112 | 4 |
text.syntaxb | ThemeSpace | char | syntaxb[4] | 5116 | 4 |
text.syntaxv | ThemeSpace | char | syntaxv[4] | 5120 | 4 |
text.syntaxc | ThemeSpace | char | syntaxc[4] | 5124 | 4 |
text.movie | ThemeSpace | char | movie[4] | 5128 | 4 |
text.image | ThemeSpace | char | image[4] | 5132 | 4 |
text.scene | ThemeSpace | char | scene[4] | 5136 | 4 |
text.audio | ThemeSpace | char | audio[4] | 5140 | 4 |
text.effect | ThemeSpace | char | effect[4] | 5144 | 4 |
text.plugin | ThemeSpace | char | plugin[4] | 5148 | 4 |
text.transition | ThemeSpace | char | transition[4] | 5152 | 4 |
text.meta | ThemeSpace | char | meta[4] | 5156 | 4 |
text.editmesh_active | ThemeSpace | char | editmesh_active[4] | 5160 | 4 |
text.handle_vertex | ThemeSpace | char | handle_vertex[4] | 5164 | 4 |
text.handle_vertex_select | ThemeSpace | char | handle_vertex_select[4] | 5168 | 4 |
text.handle_vertex_size | ThemeSpace | char | handle_vertex_size | 5172 | 1 |
text.hpad | ThemeSpace | char | hpad[7] | 5173 | 7 |
text.preview_back | ThemeSpace | char | preview_back[4] | 5180 | 4 |
toops.back | ThemeSpace | char | back[4] | 5184 | 4 |
toops.title | ThemeSpace | char | title[4] | 5188 | 4 |
toops.text | ThemeSpace | char | text[4] | 5192 | 4 |
toops.text_hi | ThemeSpace | char | text_hi[4] | 5196 | 4 |
toops.header | ThemeSpace | char | header[4] | 5200 | 4 |
toops.header_title | ThemeSpace | char | header_title[4] | 5204 | 4 |
toops.header_text | ThemeSpace | char | header_text[4] | 5208 | 4 |
toops.header_text_hi | ThemeSpace | char | header_text_hi[4] | 5212 | 4 |
toops.button | ThemeSpace | char | button[4] | 5216 | 4 |
toops.button_title | ThemeSpace | char | button_title[4] | 5220 | 4 |
toops.button_text | ThemeSpace | char | button_text[4] | 5224 | 4 |
toops.button_text_hi | ThemeSpace | char | button_text_hi[4] | 5228 | 4 |
toops.list | ThemeSpace | char | list[4] | 5232 | 4 |
toops.list_title | ThemeSpace | char | list_title[4] | 5236 | 4 |
toops.list_text | ThemeSpace | char | list_text[4] | 5240 | 4 |
toops.list_text_hi | ThemeSpace | char | list_text_hi[4] | 5244 | 4 |
toops.panel | ThemeSpace | char | panel[4] | 5248 | 4 |
toops.panel_title | ThemeSpace | char | panel_title[4] | 5252 | 4 |
toops.panel_text | ThemeSpace | char | panel_text[4] | 5256 | 4 |
toops.panel_text_hi | ThemeSpace | char | panel_text_hi[4] | 5260 | 4 |
toops.shade1 | ThemeSpace | char | shade1[4] | 5264 | 4 |
toops.shade2 | ThemeSpace | char | shade2[4] | 5268 | 4 |
toops.hilite | ThemeSpace | char | hilite[4] | 5272 | 4 |
toops.grid | ThemeSpace | char | grid[4] | 5276 | 4 |
toops.wire | ThemeSpace | char | wire[4] | 5280 | 4 |
toops.select | ThemeSpace | char | select[4] | 5284 | 4 |
toops.lamp | ThemeSpace | char | lamp[4] | 5288 | 4 |
toops.active | ThemeSpace | char | active[4] | 5292 | 4 |
toops.group | ThemeSpace | char | group[4] | 5296 | 4 |
toops.group_active | ThemeSpace | char | group_active[4] | 5300 | 4 |
toops.transform | ThemeSpace | char | transform[4] | 5304 | 4 |
toops.vertex | ThemeSpace | char | vertex[4] | 5308 | 4 |
toops.vertex_select | ThemeSpace | char | vertex_select[4] | 5312 | 4 |
toops.edge | ThemeSpace | char | edge[4] | 5316 | 4 |
toops.edge_select | ThemeSpace | char | edge_select[4] | 5320 | 4 |
toops.edge_seam | ThemeSpace | char | edge_seam[4] | 5324 | 4 |
toops.edge_sharp | ThemeSpace | char | edge_sharp[4] | 5328 | 4 |
toops.edge_facesel | ThemeSpace | char | edge_facesel[4] | 5332 | 4 |
toops.edge_crease | ThemeSpace | char | edge_crease[4] | 5336 | 4 |
toops.face | ThemeSpace | char | face[4] | 5340 | 4 |
toops.face_select | ThemeSpace | char | face_select[4] | 5344 | 4 |
toops.face_dot | ThemeSpace | char | face_dot[4] | 5348 | 4 |
toops.extra_edge_len | ThemeSpace | char | extra_edge_len[4] | 5352 | 4 |
toops.extra_face_angle | ThemeSpace | char | extra_face_angle[4] | 5356 | 4 |
toops.extra_face_area | ThemeSpace | char | extra_face_area[4] | 5360 | 4 |
toops.pad3 | ThemeSpace | char | pad3[4] | 5364 | 4 |
toops.normal | ThemeSpace | char | normal[4] | 5368 | 4 |
toops.vertex_normal | ThemeSpace | char | vertex_normal[4] | 5372 | 4 |
toops.bone_solid | ThemeSpace | char | bone_solid[4] | 5376 | 4 |
toops.bone_pose | ThemeSpace | char | bone_pose[4] | 5380 | 4 |
toops.strip | ThemeSpace | char | strip[4] | 5384 | 4 |
toops.strip_select | ThemeSpace | char | strip_select[4] | 5388 | 4 |
toops.cframe | ThemeSpace | char | cframe[4] | 5392 | 4 |
toops.nurb_uline | ThemeSpace | char | nurb_uline[4] | 5396 | 4 |
toops.nurb_vline | ThemeSpace | char | nurb_vline[4] | 5400 | 4 |
toops.act_spline | ThemeSpace | char | act_spline[4] | 5404 | 4 |
toops.nurb_sel_uline | ThemeSpace | char | nurb_sel_uline[4] | 5408 | 4 |
toops.nurb_sel_vline | ThemeSpace | char | nurb_sel_vline[4] | 5412 | 4 |
toops.lastsel_point | ThemeSpace | char | lastsel_point[4] | 5416 | 4 |
toops.handle_free | ThemeSpace | char | handle_free[4] | 5420 | 4 |
toops.handle_auto | ThemeSpace | char | handle_auto[4] | 5424 | 4 |
toops.handle_vect | ThemeSpace | char | handle_vect[4] | 5428 | 4 |
toops.handle_align | ThemeSpace | char | handle_align[4] | 5432 | 4 |
toops.handle_sel_free | ThemeSpace | char | handle_sel_free[4] | 5436 | 4 |
toops.handle_sel_auto | ThemeSpace | char | handle_sel_auto[4] | 5440 | 4 |
toops.handle_sel_vect | ThemeSpace | char | handle_sel_vect[4] | 5444 | 4 |
toops.handle_sel_align | ThemeSpace | char | handle_sel_align[4] | 5448 | 4 |
toops.ds_channel | ThemeSpace | char | ds_channel[4] | 5452 | 4 |
toops.ds_subchannel | ThemeSpace | char | ds_subchannel[4] | 5456 | 4 |
toops.console_output | ThemeSpace | char | console_output[4] | 5460 | 4 |
toops.console_input | ThemeSpace | char | console_input[4] | 5464 | 4 |
toops.console_info | ThemeSpace | char | console_info[4] | 5468 | 4 |
toops.console_error | ThemeSpace | char | console_error[4] | 5472 | 4 |
toops.console_cursor | ThemeSpace | char | console_cursor[4] | 5476 | 4 |
toops.vertex_size | ThemeSpace | char | vertex_size | 5480 | 1 |
toops.facedot_size | ThemeSpace | char | facedot_size | 5481 | 1 |
toops.bpad | ThemeSpace | char | bpad[2] | 5482 | 2 |
toops.syntaxl | ThemeSpace | char | syntaxl[4] | 5484 | 4 |
toops.syntaxn | ThemeSpace | char | syntaxn[4] | 5488 | 4 |
toops.syntaxb | ThemeSpace | char | syntaxb[4] | 5492 | 4 |
toops.syntaxv | ThemeSpace | char | syntaxv[4] | 5496 | 4 |
toops.syntaxc | ThemeSpace | char | syntaxc[4] | 5500 | 4 |
toops.movie | ThemeSpace | char | movie[4] | 5504 | 4 |
toops.image | ThemeSpace | char | image[4] | 5508 | 4 |
toops.scene | ThemeSpace | char | scene[4] | 5512 | 4 |
toops.audio | ThemeSpace | char | audio[4] | 5516 | 4 |
toops.effect | ThemeSpace | char | effect[4] | 5520 | 4 |
toops.plugin | ThemeSpace | char | plugin[4] | 5524 | 4 |
toops.transition | ThemeSpace | char | transition[4] | 5528 | 4 |
toops.meta | ThemeSpace | char | meta[4] | 5532 | 4 |
toops.editmesh_active | ThemeSpace | char | editmesh_active[4] | 5536 | 4 |
toops.handle_vertex | ThemeSpace | char | handle_vertex[4] | 5540 | 4 |
toops.handle_vertex_select | ThemeSpace | char | handle_vertex_select[4] | 5544 | 4 |
toops.handle_vertex_size | ThemeSpace | char | handle_vertex_size | 5548 | 1 |
toops.hpad | ThemeSpace | char | hpad[7] | 5549 | 7 |
toops.preview_back | ThemeSpace | char | preview_back[4] | 5556 | 4 |
ttime.back | ThemeSpace | char | back[4] | 5560 | 4 |
ttime.title | ThemeSpace | char | title[4] | 5564 | 4 |
ttime.text | ThemeSpace | char | text[4] | 5568 | 4 |
ttime.text_hi | ThemeSpace | char | text_hi[4] | 5572 | 4 |
ttime.header | ThemeSpace | char | header[4] | 5576 | 4 |
ttime.header_title | ThemeSpace | char | header_title[4] | 5580 | 4 |
ttime.header_text | ThemeSpace | char | header_text[4] | 5584 | 4 |
ttime.header_text_hi | ThemeSpace | char | header_text_hi[4] | 5588 | 4 |
ttime.button | ThemeSpace | char | button[4] | 5592 | 4 |
ttime.button_title | ThemeSpace | char | button_title[4] | 5596 | 4 |
ttime.button_text | ThemeSpace | char | button_text[4] | 5600 | 4 |
ttime.button_text_hi | ThemeSpace | char | button_text_hi[4] | 5604 | 4 |
ttime.list | ThemeSpace | char | list[4] | 5608 | 4 |
ttime.list_title | ThemeSpace | char | list_title[4] | 5612 | 4 |
ttime.list_text | ThemeSpace | char | list_text[4] | 5616 | 4 |
ttime.list_text_hi | ThemeSpace | char | list_text_hi[4] | 5620 | 4 |
ttime.panel | ThemeSpace | char | panel[4] | 5624 | 4 |
ttime.panel_title | ThemeSpace | char | panel_title[4] | 5628 | 4 |
ttime.panel_text | ThemeSpace | char | panel_text[4] | 5632 | 4 |
ttime.panel_text_hi | ThemeSpace | char | panel_text_hi[4] | 5636 | 4 |
ttime.shade1 | ThemeSpace | char | shade1[4] | 5640 | 4 |
ttime.shade2 | ThemeSpace | char | shade2[4] | 5644 | 4 |
ttime.hilite | ThemeSpace | char | hilite[4] | 5648 | 4 |
ttime.grid | ThemeSpace | char | grid[4] | 5652 | 4 |
ttime.wire | ThemeSpace | char | wire[4] | 5656 | 4 |
ttime.select | ThemeSpace | char | select[4] | 5660 | 4 |
ttime.lamp | ThemeSpace | char | lamp[4] | 5664 | 4 |
ttime.active | ThemeSpace | char | active[4] | 5668 | 4 |
ttime.group | ThemeSpace | char | group[4] | 5672 | 4 |
ttime.group_active | ThemeSpace | char | group_active[4] | 5676 | 4 |
ttime.transform | ThemeSpace | char | transform[4] | 5680 | 4 |
ttime.vertex | ThemeSpace | char | vertex[4] | 5684 | 4 |
ttime.vertex_select | ThemeSpace | char | vertex_select[4] | 5688 | 4 |
ttime.edge | ThemeSpace | char | edge[4] | 5692 | 4 |
ttime.edge_select | ThemeSpace | char | edge_select[4] | 5696 | 4 |
ttime.edge_seam | ThemeSpace | char | edge_seam[4] | 5700 | 4 |
ttime.edge_sharp | ThemeSpace | char | edge_sharp[4] | 5704 | 4 |
ttime.edge_facesel | ThemeSpace | char | edge_facesel[4] | 5708 | 4 |
ttime.edge_crease | ThemeSpace | char | edge_crease[4] | 5712 | 4 |
ttime.face | ThemeSpace | char | face[4] | 5716 | 4 |
ttime.face_select | ThemeSpace | char | face_select[4] | 5720 | 4 |
ttime.face_dot | ThemeSpace | char | face_dot[4] | 5724 | 4 |
ttime.extra_edge_len | ThemeSpace | char | extra_edge_len[4] | 5728 | 4 |
ttime.extra_face_angle | ThemeSpace | char | extra_face_angle[4] | 5732 | 4 |
ttime.extra_face_area | ThemeSpace | char | extra_face_area[4] | 5736 | 4 |
ttime.pad3 | ThemeSpace | char | pad3[4] | 5740 | 4 |
ttime.normal | ThemeSpace | char | normal[4] | 5744 | 4 |
ttime.vertex_normal | ThemeSpace | char | vertex_normal[4] | 5748 | 4 |
ttime.bone_solid | ThemeSpace | char | bone_solid[4] | 5752 | 4 |
ttime.bone_pose | ThemeSpace | char | bone_pose[4] | 5756 | 4 |
ttime.strip | ThemeSpace | char | strip[4] | 5760 | 4 |
ttime.strip_select | ThemeSpace | char | strip_select[4] | 5764 | 4 |
ttime.cframe | ThemeSpace | char | cframe[4] | 5768 | 4 |
ttime.nurb_uline | ThemeSpace | char | nurb_uline[4] | 5772 | 4 |
ttime.nurb_vline | ThemeSpace | char | nurb_vline[4] | 5776 | 4 |
ttime.act_spline | ThemeSpace | char | act_spline[4] | 5780 | 4 |
ttime.nurb_sel_uline | ThemeSpace | char | nurb_sel_uline[4] | 5784 | 4 |
ttime.nurb_sel_vline | ThemeSpace | char | nurb_sel_vline[4] | 5788 | 4 |
ttime.lastsel_point | ThemeSpace | char | lastsel_point[4] | 5792 | 4 |
ttime.handle_free | ThemeSpace | char | handle_free[4] | 5796 | 4 |
ttime.handle_auto | ThemeSpace | char | handle_auto[4] | 5800 | 4 |
ttime.handle_vect | ThemeSpace | char | handle_vect[4] | 5804 | 4 |
ttime.handle_align | ThemeSpace | char | handle_align[4] | 5808 | 4 |
ttime.handle_sel_free | ThemeSpace | char | handle_sel_free[4] | 5812 | 4 |
ttime.handle_sel_auto | ThemeSpace | char | handle_sel_auto[4] | 5816 | 4 |
ttime.handle_sel_vect | ThemeSpace | char | handle_sel_vect[4] | 5820 | 4 |
ttime.handle_sel_align | ThemeSpace | char | handle_sel_align[4] | 5824 | 4 |
ttime.ds_channel | ThemeSpace | char | ds_channel[4] | 5828 | 4 |
ttime.ds_subchannel | ThemeSpace | char | ds_subchannel[4] | 5832 | 4 |
ttime.console_output | ThemeSpace | char | console_output[4] | 5836 | 4 |
ttime.console_input | ThemeSpace | char | console_input[4] | 5840 | 4 |
ttime.console_info | ThemeSpace | char | console_info[4] | 5844 | 4 |
ttime.console_error | ThemeSpace | char | console_error[4] | 5848 | 4 |
ttime.console_cursor | ThemeSpace | char | console_cursor[4] | 5852 | 4 |
ttime.vertex_size | ThemeSpace | char | vertex_size | 5856 | 1 |
ttime.facedot_size | ThemeSpace | char | facedot_size | 5857 | 1 |
ttime.bpad | ThemeSpace | char | bpad[2] | 5858 | 2 |
ttime.syntaxl | ThemeSpace | char | syntaxl[4] | 5860 | 4 |
ttime.syntaxn | ThemeSpace | char | syntaxn[4] | 5864 | 4 |
ttime.syntaxb | ThemeSpace | char | syntaxb[4] | 5868 | 4 |
ttime.syntaxv | ThemeSpace | char | syntaxv[4] | 5872 | 4 |
ttime.syntaxc | ThemeSpace | char | syntaxc[4] | 5876 | 4 |
ttime.movie | ThemeSpace | char | movie[4] | 5880 | 4 |
ttime.image | ThemeSpace | char | image[4] | 5884 | 4 |
ttime.scene | ThemeSpace | char | scene[4] | 5888 | 4 |
ttime.audio | ThemeSpace | char | audio[4] | 5892 | 4 |
ttime.effect | ThemeSpace | char | effect[4] | 5896 | 4 |
ttime.plugin | ThemeSpace | char | plugin[4] | 5900 | 4 |
ttime.transition | ThemeSpace | char | transition[4] | 5904 | 4 |
ttime.meta | ThemeSpace | char | meta[4] | 5908 | 4 |
ttime.editmesh_active | ThemeSpace | char | editmesh_active[4] | 5912 | 4 |
ttime.handle_vertex | ThemeSpace | char | handle_vertex[4] | 5916 | 4 |
ttime.handle_vertex_select | ThemeSpace | char | handle_vertex_select[4] | 5920 | 4 |
ttime.handle_vertex_size | ThemeSpace | char | handle_vertex_size | 5924 | 1 |
ttime.hpad | ThemeSpace | char | hpad[7] | 5925 | 7 |
ttime.preview_back | ThemeSpace | char | preview_back[4] | 5932 | 4 |
tnode.back | ThemeSpace | char | back[4] | 5936 | 4 |
tnode.title | ThemeSpace | char | title[4] | 5940 | 4 |
tnode.text | ThemeSpace | char | text[4] | 5944 | 4 |
tnode.text_hi | ThemeSpace | char | text_hi[4] | 5948 | 4 |
tnode.header | ThemeSpace | char | header[4] | 5952 | 4 |
tnode.header_title | ThemeSpace | char | header_title[4] | 5956 | 4 |
tnode.header_text | ThemeSpace | char | header_text[4] | 5960 | 4 |
tnode.header_text_hi | ThemeSpace | char | header_text_hi[4] | 5964 | 4 |
tnode.button | ThemeSpace | char | button[4] | 5968 | 4 |
tnode.button_title | ThemeSpace | char | button_title[4] | 5972 | 4 |
tnode.button_text | ThemeSpace | char | button_text[4] | 5976 | 4 |
tnode.button_text_hi | ThemeSpace | char | button_text_hi[4] | 5980 | 4 |
tnode.list | ThemeSpace | char | list[4] | 5984 | 4 |
tnode.list_title | ThemeSpace | char | list_title[4] | 5988 | 4 |
tnode.list_text | ThemeSpace | char | list_text[4] | 5992 | 4 |
tnode.list_text_hi | ThemeSpace | char | list_text_hi[4] | 5996 | 4 |
tnode.panel | ThemeSpace | char | panel[4] | 6000 | 4 |
tnode.panel_title | ThemeSpace | char | panel_title[4] | 6004 | 4 |
tnode.panel_text | ThemeSpace | char | panel_text[4] | 6008 | 4 |
tnode.panel_text_hi | ThemeSpace | char | panel_text_hi[4] | 6012 | 4 |
tnode.shade1 | ThemeSpace | char | shade1[4] | 6016 | 4 |
tnode.shade2 | ThemeSpace | char | shade2[4] | 6020 | 4 |
tnode.hilite | ThemeSpace | char | hilite[4] | 6024 | 4 |
tnode.grid | ThemeSpace | char | grid[4] | 6028 | 4 |
tnode.wire | ThemeSpace | char | wire[4] | 6032 | 4 |
tnode.select | ThemeSpace | char | select[4] | 6036 | 4 |
tnode.lamp | ThemeSpace | char | lamp[4] | 6040 | 4 |
tnode.active | ThemeSpace | char | active[4] | 6044 | 4 |
tnode.group | ThemeSpace | char | group[4] | 6048 | 4 |
tnode.group_active | ThemeSpace | char | group_active[4] | 6052 | 4 |
tnode.transform | ThemeSpace | char | transform[4] | 6056 | 4 |
tnode.vertex | ThemeSpace | char | vertex[4] | 6060 | 4 |
tnode.vertex_select | ThemeSpace | char | vertex_select[4] | 6064 | 4 |
tnode.edge | ThemeSpace | char | edge[4] | 6068 | 4 |
tnode.edge_select | ThemeSpace | char | edge_select[4] | 6072 | 4 |
tnode.edge_seam | ThemeSpace | char | edge_seam[4] | 6076 | 4 |
tnode.edge_sharp | ThemeSpace | char | edge_sharp[4] | 6080 | 4 |
tnode.edge_facesel | ThemeSpace | char | edge_facesel[4] | 6084 | 4 |
tnode.edge_crease | ThemeSpace | char | edge_crease[4] | 6088 | 4 |
tnode.face | ThemeSpace | char | face[4] | 6092 | 4 |
tnode.face_select | ThemeSpace | char | face_select[4] | 6096 | 4 |
tnode.face_dot | ThemeSpace | char | face_dot[4] | 6100 | 4 |
tnode.extra_edge_len | ThemeSpace | char | extra_edge_len[4] | 6104 | 4 |
tnode.extra_face_angle | ThemeSpace | char | extra_face_angle[4] | 6108 | 4 |
tnode.extra_face_area | ThemeSpace | char | extra_face_area[4] | 6112 | 4 |
tnode.pad3 | ThemeSpace | char | pad3[4] | 6116 | 4 |
tnode.normal | ThemeSpace | char | normal[4] | 6120 | 4 |
tnode.vertex_normal | ThemeSpace | char | vertex_normal[4] | 6124 | 4 |
tnode.bone_solid | ThemeSpace | char | bone_solid[4] | 6128 | 4 |
tnode.bone_pose | ThemeSpace | char | bone_pose[4] | 6132 | 4 |
tnode.strip | ThemeSpace | char | strip[4] | 6136 | 4 |
tnode.strip_select | ThemeSpace | char | strip_select[4] | 6140 | 4 |
tnode.cframe | ThemeSpace | char | cframe[4] | 6144 | 4 |
tnode.nurb_uline | ThemeSpace | char | nurb_uline[4] | 6148 | 4 |
tnode.nurb_vline | ThemeSpace | char | nurb_vline[4] | 6152 | 4 |
tnode.act_spline | ThemeSpace | char | act_spline[4] | 6156 | 4 |
tnode.nurb_sel_uline | ThemeSpace | char | nurb_sel_uline[4] | 6160 | 4 |
tnode.nurb_sel_vline | ThemeSpace | char | nurb_sel_vline[4] | 6164 | 4 |
tnode.lastsel_point | ThemeSpace | char | lastsel_point[4] | 6168 | 4 |
tnode.handle_free | ThemeSpace | char | handle_free[4] | 6172 | 4 |
tnode.handle_auto | ThemeSpace | char | handle_auto[4] | 6176 | 4 |
tnode.handle_vect | ThemeSpace | char | handle_vect[4] | 6180 | 4 |
tnode.handle_align | ThemeSpace | char | handle_align[4] | 6184 | 4 |
tnode.handle_sel_free | ThemeSpace | char | handle_sel_free[4] | 6188 | 4 |
tnode.handle_sel_auto | ThemeSpace | char | handle_sel_auto[4] | 6192 | 4 |
tnode.handle_sel_vect | ThemeSpace | char | handle_sel_vect[4] | 6196 | 4 |
tnode.handle_sel_align | ThemeSpace | char | handle_sel_align[4] | 6200 | 4 |
tnode.ds_channel | ThemeSpace | char | ds_channel[4] | 6204 | 4 |
tnode.ds_subchannel | ThemeSpace | char | ds_subchannel[4] | 6208 | 4 |
tnode.console_output | ThemeSpace | char | console_output[4] | 6212 | 4 |
tnode.console_input | ThemeSpace | char | console_input[4] | 6216 | 4 |
tnode.console_info | ThemeSpace | char | console_info[4] | 6220 | 4 |
tnode.console_error | ThemeSpace | char | console_error[4] | 6224 | 4 |
tnode.console_cursor | ThemeSpace | char | console_cursor[4] | 6228 | 4 |
tnode.vertex_size | ThemeSpace | char | vertex_size | 6232 | 1 |
tnode.facedot_size | ThemeSpace | char | facedot_size | 6233 | 1 |
tnode.bpad | ThemeSpace | char | bpad[2] | 6234 | 2 |
tnode.syntaxl | ThemeSpace | char | syntaxl[4] | 6236 | 4 |
tnode.syntaxn | ThemeSpace | char | syntaxn[4] | 6240 | 4 |
tnode.syntaxb | ThemeSpace | char | syntaxb[4] | 6244 | 4 |
tnode.syntaxv | ThemeSpace | char | syntaxv[4] | 6248 | 4 |
tnode.syntaxc | ThemeSpace | char | syntaxc[4] | 6252 | 4 |
tnode.movie | ThemeSpace | char | movie[4] | 6256 | 4 |
tnode.image | ThemeSpace | char | image[4] | 6260 | 4 |
tnode.scene | ThemeSpace | char | scene[4] | 6264 | 4 |
tnode.audio | ThemeSpace | char | audio[4] | 6268 | 4 |
tnode.effect | ThemeSpace | char | effect[4] | 6272 | 4 |
tnode.plugin | ThemeSpace | char | plugin[4] | 6276 | 4 |
tnode.transition | ThemeSpace | char | transition[4] | 6280 | 4 |
tnode.meta | ThemeSpace | char | meta[4] | 6284 | 4 |
tnode.editmesh_active | ThemeSpace | char | editmesh_active[4] | 6288 | 4 |
tnode.handle_vertex | ThemeSpace | char | handle_vertex[4] | 6292 | 4 |
tnode.handle_vertex_select | ThemeSpace | char | handle_vertex_select[4] | 6296 | 4 |
tnode.handle_vertex_size | ThemeSpace | char | handle_vertex_size | 6300 | 1 |
tnode.hpad | ThemeSpace | char | hpad[7] | 6301 | 7 |
tnode.preview_back | ThemeSpace | char | preview_back[4] | 6308 | 4 |
tlogic.back | ThemeSpace | char | back[4] | 6312 | 4 |
tlogic.title | ThemeSpace | char | title[4] | 6316 | 4 |
tlogic.text | ThemeSpace | char | text[4] | 6320 | 4 |
tlogic.text_hi | ThemeSpace | char | text_hi[4] | 6324 | 4 |
tlogic.header | ThemeSpace | char | header[4] | 6328 | 4 |
tlogic.header_title | ThemeSpace | char | header_title[4] | 6332 | 4 |
tlogic.header_text | ThemeSpace | char | header_text[4] | 6336 | 4 |
tlogic.header_text_hi | ThemeSpace | char | header_text_hi[4] | 6340 | 4 |
tlogic.button | ThemeSpace | char | button[4] | 6344 | 4 |
tlogic.button_title | ThemeSpace | char | button_title[4] | 6348 | 4 |
tlogic.button_text | ThemeSpace | char | button_text[4] | 6352 | 4 |
tlogic.button_text_hi | ThemeSpace | char | button_text_hi[4] | 6356 | 4 |
tlogic.list | ThemeSpace | char | list[4] | 6360 | 4 |
tlogic.list_title | ThemeSpace | char | list_title[4] | 6364 | 4 |
tlogic.list_text | ThemeSpace | char | list_text[4] | 6368 | 4 |
tlogic.list_text_hi | ThemeSpace | char | list_text_hi[4] | 6372 | 4 |
tlogic.panel | ThemeSpace | char | panel[4] | 6376 | 4 |
tlogic.panel_title | ThemeSpace | char | panel_title[4] | 6380 | 4 |
tlogic.panel_text | ThemeSpace | char | panel_text[4] | 6384 | 4 |
tlogic.panel_text_hi | ThemeSpace | char | panel_text_hi[4] | 6388 | 4 |
tlogic.shade1 | ThemeSpace | char | shade1[4] | 6392 | 4 |
tlogic.shade2 | ThemeSpace | char | shade2[4] | 6396 | 4 |
tlogic.hilite | ThemeSpace | char | hilite[4] | 6400 | 4 |
tlogic.grid | ThemeSpace | char | grid[4] | 6404 | 4 |
tlogic.wire | ThemeSpace | char | wire[4] | 6408 | 4 |
tlogic.select | ThemeSpace | char | select[4] | 6412 | 4 |
tlogic.lamp | ThemeSpace | char | lamp[4] | 6416 | 4 |
tlogic.active | ThemeSpace | char | active[4] | 6420 | 4 |
tlogic.group | ThemeSpace | char | group[4] | 6424 | 4 |
tlogic.group_active | ThemeSpace | char | group_active[4] | 6428 | 4 |
tlogic.transform | ThemeSpace | char | transform[4] | 6432 | 4 |
tlogic.vertex | ThemeSpace | char | vertex[4] | 6436 | 4 |
tlogic.vertex_select | ThemeSpace | char | vertex_select[4] | 6440 | 4 |
tlogic.edge | ThemeSpace | char | edge[4] | 6444 | 4 |
tlogic.edge_select | ThemeSpace | char | edge_select[4] | 6448 | 4 |
tlogic.edge_seam | ThemeSpace | char | edge_seam[4] | 6452 | 4 |
tlogic.edge_sharp | ThemeSpace | char | edge_sharp[4] | 6456 | 4 |
tlogic.edge_facesel | ThemeSpace | char | edge_facesel[4] | 6460 | 4 |
tlogic.edge_crease | ThemeSpace | char | edge_crease[4] | 6464 | 4 |
tlogic.face | ThemeSpace | char | face[4] | 6468 | 4 |
tlogic.face_select | ThemeSpace | char | face_select[4] | 6472 | 4 |
tlogic.face_dot | ThemeSpace | char | face_dot[4] | 6476 | 4 |
tlogic.extra_edge_len | ThemeSpace | char | extra_edge_len[4] | 6480 | 4 |
tlogic.extra_face_angle | ThemeSpace | char | extra_face_angle[4] | 6484 | 4 |
tlogic.extra_face_area | ThemeSpace | char | extra_face_area[4] | 6488 | 4 |
tlogic.pad3 | ThemeSpace | char | pad3[4] | 6492 | 4 |
tlogic.normal | ThemeSpace | char | normal[4] | 6496 | 4 |
tlogic.vertex_normal | ThemeSpace | char | vertex_normal[4] | 6500 | 4 |
tlogic.bone_solid | ThemeSpace | char | bone_solid[4] | 6504 | 4 |
tlogic.bone_pose | ThemeSpace | char | bone_pose[4] | 6508 | 4 |
tlogic.strip | ThemeSpace | char | strip[4] | 6512 | 4 |
tlogic.strip_select | ThemeSpace | char | strip_select[4] | 6516 | 4 |
tlogic.cframe | ThemeSpace | char | cframe[4] | 6520 | 4 |
tlogic.nurb_uline | ThemeSpace | char | nurb_uline[4] | 6524 | 4 |
tlogic.nurb_vline | ThemeSpace | char | nurb_vline[4] | 6528 | 4 |
tlogic.act_spline | ThemeSpace | char | act_spline[4] | 6532 | 4 |
tlogic.nurb_sel_uline | ThemeSpace | char | nurb_sel_uline[4] | 6536 | 4 |
tlogic.nurb_sel_vline | ThemeSpace | char | nurb_sel_vline[4] | 6540 | 4 |
tlogic.lastsel_point | ThemeSpace | char | lastsel_point[4] | 6544 | 4 |
tlogic.handle_free | ThemeSpace | char | handle_free[4] | 6548 | 4 |
tlogic.handle_auto | ThemeSpace | char | handle_auto[4] | 6552 | 4 |
tlogic.handle_vect | ThemeSpace | char | handle_vect[4] | 6556 | 4 |
tlogic.handle_align | ThemeSpace | char | handle_align[4] | 6560 | 4 |
tlogic.handle_sel_free | ThemeSpace | char | handle_sel_free[4] | 6564 | 4 |
tlogic.handle_sel_auto | ThemeSpace | char | handle_sel_auto[4] | 6568 | 4 |
tlogic.handle_sel_vect | ThemeSpace | char | handle_sel_vect[4] | 6572 | 4 |
tlogic.handle_sel_align | ThemeSpace | char | handle_sel_align[4] | 6576 | 4 |
tlogic.ds_channel | ThemeSpace | char | ds_channel[4] | 6580 | 4 |
tlogic.ds_subchannel | ThemeSpace | char | ds_subchannel[4] | 6584 | 4 |
tlogic.console_output | ThemeSpace | char | console_output[4] | 6588 | 4 |
tlogic.console_input | ThemeSpace | char | console_input[4] | 6592 | 4 |
tlogic.console_info | ThemeSpace | char | console_info[4] | 6596 | 4 |
tlogic.console_error | ThemeSpace | char | console_error[4] | 6600 | 4 |
tlogic.console_cursor | ThemeSpace | char | console_cursor[4] | 6604 | 4 |
tlogic.vertex_size | ThemeSpace | char | vertex_size | 6608 | 1 |
tlogic.facedot_size | ThemeSpace | char | facedot_size | 6609 | 1 |
tlogic.bpad | ThemeSpace | char | bpad[2] | 6610 | 2 |
tlogic.syntaxl | ThemeSpace | char | syntaxl[4] | 6612 | 4 |
tlogic.syntaxn | ThemeSpace | char | syntaxn[4] | 6616 | 4 |
tlogic.syntaxb | ThemeSpace | char | syntaxb[4] | 6620 | 4 |
tlogic.syntaxv | ThemeSpace | char | syntaxv[4] | 6624 | 4 |
tlogic.syntaxc | ThemeSpace | char | syntaxc[4] | 6628 | 4 |
tlogic.movie | ThemeSpace | char | movie[4] | 6632 | 4 |
tlogic.image | ThemeSpace | char | image[4] | 6636 | 4 |
tlogic.scene | ThemeSpace | char | scene[4] | 6640 | 4 |
tlogic.audio | ThemeSpace | char | audio[4] | 6644 | 4 |
tlogic.effect | ThemeSpace | char | effect[4] | 6648 | 4 |
tlogic.plugin | ThemeSpace | char | plugin[4] | 6652 | 4 |
tlogic.transition | ThemeSpace | char | transition[4] | 6656 | 4 |
tlogic.meta | ThemeSpace | char | meta[4] | 6660 | 4 |
tlogic.editmesh_active | ThemeSpace | char | editmesh_active[4] | 6664 | 4 |
tlogic.handle_vertex | ThemeSpace | char | handle_vertex[4] | 6668 | 4 |
tlogic.handle_vertex_select | ThemeSpace | char | handle_vertex_select[4] | 6672 | 4 |
tlogic.handle_vertex_size | ThemeSpace | char | handle_vertex_size | 6676 | 1 |
tlogic.hpad | ThemeSpace | char | hpad[7] | 6677 | 7 |
tlogic.preview_back | ThemeSpace | char | preview_back[4] | 6684 | 4 |
tuserpref.back | ThemeSpace | char | back[4] | 6688 | 4 |
tuserpref.title | ThemeSpace | char | title[4] | 6692 | 4 |
tuserpref.text | ThemeSpace | char | text[4] | 6696 | 4 |
tuserpref.text_hi | ThemeSpace | char | text_hi[4] | 6700 | 4 |
tuserpref.header | ThemeSpace | char | header[4] | 6704 | 4 |
tuserpref.header_title | ThemeSpace | char | header_title[4] | 6708 | 4 |
tuserpref.header_text | ThemeSpace | char | header_text[4] | 6712 | 4 |
tuserpref.header_text_hi | ThemeSpace | char | header_text_hi[4] | 6716 | 4 |
tuserpref.button | ThemeSpace | char | button[4] | 6720 | 4 |
tuserpref.button_title | ThemeSpace | char | button_title[4] | 6724 | 4 |
tuserpref.button_text | ThemeSpace | char | button_text[4] | 6728 | 4 |
tuserpref.button_text_hi | ThemeSpace | char | button_text_hi[4] | 6732 | 4 |
tuserpref.list | ThemeSpace | char | list[4] | 6736 | 4 |
tuserpref.list_title | ThemeSpace | char | list_title[4] | 6740 | 4 |
tuserpref.list_text | ThemeSpace | char | list_text[4] | 6744 | 4 |
tuserpref.list_text_hi | ThemeSpace | char | list_text_hi[4] | 6748 | 4 |
tuserpref.panel | ThemeSpace | char | panel[4] | 6752 | 4 |
tuserpref.panel_title | ThemeSpace | char | panel_title[4] | 6756 | 4 |
tuserpref.panel_text | ThemeSpace | char | panel_text[4] | 6760 | 4 |
tuserpref.panel_text_hi | ThemeSpace | char | panel_text_hi[4] | 6764 | 4 |
tuserpref.shade1 | ThemeSpace | char | shade1[4] | 6768 | 4 |
tuserpref.shade2 | ThemeSpace | char | shade2[4] | 6772 | 4 |
tuserpref.hilite | ThemeSpace | char | hilite[4] | 6776 | 4 |
tuserpref.grid | ThemeSpace | char | grid[4] | 6780 | 4 |
tuserpref.wire | ThemeSpace | char | wire[4] | 6784 | 4 |
tuserpref.select | ThemeSpace | char | select[4] | 6788 | 4 |
tuserpref.lamp | ThemeSpace | char | lamp[4] | 6792 | 4 |
tuserpref.active | ThemeSpace | char | active[4] | 6796 | 4 |
tuserpref.group | ThemeSpace | char | group[4] | 6800 | 4 |
tuserpref.group_active | ThemeSpace | char | group_active[4] | 6804 | 4 |
tuserpref.transform | ThemeSpace | char | transform[4] | 6808 | 4 |
tuserpref.vertex | ThemeSpace | char | vertex[4] | 6812 | 4 |
tuserpref.vertex_select | ThemeSpace | char | vertex_select[4] | 6816 | 4 |
tuserpref.edge | ThemeSpace | char | edge[4] | 6820 | 4 |
tuserpref.edge_select | ThemeSpace | char | edge_select[4] | 6824 | 4 |
tuserpref.edge_seam | ThemeSpace | char | edge_seam[4] | 6828 | 4 |
tuserpref.edge_sharp | ThemeSpace | char | edge_sharp[4] | 6832 | 4 |
tuserpref.edge_facesel | ThemeSpace | char | edge_facesel[4] | 6836 | 4 |
tuserpref.edge_crease | ThemeSpace | char | edge_crease[4] | 6840 | 4 |
tuserpref.face | ThemeSpace | char | face[4] | 6844 | 4 |
tuserpref.face_select | ThemeSpace | char | face_select[4] | 6848 | 4 |
tuserpref.face_dot | ThemeSpace | char | face_dot[4] | 6852 | 4 |
tuserpref.extra_edge_len | ThemeSpace | char | extra_edge_len[4] | 6856 | 4 |
tuserpref.extra_face_angle | ThemeSpace | char | extra_face_angle[4] | 6860 | 4 |
tuserpref.extra_face_area | ThemeSpace | char | extra_face_area[4] | 6864 | 4 |
tuserpref.pad3 | ThemeSpace | char | pad3[4] | 6868 | 4 |
tuserpref.normal | ThemeSpace | char | normal[4] | 6872 | 4 |
tuserpref.vertex_normal | ThemeSpace | char | vertex_normal[4] | 6876 | 4 |
tuserpref.bone_solid | ThemeSpace | char | bone_solid[4] | 6880 | 4 |
tuserpref.bone_pose | ThemeSpace | char | bone_pose[4] | 6884 | 4 |
tuserpref.strip | ThemeSpace | char | strip[4] | 6888 | 4 |
tuserpref.strip_select | ThemeSpace | char | strip_select[4] | 6892 | 4 |
tuserpref.cframe | ThemeSpace | char | cframe[4] | 6896 | 4 |
tuserpref.nurb_uline | ThemeSpace | char | nurb_uline[4] | 6900 | 4 |
tuserpref.nurb_vline | ThemeSpace | char | nurb_vline[4] | 6904 | 4 |
tuserpref.act_spline | ThemeSpace | char | act_spline[4] | 6908 | 4 |
tuserpref.nurb_sel_uline | ThemeSpace | char | nurb_sel_uline[4] | 6912 | 4 |
tuserpref.nurb_sel_vline | ThemeSpace | char | nurb_sel_vline[4] | 6916 | 4 |
tuserpref.lastsel_point | ThemeSpace | char | lastsel_point[4] | 6920 | 4 |
tuserpref.handle_free | ThemeSpace | char | handle_free[4] | 6924 | 4 |
tuserpref.handle_auto | ThemeSpace | char | handle_auto[4] | 6928 | 4 |
tuserpref.handle_vect | ThemeSpace | char | handle_vect[4] | 6932 | 4 |
tuserpref.handle_align | ThemeSpace | char | handle_align[4] | 6936 | 4 |
tuserpref.handle_sel_free | ThemeSpace | char | handle_sel_free[4] | 6940 | 4 |
tuserpref.handle_sel_auto | ThemeSpace | char | handle_sel_auto[4] | 6944 | 4 |
tuserpref.handle_sel_vect | ThemeSpace | char | handle_sel_vect[4] | 6948 | 4 |
tuserpref.handle_sel_align | ThemeSpace | char | handle_sel_align[4] | 6952 | 4 |
tuserpref.ds_channel | ThemeSpace | char | ds_channel[4] | 6956 | 4 |
tuserpref.ds_subchannel | ThemeSpace | char | ds_subchannel[4] | 6960 | 4 |
tuserpref.console_output | ThemeSpace | char | console_output[4] | 6964 | 4 |
tuserpref.console_input | ThemeSpace | char | console_input[4] | 6968 | 4 |
tuserpref.console_info | ThemeSpace | char | console_info[4] | 6972 | 4 |
tuserpref.console_error | ThemeSpace | char | console_error[4] | 6976 | 4 |
tuserpref.console_cursor | ThemeSpace | char | console_cursor[4] | 6980 | 4 |
tuserpref.vertex_size | ThemeSpace | char | vertex_size | 6984 | 1 |
tuserpref.facedot_size | ThemeSpace | char | facedot_size | 6985 | 1 |
tuserpref.bpad | ThemeSpace | char | bpad[2] | 6986 | 2 |
tuserpref.syntaxl | ThemeSpace | char | syntaxl[4] | 6988 | 4 |
tuserpref.syntaxn | ThemeSpace | char | syntaxn[4] | 6992 | 4 |
tuserpref.syntaxb | ThemeSpace | char | syntaxb[4] | 6996 | 4 |
tuserpref.syntaxv | ThemeSpace | char | syntaxv[4] | 7000 | 4 |
tuserpref.syntaxc | ThemeSpace | char | syntaxc[4] | 7004 | 4 |
tuserpref.movie | ThemeSpace | char | movie[4] | 7008 | 4 |
tuserpref.image | ThemeSpace | char | image[4] | 7012 | 4 |
tuserpref.scene | ThemeSpace | char | scene[4] | 7016 | 4 |
tuserpref.audio | ThemeSpace | char | audio[4] | 7020 | 4 |
tuserpref.effect | ThemeSpace | char | effect[4] | 7024 | 4 |
tuserpref.plugin | ThemeSpace | char | plugin[4] | 7028 | 4 |
tuserpref.transition | ThemeSpace | char | transition[4] | 7032 | 4 |
tuserpref.meta | ThemeSpace | char | meta[4] | 7036 | 4 |
tuserpref.editmesh_active | ThemeSpace | char | editmesh_active[4] | 7040 | 4 |
tuserpref.handle_vertex | ThemeSpace | char | handle_vertex[4] | 7044 | 4 |
tuserpref.handle_vertex_select | ThemeSpace | char | handle_vertex_select[4] | 7048 | 4 |
tuserpref.handle_vertex_size | ThemeSpace | char | handle_vertex_size | 7052 | 1 |
tuserpref.hpad | ThemeSpace | char | hpad[7] | 7053 | 7 |
tuserpref.preview_back | ThemeSpace | char | preview_back[4] | 7060 | 4 |
tconsole.back | ThemeSpace | char | back[4] | 7064 | 4 |
tconsole.title | ThemeSpace | char | title[4] | 7068 | 4 |
tconsole.text | ThemeSpace | char | text[4] | 7072 | 4 |
tconsole.text_hi | ThemeSpace | char | text_hi[4] | 7076 | 4 |
tconsole.header | ThemeSpace | char | header[4] | 7080 | 4 |
tconsole.header_title | ThemeSpace | char | header_title[4] | 7084 | 4 |
tconsole.header_text | ThemeSpace | char | header_text[4] | 7088 | 4 |
tconsole.header_text_hi | ThemeSpace | char | header_text_hi[4] | 7092 | 4 |
tconsole.button | ThemeSpace | char | button[4] | 7096 | 4 |
tconsole.button_title | ThemeSpace | char | button_title[4] | 7100 | 4 |
tconsole.button_text | ThemeSpace | char | button_text[4] | 7104 | 4 |
tconsole.button_text_hi | ThemeSpace | char | button_text_hi[4] | 7108 | 4 |
tconsole.list | ThemeSpace | char | list[4] | 7112 | 4 |
tconsole.list_title | ThemeSpace | char | list_title[4] | 7116 | 4 |
tconsole.list_text | ThemeSpace | char | list_text[4] | 7120 | 4 |
tconsole.list_text_hi | ThemeSpace | char | list_text_hi[4] | 7124 | 4 |
tconsole.panel | ThemeSpace | char | panel[4] | 7128 | 4 |
tconsole.panel_title | ThemeSpace | char | panel_title[4] | 7132 | 4 |
tconsole.panel_text | ThemeSpace | char | panel_text[4] | 7136 | 4 |
tconsole.panel_text_hi | ThemeSpace | char | panel_text_hi[4] | 7140 | 4 |
tconsole.shade1 | ThemeSpace | char | shade1[4] | 7144 | 4 |
tconsole.shade2 | ThemeSpace | char | shade2[4] | 7148 | 4 |
tconsole.hilite | ThemeSpace | char | hilite[4] | 7152 | 4 |
tconsole.grid | ThemeSpace | char | grid[4] | 7156 | 4 |
tconsole.wire | ThemeSpace | char | wire[4] | 7160 | 4 |
tconsole.select | ThemeSpace | char | select[4] | 7164 | 4 |
tconsole.lamp | ThemeSpace | char | lamp[4] | 7168 | 4 |
tconsole.active | ThemeSpace | char | active[4] | 7172 | 4 |
tconsole.group | ThemeSpace | char | group[4] | 7176 | 4 |
tconsole.group_active | ThemeSpace | char | group_active[4] | 7180 | 4 |
tconsole.transform | ThemeSpace | char | transform[4] | 7184 | 4 |
tconsole.vertex | ThemeSpace | char | vertex[4] | 7188 | 4 |
tconsole.vertex_select | ThemeSpace | char | vertex_select[4] | 7192 | 4 |
tconsole.edge | ThemeSpace | char | edge[4] | 7196 | 4 |
tconsole.edge_select | ThemeSpace | char | edge_select[4] | 7200 | 4 |
tconsole.edge_seam | ThemeSpace | char | edge_seam[4] | 7204 | 4 |
tconsole.edge_sharp | ThemeSpace | char | edge_sharp[4] | 7208 | 4 |
tconsole.edge_facesel | ThemeSpace | char | edge_facesel[4] | 7212 | 4 |
tconsole.edge_crease | ThemeSpace | char | edge_crease[4] | 7216 | 4 |
tconsole.face | ThemeSpace | char | face[4] | 7220 | 4 |
tconsole.face_select | ThemeSpace | char | face_select[4] | 7224 | 4 |
tconsole.face_dot | ThemeSpace | char | face_dot[4] | 7228 | 4 |
tconsole.extra_edge_len | ThemeSpace | char | extra_edge_len[4] | 7232 | 4 |
tconsole.extra_face_angle | ThemeSpace | char | extra_face_angle[4] | 7236 | 4 |
tconsole.extra_face_area | ThemeSpace | char | extra_face_area[4] | 7240 | 4 |
tconsole.pad3 | ThemeSpace | char | pad3[4] | 7244 | 4 |
tconsole.normal | ThemeSpace | char | normal[4] | 7248 | 4 |
tconsole.vertex_normal | ThemeSpace | char | vertex_normal[4] | 7252 | 4 |
tconsole.bone_solid | ThemeSpace | char | bone_solid[4] | 7256 | 4 |
tconsole.bone_pose | ThemeSpace | char | bone_pose[4] | 7260 | 4 |
tconsole.strip | ThemeSpace | char | strip[4] | 7264 | 4 |
tconsole.strip_select | ThemeSpace | char | strip_select[4] | 7268 | 4 |
tconsole.cframe | ThemeSpace | char | cframe[4] | 7272 | 4 |
tconsole.nurb_uline | ThemeSpace | char | nurb_uline[4] | 7276 | 4 |
tconsole.nurb_vline | ThemeSpace | char | nurb_vline[4] | 7280 | 4 |
tconsole.act_spline | ThemeSpace | char | act_spline[4] | 7284 | 4 |
tconsole.nurb_sel_uline | ThemeSpace | char | nurb_sel_uline[4] | 7288 | 4 |
tconsole.nurb_sel_vline | ThemeSpace | char | nurb_sel_vline[4] | 7292 | 4 |
tconsole.lastsel_point | ThemeSpace | char | lastsel_point[4] | 7296 | 4 |
tconsole.handle_free | ThemeSpace | char | handle_free[4] | 7300 | 4 |
tconsole.handle_auto | ThemeSpace | char | handle_auto[4] | 7304 | 4 |
tconsole.handle_vect | ThemeSpace | char | handle_vect[4] | 7308 | 4 |
tconsole.handle_align | ThemeSpace | char | handle_align[4] | 7312 | 4 |
tconsole.handle_sel_free | ThemeSpace | char | handle_sel_free[4] | 7316 | 4 |
tconsole.handle_sel_auto | ThemeSpace | char | handle_sel_auto[4] | 7320 | 4 |
tconsole.handle_sel_vect | ThemeSpace | char | handle_sel_vect[4] | 7324 | 4 |
tconsole.handle_sel_align | ThemeSpace | char | handle_sel_align[4] | 7328 | 4 |
tconsole.ds_channel | ThemeSpace | char | ds_channel[4] | 7332 | 4 |
tconsole.ds_subchannel | ThemeSpace | char | ds_subchannel[4] | 7336 | 4 |
tconsole.console_output | ThemeSpace | char | console_output[4] | 7340 | 4 |
tconsole.console_input | ThemeSpace | char | console_input[4] | 7344 | 4 |
tconsole.console_info | ThemeSpace | char | console_info[4] | 7348 | 4 |
tconsole.console_error | ThemeSpace | char | console_error[4] | 7352 | 4 |
tconsole.console_cursor | ThemeSpace | char | console_cursor[4] | 7356 | 4 |
tconsole.vertex_size | ThemeSpace | char | vertex_size | 7360 | 1 |
tconsole.facedot_size | ThemeSpace | char | facedot_size | 7361 | 1 |
tconsole.bpad | ThemeSpace | char | bpad[2] | 7362 | 2 |
tconsole.syntaxl | ThemeSpace | char | syntaxl[4] | 7364 | 4 |
tconsole.syntaxn | ThemeSpace | char | syntaxn[4] | 7368 | 4 |
tconsole.syntaxb | ThemeSpace | char | syntaxb[4] | 7372 | 4 |
tconsole.syntaxv | ThemeSpace | char | syntaxv[4] | 7376 | 4 |
tconsole.syntaxc | ThemeSpace | char | syntaxc[4] | 7380 | 4 |
tconsole.movie | ThemeSpace | char | movie[4] | 7384 | 4 |
tconsole.image | ThemeSpace | char | image[4] | 7388 | 4 |
tconsole.scene | ThemeSpace | char | scene[4] | 7392 | 4 |
tconsole.audio | ThemeSpace | char | audio[4] | 7396 | 4 |
tconsole.effect | ThemeSpace | char | effect[4] | 7400 | 4 |
tconsole.plugin | ThemeSpace | char | plugin[4] | 7404 | 4 |
tconsole.transition | ThemeSpace | char | transition[4] | 7408 | 4 |
tconsole.meta | ThemeSpace | char | meta[4] | 7412 | 4 |
tconsole.editmesh_active | ThemeSpace | char | editmesh_active[4] | 7416 | 4 |
tconsole.handle_vertex | ThemeSpace | char | handle_vertex[4] | 7420 | 4 |
tconsole.handle_vertex_select | ThemeSpace | char | handle_vertex_select[4] | 7424 | 4 |
tconsole.handle_vertex_size | ThemeSpace | char | handle_vertex_size | 7428 | 1 |
tconsole.hpad | ThemeSpace | char | hpad[7] | 7429 | 7 |
tconsole.preview_back | ThemeSpace | char | preview_back[4] | 7436 | 4 |
tarm.solid | ThemeWireColor | char | solid[4] | 7440 | 4 |
tarm.select | ThemeWireColor | char | select[4] | 7444 | 4 |
tarm.active | ThemeWireColor | char | active[4] | 7448 | 4 |
tarm.flag | ThemeWireColor | short | flag | 7452 | 2 |
tarm.pad | ThemeWireColor | short | pad | 7454 | 2 |
active_theme_area | bTheme | int | active_theme_area | 7760 | 4 |
pad | bTheme | int | pad | 7764 | 4 |
reference | structure | type | name | offset | size |
---|---|---|---|---|---|
next | bAddon | bAddon | *next | 0 | 8 |
prev | bAddon | bAddon | *prev | 8 | 8 |
module | bAddon | char | module[64] | 16 | 64 |
reference | structure | type | name | offset | size |
---|---|---|---|---|---|
flag | SolidLight | int | flag | 0 | 4 |
pad | SolidLight | int | pad | 4 | 4 |
col | SolidLight | float | col[4] | 8 | 16 |
spec | SolidLight | float | spec[4] | 24 | 16 |
vec | SolidLight | float | vec[4] | 40 | 16 |
reference | structure | type | name | offset | size |
---|---|---|---|---|---|
flag | UserDef | int | flag | 0 | 4 |
dupflag | UserDef | int | dupflag | 4 | 4 |
savetime | UserDef | int | savetime | 8 | 4 |
tempdir | UserDef | char | tempdir[160] | 12 | 160 |
fontdir | UserDef | char | fontdir[160] | 172 | 160 |
renderdir | UserDef | char | renderdir[160] | 332 | 160 |
textudir | UserDef | char | textudir[160] | 492 | 160 |
plugtexdir | UserDef | char | plugtexdir[160] | 652 | 160 |
plugseqdir | UserDef | char | plugseqdir[160] | 812 | 160 |
pythondir | UserDef | char | pythondir[160] | 972 | 160 |
sounddir | UserDef | char | sounddir[160] | 1132 | 160 |
image_editor | UserDef | char | image_editor[240] | 1292 | 240 |
anim_player | UserDef | char | anim_player[240] | 1532 | 240 |
anim_player_preset | UserDef | int | anim_player_preset | 1772 | 4 |
v2d_min_gridsize | UserDef | short | v2d_min_gridsize | 1776 | 2 |
timecode_style | UserDef | short | timecode_style | 1778 | 2 |
versions | UserDef | short | versions | 1780 | 2 |
dbl_click_time | UserDef | short | dbl_click_time | 1782 | 2 |
gameflags | UserDef | int | gameflags | 1784 | 4 |
wheellinescroll | UserDef | int | wheellinescroll | 1788 | 4 |
uiflag | UserDef | int | uiflag | 1792 | 4 |
language | UserDef | int | language | 1796 | 4 |
userpref | UserDef | short | userpref | 1800 | 2 |
viewzoom | UserDef | short | viewzoom | 1802 | 2 |
mixbufsize | UserDef | int | mixbufsize | 1804 | 4 |
audiodevice | UserDef | int | audiodevice | 1808 | 4 |
audiorate | UserDef | int | audiorate | 1812 | 4 |
audioformat | UserDef | int | audioformat | 1816 | 4 |
audiochannels | UserDef | int | audiochannels | 1820 | 4 |
scrollback | UserDef | int | scrollback | 1824 | 4 |
dpi | UserDef | int | dpi | 1828 | 4 |
encoding | UserDef | short | encoding | 1832 | 2 |
transopts | UserDef | short | transopts | 1834 | 2 |
menuthreshold1 | UserDef | short | menuthreshold1 | 1836 | 2 |
menuthreshold2 | UserDef | short | menuthreshold2 | 1838 | 2 |
themes.first | ListBase | void | *first | 1840 | 8 |
themes.last | ListBase | void | *last | 1848 | 8 |
uifonts.first | ListBase | void | *first | 1856 | 8 |
uifonts.last | ListBase | void | *last | 1864 | 8 |
uistyles.first | ListBase | void | *first | 1872 | 8 |
uistyles.last | ListBase | void | *last | 1880 | 8 |
keymaps.first | ListBase | void | *first | 1888 | 8 |
keymaps.last | ListBase | void | *last | 1896 | 8 |
addons.first | ListBase | void | *first | 1904 | 8 |
addons.last | ListBase | void | *last | 1912 | 8 |
keyconfigstr | UserDef | char | keyconfigstr[64] | 1920 | 64 |
undosteps | UserDef | short | undosteps | 1984 | 2 |
undomemory | UserDef | short | undomemory | 1986 | 2 |
gp_manhattendist | UserDef | short | gp_manhattendist | 1988 | 2 |
gp_euclideandist | UserDef | short | gp_euclideandist | 1990 | 2 |
gp_eraser | UserDef | short | gp_eraser | 1992 | 2 |
gp_settings | UserDef | short | gp_settings | 1994 | 2 |
tb_leftmouse | UserDef | short | tb_leftmouse | 1996 | 2 |
tb_rightmouse | UserDef | short | tb_rightmouse | 1998 | 2 |
light.flag | SolidLight | int | flag | 2000 | 4 |
light.pad | SolidLight | int | pad | 2004 | 4 |
light.col | SolidLight | float | col[4] | 2008 | 16 |
light.spec | SolidLight | float | spec[4] | 2024 | 16 |
light.vec | SolidLight | float | vec[4] | 2040 | 16 |
tw_hotspot | UserDef | short | tw_hotspot | 2168 | 2 |
tw_flag | UserDef | short | tw_flag | 2170 | 2 |
tw_handlesize | UserDef | short | tw_handlesize | 2172 | 2 |
tw_size | UserDef | short | tw_size | 2174 | 2 |
textimeout | UserDef | short | textimeout | 2176 | 2 |
texcollectrate | UserDef | short | texcollectrate | 2178 | 2 |
wmdrawmethod | UserDef | short | wmdrawmethod | 2180 | 2 |
pad2 | UserDef | short | pad2 | 2182 | 2 |
memcachelimit | UserDef | int | memcachelimit | 2184 | 4 |
prefetchframes | UserDef | int | prefetchframes | 2188 | 4 |
frameserverport | UserDef | short | frameserverport | 2192 | 2 |
pad_rot_angle | UserDef | short | pad_rot_angle | 2194 | 2 |
obcenter_dia | UserDef | short | obcenter_dia | 2196 | 2 |
rvisize | UserDef | short | rvisize | 2198 | 2 |
rvibright | UserDef | short | rvibright | 2200 | 2 |
recent_files | UserDef | short | recent_files | 2202 | 2 |
smooth_viewtx | UserDef | short | smooth_viewtx | 2204 | 2 |
glreslimit | UserDef | short | glreslimit | 2206 | 2 |
ndof_pan | UserDef | short | ndof_pan | 2208 | 2 |
ndof_rotate | UserDef | short | ndof_rotate | 2210 | 2 |
curssize | UserDef | short | curssize | 2212 | 2 |
color_picker_type | UserDef | short | color_picker_type | 2214 | 2 |
ipo_new | UserDef | short | ipo_new | 2216 | 2 |
keyhandles_new | UserDef | short | keyhandles_new | 2218 | 2 |
scrcastfps | UserDef | short | scrcastfps | 2220 | 2 |
scrcastwait | UserDef | short | scrcastwait | 2222 | 2 |
pad8 | UserDef | short | pad8 | 2224 | 2 |
pad | UserDef | short | pad[3] | 2226 | 6 |
versemaster | UserDef | char | versemaster[160] | 2232 | 160 |
verseuser | UserDef | char | verseuser[160] | 2392 | 160 |
glalphaclip | UserDef | float | glalphaclip | 2552 | 4 |
autokey_mode | UserDef | short | autokey_mode | 2556 | 2 |
autokey_flag | UserDef | short | autokey_flag | 2558 | 2 |
text_render | UserDef | short | text_render | 2560 | 2 |
pad9 | UserDef | short | pad9 | 2562 | 2 |
pad10 | UserDef | float | pad10 | 2564 | 4 |
coba_weight.flag | ColorBand | short | flag | 2568 | 2 |
coba_weight.tot | ColorBand | short | tot | 2570 | 2 |
coba_weight.cur | ColorBand | short | cur | 2572 | 2 |
coba_weight.ipotype | ColorBand | short | ipotype | 2574 | 2 |
coba_weight.data.r | CBData | float | r | 2576 | 4 |
coba_weight.data.g | CBData | float | g | 2580 | 4 |
coba_weight.data.b | CBData | float | b | 2584 | 4 |
coba_weight.data.a | CBData | float | a | 2588 | 4 |
coba_weight.data.pos | CBData | float | pos | 2592 | 4 |
coba_weight.data.cur | CBData | int | cur | 2596 | 4 |
sculpt_paint_overlay_col | UserDef | float | sculpt_paint_overlay_col[3] | 3344 | 12 |
pad3 | UserDef | int | pad3 | 3356 | 4 |
author | UserDef | char | author[80] | 3360 | 80 |
reference | structure | type | name | offset | size |
---|---|---|---|---|---|
id.next | ID | void | *next | 0 | 8 |
id.prev | ID | void | *prev | 8 | 8 |
id.newid | ID | ID | *newid | 16 | 8 |
id.lib | ID | Library | *lib | 24 | 8 |
id.name | ID | char | name[24] | 32 | 24 |
id.us | ID | short | us | 56 | 2 |
id.flag | ID | short | flag | 58 | 2 |
id.icon_id | ID | int | icon_id | 60 | 4 |
id.properties | ID | IDProperty | *properties | 64 | 8 |
vertbase.first | ListBase | void | *first | 72 | 8 |
vertbase.last | ListBase | void | *last | 80 | 8 |
edgebase.first | ListBase | void | *first | 88 | 8 |
edgebase.last | ListBase | void | *last | 96 | 8 |
areabase.first | ListBase | void | *first | 104 | 8 |
areabase.last | ListBase | void | *last | 112 | 8 |
regionbase.first | ListBase | void | *first | 120 | 8 |
regionbase.last | ListBase | void | *last | 128 | 8 |
scene | bScreen | Scene | *scene | 136 | 8 |
newscene | bScreen | Scene | *newscene | 144 | 8 |
full | bScreen | short | full | 152 | 2 |
temp | bScreen | short | temp | 154 | 2 |
winid | bScreen | short | winid | 156 | 2 |
do_draw | bScreen | short | do_draw | 158 | 2 |
do_refresh | bScreen | short | do_refresh | 160 | 2 |
do_draw_gesture | bScreen | short | do_draw_gesture | 162 | 2 |
do_draw_paintcursor | bScreen | short | do_draw_paintcursor | 164 | 2 |
do_draw_drag | bScreen | short | do_draw_drag | 166 | 2 |
swap | bScreen | short | swap | 168 | 2 |
mainwin | bScreen | short | mainwin | 170 | 2 |
subwinactive | bScreen | short | subwinactive | 172 | 2 |
pad | bScreen | short | pad | 174 | 2 |
animtimer | bScreen | wmTimer | *animtimer | 176 | 8 |
context | bScreen | void | *context | 184 | 8 |
handler | bScreen | short | handler[8] | 192 | 16 |
reference | structure | type | name | offset | size |
---|---|---|---|---|---|
next | ScrVert | ScrVert | *next | 0 | 8 |
prev | ScrVert | ScrVert | *prev | 8 | 8 |
newv | ScrVert | ScrVert | *newv | 16 | 8 |
vec.x | vec2s | short | x | 24 | 2 |
vec.y | vec2s | short | y | 26 | 2 |
flag | ScrVert | int | flag | 28 | 4 |
reference | structure | type | name | offset | size |
---|---|---|---|---|---|
next | ScrEdge | ScrEdge | *next | 0 | 8 |
prev | ScrEdge | ScrEdge | *prev | 8 | 8 |
v1 | ScrEdge | ScrVert | *v1 | 16 | 8 |
v2 | ScrEdge | ScrVert | *v2 | 24 | 8 |
border | ScrEdge | short | border | 32 | 2 |
flag | ScrEdge | short | flag | 34 | 2 |
pad | ScrEdge | int | pad | 36 | 4 |
reference | structure | type | name | offset | size |
---|---|---|---|---|---|
next | Panel | Panel | *next | 0 | 8 |
prev | Panel | Panel | *prev | 8 | 8 |
type | Panel | PanelType | *type | 16 | 8 |
layout | Panel | uiLayout | *layout | 24 | 8 |
panelname | Panel | char | panelname[64] | 32 | 64 |
tabname | Panel | char | tabname[64] | 96 | 64 |
drawname | Panel | char | drawname[64] | 160 | 64 |
ofsx | Panel | short | ofsx | 224 | 2 |
ofsy | Panel | short | ofsy | 226 | 2 |
sizex | Panel | short | sizex | 228 | 2 |
sizey | Panel | short | sizey | 230 | 2 |
labelofs | Panel | short | labelofs | 232 | 2 |
pad | Panel | short | pad | 234 | 2 |
flag | Panel | short | flag | 236 | 2 |
runtime_flag | Panel | short | runtime_flag | 238 | 2 |
control | Panel | short | control | 240 | 2 |
snap | Panel | short | snap | 242 | 2 |
sortorder | Panel | int | sortorder | 244 | 4 |
paneltab | Panel | Panel | *paneltab | 248 | 8 |
activedata | Panel | void | *activedata | 256 | 8 |
list_scroll | Panel | int | list_scroll | 264 | 4 |
list_size | Panel | int | list_size | 268 | 4 |
list_last_len | Panel | int | list_last_len | 272 | 4 |
list_grip_size | Panel | int | list_grip_size | 276 | 4 |
list_search | Panel | char | list_search[64] | 280 | 64 |
reference | structure | type | name | offset | size |
---|---|---|---|---|---|
next | ScrArea | ScrArea | *next | 0 | 8 |
prev | ScrArea | ScrArea | *prev | 8 | 8 |
v1 | ScrArea | ScrVert | *v1 | 16 | 8 |
v2 | ScrArea | ScrVert | *v2 | 24 | 8 |
v3 | ScrArea | ScrVert | *v3 | 32 | 8 |
v4 | ScrArea | ScrVert | *v4 | 40 | 8 |
full | ScrArea | bScreen | *full | 48 | 8 |
totrct.xmin | rcti | int | xmin | 56 | 4 |
totrct.xmax | rcti | int | xmax | 60 | 4 |
totrct.ymin | rcti | int | ymin | 64 | 4 |
totrct.ymax | rcti | int | ymax | 68 | 4 |
spacetype | ScrArea | char | spacetype | 72 | 1 |
butspacetype | ScrArea | char | butspacetype | 73 | 1 |
winx | ScrArea | short | winx | 74 | 2 |
winy | ScrArea | short | winy | 76 | 2 |
headertype | ScrArea | short | headertype | 78 | 2 |
pad | ScrArea | short | pad | 80 | 2 |
do_refresh | ScrArea | short | do_refresh | 82 | 2 |
cursor | ScrArea | short | cursor | 84 | 2 |
flag | ScrArea | short | flag | 86 | 2 |
type | ScrArea | SpaceType | *type | 88 | 8 |
spacedata.first | ListBase | void | *first | 96 | 8 |
spacedata.last | ListBase | void | *last | 104 | 8 |
regionbase.first | ListBase | void | *first | 112 | 8 |
regionbase.last | ListBase | void | *last | 120 | 8 |
handlers.first | ListBase | void | *first | 128 | 8 |
handlers.last | ListBase | void | *last | 136 | 8 |
actionzones.first | ListBase | void | *first | 144 | 8 |
actionzones.last | ListBase | void | *last | 152 | 8 |
reference | structure | type | name | offset | size |
---|---|---|---|---|---|
next | ARegion | ARegion | *next | 0 | 8 |
prev | ARegion | ARegion | *prev | 8 | 8 |
v2d.tot.xmin | rctf | float | xmin | 16 | 4 |
v2d.tot.xmax | rctf | float | xmax | 20 | 4 |
v2d.tot.ymin | rctf | float | ymin | 24 | 4 |
v2d.tot.ymax | rctf | float | ymax | 28 | 4 |
v2d.cur.xmin | rctf | float | xmin | 32 | 4 |
v2d.cur.xmax | rctf | float | xmax | 36 | 4 |
v2d.cur.ymin | rctf | float | ymin | 40 | 4 |
v2d.cur.ymax | rctf | float | ymax | 44 | 4 |
v2d.vert.xmin | rcti | int | xmin | 48 | 4 |
v2d.vert.xmax | rcti | int | xmax | 52 | 4 |
v2d.vert.ymin | rcti | int | ymin | 56 | 4 |
v2d.vert.ymax | rcti | int | ymax | 60 | 4 |
v2d.hor.xmin | rcti | int | xmin | 64 | 4 |
v2d.hor.xmax | rcti | int | xmax | 68 | 4 |
v2d.hor.ymin | rcti | int | ymin | 72 | 4 |
v2d.hor.ymax | rcti | int | ymax | 76 | 4 |
v2d.mask.xmin | rcti | int | xmin | 80 | 4 |
v2d.mask.xmax | rcti | int | xmax | 84 | 4 |
v2d.mask.ymin | rcti | int | ymin | 88 | 4 |
v2d.mask.ymax | rcti | int | ymax | 92 | 4 |
v2d.min | View2D | float | min[2] | 96 | 8 |
v2d.max | View2D | float | max[2] | 104 | 8 |
v2d.minzoom | View2D | float | minzoom | 112 | 4 |
v2d.maxzoom | View2D | float | maxzoom | 116 | 4 |
v2d.scroll | View2D | short | scroll | 120 | 2 |
v2d.scroll_ui | View2D | short | scroll_ui | 122 | 2 |
v2d.keeptot | View2D | short | keeptot | 124 | 2 |
v2d.keepzoom | View2D | short | keepzoom | 126 | 2 |
v2d.keepofs | View2D | short | keepofs | 128 | 2 |
v2d.flag | View2D | short | flag | 130 | 2 |
v2d.align | View2D | short | align | 132 | 2 |
v2d.winx | View2D | short | winx | 134 | 2 |
v2d.winy | View2D | short | winy | 136 | 2 |
v2d.oldwinx | View2D | short | oldwinx | 138 | 2 |
v2d.oldwiny | View2D | short | oldwiny | 140 | 2 |
v2d.around | View2D | short | around | 142 | 2 |
v2d.tab_offset | View2D | float | *tab_offset | 144 | 8 |
v2d.tab_num | View2D | int | tab_num | 152 | 4 |
v2d.tab_cur | View2D | int | tab_cur | 156 | 4 |
winrct.xmin | rcti | int | xmin | 160 | 4 |
winrct.xmax | rcti | int | xmax | 164 | 4 |
winrct.ymin | rcti | int | ymin | 168 | 4 |
winrct.ymax | rcti | int | ymax | 172 | 4 |
drawrct.xmin | rcti | int | xmin | 176 | 4 |
drawrct.xmax | rcti | int | xmax | 180 | 4 |
drawrct.ymin | rcti | int | ymin | 184 | 4 |
drawrct.ymax | rcti | int | ymax | 188 | 4 |
winx | ARegion | short | winx | 192 | 2 |
winy | ARegion | short | winy | 194 | 2 |
swinid | ARegion | short | swinid | 196 | 2 |
regiontype | ARegion | short | regiontype | 198 | 2 |
alignment | ARegion | short | alignment | 200 | 2 |
flag | ARegion | short | flag | 202 | 2 |
fsize | ARegion | float | fsize | 204 | 4 |
sizex | ARegion | short | sizex | 208 | 2 |
sizey | ARegion | short | sizey | 210 | 2 |
do_draw | ARegion | short | do_draw | 212 | 2 |
do_draw_overlay | ARegion | short | do_draw_overlay | 214 | 2 |
swap | ARegion | short | swap | 216 | 2 |
pad | ARegion | short | pad[3] | 218 | 6 |
type | ARegion | ARegionType | *type | 224 | 8 |
uiblocks.first | ListBase | void | *first | 232 | 8 |
uiblocks.last | ListBase | void | *last | 240 | 8 |
panels.first | ListBase | void | *first | 248 | 8 |
panels.last | ListBase | void | *last | 256 | 8 |
handlers.first | ListBase | void | *first | 264 | 8 |
handlers.last | ListBase | void | *last | 272 | 8 |
headerstr | ARegion | char | *headerstr | 280 | 8 |
regiondata | ARegion | void | *regiondata | 288 | 8 |
reference | structure | type | name | offset | size |
---|---|---|---|---|---|
subvstr | FileGlobal | char | subvstr[4] | 0 | 4 |
subversion | FileGlobal | short | subversion | 4 | 2 |
pads | FileGlobal | short | pads | 6 | 2 |
minversion | FileGlobal | short | minversion | 8 | 2 |
minsubversion | FileGlobal | short | minsubversion | 10 | 2 |
displaymode | FileGlobal | short | displaymode | 12 | 2 |
winpos | FileGlobal | short | winpos | 14 | 2 |
curscreen | FileGlobal | bScreen | *curscreen | 16 | 8 |
curscene | FileGlobal | Scene | *curscene | 24 | 8 |
fileflags | FileGlobal | int | fileflags | 32 | 4 |
globalf | FileGlobal | int | globalf | 36 | 4 |
filename | FileGlobal | char | filename[240] | 40 | 240 |
reference | structure | type | name | offset | size |
---|---|---|---|---|---|
name | StripElem | char | name[80] | 0 | 80 |
orig_width | StripElem | int | orig_width | 80 | 4 |
orig_height | StripElem | int | orig_height | 84 | 4 |
reference | structure | type | name | offset | size |
---|---|---|---|---|---|
top | StripCrop | int | top | 0 | 4 |
bottom | StripCrop | int | bottom | 4 | 4 |
left | StripCrop | int | left | 8 | 4 |
right | StripCrop | int | right | 12 | 4 |
reference | structure | type | name | offset | size |
---|---|---|---|---|---|
xofs | StripTransform | int | xofs | 0 | 4 |
yofs | StripTransform | int | yofs | 4 | 4 |
reference | structure | type | name | offset | size |
---|---|---|---|---|---|
lift | StripColorBalance | float | lift[3] | 0 | 12 |
gamma | StripColorBalance | float | gamma[3] | 12 | 12 |
gain | StripColorBalance | float | gain[3] | 24 | 12 |
flag | StripColorBalance | int | flag | 36 | 4 |
pad | StripColorBalance | int | pad | 40 | 4 |
reference | structure | type | name | offset | size |
---|---|---|---|---|---|
dir | StripProxy | char | dir[160] | 0 | 160 |
file | StripProxy | char | file[80] | 160 | 80 |
anim | StripProxy | anim | *anim | 240 | 8 |
size | StripProxy | short | size | 248 | 2 |
quality | StripProxy | short | quality | 250 | 2 |
pad | StripProxy | int | pad | 252 | 4 |
reference | structure | type | name | offset | size |
---|---|---|---|---|---|
next | Strip | Strip | *next | 0 | 8 |
prev | Strip | Strip | *prev | 8 | 8 |
rt | Strip | int | rt | 16 | 4 |
len | Strip | int | len | 20 | 4 |
us | Strip | int | us | 24 | 4 |
done | Strip | int | done | 28 | 4 |
startstill | Strip | int | startstill | 32 | 4 |
endstill | Strip | int | endstill | 36 | 4 |
stripdata | Strip | StripElem | *stripdata | 40 | 8 |
dir | Strip | char | dir[160] | 48 | 160 |
proxy | Strip | StripProxy | *proxy | 208 | 8 |
crop | Strip | StripCrop | *crop | 216 | 8 |
transform | Strip | StripTransform | *transform | 224 | 8 |
color_balance | Strip | StripColorBalance | *color_balance | 232 | 8 |
reference | structure | type | name | offset | size |
---|---|---|---|---|---|
name | PluginSeq | char | name[256] | 0 | 256 |
handle | PluginSeq | void | *handle | 256 | 8 |
pname | PluginSeq | char | *pname | 264 | 8 |
vars | PluginSeq | int | vars | 272 | 4 |
version | PluginSeq | int | version | 276 | 4 |
varstr | PluginSeq | void | *varstr | 280 | 8 |
cfra | PluginSeq | float | *cfra | 288 | 8 |
data | PluginSeq | float | data[32] | 296 | 128 |
instance_private_data | PluginSeq | void | *instance_private_data | 424 | 8 |
current_private_data | PluginSeq | void | **current_private_data | 432 | 8 |
doit | PluginSeq | void | (*doit)() | 440 | 8 |
callback | PluginSeq | void | (*callback)() | 448 | 8 |
reference | structure | type | name | offset | size |
---|---|---|---|---|---|
next | Sequence | Sequence | *next | 0 | 8 |
prev | Sequence | Sequence | *prev | 8 | 8 |
tmp | Sequence | void | *tmp | 16 | 8 |
lib | Sequence | void | *lib | 24 | 8 |
name | Sequence | char | name[24] | 32 | 24 |
flag | Sequence | int | flag | 56 | 4 |
type | Sequence | int | type | 60 | 4 |
len | Sequence | int | len | 64 | 4 |
start | Sequence | int | start | 68 | 4 |
startofs | Sequence | int | startofs | 72 | 4 |
endofs | Sequence | int | endofs | 76 | 4 |
startstill | Sequence | int | startstill | 80 | 4 |
endstill | Sequence | int | endstill | 84 | 4 |
machine | Sequence | int | machine | 88 | 4 |
depth | Sequence | int | depth | 92 | 4 |
startdisp | Sequence | int | startdisp | 96 | 4 |
enddisp | Sequence | int | enddisp | 100 | 4 |
sat | Sequence | float | sat | 104 | 4 |
pad | Sequence | float | pad | 108 | 4 |
mul | Sequence | float | mul | 112 | 4 |
handsize | Sequence | float | handsize | 116 | 4 |
sfra | Sequence | int | sfra | 120 | 4 |
anim_preseek | Sequence | int | anim_preseek | 124 | 4 |
strip | Sequence | Strip | *strip | 128 | 8 |
ipo | Sequence | Ipo | *ipo | 136 | 8 |
scene | Sequence | Scene | *scene | 144 | 8 |
scene_camera | Sequence | Object | *scene_camera | 152 | 8 |
anim | Sequence | anim | *anim | 160 | 8 |
effect_fader | Sequence | float | effect_fader | 168 | 4 |
speed_fader | Sequence | float | speed_fader | 172 | 4 |
plugin | Sequence | PluginSeq | *plugin | 176 | 8 |
seq1 | Sequence | Sequence | *seq1 | 184 | 8 |
seq2 | Sequence | Sequence | *seq2 | 192 | 8 |
seq3 | Sequence | Sequence | *seq3 | 200 | 8 |
seqbase.first | ListBase | void | *first | 208 | 8 |
seqbase.last | ListBase | void | *last | 216 | 8 |
sound | Sequence | bSound | *sound | 224 | 8 |
scene_sound | Sequence | void | *scene_sound | 232 | 8 |
volume | Sequence | float | volume | 240 | 4 |
level | Sequence | float | level | 244 | 4 |
pan | Sequence | float | pan | 248 | 4 |
scenenr | Sequence | int | scenenr | 252 | 4 |
multicam_source | Sequence | int | multicam_source | 256 | 4 |
strobe | Sequence | float | strobe | 260 | 4 |
effectdata | Sequence | void | *effectdata | 264 | 8 |
anim_startofs | Sequence | int | anim_startofs | 272 | 4 |
anim_endofs | Sequence | int | anim_endofs | 276 | 4 |
blend_mode | Sequence | int | blend_mode | 280 | 4 |
blend_opacity | Sequence | float | blend_opacity | 284 | 4 |
reference | structure | type | name | offset | size |
---|---|---|---|---|---|
next | MetaStack | MetaStack | *next | 0 | 8 |
prev | MetaStack | MetaStack | *prev | 8 | 8 |
oldbasep | MetaStack | ListBase | *oldbasep | 16 | 8 |
parseq | MetaStack | Sequence | *parseq | 24 | 8 |
reference | structure | type | name | offset | size |
---|---|---|---|---|---|
seqbasep | Editing | ListBase | *seqbasep | 0 | 8 |
seqbase.first | ListBase | void | *first | 8 | 8 |
seqbase.last | ListBase | void | *last | 16 | 8 |
metastack.first | ListBase | void | *first | 24 | 8 |
metastack.last | ListBase | void | *last | 32 | 8 |
act_seq | Editing | Sequence | *act_seq | 40 | 8 |
act_imagedir | Editing | char | act_imagedir[256] | 48 | 256 |
act_sounddir | Editing | char | act_sounddir[256] | 304 | 256 |
over_ofs | Editing | int | over_ofs | 560 | 4 |
over_cfra | Editing | int | over_cfra | 564 | 4 |
over_flag | Editing | int | over_flag | 568 | 4 |
pad | Editing | int | pad | 572 | 4 |
over_border.xmin | rctf | float | xmin | 576 | 4 |
over_border.xmax | rctf | float | xmax | 580 | 4 |
over_border.ymin | rctf | float | ymin | 584 | 4 |
over_border.ymax | rctf | float | ymax | 588 | 4 |
reference | structure | type | name | offset | size |
---|---|---|---|---|---|
edgeWidth | WipeVars | float | edgeWidth | 0 | 4 |
angle | WipeVars | float | angle | 4 | 4 |
forward | WipeVars | short | forward | 8 | 2 |
wipetype | WipeVars | short | wipetype | 10 | 2 |
reference | structure | type | name | offset | size |
---|---|---|---|---|---|
fMini | GlowVars | float | fMini | 0 | 4 |
fClamp | GlowVars | float | fClamp | 4 | 4 |
fBoost | GlowVars | float | fBoost | 8 | 4 |
dDist | GlowVars | float | dDist | 12 | 4 |
dQuality | GlowVars | int | dQuality | 16 | 4 |
bNoComp | GlowVars | int | bNoComp | 20 | 4 |
reference | structure | type | name | offset | size |
---|---|---|---|---|---|
ScalexIni | TransformVars | float | ScalexIni | 0 | 4 |
ScaleyIni | TransformVars | float | ScaleyIni | 4 | 4 |
ScalexFin | TransformVars | float | ScalexFin | 8 | 4 |
ScaleyFin | TransformVars | float | ScaleyFin | 12 | 4 |
xIni | TransformVars | float | xIni | 16 | 4 |
xFin | TransformVars | float | xFin | 20 | 4 |
yIni | TransformVars | float | yIni | 24 | 4 |
yFin | TransformVars | float | yFin | 28 | 4 |
rotIni | TransformVars | float | rotIni | 32 | 4 |
rotFin | TransformVars | float | rotFin | 36 | 4 |
percent | TransformVars | int | percent | 40 | 4 |
interpolation | TransformVars | int | interpolation | 44 | 4 |
uniform_scale | TransformVars | int | uniform_scale | 48 | 4 |
reference | structure | type | name | offset | size |
---|---|---|---|---|---|
col | SolidColorVars | float | col[3] | 0 | 12 |
pad | SolidColorVars | float | pad | 12 | 4 |
reference | structure | type | name | offset | size |
---|---|---|---|---|---|
frameMap | SpeedControlVars | float | *frameMap | 0 | 8 |
globalSpeed | SpeedControlVars | float | globalSpeed | 8 | 4 |
flags | SpeedControlVars | int | flags | 12 | 4 |
length | SpeedControlVars | int | length | 16 | 4 |
lastValidFrame | SpeedControlVars | int | lastValidFrame | 20 | 4 |
reference | structure | type | name | offset | size |
---|---|---|---|---|---|
next | Effect | Effect | *next | 0 | 8 |
prev | Effect | Effect | *prev | 8 | 8 |
type | Effect | short | type | 16 | 2 |
flag | Effect | short | flag | 18 | 2 |
buttype | Effect | short | buttype | 20 | 2 |
rt | Effect | short | rt | 22 | 2 |
reference | structure | type | name | offset | size |
---|---|---|---|---|---|
next | BuildEff | BuildEff | *next | 0 | 8 |
prev | BuildEff | BuildEff | *prev | 8 | 8 |
type | BuildEff | short | type | 16 | 2 |
flag | BuildEff | short | flag | 18 | 2 |
buttype | BuildEff | short | buttype | 20 | 2 |
rt | BuildEff | short | rt | 22 | 2 |
len | BuildEff | float | len | 24 | 4 |
sfra | BuildEff | float | sfra | 28 | 4 |
reference | structure | type | name | offset | size |
---|---|---|---|---|---|
next | PartEff | PartEff | *next | 0 | 8 |
prev | PartEff | PartEff | *prev | 8 | 8 |
type | PartEff | short | type | 16 | 2 |
flag | PartEff | short | flag | 18 | 2 |
buttype | PartEff | short | buttype | 20 | 2 |
stype | PartEff | short | stype | 22 | 2 |
vertgroup | PartEff | short | vertgroup | 24 | 2 |
userjit | PartEff | short | userjit | 26 | 2 |
sta | PartEff | float | sta | 28 | 4 |
end | PartEff | float | end | 32 | 4 |
lifetime | PartEff | float | lifetime | 36 | 4 |
totpart | PartEff | int | totpart | 40 | 4 |
totkey | PartEff | int | totkey | 44 | 4 |
seed | PartEff | int | seed | 48 | 4 |
normfac | PartEff | float | normfac | 52 | 4 |
obfac | PartEff | float | obfac | 56 | 4 |
randfac | PartEff | float | randfac | 60 | 4 |
texfac | PartEff | float | texfac | 64 | 4 |
randlife | PartEff | float | randlife | 68 | 4 |
force | PartEff | float | force[3] | 72 | 12 |
damp | PartEff | float | damp | 84 | 4 |
nabla | PartEff | float | nabla | 88 | 4 |
vectsize | PartEff | float | vectsize | 92 | 4 |
maxlen | PartEff | float | maxlen | 96 | 4 |
pad | PartEff | float | pad | 100 | 4 |
defvec | PartEff | float | defvec[3] | 104 | 12 |
mult | PartEff | float | mult[4] | 116 | 16 |
life | PartEff | float | life[4] | 132 | 16 |
child | PartEff | short | child[4] | 148 | 8 |
mat | PartEff | short | mat[4] | 156 | 8 |
texmap | PartEff | short | texmap | 164 | 2 |
curmult | PartEff | short | curmult | 166 | 2 |
staticstep | PartEff | short | staticstep | 168 | 2 |
omat | PartEff | short | omat | 170 | 2 |
timetex | PartEff | short | timetex | 172 | 2 |
speedtex | PartEff | short | speedtex | 174 | 2 |
flag2 | PartEff | short | flag2 | 176 | 2 |
flag2neg | PartEff | short | flag2neg | 178 | 2 |
disp | PartEff | short | disp | 180 | 2 |
vertgroup_v | PartEff | short | vertgroup_v | 182 | 2 |
vgroupname | PartEff | char | vgroupname[32] | 184 | 32 |
vgroupname_v | PartEff | char | vgroupname_v[32] | 216 | 32 |
imat | PartEff | float | imat[4][4] | 248 | 64 |
keys | PartEff | Particle | *keys | 312 | 8 |
group | PartEff | Group | *group | 320 | 8 |
reference | structure | type | name | offset | size |
---|---|---|---|---|---|
next | WaveEff | WaveEff | *next | 0 | 8 |
prev | WaveEff | WaveEff | *prev | 8 | 8 |
type | WaveEff | short | type | 16 | 2 |
flag | WaveEff | short | flag | 18 | 2 |
buttype | WaveEff | short | buttype | 20 | 2 |
stype | WaveEff | short | stype | 22 | 2 |
startx | WaveEff | float | startx | 24 | 4 |
starty | WaveEff | float | starty | 28 | 4 |
height | WaveEff | float | height | 32 | 4 |
width | WaveEff | float | width | 36 | 4 |
narrow | WaveEff | float | narrow | 40 | 4 |
speed | WaveEff | float | speed | 44 | 4 |
minfac | WaveEff | float | minfac | 48 | 4 |
damp | WaveEff | float | damp | 52 | 4 |
timeoffs | WaveEff | float | timeoffs | 56 | 4 |
lifetime | WaveEff | float | lifetime | 60 | 4 |
reference | structure | type | name | offset | size |
---|---|---|---|---|---|
type | TreeStoreElem | short | type | 0 | 2 |
nr | TreeStoreElem | short | nr | 2 | 2 |
flag | TreeStoreElem | short | flag | 4 | 2 |
used | TreeStoreElem | short | used | 6 | 2 |
id | TreeStoreElem | ID | *id | 8 | 8 |
reference | structure | type | name | offset | size |
---|---|---|---|---|---|
totelem | TreeStore | int | totelem | 0 | 4 |
usedelem | TreeStore | int | usedelem | 4 | 4 |
data | TreeStore | TreeStoreElem | *data | 8 | 8 |
reference | structure | type | name | offset | size |
---|---|---|---|---|---|
next | bProperty | bProperty | *next | 0 | 8 |
prev | bProperty | bProperty | *prev | 8 | 8 |
name | bProperty | char | name[32] | 16 | 32 |
type | bProperty | short | type | 48 | 2 |
flag | bProperty | short | flag | 50 | 2 |
data | bProperty | int | data | 52 | 4 |
poin | bProperty | void | *poin | 56 | 8 |
reference | structure | type | name | offset | size |
---|---|---|---|---|---|
name | bNearSensor | char | name[32] | 0 | 32 |
dist | bNearSensor | float | dist | 32 | 4 |
resetdist | bNearSensor | float | resetdist | 36 | 4 |
lastval | bNearSensor | int | lastval | 40 | 4 |
pad | bNearSensor | int | pad | 44 | 4 |
reference | structure | type | name | offset | size |
---|---|---|---|---|---|
type | bMouseSensor | short | type | 0 | 2 |
flag | bMouseSensor | short | flag | 2 | 2 |
pad1 | bMouseSensor | short | pad1 | 4 | 2 |
pad2 | bMouseSensor | short | pad2 | 6 | 2 |
reference | structure | type | name | offset | size |
---|---|---|---|---|---|
name | bTouchSensor | char | name[32] | 0 | 32 |
ma | bTouchSensor | Material | *ma | 32 | 8 |
dist | bTouchSensor | float | dist | 40 | 4 |
pad | bTouchSensor | float | pad | 44 | 4 |
reference | structure | type | name | offset | size |
---|---|---|---|---|---|
key | bKeyboardSensor | short | key | 0 | 2 |
qual | bKeyboardSensor | short | qual | 2 | 2 |
type | bKeyboardSensor | short | type | 4 | 2 |
qual2 | bKeyboardSensor | short | qual2 | 6 | 2 |
targetName | bKeyboardSensor | char | targetName[32] | 8 | 32 |
toggleName | bKeyboardSensor | char | toggleName[32] | 40 | 32 |
reference | structure | type | name | offset | size |
---|---|---|---|---|---|
type | bPropertySensor | int | type | 0 | 4 |
pad | bPropertySensor | int | pad | 4 | 4 |
name | bPropertySensor | char | name[32] | 8 | 32 |
value | bPropertySensor | char | value[32] | 40 | 32 |
maxvalue | bPropertySensor | char | maxvalue[32] | 72 | 32 |
reference | structure | type | name | offset | size |
---|---|---|---|---|---|
type | bActuatorSensor | int | type | 0 | 4 |
pad | bActuatorSensor | int | pad | 4 | 4 |
name | bActuatorSensor | char | name[32] | 8 | 32 |
reference | structure | type | name | offset | size |
---|---|---|---|---|---|
delay | bDelaySensor | short | delay | 0 | 2 |
duration | bDelaySensor | short | duration | 2 | 2 |
flag | bDelaySensor | short | flag | 4 | 2 |
pad | bDelaySensor | short | pad | 6 | 2 |
reference | structure | type | name | offset | size |
---|---|---|---|---|---|
name | bCollisionSensor | char | name[32] | 0 | 32 |
materialName | bCollisionSensor | char | materialName[32] | 32 | 32 |
damptimer | bCollisionSensor | short | damptimer | 64 | 2 |
damp | bCollisionSensor | short | damp | 66 | 2 |
mode | bCollisionSensor | short | mode | 68 | 2 |
pad2 | bCollisionSensor | short | pad2 | 70 | 2 |
reference | structure | type | name | offset | size |
---|---|---|---|---|---|
name | bRadarSensor | char | name[32] | 0 | 32 |
angle | bRadarSensor | float | angle | 32 | 4 |
range | bRadarSensor | float | range | 36 | 4 |
flag | bRadarSensor | short | flag | 40 | 2 |
axis | bRadarSensor | short | axis | 42 | 2 |
reference | structure | type | name | offset | size |
---|---|---|---|---|---|
name | bRandomSensor | char | name[32] | 0 | 32 |
seed | bRandomSensor | int | seed | 32 | 4 |
delay | bRandomSensor | int | delay | 36 | 4 |
reference | structure | type | name | offset | size |
---|---|---|---|---|---|
name | bRaySensor | char | name[32] | 0 | 32 |
range | bRaySensor | float | range | 32 | 4 |
propname | bRaySensor | char | propname[32] | 36 | 32 |
matname | bRaySensor | char | matname[32] | 68 | 32 |
mode | bRaySensor | short | mode | 100 | 2 |
pad1 | bRaySensor | short | pad1 | 102 | 2 |
axisflag | bRaySensor | int | axisflag | 104 | 4 |
reference | structure | type | name | offset | size |
---|---|---|---|---|---|
posechannel | bArmatureSensor | char | posechannel[32] | 0 | 32 |
constraint | bArmatureSensor | char | constraint[32] | 32 | 32 |
type | bArmatureSensor | int | type | 64 | 4 |
value | bArmatureSensor | float | value | 68 | 4 |
reference | structure | type | name | offset | size |
---|---|---|---|---|---|
fromObject | bMessageSensor | Object | *fromObject | 0 | 8 |
subject | bMessageSensor | char | subject[32] | 8 | 32 |
body | bMessageSensor | char | body[32] | 40 | 32 |
reference | structure | type | name | offset | size |
---|---|---|---|---|---|
next | bSensor | bSensor | *next | 0 | 8 |
prev | bSensor | bSensor | *prev | 8 | 8 |
type | bSensor | short | type | 16 | 2 |
otype | bSensor | short | otype | 18 | 2 |
flag | bSensor | short | flag | 20 | 2 |
pulse | bSensor | short | pulse | 22 | 2 |
freq | bSensor | short | freq | 24 | 2 |
totlinks | bSensor | short | totlinks | 26 | 2 |
pad1 | bSensor | short | pad1 | 28 | 2 |
pad2 | bSensor | short | pad2 | 30 | 2 |
name | bSensor | char | name[32] | 32 | 32 |
data | bSensor | void | *data | 64 | 8 |
links | bSensor | bController | **links | 72 | 8 |
ob | bSensor | Object | *ob | 80 | 8 |
invert | bSensor | short | invert | 88 | 2 |
level | bSensor | short | level | 90 | 2 |
tap | bSensor | short | tap | 92 | 2 |
pad | bSensor | short | pad | 94 | 2 |
reference | structure | type | name | offset | size |
---|---|---|---|---|---|
name | bJoystickSensor | char | name[32] | 0 | 32 |
type | bJoystickSensor | char | type | 32 | 1 |
joyindex | bJoystickSensor | char | joyindex | 33 | 1 |
flag | bJoystickSensor | short | flag | 34 | 2 |
axis | bJoystickSensor | short | axis | 36 | 2 |
axis_single | bJoystickSensor | short | axis_single | 38 | 2 |
axisf | bJoystickSensor | int | axisf | 40 | 4 |
button | bJoystickSensor | int | button | 44 | 4 |
hat | bJoystickSensor | int | hat | 48 | 4 |
hatf | bJoystickSensor | int | hatf | 52 | 4 |
precision | bJoystickSensor | int | precision | 56 | 4 |
reference | structure | type | name | offset | size |
---|---|---|---|---|---|
str | bExpressionCont | char | str[128] | 0 | 128 |
reference | structure | type | name | offset | size |
---|---|---|---|---|---|
text | bPythonCont | Text | *text | 0 | 8 |
module | bPythonCont | char | module[64] | 8 | 64 |
mode | bPythonCont | int | mode | 72 | 4 |
flag | bPythonCont | int | flag | 76 | 4 |
reference | structure | type | name | offset | size |
---|---|---|---|---|---|
next | bController | bController | *next | 0 | 8 |
prev | bController | bController | *prev | 8 | 8 |
mynew | bController | bController | *mynew | 16 | 8 |
type | bController | short | type | 24 | 2 |
flag | bController | short | flag | 26 | 2 |
inputs | bController | short | inputs | 28 | 2 |
totlinks | bController | short | totlinks | 30 | 2 |
otype | bController | short | otype | 32 | 2 |
totslinks | bController | short | totslinks | 34 | 2 |
pad2 | bController | short | pad2 | 36 | 2 |
pad3 | bController | short | pad3 | 38 | 2 |
name | bController | char | name[32] | 40 | 32 |
data | bController | void | *data | 72 | 8 |
links | bController | bActuator | **links | 80 | 8 |
slinks | bController | bSensor | **slinks | 88 | 8 |
val | bController | short | val | 96 | 2 |
valo | bController | short | valo | 98 | 2 |
state_mask | bController | int | state_mask | 100 | 4 |
reference | structure | type | name | offset | size |
---|---|---|---|---|---|
time | bAddObjectActuator | int | time | 0 | 4 |
pad | bAddObjectActuator | int | pad | 4 | 4 |
ob | bAddObjectActuator | Object | *ob | 8 | 8 |
reference | structure | type | name | offset | size |
---|---|---|---|---|---|
act | bActionActuator | bAction | *act | 0 | 8 |
type | bActionActuator | short | type | 8 | 2 |
flag | bActionActuator | short | flag | 10 | 2 |
sta | bActionActuator | int | sta | 12 | 4 |
end | bActionActuator | int | end | 16 | 4 |
name | bActionActuator | char | name[32] | 20 | 32 |
frameProp | bActionActuator | char | frameProp[32] | 52 | 32 |
blendin | bActionActuator | short | blendin | 84 | 2 |
priority | bActionActuator | short | priority | 86 | 2 |
end_reset | bActionActuator | short | end_reset | 88 | 2 |
strideaxis | bActionActuator | short | strideaxis | 90 | 2 |
stridelength | bActionActuator | float | stridelength | 92 | 4 |
reference | structure | type | name | offset | size |
---|---|---|---|---|---|
min_gain | Sound3D | float | min_gain | 0 | 4 |
max_gain | Sound3D | float | max_gain | 4 | 4 |
reference_distance | Sound3D | float | reference_distance | 8 | 4 |
max_distance | Sound3D | float | max_distance | 12 | 4 |
rolloff_factor | Sound3D | float | rolloff_factor | 16 | 4 |
cone_inner_angle | Sound3D | float | cone_inner_angle | 20 | 4 |
cone_outer_angle | Sound3D | float | cone_outer_angle | 24 | 4 |
cone_outer_gain | Sound3D | float | cone_outer_gain | 28 | 4 |
reference | structure | type | name | offset | size |
---|---|---|---|---|---|
flag | bSoundActuator | short | flag | 0 | 2 |
sndnr | bSoundActuator | short | sndnr | 2 | 2 |
pad1 | bSoundActuator | int | pad1 | 4 | 4 |
pad2 | bSoundActuator | int | pad2 | 8 | 4 |
pad3 | bSoundActuator | short | pad3[2] | 12 | 4 |
volume | bSoundActuator | float | volume | 16 | 4 |
pitch | bSoundActuator | float | pitch | 20 | 4 |
sound | bSoundActuator | bSound | *sound | 24 | 8 |
sound3D.min_gain | Sound3D | float | min_gain | 32 | 4 |
sound3D.max_gain | Sound3D | float | max_gain | 36 | 4 |
sound3D.reference_distance | Sound3D | float | reference_distance | 40 | 4 |
sound3D.max_distance | Sound3D | float | max_distance | 44 | 4 |
sound3D.rolloff_factor | Sound3D | float | rolloff_factor | 48 | 4 |
sound3D.cone_inner_angle | Sound3D | float | cone_inner_angle | 52 | 4 |
sound3D.cone_outer_angle | Sound3D | float | cone_outer_angle | 56 | 4 |
sound3D.cone_outer_gain | Sound3D | float | cone_outer_gain | 60 | 4 |
type | bSoundActuator | short | type | 64 | 2 |
pad4 | bSoundActuator | short | pad4 | 66 | 2 |
pad5 | bSoundActuator | short | pad5 | 68 | 2 |
pad6 | bSoundActuator | short | pad6[1] | 70 | 2 |
reference | structure | type | name | offset | size |
---|---|---|---|---|---|
time | bEditObjectActuator | int | time | 0 | 4 |
type | bEditObjectActuator | short | type | 4 | 2 |
flag | bEditObjectActuator | short | flag | 6 | 2 |
ob | bEditObjectActuator | Object | *ob | 8 | 8 |
me | bEditObjectActuator | Mesh | *me | 16 | 8 |
name | bEditObjectActuator | char | name[32] | 24 | 32 |
linVelocity | bEditObjectActuator | float | linVelocity[3] | 56 | 12 |
angVelocity | bEditObjectActuator | float | angVelocity[3] | 68 | 12 |
mass | bEditObjectActuator | float | mass | 80 | 4 |
localflag | bEditObjectActuator | short | localflag | 84 | 2 |
dyn_operation | bEditObjectActuator | short | dyn_operation | 86 | 2 |
reference | structure | type | name | offset | size |
---|---|---|---|---|---|
type | bSceneActuator | short | type | 0 | 2 |
pad1 | bSceneActuator | short | pad1 | 2 | 2 |
pad | bSceneActuator | int | pad | 4 | 4 |
scene | bSceneActuator | Scene | *scene | 8 | 8 |
camera | bSceneActuator | Object | *camera | 16 | 8 |
reference | structure | type | name | offset | size |
---|---|---|---|---|---|
pad | bPropertyActuator | int | pad | 0 | 4 |
type | bPropertyActuator | int | type | 4 | 4 |
name | bPropertyActuator | char | name[32] | 8 | 32 |
value | bPropertyActuator | char | value[32] | 40 | 32 |
ob | bPropertyActuator | Object | *ob | 72 | 8 |
reference | structure | type | name | offset | size |
---|---|---|---|---|---|
flag | bObjectActuator | short | flag | 0 | 2 |
type | bObjectActuator | short | type | 2 | 2 |
otype | bObjectActuator | short | otype | 4 | 2 |
damping | bObjectActuator | short | damping | 6 | 2 |
forceloc | bObjectActuator | float | forceloc[3] | 8 | 12 |
forcerot | bObjectActuator | float | forcerot[3] | 20 | 12 |
pad | bObjectActuator | float | pad[3] | 32 | 12 |
pad1 | bObjectActuator | float | pad1[3] | 44 | 12 |
dloc | bObjectActuator | float | dloc[3] | 56 | 12 |
drot | bObjectActuator | float | drot[3] | 68 | 12 |
linearvelocity | bObjectActuator | float | linearvelocity[3] | 80 | 12 |
angularvelocity | bObjectActuator | float | angularvelocity[3] | 92 | 12 |
reference | bObjectActuator | Object | *reference | 104 | 8 |
reference | structure | type | name | offset | size |
---|---|---|---|---|---|
flag | bIpoActuator | short | flag | 0 | 2 |
type | bIpoActuator | short | type | 2 | 2 |
sta | bIpoActuator | int | sta | 4 | 4 |
end | bIpoActuator | int | end | 8 | 4 |
name | bIpoActuator | char | name[32] | 12 | 32 |
frameProp | bIpoActuator | char | frameProp[32] | 44 | 32 |
pad1 | bIpoActuator | short | pad1 | 76 | 2 |
pad2 | bIpoActuator | short | pad2 | 78 | 2 |
pad3 | bIpoActuator | short | pad3 | 80 | 2 |
pad4 | bIpoActuator | short | pad4 | 82 | 2 |
reference | structure | type | name | offset | size |
---|---|---|---|---|---|
ob | bCameraActuator | Object | *ob | 0 | 8 |
height | bCameraActuator | float | height | 8 | 4 |
min | bCameraActuator | float | min | 12 | 4 |
max | bCameraActuator | float | max | 16 | 4 |
pad | bCameraActuator | float | pad | 20 | 4 |
pad1 | bCameraActuator | short | pad1 | 24 | 2 |
axis | bCameraActuator | short | axis | 26 | 2 |
pad2 | bCameraActuator | float | pad2 | 28 | 4 |
reference | structure | type | name | offset | size |
---|---|---|---|---|---|
type | bConstraintActuator | short | type | 0 | 2 |
mode | bConstraintActuator | short | mode | 2 | 2 |
flag | bConstraintActuator | short | flag | 4 | 2 |
damp | bConstraintActuator | short | damp | 6 | 2 |
time | bConstraintActuator | short | time | 8 | 2 |
rotdamp | bConstraintActuator | short | rotdamp | 10 | 2 |
pad | bConstraintActuator | int | pad | 12 | 4 |
minloc | bConstraintActuator | float | minloc[3] | 16 | 12 |
maxloc | bConstraintActuator | float | maxloc[3] | 28 | 12 |
minrot | bConstraintActuator | float | minrot[3] | 40 | 12 |
maxrot | bConstraintActuator | float | maxrot[3] | 52 | 12 |
matprop | bConstraintActuator | char | matprop[32] | 64 | 32 |
reference | structure | type | name | offset | size |
---|---|---|---|---|---|
flag | bGroupActuator | short | flag | 0 | 2 |
type | bGroupActuator | short | type | 2 | 2 |
sta | bGroupActuator | int | sta | 4 | 4 |
end | bGroupActuator | int | end | 8 | 4 |
name | bGroupActuator | char | name[32] | 12 | 32 |
pad | bGroupActuator | short | pad[3] | 44 | 6 |
cur | bGroupActuator | short | cur | 50 | 2 |
butsta | bGroupActuator | short | butsta | 52 | 2 |
butend | bGroupActuator | short | butend | 54 | 2 |
reference | structure | type | name | offset | size |
---|---|---|---|---|---|
seed | bRandomActuator | int | seed | 0 | 4 |
distribution | bRandomActuator | int | distribution | 4 | 4 |
int_arg_1 | bRandomActuator | int | int_arg_1 | 8 | 4 |
int_arg_2 | bRandomActuator | int | int_arg_2 | 12 | 4 |
float_arg_1 | bRandomActuator | float | float_arg_1 | 16 | 4 |
float_arg_2 | bRandomActuator | float | float_arg_2 | 20 | 4 |
propname | bRandomActuator | char | propname[32] | 24 | 32 |
reference | structure | type | name | offset | size |
---|---|---|---|---|---|
toPropName | bMessageActuator | char | toPropName[32] | 0 | 32 |
toObject | bMessageActuator | Object | *toObject | 32 | 8 |
subject | bMessageActuator | char | subject[32] | 40 | 32 |
bodyType | bMessageActuator | short | bodyType | 72 | 2 |
pad1 | bMessageActuator | short | pad1 | 74 | 2 |
pad2 | bMessageActuator | int | pad2 | 76 | 4 |
body | bMessageActuator | char | body[32] | 80 | 32 |
reference | structure | type | name | offset | size |
---|---|---|---|---|---|
flag | bGameActuator | short | flag | 0 | 2 |
type | bGameActuator | short | type | 2 | 2 |
sta | bGameActuator | int | sta | 4 | 4 |
end | bGameActuator | int | end | 8 | 4 |
filename | bGameActuator | char | filename[64] | 12 | 64 |
loadaniname | bGameActuator | char | loadaniname[64] | 76 | 64 |
reference | structure | type | name | offset | size |
---|---|---|---|---|---|
flag | bVisibilityActuator | int | flag | 0 | 4 |
reference | structure | type | name | offset | size |
---|---|---|---|---|---|
pad | bTwoDFilterActuator | char | pad[4] | 0 | 4 |
type | bTwoDFilterActuator | short | type | 4 | 2 |
flag | bTwoDFilterActuator | short | flag | 6 | 2 |
int_arg | bTwoDFilterActuator | int | int_arg | 8 | 4 |
float_arg | bTwoDFilterActuator | float | float_arg | 12 | 4 |
text | bTwoDFilterActuator | Text | *text | 16 | 8 |
reference | structure | type | name | offset | size |
---|---|---|---|---|---|
pad | bParentActuator | char | pad[2] | 0 | 2 |
flag | bParentActuator | short | flag | 2 | 2 |
type | bParentActuator | int | type | 4 | 4 |
ob | bParentActuator | Object | *ob | 8 | 8 |
reference | structure | type | name | offset | size |
---|---|---|---|---|---|
type | bStateActuator | int | type | 0 | 4 |
mask | bStateActuator | int | mask | 4 | 4 |
reference | structure | type | name | offset | size |
---|---|---|---|---|---|
posechannel | bArmatureActuator | char | posechannel[32] | 0 | 32 |
constraint | bArmatureActuator | char | constraint[32] | 32 | 32 |
type | bArmatureActuator | int | type | 64 | 4 |
weight | bArmatureActuator | float | weight | 68 | 4 |
target | bArmatureActuator | Object | *target | 72 | 8 |
subtarget | bArmatureActuator | Object | *subtarget | 80 | 8 |
reference | structure | type | name | offset | size |
---|---|---|---|---|---|
next | bActuator | bActuator | *next | 0 | 8 |
prev | bActuator | bActuator | *prev | 8 | 8 |
mynew | bActuator | bActuator | *mynew | 16 | 8 |
type | bActuator | short | type | 24 | 2 |
flag | bActuator | short | flag | 26 | 2 |
otype | bActuator | short | otype | 28 | 2 |
go | bActuator | short | go | 30 | 2 |
name | bActuator | char | name[32] | 32 | 32 |
data | bActuator | void | *data | 64 | 8 |
ob | bActuator | Object | *ob | 72 | 8 |
reference | structure | type | name | offset | size |
---|---|---|---|---|---|
id.next | ID | void | *next | 0 | 8 |
id.prev | ID | void | *prev | 8 | 8 |
id.newid | ID | ID | *newid | 16 | 8 |
id.lib | ID | Library | *lib | 24 | 8 |
id.name | ID | char | name[24] | 32 | 24 |
id.us | ID | short | us | 56 | 2 |
id.flag | ID | short | flag | 58 | 2 |
id.icon_id | ID | int | icon_id | 60 | 4 |
id.properties | ID | IDProperty | *properties | 64 | 8 |
name | bSound | char | name[240] | 72 | 240 |
packedfile | bSound | PackedFile | *packedfile | 312 | 8 |
handle | bSound | void | *handle | 320 | 8 |
newpackedfile | bSound | PackedFile | *newpackedfile | 328 | 8 |
ipo | bSound | Ipo | *ipo | 336 | 8 |
volume | bSound | float | volume | 344 | 4 |
attenuation | bSound | float | attenuation | 348 | 4 |
pitch | bSound | float | pitch | 352 | 4 |
min_gain | bSound | float | min_gain | 356 | 4 |
max_gain | bSound | float | max_gain | 360 | 4 |
distance | bSound | float | distance | 364 | 4 |
flags | bSound | int | flags | 368 | 4 |
pad | bSound | int | pad | 372 | 4 |
cache | bSound | void | *cache | 376 | 8 |
playback_handle | bSound | void | *playback_handle | 384 | 8 |
reference | structure | type | name | offset | size |
---|---|---|---|---|---|
next | GroupObject | GroupObject | *next | 0 | 8 |
prev | GroupObject | GroupObject | *prev | 8 | 8 |
ob | GroupObject | Object | *ob | 16 | 8 |
lampren | GroupObject | void | *lampren | 24 | 8 |
recalc | GroupObject | int | recalc | 32 | 4 |
pad | GroupObject | int | pad | 36 | 4 |
reference | structure | type | name | offset | size |
---|---|---|---|---|---|
id.next | ID | void | *next | 0 | 8 |
id.prev | ID | void | *prev | 8 | 8 |
id.newid | ID | ID | *newid | 16 | 8 |
id.lib | ID | Library | *lib | 24 | 8 |
id.name | ID | char | name[24] | 32 | 24 |
id.us | ID | short | us | 56 | 2 |
id.flag | ID | short | flag | 58 | 2 |
id.icon_id | ID | int | icon_id | 60 | 4 |
id.properties | ID | IDProperty | *properties | 64 | 8 |
gobject.first | ListBase | void | *first | 72 | 8 |
gobject.last | ListBase | void | *last | 80 | 8 |
layer | Group | int | layer | 88 | 4 |
dupli_ofs | Group | float | dupli_ofs[3] | 92 | 12 |
reference | structure | type | name | offset | size |
---|---|---|---|---|---|
next | Bone | Bone | *next | 0 | 8 |
prev | Bone | Bone | *prev | 8 | 8 |
prop | Bone | IDProperty | *prop | 16 | 8 |
parent | Bone | Bone | *parent | 24 | 8 |
childbase.first | ListBase | void | *first | 32 | 8 |
childbase.last | ListBase | void | *last | 40 | 8 |
name | Bone | char | name[32] | 48 | 32 |
roll | Bone | float | roll | 80 | 4 |
head | Bone | float | head[3] | 84 | 12 |
tail | Bone | float | tail[3] | 96 | 12 |
bone_mat | Bone | float | bone_mat[3][3] | 108 | 36 |
flag | Bone | int | flag | 144 | 4 |
arm_head | Bone | float | arm_head[3] | 148 | 12 |
arm_tail | Bone | float | arm_tail[3] | 160 | 12 |
arm_mat | Bone | float | arm_mat[4][4] | 172 | 64 |
dist | Bone | float | dist | 236 | 4 |
weight | Bone | float | weight | 240 | 4 |
xwidth | Bone | float | xwidth | 244 | 4 |
length | Bone | float | length | 248 | 4 |
zwidth | Bone | float | zwidth | 252 | 4 |
ease1 | Bone | float | ease1 | 256 | 4 |
ease2 | Bone | float | ease2 | 260 | 4 |
rad_head | Bone | float | rad_head | 264 | 4 |
rad_tail | Bone | float | rad_tail | 268 | 4 |
size | Bone | float | size[3] | 272 | 12 |
layer | Bone | int | layer | 284 | 4 |
segments | Bone | short | segments | 288 | 2 |
pad | Bone | short | pad[3] | 290 | 6 |
reference | structure | type | name | offset | size |
---|---|---|---|---|---|
id.next | ID | void | *next | 0 | 8 |
id.prev | ID | void | *prev | 8 | 8 |
id.newid | ID | ID | *newid | 16 | 8 |
id.lib | ID | Library | *lib | 24 | 8 |
id.name | ID | char | name[24] | 32 | 24 |
id.us | ID | short | us | 56 | 2 |
id.flag | ID | short | flag | 58 | 2 |
id.icon_id | ID | int | icon_id | 60 | 4 |
id.properties | ID | IDProperty | *properties | 64 | 8 |
adt | bArmature | AnimData | *adt | 72 | 8 |
bonebase.first | ListBase | void | *first | 80 | 8 |
bonebase.last | ListBase | void | *last | 88 | 8 |
chainbase.first | ListBase | void | *first | 96 | 8 |
chainbase.last | ListBase | void | *last | 104 | 8 |
edbo | bArmature | ListBase | *edbo | 112 | 8 |
act_bone | bArmature | Bone | *act_bone | 120 | 8 |
act_edbone | bArmature | void | *act_edbone | 128 | 8 |
sketch | bArmature | void | *sketch | 136 | 8 |
flag | bArmature | int | flag | 144 | 4 |
drawtype | bArmature | int | drawtype | 148 | 4 |
deformflag | bArmature | short | deformflag | 152 | 2 |
pathflag | bArmature | short | pathflag | 154 | 2 |
layer_used | bArmature | int | layer_used | 156 | 4 |
layer | bArmature | int | layer | 160 | 4 |
layer_protected | bArmature | int | layer_protected | 164 | 4 |
ghostep | bArmature | short | ghostep | 168 | 2 |
ghostsize | bArmature | short | ghostsize | 170 | 2 |
ghosttype | bArmature | short | ghosttype | 172 | 2 |
pathsize | bArmature | short | pathsize | 174 | 2 |
ghostsf | bArmature | int | ghostsf | 176 | 4 |
ghostef | bArmature | int | ghostef | 180 | 4 |
pathsf | bArmature | int | pathsf | 184 | 4 |
pathef | bArmature | int | pathef | 188 | 4 |
pathbc | bArmature | int | pathbc | 192 | 4 |
pathac | bArmature | int | pathac | 196 | 4 |
reference | structure | type | name | offset | size |
---|---|---|---|---|---|
co | bMotionPathVert | float | co[3] | 0 | 12 |
flag | bMotionPathVert | int | flag | 12 | 4 |
reference | structure | type | name | offset | size |
---|---|---|---|---|---|
points | bMotionPath | bMotionPathVert | *points | 0 | 8 |
length | bMotionPath | int | length | 8 | 4 |
start_frame | bMotionPath | int | start_frame | 12 | 4 |
end_frame | bMotionPath | int | end_frame | 16 | 4 |
flag | bMotionPath | int | flag | 20 | 4 |
reference | structure | type | name | offset | size |
---|---|---|---|---|---|
ghost_sf | bAnimVizSettings | int | ghost_sf | 0 | 4 |
ghost_ef | bAnimVizSettings | int | ghost_ef | 4 | 4 |
ghost_bc | bAnimVizSettings | int | ghost_bc | 8 | 4 |
ghost_ac | bAnimVizSettings | int | ghost_ac | 12 | 4 |
ghost_type | bAnimVizSettings | short | ghost_type | 16 | 2 |
ghost_step | bAnimVizSettings | short | ghost_step | 18 | 2 |
ghost_flag | bAnimVizSettings | short | ghost_flag | 20 | 2 |
recalc | bAnimVizSettings | short | recalc | 22 | 2 |
path_type | bAnimVizSettings | short | path_type | 24 | 2 |
path_step | bAnimVizSettings | short | path_step | 26 | 2 |
path_viewflag | bAnimVizSettings | short | path_viewflag | 28 | 2 |
path_bakeflag | bAnimVizSettings | short | path_bakeflag | 30 | 2 |
path_sf | bAnimVizSettings | int | path_sf | 32 | 4 |
path_ef | bAnimVizSettings | int | path_ef | 36 | 4 |
path_bc | bAnimVizSettings | int | path_bc | 40 | 4 |
path_ac | bAnimVizSettings | int | path_ac | 44 | 4 |
reference | structure | type | name | offset | size |
---|---|---|---|---|---|
next | bPoseChannel | bPoseChannel | *next | 0 | 8 |
prev | bPoseChannel | bPoseChannel | *prev | 8 | 8 |
prop | bPoseChannel | IDProperty | *prop | 16 | 8 |
constraints.first | ListBase | void | *first | 24 | 8 |
constraints.last | ListBase | void | *last | 32 | 8 |
name | bPoseChannel | char | name[32] | 40 | 32 |
flag | bPoseChannel | short | flag | 72 | 2 |
constflag | bPoseChannel | short | constflag | 74 | 2 |
ikflag | bPoseChannel | short | ikflag | 76 | 2 |
selectflag | bPoseChannel | short | selectflag | 78 | 2 |
protectflag | bPoseChannel | short | protectflag | 80 | 2 |
agrp_index | bPoseChannel | short | agrp_index | 82 | 2 |
pathlen | bPoseChannel | int | pathlen | 84 | 4 |
pathsf | bPoseChannel | int | pathsf | 88 | 4 |
pathef | bPoseChannel | int | pathef | 92 | 4 |
bone | bPoseChannel | Bone | *bone | 96 | 8 |
parent | bPoseChannel | bPoseChannel | *parent | 104 | 8 |
child | bPoseChannel | bPoseChannel | *child | 112 | 8 |
iktree.first | ListBase | void | *first | 120 | 8 |
iktree.last | ListBase | void | *last | 128 | 8 |
mpath | bPoseChannel | bMotionPath | *mpath | 136 | 8 |
custom | bPoseChannel | Object | *custom | 144 | 8 |
custom_tx | bPoseChannel | bPoseChannel | *custom_tx | 152 | 8 |
loc | bPoseChannel | float | loc[3] | 160 | 12 |
size | bPoseChannel | float | size[3] | 172 | 12 |
eul | bPoseChannel | float | eul[3] | 184 | 12 |
quat | bPoseChannel | float | quat[4] | 196 | 16 |
rotAxis | bPoseChannel | float | rotAxis[3] | 212 | 12 |
rotAngle | bPoseChannel | float | rotAngle | 224 | 4 |
rotmode | bPoseChannel | short | rotmode | 228 | 2 |
pad | bPoseChannel | short | pad | 230 | 2 |
chan_mat | bPoseChannel | float | chan_mat[4][4] | 232 | 64 |
pose_mat | bPoseChannel | float | pose_mat[4][4] | 296 | 64 |
constinv | bPoseChannel | float | constinv[4][4] | 360 | 64 |
pose_head | bPoseChannel | float | pose_head[3] | 424 | 12 |
pose_tail | bPoseChannel | float | pose_tail[3] | 436 | 12 |
limitmin | bPoseChannel | float | limitmin[3] | 448 | 12 |
limitmax | bPoseChannel | float | limitmax[3] | 460 | 12 |
stiffness | bPoseChannel | float | stiffness[3] | 472 | 12 |
ikstretch | bPoseChannel | float | ikstretch | 484 | 4 |
ikrotweight | bPoseChannel | float | ikrotweight | 488 | 4 |
iklinweight | bPoseChannel | float | iklinweight | 492 | 4 |
path | bPoseChannel | float | *path | 496 | 8 |
reference | structure | type | name | offset | size |
---|---|---|---|---|---|
chanbase.first | ListBase | void | *first | 0 | 8 |
chanbase.last | ListBase | void | *last | 8 | 8 |
chanhash | bPose | GHash | *chanhash | 16 | 8 |
flag | bPose | short | flag | 24 | 2 |
proxy_layer | bPose | short | proxy_layer | 26 | 2 |
ctime | bPose | float | ctime | 28 | 4 |
stride_offset | bPose | float | stride_offset[3] | 32 | 12 |
cyclic_offset | bPose | float | cyclic_offset[3] | 44 | 12 |
agroups.first | ListBase | void | *first | 56 | 8 |
agroups.last | ListBase | void | *last | 64 | 8 |
active_group | bPose | int | active_group | 72 | 4 |
iksolver | bPose | int | iksolver | 76 | 4 |
ikdata | bPose | void | *ikdata | 80 | 8 |
ikparam | bPose | void | *ikparam | 88 | 8 |
avs.ghost_sf | bAnimVizSettings | int | ghost_sf | 96 | 4 |
avs.ghost_ef | bAnimVizSettings | int | ghost_ef | 100 | 4 |
avs.ghost_bc | bAnimVizSettings | int | ghost_bc | 104 | 4 |
avs.ghost_ac | bAnimVizSettings | int | ghost_ac | 108 | 4 |
avs.ghost_type | bAnimVizSettings | short | ghost_type | 112 | 2 |
avs.ghost_step | bAnimVizSettings | short | ghost_step | 114 | 2 |
avs.ghost_flag | bAnimVizSettings | short | ghost_flag | 116 | 2 |
avs.recalc | bAnimVizSettings | short | recalc | 118 | 2 |
avs.path_type | bAnimVizSettings | short | path_type | 120 | 2 |
avs.path_step | bAnimVizSettings | short | path_step | 122 | 2 |
avs.path_viewflag | bAnimVizSettings | short | path_viewflag | 124 | 2 |
avs.path_bakeflag | bAnimVizSettings | short | path_bakeflag | 126 | 2 |
avs.path_sf | bAnimVizSettings | int | path_sf | 128 | 4 |
avs.path_ef | bAnimVizSettings | int | path_ef | 132 | 4 |
avs.path_bc | bAnimVizSettings | int | path_bc | 136 | 4 |
avs.path_ac | bAnimVizSettings | int | path_ac | 140 | 4 |
proxy_act_bone | bPose | char | proxy_act_bone[32] | 144 | 32 |
reference | structure | type | name | offset | size |
---|---|---|---|---|---|
iksolver | bIKParam | int | iksolver | 0 | 4 |
reference | structure | type | name | offset | size |
---|---|---|---|---|---|
iksolver | bItasc | int | iksolver | 0 | 4 |
precision | bItasc | float | precision | 4 | 4 |
numiter | bItasc | short | numiter | 8 | 2 |
numstep | bItasc | short | numstep | 10 | 2 |
minstep | bItasc | float | minstep | 12 | 4 |
maxstep | bItasc | float | maxstep | 16 | 4 |
solver | bItasc | short | solver | 20 | 2 |
flag | bItasc | short | flag | 22 | 2 |
feedback | bItasc | float | feedback | 24 | 4 |
maxvel | bItasc | float | maxvel | 28 | 4 |
dampmax | bItasc | float | dampmax | 32 | 4 |
dampeps | bItasc | float | dampeps | 36 | 4 |
reference | structure | type | name | offset | size |
---|---|---|---|---|---|
next | bActionGroup | bActionGroup | *next | 0 | 8 |
prev | bActionGroup | bActionGroup | *prev | 8 | 8 |
channels.first | ListBase | void | *first | 16 | 8 |
channels.last | ListBase | void | *last | 24 | 8 |
flag | bActionGroup | int | flag | 32 | 4 |
customCol | bActionGroup | int | customCol | 36 | 4 |
name | bActionGroup | char | name[64] | 40 | 64 |
cs.solid | ThemeWireColor | char | solid[4] | 104 | 4 |
cs.select | ThemeWireColor | char | select[4] | 108 | 4 |
cs.active | ThemeWireColor | char | active[4] | 112 | 4 |
cs.flag | ThemeWireColor | short | flag | 116 | 2 |
cs.pad | ThemeWireColor | short | pad | 118 | 2 |
reference | structure | type | name | offset | size |
---|---|---|---|---|---|
id.next | ID | void | *next | 0 | 8 |
id.prev | ID | void | *prev | 8 | 8 |
id.newid | ID | ID | *newid | 16 | 8 |
id.lib | ID | Library | *lib | 24 | 8 |
id.name | ID | char | name[24] | 32 | 24 |
id.us | ID | short | us | 56 | 2 |
id.flag | ID | short | flag | 58 | 2 |
id.icon_id | ID | int | icon_id | 60 | 4 |
id.properties | ID | IDProperty | *properties | 64 | 8 |
curves.first | ListBase | void | *first | 72 | 8 |
curves.last | ListBase | void | *last | 80 | 8 |
chanbase.first | ListBase | void | *first | 88 | 8 |
chanbase.last | ListBase | void | *last | 96 | 8 |
groups.first | ListBase | void | *first | 104 | 8 |
groups.last | ListBase | void | *last | 112 | 8 |
markers.first | ListBase | void | *first | 120 | 8 |
markers.last | ListBase | void | *last | 128 | 8 |
flag | bAction | int | flag | 136 | 4 |
active_marker | bAction | int | active_marker | 140 | 4 |
reference | structure | type | name | offset | size |
---|---|---|---|---|---|
source | bDopeSheet | ID | *source | 0 | 8 |
chanbase.first | ListBase | void | *first | 8 | 8 |
chanbase.last | ListBase | void | *last | 16 | 8 |
filter_grp | bDopeSheet | Group | *filter_grp | 24 | 8 |
filterflag | bDopeSheet | int | filterflag | 32 | 4 |
flag | bDopeSheet | int | flag | 36 | 4 |
reference | structure | type | name | offset | size |
---|---|---|---|---|---|
next | SpaceAction | SpaceLink | *next | 0 | 8 |
prev | SpaceAction | SpaceLink | *prev | 8 | 8 |
regionbase.first | ListBase | void | *first | 16 | 8 |
regionbase.last | ListBase | void | *last | 24 | 8 |
spacetype | SpaceAction | int | spacetype | 32 | 4 |
blockscale | SpaceAction | float | blockscale | 36 | 4 |
blockhandler | SpaceAction | short | blockhandler[8] | 40 | 16 |
v2d.tot.xmin | rctf | float | xmin | 56 | 4 |
v2d.tot.xmax | rctf | float | xmax | 60 | 4 |
v2d.tot.ymin | rctf | float | ymin | 64 | 4 |
v2d.tot.ymax | rctf | float | ymax | 68 | 4 |
v2d.cur.xmin | rctf | float | xmin | 72 | 4 |
v2d.cur.xmax | rctf | float | xmax | 76 | 4 |
v2d.cur.ymin | rctf | float | ymin | 80 | 4 |
v2d.cur.ymax | rctf | float | ymax | 84 | 4 |
v2d.vert.xmin | rcti | int | xmin | 88 | 4 |
v2d.vert.xmax | rcti | int | xmax | 92 | 4 |
v2d.vert.ymin | rcti | int | ymin | 96 | 4 |
v2d.vert.ymax | rcti | int | ymax | 100 | 4 |
v2d.hor.xmin | rcti | int | xmin | 104 | 4 |
v2d.hor.xmax | rcti | int | xmax | 108 | 4 |
v2d.hor.ymin | rcti | int | ymin | 112 | 4 |
v2d.hor.ymax | rcti | int | ymax | 116 | 4 |
v2d.mask.xmin | rcti | int | xmin | 120 | 4 |
v2d.mask.xmax | rcti | int | xmax | 124 | 4 |
v2d.mask.ymin | rcti | int | ymin | 128 | 4 |
v2d.mask.ymax | rcti | int | ymax | 132 | 4 |
v2d.min | View2D | float | min[2] | 136 | 8 |
v2d.max | View2D | float | max[2] | 144 | 8 |
v2d.minzoom | View2D | float | minzoom | 152 | 4 |
v2d.maxzoom | View2D | float | maxzoom | 156 | 4 |
v2d.scroll | View2D | short | scroll | 160 | 2 |
v2d.scroll_ui | View2D | short | scroll_ui | 162 | 2 |
v2d.keeptot | View2D | short | keeptot | 164 | 2 |
v2d.keepzoom | View2D | short | keepzoom | 166 | 2 |
v2d.keepofs | View2D | short | keepofs | 168 | 2 |
v2d.flag | View2D | short | flag | 170 | 2 |
v2d.align | View2D | short | align | 172 | 2 |
v2d.winx | View2D | short | winx | 174 | 2 |
v2d.winy | View2D | short | winy | 176 | 2 |
v2d.oldwinx | View2D | short | oldwinx | 178 | 2 |
v2d.oldwiny | View2D | short | oldwiny | 180 | 2 |
v2d.around | View2D | short | around | 182 | 2 |
v2d.tab_offset | View2D | float | *tab_offset | 184 | 8 |
v2d.tab_num | View2D | int | tab_num | 192 | 4 |
v2d.tab_cur | View2D | int | tab_cur | 196 | 4 |
action | SpaceAction | bAction | *action | 200 | 8 |
ads.source | bDopeSheet | ID | *source | 208 | 8 |
ads.chanbase.first | ListBase | void | *first | 216 | 8 |
ads.chanbase.last | ListBase | void | *last | 224 | 8 |
ads.filter_grp | bDopeSheet | Group | *filter_grp | 232 | 8 |
ads.filterflag | bDopeSheet | int | filterflag | 240 | 4 |
ads.flag | bDopeSheet | int | flag | 244 | 4 |
mode | SpaceAction | char | mode | 248 | 1 |
autosnap | SpaceAction | char | autosnap | 249 | 1 |
flag | SpaceAction | short | flag | 250 | 2 |
timeslide | SpaceAction | float | timeslide | 252 | 4 |
reference | structure | type | name | offset | size |
---|---|---|---|---|---|
next | bActionChannel | bActionChannel | *next | 0 | 8 |
prev | bActionChannel | bActionChannel | *prev | 8 | 8 |
grp | bActionChannel | bActionGroup | *grp | 16 | 8 |
ipo | bActionChannel | Ipo | *ipo | 24 | 8 |
constraintChannels.first | ListBase | void | *first | 32 | 8 |
constraintChannels.last | ListBase | void | *last | 40 | 8 |
flag | bActionChannel | int | flag | 48 | 4 |
name | bActionChannel | char | name[32] | 52 | 32 |
temp | bActionChannel | int | temp | 84 | 4 |
reference | structure | type | name | offset | size |
---|---|---|---|---|---|
next | bConstraintChannel | bConstraintChannel | *next | 0 | 8 |
prev | bConstraintChannel | bConstraintChannel | *prev | 8 | 8 |
ipo | bConstraintChannel | Ipo | *ipo | 16 | 8 |
flag | bConstraintChannel | short | flag | 24 | 2 |
name | bConstraintChannel | char | name[30] | 26 | 30 |
reference | structure | type | name | offset | size |
---|---|---|---|---|---|
next | bConstraint | bConstraint | *next | 0 | 8 |
prev | bConstraint | bConstraint | *prev | 8 | 8 |
data | bConstraint | void | *data | 16 | 8 |
type | bConstraint | short | type | 24 | 2 |
flag | bConstraint | short | flag | 26 | 2 |
ownspace | bConstraint | char | ownspace | 28 | 1 |
tarspace | bConstraint | char | tarspace | 29 | 1 |
name | bConstraint | char | name[30] | 30 | 30 |
enforce | bConstraint | float | enforce | 60 | 4 |
headtail | bConstraint | float | headtail | 64 | 4 |
pad | bConstraint | int | pad | 68 | 4 |
ipo | bConstraint | Ipo | *ipo | 72 | 8 |
lin_error | bConstraint | float | lin_error | 80 | 4 |
rot_error | bConstraint | float | rot_error | 84 | 4 |
reference | structure | type | name | offset | size |
---|---|---|---|---|---|
next | bConstraintTarget | bConstraintTarget | *next | 0 | 8 |
prev | bConstraintTarget | bConstraintTarget | *prev | 8 | 8 |
tar | bConstraintTarget | Object | *tar | 16 | 8 |
subtarget | bConstraintTarget | char | subtarget[32] | 24 | 32 |
matrix | bConstraintTarget | float | matrix[4][4] | 56 | 64 |
space | bConstraintTarget | short | space | 120 | 2 |
flag | bConstraintTarget | short | flag | 122 | 2 |
type | bConstraintTarget | short | type | 124 | 2 |
rotOrder | bConstraintTarget | short | rotOrder | 126 | 2 |
reference | structure | type | name | offset | size |
---|---|---|---|---|---|
text | bPythonConstraint | Text | *text | 0 | 8 |
prop | bPythonConstraint | IDProperty | *prop | 8 | 8 |
flag | bPythonConstraint | int | flag | 16 | 4 |
tarnum | bPythonConstraint | int | tarnum | 20 | 4 |
targets.first | ListBase | void | *first | 24 | 8 |
targets.last | ListBase | void | *last | 32 | 8 |
tar | bPythonConstraint | Object | *tar | 40 | 8 |
subtarget | bPythonConstraint | char | subtarget[32] | 48 | 32 |
reference | structure | type | name | offset | size |
---|---|---|---|---|---|
tar | bKinematicConstraint | Object | *tar | 0 | 8 |
iterations | bKinematicConstraint | short | iterations | 8 | 2 |
flag | bKinematicConstraint | short | flag | 10 | 2 |
rootbone | bKinematicConstraint | short | rootbone | 12 | 2 |
max_rootbone | bKinematicConstraint | short | max_rootbone | 14 | 2 |
subtarget | bKinematicConstraint | char | subtarget[32] | 16 | 32 |
poletar | bKinematicConstraint | Object | *poletar | 48 | 8 |
polesubtarget | bKinematicConstraint | char | polesubtarget[32] | 56 | 32 |
poleangle | bKinematicConstraint | float | poleangle | 88 | 4 |
weight | bKinematicConstraint | float | weight | 92 | 4 |
orientweight | bKinematicConstraint | float | orientweight | 96 | 4 |
grabtarget | bKinematicConstraint | float | grabtarget[3] | 100 | 12 |
type | bKinematicConstraint | short | type | 112 | 2 |
mode | bKinematicConstraint | short | mode | 114 | 2 |
dist | bKinematicConstraint | float | dist | 116 | 4 |
reference | structure | type | name | offset | size |
---|---|---|---|---|---|
tar | bSplineIKConstraint | Object | *tar | 0 | 8 |
points | bSplineIKConstraint | float | *points | 8 | 8 |
numpoints | bSplineIKConstraint | short | numpoints | 16 | 2 |
chainlen | bSplineIKConstraint | short | chainlen | 18 | 2 |
flag | bSplineIKConstraint | short | flag | 20 | 2 |
xzScaleMode | bSplineIKConstraint | short | xzScaleMode | 22 | 2 |
reference | structure | type | name | offset | size |
---|---|---|---|---|---|
tar | bTrackToConstraint | Object | *tar | 0 | 8 |
reserved1 | bTrackToConstraint | int | reserved1 | 8 | 4 |
reserved2 | bTrackToConstraint | int | reserved2 | 12 | 4 |
flags | bTrackToConstraint | int | flags | 16 | 4 |
pad | bTrackToConstraint | int | pad | 20 | 4 |
subtarget | bTrackToConstraint | char | subtarget[32] | 24 | 32 |
reference | structure | type | name | offset | size |
---|---|---|---|---|---|
tar | bRotateLikeConstraint | Object | *tar | 0 | 8 |
flag | bRotateLikeConstraint | int | flag | 8 | 4 |
reserved1 | bRotateLikeConstraint | int | reserved1 | 12 | 4 |
subtarget | bRotateLikeConstraint | char | subtarget[32] | 16 | 32 |
reference | structure | type | name | offset | size |
---|---|---|---|---|---|
tar | bLocateLikeConstraint | Object | *tar | 0 | 8 |
flag | bLocateLikeConstraint | int | flag | 8 | 4 |
reserved1 | bLocateLikeConstraint | int | reserved1 | 12 | 4 |
subtarget | bLocateLikeConstraint | char | subtarget[32] | 16 | 32 |
reference | structure | type | name | offset | size |
---|---|---|---|---|---|
tar | bSizeLikeConstraint | Object | *tar | 0 | 8 |
flag | bSizeLikeConstraint | int | flag | 8 | 4 |
reserved1 | bSizeLikeConstraint | int | reserved1 | 12 | 4 |
subtarget | bSizeLikeConstraint | char | subtarget[32] | 16 | 32 |
reference | structure | type | name | offset | size |
---|---|---|---|---|---|
flag | bSameVolumeConstraint | int | flag | 0 | 4 |
volume | bSameVolumeConstraint | float | volume | 4 | 4 |
reference | structure | type | name | offset | size |
---|---|---|---|---|---|
tar | bTransLikeConstraint | Object | *tar | 0 | 8 |
subtarget | bTransLikeConstraint | char | subtarget[32] | 8 | 32 |
reference | structure | type | name | offset | size |
---|---|---|---|---|---|
tar | bMinMaxConstraint | Object | *tar | 0 | 8 |
minmaxflag | bMinMaxConstraint | int | minmaxflag | 8 | 4 |
offset | bMinMaxConstraint | float | offset | 12 | 4 |
flag | bMinMaxConstraint | int | flag | 16 | 4 |
sticky | bMinMaxConstraint | short | sticky | 20 | 2 |
stuck | bMinMaxConstraint | short | stuck | 22 | 2 |
pad1 | bMinMaxConstraint | short | pad1 | 24 | 2 |
pad2 | bMinMaxConstraint | short | pad2 | 26 | 2 |
cache | bMinMaxConstraint | float | cache[3] | 28 | 12 |
subtarget | bMinMaxConstraint | char | subtarget[32] | 40 | 32 |
reference | structure | type | name | offset | size |
---|---|---|---|---|---|
tar | bActionConstraint | Object | *tar | 0 | 8 |
type | bActionConstraint | short | type | 8 | 2 |
local | bActionConstraint | short | local | 10 | 2 |
start | bActionConstraint | int | start | 12 | 4 |
end | bActionConstraint | int | end | 16 | 4 |
min | bActionConstraint | float | min | 20 | 4 |
max | bActionConstraint | float | max | 24 | 4 |
pad | bActionConstraint | int | pad | 28 | 4 |
act | bActionConstraint | bAction | *act | 32 | 8 |
subtarget | bActionConstraint | char | subtarget[32] | 40 | 32 |
reference | structure | type | name | offset | size |
---|---|---|---|---|---|
tar | bLockTrackConstraint | Object | *tar | 0 | 8 |
trackflag | bLockTrackConstraint | int | trackflag | 8 | 4 |
lockflag | bLockTrackConstraint | int | lockflag | 12 | 4 |
subtarget | bLockTrackConstraint | char | subtarget[32] | 16 | 32 |
reference | structure | type | name | offset | size |
---|---|---|---|---|---|
tar | bDampTrackConstraint | Object | *tar | 0 | 8 |
trackflag | bDampTrackConstraint | int | trackflag | 8 | 4 |
pad | bDampTrackConstraint | int | pad | 12 | 4 |
subtarget | bDampTrackConstraint | char | subtarget[32] | 16 | 32 |
reference | structure | type | name | offset | size |
---|---|---|---|---|---|
tar | bFollowPathConstraint | Object | *tar | 0 | 8 |
offset | bFollowPathConstraint | float | offset | 8 | 4 |
offset_fac | bFollowPathConstraint | float | offset_fac | 12 | 4 |
followflag | bFollowPathConstraint | int | followflag | 16 | 4 |
trackflag | bFollowPathConstraint | short | trackflag | 20 | 2 |
upflag | bFollowPathConstraint | short | upflag | 22 | 2 |
reference | structure | type | name | offset | size |
---|---|---|---|---|---|
tar | bStretchToConstraint | Object | *tar | 0 | 8 |
volmode | bStretchToConstraint | int | volmode | 8 | 4 |
plane | bStretchToConstraint | int | plane | 12 | 4 |
orglength | bStretchToConstraint | float | orglength | 16 | 4 |
bulge | bStretchToConstraint | float | bulge | 20 | 4 |
subtarget | bStretchToConstraint | char | subtarget[32] | 24 | 32 |
reference | structure | type | name | offset | size |
---|---|---|---|---|---|
tar | bRigidBodyJointConstraint | Object | *tar | 0 | 8 |
child | bRigidBodyJointConstraint | Object | *child | 8 | 8 |
type | bRigidBodyJointConstraint | int | type | 16 | 4 |
pivX | bRigidBodyJointConstraint | float | pivX | 20 | 4 |
pivY | bRigidBodyJointConstraint | float | pivY | 24 | 4 |
pivZ | bRigidBodyJointConstraint | float | pivZ | 28 | 4 |
axX | bRigidBodyJointConstraint | float | axX | 32 | 4 |
axY | bRigidBodyJointConstraint | float | axY | 36 | 4 |
axZ | bRigidBodyJointConstraint | float | axZ | 40 | 4 |
minLimit | bRigidBodyJointConstraint | float | minLimit[6] | 44 | 24 |
maxLimit | bRigidBodyJointConstraint | float | maxLimit[6] | 68 | 24 |
extraFz | bRigidBodyJointConstraint | float | extraFz | 92 | 4 |
flag | bRigidBodyJointConstraint | short | flag | 96 | 2 |
pad | bRigidBodyJointConstraint | short | pad | 98 | 2 |
pad1 | bRigidBodyJointConstraint | short | pad1 | 100 | 2 |
pad2 | bRigidBodyJointConstraint | short | pad2 | 102 | 2 |
reference | structure | type | name | offset | size |
---|---|---|---|---|---|
tar | bClampToConstraint | Object | *tar | 0 | 8 |
flag | bClampToConstraint | int | flag | 8 | 4 |
flag2 | bClampToConstraint | int | flag2 | 12 | 4 |
reference | structure | type | name | offset | size |
---|---|---|---|---|---|
tar | bChildOfConstraint | Object | *tar | 0 | 8 |
flag | bChildOfConstraint | int | flag | 8 | 4 |
pad | bChildOfConstraint | int | pad | 12 | 4 |
invmat | bChildOfConstraint | float | invmat[4][4] | 16 | 64 |
subtarget | bChildOfConstraint | char | subtarget[32] | 80 | 32 |
reference | structure | type | name | offset | size |
---|---|---|---|---|---|
tar | bTransformConstraint | Object | *tar | 0 | 8 |
subtarget | bTransformConstraint | char | subtarget[32] | 8 | 32 |
from | bTransformConstraint | short | from | 40 | 2 |
to | bTransformConstraint | short | to | 42 | 2 |
map | bTransformConstraint | char | map[3] | 44 | 3 |
expo | bTransformConstraint | char | expo | 47 | 1 |
from_min | bTransformConstraint | float | from_min[3] | 48 | 12 |
from_max | bTransformConstraint | float | from_max[3] | 60 | 12 |
to_min | bTransformConstraint | float | to_min[3] | 72 | 12 |
to_max | bTransformConstraint | float | to_max[3] | 84 | 12 |
reference | structure | type | name | offset | size |
---|---|---|---|---|---|
tar | bPivotConstraint | Object | *tar | 0 | 8 |
subtarget | bPivotConstraint | char | subtarget[32] | 8 | 32 |
offset | bPivotConstraint | float | offset[3] | 40 | 12 |
rotAxis | bPivotConstraint | short | rotAxis | 52 | 2 |
flag | bPivotConstraint | short | flag | 54 | 2 |
reference | structure | type | name | offset | size |
---|---|---|---|---|---|
xmin | bLocLimitConstraint | float | xmin | 0 | 4 |
xmax | bLocLimitConstraint | float | xmax | 4 | 4 |
ymin | bLocLimitConstraint | float | ymin | 8 | 4 |
ymax | bLocLimitConstraint | float | ymax | 12 | 4 |
zmin | bLocLimitConstraint | float | zmin | 16 | 4 |
zmax | bLocLimitConstraint | float | zmax | 20 | 4 |
flag | bLocLimitConstraint | short | flag | 24 | 2 |
flag2 | bLocLimitConstraint | short | flag2 | 26 | 2 |
reference | structure | type | name | offset | size |
---|---|---|---|---|---|
xmin | bRotLimitConstraint | float | xmin | 0 | 4 |
xmax | bRotLimitConstraint | float | xmax | 4 | 4 |
ymin | bRotLimitConstraint | float | ymin | 8 | 4 |
ymax | bRotLimitConstraint | float | ymax | 12 | 4 |
zmin | bRotLimitConstraint | float | zmin | 16 | 4 |
zmax | bRotLimitConstraint | float | zmax | 20 | 4 |
flag | bRotLimitConstraint | short | flag | 24 | 2 |
flag2 | bRotLimitConstraint | short | flag2 | 26 | 2 |
reference | structure | type | name | offset | size |
---|---|---|---|---|---|
xmin | bSizeLimitConstraint | float | xmin | 0 | 4 |
xmax | bSizeLimitConstraint | float | xmax | 4 | 4 |
ymin | bSizeLimitConstraint | float | ymin | 8 | 4 |
ymax | bSizeLimitConstraint | float | ymax | 12 | 4 |
zmin | bSizeLimitConstraint | float | zmin | 16 | 4 |
zmax | bSizeLimitConstraint | float | zmax | 20 | 4 |
flag | bSizeLimitConstraint | short | flag | 24 | 2 |
flag2 | bSizeLimitConstraint | short | flag2 | 26 | 2 |
reference | structure | type | name | offset | size |
---|---|---|---|---|---|
tar | bDistLimitConstraint | Object | *tar | 0 | 8 |
subtarget | bDistLimitConstraint | char | subtarget[32] | 8 | 32 |
dist | bDistLimitConstraint | float | dist | 40 | 4 |
soft | bDistLimitConstraint | float | soft | 44 | 4 |
flag | bDistLimitConstraint | short | flag | 48 | 2 |
mode | bDistLimitConstraint | short | mode | 50 | 2 |
pad | bDistLimitConstraint | int | pad | 52 | 4 |
reference | structure | type | name | offset | size |
---|---|---|---|---|---|
target | bShrinkwrapConstraint | Object | *target | 0 | 8 |
dist | bShrinkwrapConstraint | float | dist | 8 | 4 |
shrinkType | bShrinkwrapConstraint | short | shrinkType | 12 | 2 |
projAxis | bShrinkwrapConstraint | char | projAxis | 14 | 1 |
pad | bShrinkwrapConstraint | char | pad[9] | 15 | 9 |
reference | structure | type | name | offset | size |
---|---|---|---|---|---|
next | bActionModifier | bActionModifier | *next | 0 | 8 |
prev | bActionModifier | bActionModifier | *prev | 8 | 8 |
type | bActionModifier | short | type | 16 | 2 |
flag | bActionModifier | short | flag | 18 | 2 |
channel | bActionModifier | char | channel[32] | 20 | 32 |
noisesize | bActionModifier | float | noisesize | 52 | 4 |
turbul | bActionModifier | float | turbul | 56 | 4 |
channels | bActionModifier | short | channels | 60 | 2 |
no_rot_axis | bActionModifier | short | no_rot_axis | 62 | 2 |
ob | bActionModifier | Object | *ob | 64 | 8 |
reference | structure | type | name | offset | size |
---|---|---|---|---|---|
next | bActionStrip | bActionStrip | *next | 0 | 8 |
prev | bActionStrip | bActionStrip | *prev | 8 | 8 |
flag | bActionStrip | short | flag | 16 | 2 |
mode | bActionStrip | short | mode | 18 | 2 |
stride_axis | bActionStrip | short | stride_axis | 20 | 2 |
curmod | bActionStrip | short | curmod | 22 | 2 |
ipo | bActionStrip | Ipo | *ipo | 24 | 8 |
act | bActionStrip | bAction | *act | 32 | 8 |
object | bActionStrip | Object | *object | 40 | 8 |
start | bActionStrip | float | start | 48 | 4 |
end | bActionStrip | float | end | 52 | 4 |
actstart | bActionStrip | float | actstart | 56 | 4 |
actend | bActionStrip | float | actend | 60 | 4 |
actoffs | bActionStrip | float | actoffs | 64 | 4 |
stridelen | bActionStrip | float | stridelen | 68 | 4 |
repeat | bActionStrip | float | repeat | 72 | 4 |
scale | bActionStrip | float | scale | 76 | 4 |
blendin | bActionStrip | float | blendin | 80 | 4 |
blendout | bActionStrip | float | blendout | 84 | 4 |
stridechannel | bActionStrip | char | stridechannel[32] | 88 | 32 |
offs_bone | bActionStrip | char | offs_bone[32] | 120 | 32 |
modifiers.first | ListBase | void | *first | 152 | 8 |
modifiers.last | ListBase | void | *last | 160 | 8 |
reference | structure | type | name | offset | size |
---|---|---|---|---|---|
vec | bNodeStack | float | vec[4] | 0 | 16 |
min | bNodeStack | float | min | 16 | 4 |
max | bNodeStack | float | max | 20 | 4 |
data | bNodeStack | void | *data | 24 | 8 |
hasinput | bNodeStack | short | hasinput | 32 | 2 |
hasoutput | bNodeStack | short | hasoutput | 34 | 2 |
datatype | bNodeStack | short | datatype | 36 | 2 |
sockettype | bNodeStack | short | sockettype | 38 | 2 |
reference | structure | type | name | offset | size |
---|---|---|---|---|---|
next | bNodeSocket | bNodeSocket | *next | 0 | 8 |
prev | bNodeSocket | bNodeSocket | *prev | 8 | 8 |
new_sock | bNodeSocket | bNodeSocket | *new_sock | 16 | 8 |
name | bNodeSocket | char | name[32] | 24 | 32 |
ns.vec | bNodeStack | float | vec[4] | 56 | 16 |
ns.min | bNodeStack | float | min | 72 | 4 |
ns.max | bNodeStack | float | max | 76 | 4 |
ns.data | bNodeStack | void | *data | 80 | 8 |
ns.hasinput | bNodeStack | short | hasinput | 88 | 2 |
ns.hasoutput | bNodeStack | short | hasoutput | 90 | 2 |
ns.datatype | bNodeStack | short | datatype | 92 | 2 |
ns.sockettype | bNodeStack | short | sockettype | 94 | 2 |
type | bNodeSocket | short | type | 96 | 2 |
flag | bNodeSocket | short | flag | 98 | 2 |
limit | bNodeSocket | short | limit | 100 | 2 |
stack_index | bNodeSocket | short | stack_index | 102 | 2 |
intern | bNodeSocket | short | intern | 104 | 2 |
stack_index_ext | bNodeSocket | short | stack_index_ext | 106 | 2 |
pad1 | bNodeSocket | int | pad1 | 108 | 4 |
locx | bNodeSocket | float | locx | 112 | 4 |
locy | bNodeSocket | float | locy | 116 | 4 |
own_index | bNodeSocket | int | own_index | 120 | 4 |
to_index | bNodeSocket | int | to_index | 124 | 4 |
tosock | bNodeSocket | bNodeSocket | *tosock | 128 | 8 |
link | bNodeSocket | bNodeLink | *link | 136 | 8 |
reference | structure | type | name | offset | size |
---|---|---|---|---|---|
next | bNode | bNode | *next | 0 | 8 |
prev | bNode | bNode | *prev | 8 | 8 |
new_node | bNode | bNode | *new_node | 16 | 8 |
name | bNode | char | name[32] | 24 | 32 |
type | bNode | short | type | 56 | 2 |
flag | bNode | short | flag | 58 | 2 |
done | bNode | short | done | 60 | 2 |
level | bNode | short | level | 62 | 2 |
lasty | bNode | short | lasty | 64 | 2 |
menunr | bNode | short | menunr | 66 | 2 |
stack_index | bNode | short | stack_index | 68 | 2 |
nr | bNode | short | nr | 70 | 2 |
inputs.first | ListBase | void | *first | 72 | 8 |
inputs.last | ListBase | void | *last | 80 | 8 |
outputs.first | ListBase | void | *first | 88 | 8 |
outputs.last | ListBase | void | *last | 96 | 8 |
id | bNode | ID | *id | 104 | 8 |
storage | bNode | void | *storage | 112 | 8 |
locx | bNode | float | locx | 120 | 4 |
locy | bNode | float | locy | 124 | 4 |
width | bNode | float | width | 128 | 4 |
miniwidth | bNode | float | miniwidth | 132 | 4 |
custom1 | bNode | short | custom1 | 136 | 2 |
custom2 | bNode | short | custom2 | 138 | 2 |
custom3 | bNode | float | custom3 | 140 | 4 |
custom4 | bNode | float | custom4 | 144 | 4 |
need_exec | bNode | short | need_exec | 148 | 2 |
exec | bNode | short | exec | 150 | 2 |
threaddata | bNode | void | *threaddata | 152 | 8 |
totr.xmin | rctf | float | xmin | 160 | 4 |
totr.xmax | rctf | float | xmax | 164 | 4 |
totr.ymin | rctf | float | ymin | 168 | 4 |
totr.ymax | rctf | float | ymax | 172 | 4 |
butr.xmin | rctf | float | xmin | 176 | 4 |
butr.xmax | rctf | float | xmax | 180 | 4 |
butr.ymin | rctf | float | ymin | 184 | 4 |
butr.ymax | rctf | float | ymax | 188 | 4 |
prvr.xmin | rctf | float | xmin | 192 | 4 |
prvr.xmax | rctf | float | xmax | 196 | 4 |
prvr.ymin | rctf | float | ymin | 200 | 4 |
prvr.ymax | rctf | float | ymax | 204 | 4 |
preview | bNode | bNodePreview | *preview | 208 | 8 |
block | bNode | uiBlock | *block | 216 | 8 |
typeinfo | bNode | bNodeType | *typeinfo | 224 | 8 |
reference | structure | type | name | offset | size |
---|---|---|---|---|---|
next | bNodeLink | bNodeLink | *next | 0 | 8 |
prev | bNodeLink | bNodeLink | *prev | 8 | 8 |
fromnode | bNodeLink | bNode | *fromnode | 16 | 8 |
tonode | bNodeLink | bNode | *tonode | 24 | 8 |
fromsock | bNodeLink | bNodeSocket | *fromsock | 32 | 8 |
tosock | bNodeLink | bNodeSocket | *tosock | 40 | 8 |
flag | bNodeLink | int | flag | 48 | 4 |
pad | bNodeLink | int | pad | 52 | 4 |
reference | structure | type | name | offset | size |
---|---|---|---|---|---|
id.next | ID | void | *next | 0 | 8 |
id.prev | ID | void | *prev | 8 | 8 |
id.newid | ID | ID | *newid | 16 | 8 |
id.lib | ID | Library | *lib | 24 | 8 |
id.name | ID | char | name[24] | 32 | 24 |
id.us | ID | short | us | 56 | 2 |
id.flag | ID | short | flag | 58 | 2 |
id.icon_id | ID | int | icon_id | 60 | 4 |
id.properties | ID | IDProperty | *properties | 64 | 8 |
adt | bNodeTree | AnimData | *adt | 72 | 8 |
gpd | bNodeTree | bGPdata | *gpd | 80 | 8 |
nodes.first | ListBase | void | *first | 88 | 8 |
nodes.last | ListBase | void | *last | 96 | 8 |
links.first | ListBase | void | *first | 104 | 8 |
links.last | ListBase | void | *last | 112 | 8 |
stack | bNodeTree | bNodeStack | *stack | 120 | 8 |
threadstack | bNodeTree | ListBase | *threadstack | 128 | 8 |
type | bNodeTree | int | type | 136 | 4 |
init | bNodeTree | int | init | 140 | 4 |
stacksize | bNodeTree | int | stacksize | 144 | 4 |
cur_index | bNodeTree | int | cur_index | 148 | 4 |
flag | bNodeTree | int | flag | 152 | 4 |
pad | bNodeTree | int | pad | 156 | 4 |
alltypes.first | ListBase | void | *first | 160 | 8 |
alltypes.last | ListBase | void | *last | 168 | 8 |
owntype | bNodeTree | bNodeType | *owntype | 176 | 8 |
pad2 | bNodeTree | int | pad2[2] | 184 | 8 |
progress | bNodeTree | void | (*progress)() | 192 | 8 |
stats_draw | bNodeTree | void | (*stats_draw)() | 200 | 8 |
test_break | bNodeTree | int | (*test_break)() | 208 | 8 |
tbh | bNodeTree | void | *tbh | 216 | 8 |
prh | bNodeTree | void | *prh | 224 | 8 |
sdh | bNodeTree | void | *sdh | 232 | 8 |
reference | structure | type | name | offset | size |
---|---|---|---|---|---|
frames | NodeImageAnim | int | frames | 0 | 4 |
sfra | NodeImageAnim | int | sfra | 4 | 4 |
nr | NodeImageAnim | int | nr | 8 | 4 |
cyclic | NodeImageAnim | char | cyclic | 12 | 1 |
movie | NodeImageAnim | char | movie | 13 | 1 |
pad | NodeImageAnim | short | pad | 14 | 2 |
reference | structure | type | name | offset | size |
---|---|---|---|---|---|
sizex | NodeBlurData | short | sizex | 0 | 2 |
sizey | NodeBlurData | short | sizey | 2 | 2 |
samples | NodeBlurData | short | samples | 4 | 2 |
maxspeed | NodeBlurData | short | maxspeed | 6 | 2 |
minspeed | NodeBlurData | short | minspeed | 8 | 2 |
relative | NodeBlurData | short | relative | 10 | 2 |
fac | NodeBlurData | float | fac | 12 | 4 |
percentx | NodeBlurData | float | percentx | 16 | 4 |
percenty | NodeBlurData | float | percenty | 20 | 4 |
filtertype | NodeBlurData | short | filtertype | 24 | 2 |
bokeh | NodeBlurData | char | bokeh | 26 | 1 |
gamma | NodeBlurData | char | gamma | 27 | 1 |
curved | NodeBlurData | short | curved | 28 | 2 |
pad | NodeBlurData | short | pad | 30 | 2 |
image_in_width | NodeBlurData | int | image_in_width | 32 | 4 |
image_in_height | NodeBlurData | int | image_in_height | 36 | 4 |
reference | structure | type | name | offset | size |
---|---|---|---|---|---|
center_x | NodeDBlurData | float | center_x | 0 | 4 |
center_y | NodeDBlurData | float | center_y | 4 | 4 |
distance | NodeDBlurData | float | distance | 8 | 4 |
angle | NodeDBlurData | float | angle | 12 | 4 |
spin | NodeDBlurData | float | spin | 16 | 4 |
zoom | NodeDBlurData | float | zoom | 20 | 4 |
iter | NodeDBlurData | short | iter | 24 | 2 |
wrap | NodeDBlurData | char | wrap | 26 | 1 |
pad | NodeDBlurData | char | pad | 27 | 1 |
reference | structure | type | name | offset | size |
---|---|---|---|---|---|
sigma_color | NodeBilateralBlurData | float | sigma_color | 0 | 4 |
sigma_space | NodeBilateralBlurData | float | sigma_space | 4 | 4 |
iter | NodeBilateralBlurData | short | iter | 8 | 2 |
pad | NodeBilateralBlurData | short | pad | 10 | 2 |
reference | structure | type | name | offset | size |
---|---|---|---|---|---|
hue | NodeHueSat | float | hue | 0 | 4 |
sat | NodeHueSat | float | sat | 4 | 4 |
val | NodeHueSat | float | val | 8 | 4 |
reference | structure | type | name | offset | size |
---|---|---|---|---|---|
name | NodeImageFile | char | name[256] | 0 | 256 |
imtype | NodeImageFile | short | imtype | 256 | 2 |
subimtype | NodeImageFile | short | subimtype | 258 | 2 |
quality | NodeImageFile | short | quality | 260 | 2 |
codec | NodeImageFile | short | codec | 262 | 2 |
sfra | NodeImageFile | int | sfra | 264 | 4 |
efra | NodeImageFile | int | efra | 268 | 4 |
reference | structure | type | name | offset | size |
---|---|---|---|---|---|
t1 | NodeChroma | float | t1 | 0 | 4 |
t2 | NodeChroma | float | t2 | 4 | 4 |
t3 | NodeChroma | float | t3 | 8 | 4 |
fsize | NodeChroma | float | fsize | 12 | 4 |
fstrength | NodeChroma | float | fstrength | 16 | 4 |
falpha | NodeChroma | float | falpha | 20 | 4 |
key | NodeChroma | float | key[4] | 24 | 16 |
algorithm | NodeChroma | short | algorithm | 40 | 2 |
channel | NodeChroma | short | channel | 42 | 2 |
reference | structure | type | name | offset | size |
---|---|---|---|---|---|
x1 | NodeTwoXYs | short | x1 | 0 | 2 |
x2 | NodeTwoXYs | short | x2 | 2 | 2 |
y1 | NodeTwoXYs | short | y1 | 4 | 2 |
y2 | NodeTwoXYs | short | y2 | 6 | 2 |
fac_x1 | NodeTwoXYs | float | fac_x1 | 8 | 4 |
fac_x2 | NodeTwoXYs | float | fac_x2 | 12 | 4 |
fac_y1 | NodeTwoXYs | float | fac_y1 | 16 | 4 |
fac_y2 | NodeTwoXYs | float | fac_y2 | 20 | 4 |
reference | structure | type | name | offset | size |
---|---|---|---|---|---|
x | NodeTwoFloats | float | x | 0 | 4 |
y | NodeTwoFloats | float | y | 4 | 4 |
reference | structure | type | name | offset | size |
---|---|---|---|---|---|
uvname | NodeGeometry | char | uvname[32] | 0 | 32 |
colname | NodeGeometry | char | colname[32] | 32 | 32 |
reference | structure | type | name | offset | size |
---|---|---|---|---|---|
name | NodeVertexCol | char | name[32] | 0 | 32 |
reference | structure | type | name | offset | size |
---|---|---|---|---|---|
bktype | NodeDefocus | char | bktype | 0 | 1 |
rotation | NodeDefocus | char | rotation | 1 | 1 |
preview | NodeDefocus | char | preview | 2 | 1 |
gamco | NodeDefocus | char | gamco | 3 | 1 |
samples | NodeDefocus | short | samples | 4 | 2 |
no_zbuf | NodeDefocus | short | no_zbuf | 6 | 2 |
fstop | NodeDefocus | float | fstop | 8 | 4 |
maxblur | NodeDefocus | float | maxblur | 12 | 4 |
bthresh | NodeDefocus | float | bthresh | 16 | 4 |
scale | NodeDefocus | float | scale | 20 | 4 |
reference | structure | type | name | offset | size |
---|---|---|---|---|---|
dict | NodeScriptDict | void | *dict | 0 | 8 |
node | NodeScriptDict | void | *node | 8 | 8 |
reference | structure | type | name | offset | size |
---|---|---|---|---|---|
quality | NodeGlare | char | quality | 0 | 1 |
type | NodeGlare | char | type | 1 | 1 |
iter | NodeGlare | char | iter | 2 | 1 |
angle | NodeGlare | char | angle | 3 | 1 |
angle_ofs | NodeGlare | char | angle_ofs | 4 | 1 |
size | NodeGlare | char | size | 5 | 1 |
pad | NodeGlare | char | pad[2] | 6 | 2 |
colmod | NodeGlare | float | colmod | 8 | 4 |
mix | NodeGlare | float | mix | 12 | 4 |
threshold | NodeGlare | float | threshold | 16 | 4 |
fade | NodeGlare | float | fade | 20 | 4 |
reference | structure | type | name | offset | size |
---|---|---|---|---|---|
key | NodeTonemap | float | key | 0 | 4 |
offset | NodeTonemap | float | offset | 4 | 4 |
gamma | NodeTonemap | float | gamma | 8 | 4 |
f | NodeTonemap | float | f | 12 | 4 |
m | NodeTonemap | float | m | 16 | 4 |
a | NodeTonemap | float | a | 20 | 4 |
c | NodeTonemap | float | c | 24 | 4 |
type | NodeTonemap | int | type | 28 | 4 |
reference | structure | type | name | offset | size |
---|---|---|---|---|---|
jit | NodeLensDist | short | jit | 0 | 2 |
proj | NodeLensDist | short | proj | 2 | 2 |
fit | NodeLensDist | short | fit | 4 | 2 |
pad | NodeLensDist | short | pad | 6 | 2 |
reference | structure | type | name | offset | size |
---|---|---|---|---|---|
slope | NodeColorBalance | float | slope[3] | 0 | 12 |
offset | NodeColorBalance | float | offset[3] | 12 | 12 |
power | NodeColorBalance | float | power[3] | 24 | 12 |
lift | NodeColorBalance | float | lift[3] | 36 | 12 |
gamma | NodeColorBalance | float | gamma[3] | 48 | 12 |
gain | NodeColorBalance | float | gain[3] | 60 | 12 |
lift_lgg | NodeColorBalance | float | lift_lgg[3] | 72 | 12 |
gamma_inv | NodeColorBalance | float | gamma_inv[3] | 84 | 12 |
reference | structure | type | name | offset | size |
---|---|---|---|---|---|
limchan | NodeColorspill | short | limchan | 0 | 2 |
unspill | NodeColorspill | short | unspill | 2 | 2 |
limscale | NodeColorspill | float | limscale | 4 | 4 |
uspillr | NodeColorspill | float | uspillr | 8 | 4 |
uspillg | NodeColorspill | float | uspillg | 12 | 4 |
uspillb | NodeColorspill | float | uspillb | 16 | 4 |
reference | structure | type | name | offset | size |
---|---|---|---|---|---|
name | TexNodeOutput | char | name[32] | 0 | 32 |
reference | structure | type | name | offset | size |
---|---|---|---|---|---|
x | CurveMapPoint | float | x | 0 | 4 |
y | CurveMapPoint | float | y | 4 | 4 |
flag | CurveMapPoint | short | flag | 8 | 2 |
shorty | CurveMapPoint | short | shorty | 10 | 2 |
reference | structure | type | name | offset | size |
---|---|---|---|---|---|
totpoint | CurveMap | short | totpoint | 0 | 2 |
flag | CurveMap | short | flag | 2 | 2 |
range | CurveMap | float | range | 4 | 4 |
mintable | CurveMap | float | mintable | 8 | 4 |
maxtable | CurveMap | float | maxtable | 12 | 4 |
ext_in | CurveMap | float | ext_in[2] | 16 | 8 |
ext_out | CurveMap | float | ext_out[2] | 24 | 8 |
curve | CurveMap | CurveMapPoint | *curve | 32 | 8 |
table | CurveMap | CurveMapPoint | *table | 40 | 8 |
premultable | CurveMap | CurveMapPoint | *premultable | 48 | 8 |
reference | structure | type | name | offset | size |
---|---|---|---|---|---|
flag | CurveMapping | int | flag | 0 | 4 |
cur | CurveMapping | int | cur | 4 | 4 |
preset | CurveMapping | int | preset | 8 | 4 |
changed_timestamp | CurveMapping | int | changed_timestamp | 12 | 4 |
curr.xmin | rctf | float | xmin | 16 | 4 |
curr.xmax | rctf | float | xmax | 20 | 4 |
curr.ymin | rctf | float | ymin | 24 | 4 |
curr.ymax | rctf | float | ymax | 28 | 4 |
clipr.xmin | rctf | float | xmin | 32 | 4 |
clipr.xmax | rctf | float | xmax | 36 | 4 |
clipr.ymin | rctf | float | ymin | 40 | 4 |
clipr.ymax | rctf | float | ymax | 44 | 4 |
cm.totpoint | CurveMap | short | totpoint | 48 | 2 |
cm.flag | CurveMap | short | flag | 50 | 2 |
cm.range | CurveMap | float | range | 52 | 4 |
cm.mintable | CurveMap | float | mintable | 56 | 4 |
cm.maxtable | CurveMap | float | maxtable | 60 | 4 |
cm.ext_in | CurveMap | float | ext_in[2] | 64 | 8 |
cm.ext_out | CurveMap | float | ext_out[2] | 72 | 8 |
cm.curve | CurveMap | CurveMapPoint | *curve | 80 | 8 |
cm.table | CurveMap | CurveMapPoint | *table | 88 | 8 |
cm.premultable | CurveMap | CurveMapPoint | *premultable | 96 | 8 |
black | CurveMapping | float | black[3] | 272 | 12 |
white | CurveMapping | float | white[3] | 284 | 12 |
bwmul | CurveMapping | float | bwmul[3] | 296 | 12 |
sample | CurveMapping | float | sample[3] | 308 | 12 |
reference | structure | type | name | offset | size |
---|---|---|---|---|---|
channels | Histogram | int | channels | 0 | 4 |
x_resolution | Histogram | int | x_resolution | 4 | 4 |
data_r | Histogram | float | data_r[256] | 8 | 1024 |
data_g | Histogram | float | data_g[256] | 1032 | 1024 |
data_b | Histogram | float | data_b[256] | 2056 | 1024 |
data_luma | Histogram | float | data_luma[256] | 3080 | 1024 |
xmax | Histogram | float | xmax | 4104 | 4 |
ymax | Histogram | float | ymax | 4108 | 4 |
mode | Histogram | int | mode | 4112 | 4 |
height | Histogram | int | height | 4116 | 4 |
reference | structure | type | name | offset | size |
---|---|---|---|---|---|
ok | Scopes | int | ok | 0 | 4 |
sample_full | Scopes | int | sample_full | 4 | 4 |
sample_lines | Scopes | int | sample_lines | 8 | 4 |
accuracy | Scopes | float | accuracy | 12 | 4 |
wavefrm_mode | Scopes | int | wavefrm_mode | 16 | 4 |
wavefrm_alpha | Scopes | float | wavefrm_alpha | 20 | 4 |
wavefrm_yfac | Scopes | float | wavefrm_yfac | 24 | 4 |
wavefrm_height | Scopes | int | wavefrm_height | 28 | 4 |
vecscope_alpha | Scopes | float | vecscope_alpha | 32 | 4 |
vecscope_height | Scopes | int | vecscope_height | 36 | 4 |
minmax | Scopes | float | minmax[3][2] | 40 | 24 |
hist.channels | Histogram | int | channels | 64 | 4 |
hist.x_resolution | Histogram | int | x_resolution | 68 | 4 |
hist.data_r | Histogram | float | data_r[256] | 72 | 1024 |
hist.data_g | Histogram | float | data_g[256] | 1096 | 1024 |
hist.data_b | Histogram | float | data_b[256] | 2120 | 1024 |
hist.data_luma | Histogram | float | data_luma[256] | 3144 | 1024 |
hist.xmax | Histogram | float | xmax | 4168 | 4 |
hist.ymax | Histogram | float | ymax | 4172 | 4 |
hist.mode | Histogram | int | mode | 4176 | 4 |
hist.height | Histogram | int | height | 4180 | 4 |
waveform_1 | Scopes | float | *waveform_1 | 4184 | 8 |
waveform_2 | Scopes | float | *waveform_2 | 4192 | 8 |
waveform_3 | Scopes | float | *waveform_3 | 4200 | 8 |
vecscope | Scopes | float | *vecscope | 4208 | 8 |
waveform_tot | Scopes | int | waveform_tot | 4216 | 4 |
pad | Scopes | int | pad | 4220 | 4 |
reference | structure | type | name | offset | size |
---|---|---|---|---|---|
image | BrushClone | Image | *image | 0 | 8 |
offset | BrushClone | float | offset[2] | 8 | 8 |
alpha | BrushClone | float | alpha | 16 | 4 |
pad | BrushClone | float | pad | 20 | 4 |
reference | structure | type | name | offset | size |
---|---|---|---|---|---|
id.next | ID | void | *next | 0 | 8 |
id.prev | ID | void | *prev | 8 | 8 |
id.newid | ID | ID | *newid | 16 | 8 |
id.lib | ID | Library | *lib | 24 | 8 |
id.name | ID | char | name[24] | 32 | 24 |
id.us | ID | short | us | 56 | 2 |
id.flag | ID | short | flag | 58 | 2 |
id.icon_id | ID | int | icon_id | 60 | 4 |
id.properties | ID | IDProperty | *properties | 64 | 8 |
clone.image | BrushClone | Image | *image | 72 | 8 |
clone.offset | BrushClone | float | offset[2] | 80 | 8 |
clone.alpha | BrushClone | float | alpha | 88 | 4 |
clone.pad | BrushClone | float | pad | 92 | 4 |
curve | Brush | CurveMapping | *curve | 96 | 8 |
mtex.texco | MTex | short | texco | 104 | 2 |
mtex.mapto | MTex | short | mapto | 106 | 2 |
mtex.maptoneg | MTex | short | maptoneg | 108 | 2 |
mtex.blendtype | MTex | short | blendtype | 110 | 2 |
mtex.object | MTex | Object | *object | 112 | 8 |
mtex.tex | MTex | Tex | *tex | 120 | 8 |
mtex.uvname | MTex | char | uvname[32] | 128 | 32 |
mtex.projx | MTex | char | projx | 160 | 1 |
mtex.projy | MTex | char | projy | 161 | 1 |
mtex.projz | MTex | char | projz | 162 | 1 |
mtex.mapping | MTex | char | mapping | 163 | 1 |
mtex.ofs | MTex | float | ofs[3] | 164 | 12 |
mtex.size | MTex | float | size[3] | 176 | 12 |
mtex.rot | MTex | float | rot | 188 | 4 |
mtex.texflag | MTex | short | texflag | 192 | 2 |
mtex.colormodel | MTex | short | colormodel | 194 | 2 |
mtex.pmapto | MTex | short | pmapto | 196 | 2 |
mtex.pmaptoneg | MTex | short | pmaptoneg | 198 | 2 |
mtex.normapspace | MTex | short | normapspace | 200 | 2 |
mtex.which_output | MTex | short | which_output | 202 | 2 |
mtex.brush_map_mode | MTex | char | brush_map_mode | 204 | 1 |
mtex.pad | MTex | char | pad[7] | 205 | 7 |
mtex.r | MTex | float | r | 212 | 4 |
mtex.g | MTex | float | g | 216 | 4 |
mtex.b | MTex | float | b | 220 | 4 |
mtex.k | MTex | float | k | 224 | 4 |
mtex.def_var | MTex | float | def_var | 228 | 4 |
mtex.rt | MTex | float | rt | 232 | 4 |
mtex.colfac | MTex | float | colfac | 236 | 4 |
mtex.varfac | MTex | float | varfac | 240 | 4 |
mtex.norfac | MTex | float | norfac | 244 | 4 |
mtex.dispfac | MTex | float | dispfac | 248 | 4 |
mtex.warpfac | MTex | float | warpfac | 252 | 4 |
mtex.colspecfac | MTex | float | colspecfac | 256 | 4 |
mtex.mirrfac | MTex | float | mirrfac | 260 | 4 |
mtex.alphafac | MTex | float | alphafac | 264 | 4 |
mtex.difffac | MTex | float | difffac | 268 | 4 |
mtex.specfac | MTex | float | specfac | 272 | 4 |
mtex.emitfac | MTex | float | emitfac | 276 | 4 |
mtex.hardfac | MTex | float | hardfac | 280 | 4 |
mtex.raymirrfac | MTex | float | raymirrfac | 284 | 4 |
mtex.translfac | MTex | float | translfac | 288 | 4 |
mtex.ambfac | MTex | float | ambfac | 292 | 4 |
mtex.colemitfac | MTex | float | colemitfac | 296 | 4 |
mtex.colreflfac | MTex | float | colreflfac | 300 | 4 |
mtex.coltransfac | MTex | float | coltransfac | 304 | 4 |
mtex.densfac | MTex | float | densfac | 308 | 4 |
mtex.scatterfac | MTex | float | scatterfac | 312 | 4 |
mtex.reflfac | MTex | float | reflfac | 316 | 4 |
mtex.timefac | MTex | float | timefac | 320 | 4 |
mtex.lengthfac | MTex | float | lengthfac | 324 | 4 |
mtex.clumpfac | MTex | float | clumpfac | 328 | 4 |
mtex.kinkfac | MTex | float | kinkfac | 332 | 4 |
mtex.roughfac | MTex | float | roughfac | 336 | 4 |
mtex.padensfac | MTex | float | padensfac | 340 | 4 |
mtex.lifefac | MTex | float | lifefac | 344 | 4 |
mtex.sizefac | MTex | float | sizefac | 348 | 4 |
mtex.ivelfac | MTex | float | ivelfac | 352 | 4 |
mtex.pvelfac | MTex | float | pvelfac | 356 | 4 |
mtex.shadowfac | MTex | float | shadowfac | 360 | 4 |
mtex.zenupfac | MTex | float | zenupfac | 364 | 4 |
mtex.zendownfac | MTex | float | zendownfac | 368 | 4 |
mtex.blendfac | MTex | float | blendfac | 372 | 4 |
icon_imbuf | Brush | ImBuf | *icon_imbuf | 376 | 8 |
preview | Brush | PreviewImage | *preview | 384 | 8 |
icon_filepath | Brush | char | icon_filepath[240] | 392 | 240 |
icon_mode | Brush | int | icon_mode | 632 | 4 |
pad | Brush | int | pad | 636 | 4 |
normal_weight | Brush | float | normal_weight | 640 | 4 |
blend | Brush | short | blend | 644 | 2 |
ob_mode | Brush | short | ob_mode | 646 | 2 |
size | Brush | int | size | 648 | 4 |
flag | Brush | int | flag | 652 | 4 |
jitter | Brush | float | jitter | 656 | 4 |
spacing | Brush | int | spacing | 660 | 4 |
smooth_stroke_radius | Brush | int | smooth_stroke_radius | 664 | 4 |
smooth_stroke_factor | Brush | float | smooth_stroke_factor | 668 | 4 |
rate | Brush | float | rate | 672 | 4 |
rgb | Brush | float | rgb[3] | 676 | 12 |
alpha | Brush | float | alpha | 688 | 4 |
sculpt_plane | Brush | int | sculpt_plane | 692 | 4 |
plane_offset | Brush | float | plane_offset | 696 | 4 |
sculpt_tool | Brush | char | sculpt_tool | 700 | 1 |
vertexpaint_tool | Brush | char | vertexpaint_tool | 701 | 1 |
imagepaint_tool | Brush | char | imagepaint_tool | 702 | 1 |
pad3 | Brush | char | pad3 | 703 | 1 |
autosmooth_factor | Brush | float | autosmooth_factor | 704 | 4 |
crease_pinch_factor | Brush | float | crease_pinch_factor | 708 | 4 |
plane_trim | Brush | float | plane_trim | 712 | 4 |
texture_sample_bias | Brush | float | texture_sample_bias | 716 | 4 |
texture_overlay_alpha | Brush | int | texture_overlay_alpha | 720 | 4 |
unprojected_radius | Brush | float | unprojected_radius | 724 | 4 |
add_col | Brush | float | add_col[3] | 728 | 12 |
sub_col | Brush | float | sub_col[3] | 740 | 12 |
reference | structure | type | name | offset | size |
---|---|---|---|---|---|
type | CustomDataLayer | int | type | 0 | 4 |
offset | CustomDataLayer | int | offset | 4 | 4 |
flag | CustomDataLayer | int | flag | 8 | 4 |
active | CustomDataLayer | int | active | 12 | 4 |
active_rnd | CustomDataLayer | int | active_rnd | 16 | 4 |
active_clone | CustomDataLayer | int | active_clone | 20 | 4 |
active_mask | CustomDataLayer | int | active_mask | 24 | 4 |
pad | CustomDataLayer | char | pad[4] | 28 | 4 |
name | CustomDataLayer | char | name[32] | 32 | 32 |
data | CustomDataLayer | void | *data | 64 | 8 |
reference | structure | type | name | offset | size |
---|---|---|---|---|---|
filename | CustomDataExternal | char | filename[240] | 0 | 240 |
reference | structure | type | name | offset | size |
---|---|---|---|---|---|
layers | CustomData | CustomDataLayer | *layers | 0 | 8 |
totlayer | CustomData | int | totlayer | 8 | 4 |
maxlayer | CustomData | int | maxlayer | 12 | 4 |
totsize | CustomData | int | totsize | 16 | 4 |
pad | CustomData | int | pad | 20 | 4 |
pool | CustomData | void | *pool | 24 | 8 |
external | CustomData | CustomDataExternal | *external | 32 | 8 |
reference | structure | type | name | offset | size |
---|---|---|---|---|---|
co | HairKey | float | co[3] | 0 | 12 |
time | HairKey | float | time | 12 | 4 |
weight | HairKey | float | weight | 16 | 4 |
editflag | HairKey | short | editflag | 20 | 2 |
pad | HairKey | short | pad | 22 | 2 |
reference | structure | type | name | offset | size |
---|---|---|---|---|---|
co | ParticleKey | float | co[3] | 0 | 12 |
vel | ParticleKey | float | vel[3] | 12 | 12 |
rot | ParticleKey | float | rot[4] | 24 | 16 |
ave | ParticleKey | float | ave[3] | 40 | 12 |
time | ParticleKey | float | time | 52 | 4 |
reference | structure | type | name | offset | size |
---|---|---|---|---|---|
ground | BoidParticle | Object | *ground | 0 | 8 |
data.health | BoidData | float | health | 8 | 4 |
data.acc | BoidData | float | acc[3] | 12 | 12 |
data.state_id | BoidData | short | state_id | 24 | 2 |
data.mode | BoidData | short | mode | 26 | 2 |
gravity | BoidParticle | float | gravity[3] | 28 | 12 |
wander | BoidParticle | float | wander[3] | 40 | 12 |
rt | BoidParticle | float | rt | 52 | 4 |
reference | structure | type | name | offset | size |
---|---|---|---|---|---|
num | ChildParticle | int | num | 0 | 4 |
parent | ChildParticle | int | parent | 4 | 4 |
pa | ChildParticle | int | pa[4] | 8 | 16 |
w | ChildParticle | float | w[4] | 24 | 16 |
fuv | ChildParticle | float | fuv[4] | 40 | 16 |
foffset | ChildParticle | float | foffset | 56 | 4 |
rt | ChildParticle | float | rt | 60 | 4 |
reference | structure | type | name | offset | size |
---|---|---|---|---|---|
next | ParticleTarget | ParticleTarget | *next | 0 | 8 |
prev | ParticleTarget | ParticleTarget | *prev | 8 | 8 |
ob | ParticleTarget | Object | *ob | 16 | 8 |
psys | ParticleTarget | int | psys | 24 | 4 |
flag | ParticleTarget | short | flag | 28 | 2 |
mode | ParticleTarget | short | mode | 30 | 2 |
time | ParticleTarget | float | time | 32 | 4 |
duration | ParticleTarget | float | duration | 36 | 4 |
reference | structure | type | name | offset | size |
---|---|---|---|---|---|
next | ParticleDupliWeight | ParticleDupliWeight | *next | 0 | 8 |
prev | ParticleDupliWeight | ParticleDupliWeight | *prev | 8 | 8 |
ob | ParticleDupliWeight | Object | *ob | 16 | 8 |
count | ParticleDupliWeight | short | count | 24 | 2 |
flag | ParticleDupliWeight | short | flag | 26 | 2 |
rt | ParticleDupliWeight | short | rt[2] | 28 | 4 |
reference | structure | type | name | offset | size |
---|---|---|---|---|---|
state.co | ParticleKey | float | co[3] | 0 | 12 |
state.vel | ParticleKey | float | vel[3] | 12 | 12 |
state.rot | ParticleKey | float | rot[4] | 24 | 16 |
state.ave | ParticleKey | float | ave[3] | 40 | 12 |
state.time | ParticleKey | float | time | 52 | 4 |
prev_state.co | ParticleKey | float | co[3] | 56 | 12 |
prev_state.vel | ParticleKey | float | vel[3] | 68 | 12 |
prev_state.rot | ParticleKey | float | rot[4] | 80 | 16 |
prev_state.ave | ParticleKey | float | ave[3] | 96 | 12 |
prev_state.time | ParticleKey | float | time | 108 | 4 |
hair | ParticleData | HairKey | *hair | 112 | 8 |
keys | ParticleData | ParticleKey | *keys | 120 | 8 |
boid | ParticleData | BoidParticle | *boid | 128 | 8 |
totkey | ParticleData | int | totkey | 136 | 4 |
time | ParticleData | float | time | 140 | 4 |
lifetime | ParticleData | float | lifetime | 144 | 4 |
dietime | ParticleData | float | dietime | 148 | 4 |
num | ParticleData | int | num | 152 | 4 |
num_dmcache | ParticleData | int | num_dmcache | 156 | 4 |
fuv | ParticleData | float | fuv[4] | 160 | 16 |
foffset | ParticleData | float | foffset | 176 | 4 |
size | ParticleData | float | size | 180 | 4 |
hair_index | ParticleData | int | hair_index | 184 | 4 |
flag | ParticleData | short | flag | 188 | 2 |
alive | ParticleData | short | alive | 190 | 2 |
reference | structure | type | name | offset | size |
---|---|---|---|---|---|
spring_k | SPHFluidSettings | float | spring_k | 0 | 4 |
radius | SPHFluidSettings | float | radius | 4 | 4 |
rest_length | SPHFluidSettings | float | rest_length | 8 | 4 |
viscosity_omega | SPHFluidSettings | float | viscosity_omega | 12 | 4 |
viscosity_beta | SPHFluidSettings | float | viscosity_beta | 16 | 4 |
stiffness_k | SPHFluidSettings | float | stiffness_k | 20 | 4 |
stiffness_knear | SPHFluidSettings | float | stiffness_knear | 24 | 4 |
rest_density | SPHFluidSettings | float | rest_density | 28 | 4 |
buoyancy | SPHFluidSettings | float | buoyancy | 32 | 4 |
reference | structure | type | name | offset | size |
---|---|---|---|---|---|
id.next | ID | void | *next | 0 | 8 |
id.prev | ID | void | *prev | 8 | 8 |
id.newid | ID | ID | *newid | 16 | 8 |
id.lib | ID | Library | *lib | 24 | 8 |
id.name | ID | char | name[24] | 32 | 24 |
id.us | ID | short | us | 56 | 2 |
id.flag | ID | short | flag | 58 | 2 |
id.icon_id | ID | int | icon_id | 60 | 4 |
id.properties | ID | IDProperty | *properties | 64 | 8 |
adt | ParticleSettings | AnimData | *adt | 72 | 8 |
boids | ParticleSettings | BoidSettings | *boids | 80 | 8 |
fluid | ParticleSettings | SPHFluidSettings | *fluid | 88 | 8 |
effector_weights | ParticleSettings | EffectorWeights | *effector_weights | 96 | 8 |
flag | ParticleSettings | int | flag | 104 | 4 |
type | ParticleSettings | short | type | 108 | 2 |
from | ParticleSettings | short | from | 110 | 2 |
distr | ParticleSettings | short | distr | 112 | 2 |
phystype | ParticleSettings | short | phystype | 114 | 2 |
rotmode | ParticleSettings | short | rotmode | 116 | 2 |
avemode | ParticleSettings | short | avemode | 118 | 2 |
reactevent | ParticleSettings | short | reactevent | 120 | 2 |
draw | ParticleSettings | short | draw | 122 | 2 |
draw_as | ParticleSettings | short | draw_as | 124 | 2 |
draw_size | ParticleSettings | short | draw_size | 126 | 2 |
childtype | ParticleSettings | short | childtype | 128 | 2 |
ren_as | ParticleSettings | short | ren_as | 130 | 2 |
subframes | ParticleSettings | short | subframes | 132 | 2 |
draw_step | ParticleSettings | short | draw_step | 134 | 2 |
ren_step | ParticleSettings | short | ren_step | 136 | 2 |
hair_step | ParticleSettings | short | hair_step | 138 | 2 |
keys_step | ParticleSettings | short | keys_step | 140 | 2 |
adapt_angle | ParticleSettings | short | adapt_angle | 142 | 2 |
adapt_pix | ParticleSettings | short | adapt_pix | 144 | 2 |
disp | ParticleSettings | short | disp | 146 | 2 |
omat | ParticleSettings | short | omat | 148 | 2 |
interpolation | ParticleSettings | short | interpolation | 150 | 2 |
rotfrom | ParticleSettings | short | rotfrom | 152 | 2 |
integrator | ParticleSettings | short | integrator | 154 | 2 |
kink | ParticleSettings | short | kink | 156 | 2 |
kink_axis | ParticleSettings | short | kink_axis | 158 | 2 |
bb_align | ParticleSettings | short | bb_align | 160 | 2 |
bb_uv_split | ParticleSettings | short | bb_uv_split | 162 | 2 |
bb_anim | ParticleSettings | short | bb_anim | 164 | 2 |
bb_split_offset | ParticleSettings | short | bb_split_offset | 166 | 2 |
bb_tilt | ParticleSettings | float | bb_tilt | 168 | 4 |
bb_rand_tilt | ParticleSettings | float | bb_rand_tilt | 172 | 4 |
bb_offset | ParticleSettings | float | bb_offset[2] | 176 | 8 |
simplify_flag | ParticleSettings | short | simplify_flag | 184 | 2 |
simplify_refsize | ParticleSettings | short | simplify_refsize | 186 | 2 |
simplify_rate | ParticleSettings | float | simplify_rate | 188 | 4 |
simplify_transition | ParticleSettings | float | simplify_transition | 192 | 4 |
simplify_viewport | ParticleSettings | float | simplify_viewport | 196 | 4 |
sta | ParticleSettings | float | sta | 200 | 4 |
end | ParticleSettings | float | end | 204 | 4 |
lifetime | ParticleSettings | float | lifetime | 208 | 4 |
randlife | ParticleSettings | float | randlife | 212 | 4 |
timetweak | ParticleSettings | float | timetweak | 216 | 4 |
jitfac | ParticleSettings | float | jitfac | 220 | 4 |
eff_hair | ParticleSettings | float | eff_hair | 224 | 4 |
totpart | ParticleSettings | int | totpart | 228 | 4 |
userjit | ParticleSettings | int | userjit | 232 | 4 |
grid_res | ParticleSettings | int | grid_res | 236 | 4 |
normfac | ParticleSettings | float | normfac | 240 | 4 |
obfac | ParticleSettings | float | obfac | 244 | 4 |
randfac | ParticleSettings | float | randfac | 248 | 4 |
partfac | ParticleSettings | float | partfac | 252 | 4 |
tanfac | ParticleSettings | float | tanfac | 256 | 4 |
tanphase | ParticleSettings | float | tanphase | 260 | 4 |
reactfac | ParticleSettings | float | reactfac | 264 | 4 |
ob_vel | ParticleSettings | float | ob_vel[3] | 268 | 12 |
rt | ParticleSettings | float | rt | 280 | 4 |
avefac | ParticleSettings | float | avefac | 284 | 4 |
phasefac | ParticleSettings | float | phasefac | 288 | 4 |
randrotfac | ParticleSettings | float | randrotfac | 292 | 4 |
randphasefac | ParticleSettings | float | randphasefac | 296 | 4 |
mass | ParticleSettings | float | mass | 300 | 4 |
size | ParticleSettings | float | size | 304 | 4 |
randsize | ParticleSettings | float | randsize | 308 | 4 |
reactshape | ParticleSettings | float | reactshape | 312 | 4 |
acc | ParticleSettings | float | acc[3] | 316 | 12 |
dragfac | ParticleSettings | float | dragfac | 328 | 4 |
brownfac | ParticleSettings | float | brownfac | 332 | 4 |
dampfac | ParticleSettings | float | dampfac | 336 | 4 |
randlength | ParticleSettings | float | randlength | 340 | 4 |
child_nbr | ParticleSettings | int | child_nbr | 344 | 4 |
ren_child_nbr | ParticleSettings | int | ren_child_nbr | 348 | 4 |
parents | ParticleSettings | float | parents | 352 | 4 |
childsize | ParticleSettings | float | childsize | 356 | 4 |
childrandsize | ParticleSettings | float | childrandsize | 360 | 4 |
childrad | ParticleSettings | float | childrad | 364 | 4 |
childflat | ParticleSettings | float | childflat | 368 | 4 |
clumpfac | ParticleSettings | float | clumpfac | 372 | 4 |
clumppow | ParticleSettings | float | clumppow | 376 | 4 |
kink_amp | ParticleSettings | float | kink_amp | 380 | 4 |
kink_freq | ParticleSettings | float | kink_freq | 384 | 4 |
kink_shape | ParticleSettings | float | kink_shape | 388 | 4 |
rough1 | ParticleSettings | float | rough1 | 392 | 4 |
rough1_size | ParticleSettings | float | rough1_size | 396 | 4 |
rough2 | ParticleSettings | float | rough2 | 400 | 4 |
rough2_size | ParticleSettings | float | rough2_size | 404 | 4 |
rough2_thres | ParticleSettings | float | rough2_thres | 408 | 4 |
rough_end | ParticleSettings | float | rough_end | 412 | 4 |
rough_end_shape | ParticleSettings | float | rough_end_shape | 416 | 4 |
clength | ParticleSettings | float | clength | 420 | 4 |
clength_thres | ParticleSettings | float | clength_thres | 424 | 4 |
branch_thres | ParticleSettings | float | branch_thres | 428 | 4 |
draw_line | ParticleSettings | float | draw_line[2] | 432 | 8 |
path_start | ParticleSettings | float | path_start | 440 | 4 |
path_end | ParticleSettings | float | path_end | 444 | 4 |
trail_count | ParticleSettings | int | trail_count | 448 | 4 |
keyed_loops | ParticleSettings | int | keyed_loops | 452 | 4 |
dup_group | ParticleSettings | Group | *dup_group | 456 | 8 |
dupliweights.first | ListBase | void | *first | 464 | 8 |
dupliweights.last | ListBase | void | *last | 472 | 8 |
eff_group | ParticleSettings | Group | *eff_group | 480 | 8 |
dup_ob | ParticleSettings | Object | *dup_ob | 488 | 8 |
bb_ob | ParticleSettings | Object | *bb_ob | 496 | 8 |
ipo | ParticleSettings | Ipo | *ipo | 504 | 8 |
pd | ParticleSettings | PartDeflect | *pd | 512 | 8 |
pd2 | ParticleSettings | PartDeflect | *pd2 | 520 | 8 |
reference | structure | type | name | offset | size |
---|---|---|---|---|---|
next | ParticleSystem | ParticleSystem | *next | 0 | 8 |
prev | ParticleSystem | ParticleSystem | *prev | 8 | 8 |
part | ParticleSystem | ParticleSettings | *part | 16 | 8 |
particles | ParticleSystem | ParticleData | *particles | 24 | 8 |
child | ParticleSystem | ChildParticle | *child | 32 | 8 |
edit | ParticleSystem | PTCacheEdit | *edit | 40 | 8 |
free_edit | ParticleSystem | void | (*free_edit)() | 48 | 8 |
pathcache | ParticleSystem | ParticleCacheKey | **pathcache | 56 | 8 |
childcache | ParticleSystem | ParticleCacheKey | **childcache | 64 | 8 |
pathcachebufs.first | ListBase | void | *first | 72 | 8 |
pathcachebufs.last | ListBase | void | *last | 80 | 8 |
childcachebufs.first | ListBase | void | *first | 88 | 8 |
childcachebufs.last | ListBase | void | *last | 96 | 8 |
clmd | ParticleSystem | ClothModifierData | *clmd | 104 | 8 |
hair_in_dm | ParticleSystem | DerivedMesh | *hair_in_dm | 112 | 8 |
hair_out_dm | ParticleSystem | DerivedMesh | *hair_out_dm | 120 | 8 |
target_ob | ParticleSystem | Object | *target_ob | 128 | 8 |
lattice | ParticleSystem | Object | *lattice | 136 | 8 |
parent | ParticleSystem | Object | *parent | 144 | 8 |
targets.first | ListBase | void | *first | 152 | 8 |
targets.last | ListBase | void | *last | 160 | 8 |
name | ParticleSystem | char | name[32] | 168 | 32 |
imat | ParticleSystem | float | imat[4][4] | 200 | 64 |
cfra | ParticleSystem | float | cfra | 264 | 4 |
tree_frame | ParticleSystem | float | tree_frame | 268 | 4 |
seed | ParticleSystem | int | seed | 272 | 4 |
rt | ParticleSystem | int | rt | 276 | 4 |
flag | ParticleSystem | int | flag | 280 | 4 |
totpart | ParticleSystem | int | totpart | 284 | 4 |
totchild | ParticleSystem | int | totchild | 288 | 4 |
totcached | ParticleSystem | int | totcached | 292 | 4 |
totchildcache | ParticleSystem | int | totchildcache | 296 | 4 |
recalc | ParticleSystem | short | recalc | 300 | 2 |
target_psys | ParticleSystem | short | target_psys | 302 | 2 |
totkeyed | ParticleSystem | short | totkeyed | 304 | 2 |
bakespace | ParticleSystem | short | bakespace | 306 | 2 |
bb_uvname | ParticleSystem | char | bb_uvname[3][32] | 308 | 96 |
vgroup | ParticleSystem | short | vgroup[12] | 404 | 24 |
vg_neg | ParticleSystem | short | vg_neg | 428 | 2 |
rt3 | ParticleSystem | short | rt3 | 430 | 2 |
renderdata | ParticleSystem | void | *renderdata | 432 | 8 |
pointcache | ParticleSystem | PointCache | *pointcache | 440 | 8 |
ptcaches.first | ListBase | void | *first | 448 | 8 |
ptcaches.last | ListBase | void | *last | 456 | 8 |
effectors | ParticleSystem | ListBase | *effectors | 464 | 8 |
tree | ParticleSystem | KDTree | *tree | 472 | 8 |
pdd | ParticleSystem | ParticleDrawData | *pdd | 480 | 8 |
frand | ParticleSystem | float | *frand | 488 | 8 |
reference | structure | type | name | offset | size |
---|---|---|---|---|---|
cache | ClothSimSettings | LinkNode | *cache | 0 | 8 |
mingoal | ClothSimSettings | float | mingoal | 8 | 4 |
Cdis | ClothSimSettings | float | Cdis | 12 | 4 |
Cvi | ClothSimSettings | float | Cvi | 16 | 4 |
gravity | ClothSimSettings | float | gravity[3] | 20 | 12 |
dt | ClothSimSettings | float | dt | 32 | 4 |
mass | ClothSimSettings | float | mass | 36 | 4 |
structural | ClothSimSettings | float | structural | 40 | 4 |
shear | ClothSimSettings | float | shear | 44 | 4 |
bending | ClothSimSettings | float | bending | 48 | 4 |
max_bend | ClothSimSettings | float | max_bend | 52 | 4 |
max_struct | ClothSimSettings | float | max_struct | 56 | 4 |
max_shear | ClothSimSettings | float | max_shear | 60 | 4 |
avg_spring_len | ClothSimSettings | float | avg_spring_len | 64 | 4 |
timescale | ClothSimSettings | float | timescale | 68 | 4 |
maxgoal | ClothSimSettings | float | maxgoal | 72 | 4 |
eff_force_scale | ClothSimSettings | float | eff_force_scale | 76 | 4 |
eff_wind_scale | ClothSimSettings | float | eff_wind_scale | 80 | 4 |
sim_time_old | ClothSimSettings | float | sim_time_old | 84 | 4 |
defgoal | ClothSimSettings | float | defgoal | 88 | 4 |
goalspring | ClothSimSettings | float | goalspring | 92 | 4 |
goalfrict | ClothSimSettings | float | goalfrict | 96 | 4 |
velocity_smooth | ClothSimSettings | float | velocity_smooth | 100 | 4 |
collider_friction | ClothSimSettings | float | collider_friction | 104 | 4 |
stepsPerFrame | ClothSimSettings | int | stepsPerFrame | 108 | 4 |
flags | ClothSimSettings | int | flags | 112 | 4 |
preroll | ClothSimSettings | int | preroll | 116 | 4 |
maxspringlen | ClothSimSettings | int | maxspringlen | 120 | 4 |
solver_type | ClothSimSettings | short | solver_type | 124 | 2 |
vgroup_bend | ClothSimSettings | short | vgroup_bend | 126 | 2 |
vgroup_mass | ClothSimSettings | short | vgroup_mass | 128 | 2 |
vgroup_struct | ClothSimSettings | short | vgroup_struct | 130 | 2 |
shapekey_rest | ClothSimSettings | short | shapekey_rest | 132 | 2 |
presets | ClothSimSettings | short | presets | 134 | 2 |
reset | ClothSimSettings | short | reset | 136 | 2 |
pad | ClothSimSettings | short | pad[3] | 138 | 6 |
effector_weights | ClothSimSettings | EffectorWeights | *effector_weights | 144 | 8 |
reference | structure | type | name | offset | size |
---|---|---|---|---|---|
collision_list | ClothCollSettings | LinkNode | *collision_list | 0 | 8 |
epsilon | ClothCollSettings | float | epsilon | 8 | 4 |
self_friction | ClothCollSettings | float | self_friction | 12 | 4 |
friction | ClothCollSettings | float | friction | 16 | 4 |
selfepsilon | ClothCollSettings | float | selfepsilon | 20 | 4 |
flags | ClothCollSettings | int | flags | 24 | 4 |
self_loop_count | ClothCollSettings | short | self_loop_count | 28 | 2 |
loop_count | ClothCollSettings | short | loop_count | 30 | 2 |
group | ClothCollSettings | Group | *group | 32 | 8 |
reference | structure | type | name | offset | size |
---|---|---|---|---|---|
x | bGPDspoint | float | x | 0 | 4 |
y | bGPDspoint | float | y | 4 | 4 |
z | bGPDspoint | float | z | 8 | 4 |
pressure | bGPDspoint | float | pressure | 12 | 4 |
reference | structure | type | name | offset | size |
---|---|---|---|---|---|
next | bGPDstroke | bGPDstroke | *next | 0 | 8 |
prev | bGPDstroke | bGPDstroke | *prev | 8 | 8 |
points | bGPDstroke | bGPDspoint | *points | 16 | 8 |
totpoints | bGPDstroke | int | totpoints | 24 | 4 |
thickness | bGPDstroke | short | thickness | 28 | 2 |
flag | bGPDstroke | short | flag | 30 | 2 |
reference | structure | type | name | offset | size |
---|---|---|---|---|---|
next | bGPDframe | bGPDframe | *next | 0 | 8 |
prev | bGPDframe | bGPDframe | *prev | 8 | 8 |
strokes.first | ListBase | void | *first | 16 | 8 |
strokes.last | ListBase | void | *last | 24 | 8 |
framenum | bGPDframe | int | framenum | 32 | 4 |
flag | bGPDframe | int | flag | 36 | 4 |
reference | structure | type | name | offset | size |
---|---|---|---|---|---|
next | bGPDlayer | bGPDlayer | *next | 0 | 8 |
prev | bGPDlayer | bGPDlayer | *prev | 8 | 8 |
frames.first | ListBase | void | *first | 16 | 8 |
frames.last | ListBase | void | *last | 24 | 8 |
actframe | bGPDlayer | bGPDframe | *actframe | 32 | 8 |
flag | bGPDlayer | int | flag | 40 | 4 |
thickness | bGPDlayer | short | thickness | 44 | 2 |
gstep | bGPDlayer | short | gstep | 46 | 2 |
color | bGPDlayer | float | color[4] | 48 | 16 |
info | bGPDlayer | char | info[128] | 64 | 128 |
reference | structure | type | name | offset | size |
---|---|---|---|---|---|
id.next | ID | void | *next | 0 | 8 |
id.prev | ID | void | *prev | 8 | 8 |
id.newid | ID | ID | *newid | 16 | 8 |
id.lib | ID | Library | *lib | 24 | 8 |
id.name | ID | char | name[24] | 32 | 24 |
id.us | ID | short | us | 56 | 2 |
id.flag | ID | short | flag | 58 | 2 |
id.icon_id | ID | int | icon_id | 60 | 4 |
id.properties | ID | IDProperty | *properties | 64 | 8 |
layers.first | ListBase | void | *first | 72 | 8 |
layers.last | ListBase | void | *last | 80 | 8 |
flag | bGPdata | int | flag | 88 | 4 |
sbuffer_size | bGPdata | short | sbuffer_size | 92 | 2 |
sbuffer_sflag | bGPdata | short | sbuffer_sflag | 94 | 2 |
sbuffer | bGPdata | void | *sbuffer | 96 | 8 |
reference | structure | type | name | offset | size |
---|---|---|---|---|---|
list.first | ListBase | void | *first | 0 | 8 |
list.last | ListBase | void | *last | 8 | 8 |
printlevel | ReportList | int | printlevel | 16 | 4 |
storelevel | ReportList | int | storelevel | 20 | 4 |
flag | ReportList | int | flag | 24 | 4 |
pad | ReportList | int | pad | 28 | 4 |
reporttimer | ReportList | wmTimer | *reporttimer | 32 | 8 |
reference | structure | type | name | offset | size |
---|---|---|---|---|---|
id.next | ID | void | *next | 0 | 8 |
id.prev | ID | void | *prev | 8 | 8 |
id.newid | ID | ID | *newid | 16 | 8 |
id.lib | ID | Library | *lib | 24 | 8 |
id.name | ID | char | name[24] | 32 | 24 |
id.us | ID | short | us | 56 | 2 |
id.flag | ID | short | flag | 58 | 2 |
id.icon_id | ID | int | icon_id | 60 | 4 |
id.properties | ID | IDProperty | *properties | 64 | 8 |
windrawable | wmWindowManager | wmWindow | *windrawable | 72 | 8 |
winactive | wmWindowManager | wmWindow | *winactive | 80 | 8 |
windows.first | ListBase | void | *first | 88 | 8 |
windows.last | ListBase | void | *last | 96 | 8 |
initialized | wmWindowManager | int | initialized | 104 | 4 |
file_saved | wmWindowManager | short | file_saved | 108 | 2 |
op_undo_depth | wmWindowManager | short | op_undo_depth | 110 | 2 |
operators.first | ListBase | void | *first | 112 | 8 |
operators.last | ListBase | void | *last | 120 | 8 |
queue.first | ListBase | void | *first | 128 | 8 |
queue.last | ListBase | void | *last | 136 | 8 |
reports.list.first | ListBase | void | *first | 144 | 8 |
reports.list.last | ListBase | void | *last | 152 | 8 |
reports.printlevel | ReportList | int | printlevel | 160 | 4 |
reports.storelevel | ReportList | int | storelevel | 164 | 4 |
reports.flag | ReportList | int | flag | 168 | 4 |
reports.pad | ReportList | int | pad | 172 | 4 |
reports.reporttimer | ReportList | wmTimer | *reporttimer | 176 | 8 |
jobs.first | ListBase | void | *first | 184 | 8 |
jobs.last | ListBase | void | *last | 192 | 8 |
paintcursors.first | ListBase | void | *first | 200 | 8 |
paintcursors.last | ListBase | void | *last | 208 | 8 |
drags.first | ListBase | void | *first | 216 | 8 |
drags.last | ListBase | void | *last | 224 | 8 |
keyconfigs.first | ListBase | void | *first | 232 | 8 |
keyconfigs.last | ListBase | void | *last | 240 | 8 |
defaultconf | wmWindowManager | wmKeyConfig | *defaultconf | 248 | 8 |
timers.first | ListBase | void | *first | 256 | 8 |
timers.last | ListBase | void | *last | 264 | 8 |
autosavetimer | wmWindowManager | wmTimer | *autosavetimer | 272 | 8 |
reference | structure | type | name | offset | size |
---|---|---|---|---|---|
next | wmWindow | wmWindow | *next | 0 | 8 |
prev | wmWindow | wmWindow | *prev | 8 | 8 |
ghostwin | wmWindow | void | *ghostwin | 16 | 8 |
winid | wmWindow | int | winid | 24 | 4 |
grabcursor | wmWindow | short | grabcursor | 28 | 2 |
pad | wmWindow | short | pad | 30 | 2 |
screen | wmWindow | bScreen | *screen | 32 | 8 |
newscreen | wmWindow | bScreen | *newscreen | 40 | 8 |
screenname | wmWindow | char | screenname[32] | 48 | 32 |
posx | wmWindow | short | posx | 80 | 2 |
posy | wmWindow | short | posy | 82 | 2 |
sizex | wmWindow | short | sizex | 84 | 2 |
sizey | wmWindow | short | sizey | 86 | 2 |
windowstate | wmWindow | short | windowstate | 88 | 2 |
monitor | wmWindow | short | monitor | 90 | 2 |
active | wmWindow | short | active | 92 | 2 |
cursor | wmWindow | short | cursor | 94 | 2 |
lastcursor | wmWindow | short | lastcursor | 96 | 2 |
addmousemove | wmWindow | short | addmousemove | 98 | 2 |
pad2 | wmWindow | short | pad2[2] | 100 | 4 |
eventstate | wmWindow | wmEvent | *eventstate | 104 | 8 |
curswin | wmWindow | wmSubWindow | *curswin | 112 | 8 |
tweak | wmWindow | wmGesture | *tweak | 120 | 8 |
drawmethod | wmWindow | int | drawmethod | 128 | 4 |
drawfail | wmWindow | int | drawfail | 132 | 4 |
drawdata | wmWindow | void | *drawdata | 136 | 8 |
queue.first | ListBase | void | *first | 144 | 8 |
queue.last | ListBase | void | *last | 152 | 8 |
handlers.first | ListBase | void | *first | 160 | 8 |
handlers.last | ListBase | void | *last | 168 | 8 |
modalhandlers.first | ListBase | void | *first | 176 | 8 |
modalhandlers.last | ListBase | void | *last | 184 | 8 |
subwindows.first | ListBase | void | *first | 192 | 8 |
subwindows.last | ListBase | void | *last | 200 | 8 |
gesture.first | ListBase | void | *first | 208 | 8 |
gesture.last | ListBase | void | *last | 216 | 8 |
reference | structure | type | name | offset | size |
---|---|---|---|---|---|
next | wmKeyMapItem | wmKeyMapItem | *next | 0 | 8 |
prev | wmKeyMapItem | wmKeyMapItem | *prev | 8 | 8 |
idname | wmKeyMapItem | char | idname[64] | 16 | 64 |
properties | wmKeyMapItem | IDProperty | *properties | 80 | 8 |
propvalue | wmKeyMapItem | short | propvalue | 88 | 2 |
type | wmKeyMapItem | short | type | 90 | 2 |
val | wmKeyMapItem | short | val | 92 | 2 |
shift | wmKeyMapItem | short | shift | 94 | 2 |
ctrl | wmKeyMapItem | short | ctrl | 96 | 2 |
alt | wmKeyMapItem | short | alt | 98 | 2 |
oskey | wmKeyMapItem | short | oskey | 100 | 2 |
keymodifier | wmKeyMapItem | short | keymodifier | 102 | 2 |
flag | wmKeyMapItem | short | flag | 104 | 2 |
maptype | wmKeyMapItem | short | maptype | 106 | 2 |
id | wmKeyMapItem | short | id | 108 | 2 |
pad | wmKeyMapItem | short | pad | 110 | 2 |
ptr | wmKeyMapItem | PointerRNA | *ptr | 112 | 8 |
reference | structure | type | name | offset | size |
---|---|---|---|---|---|
next | wmKeyMap | wmKeyMap | *next | 0 | 8 |
prev | wmKeyMap | wmKeyMap | *prev | 8 | 8 |
items.first | ListBase | void | *first | 16 | 8 |
items.last | ListBase | void | *last | 24 | 8 |
idname | wmKeyMap | char | idname[64] | 32 | 64 |
spaceid | wmKeyMap | short | spaceid | 96 | 2 |
regionid | wmKeyMap | short | regionid | 98 | 2 |
flag | wmKeyMap | short | flag | 100 | 2 |
kmi_id | wmKeyMap | short | kmi_id | 102 | 2 |
poll | wmKeyMap | int | (*poll)() | 104 | 8 |
modal_items | wmKeyMap | void | *modal_items | 112 | 8 |
reference | structure | type | name | offset | size |
---|---|---|---|---|---|
next | wmKeyConfig | wmKeyConfig | *next | 0 | 8 |
prev | wmKeyConfig | wmKeyConfig | *prev | 8 | 8 |
idname | wmKeyConfig | char | idname[64] | 16 | 64 |
basename | wmKeyConfig | char | basename[64] | 80 | 64 |
keymaps.first | ListBase | void | *first | 144 | 8 |
keymaps.last | ListBase | void | *last | 152 | 8 |
actkeymap | wmKeyConfig | int | actkeymap | 160 | 4 |
flag | wmKeyConfig | int | flag | 164 | 4 |
reference | structure | type | name | offset | size |
---|---|---|---|---|---|
next | wmOperator | wmOperator | *next | 0 | 8 |
prev | wmOperator | wmOperator | *prev | 8 | 8 |
idname | wmOperator | char | idname[64] | 16 | 64 |
properties | wmOperator | IDProperty | *properties | 80 | 8 |
type | wmOperator | wmOperatorType | *type | 88 | 8 |
customdata | wmOperator | void | *customdata | 96 | 8 |
py_instance | wmOperator | void | *py_instance | 104 | 8 |
ptr | wmOperator | PointerRNA | *ptr | 112 | 8 |
reports | wmOperator | ReportList | *reports | 120 | 8 |
macro.first | ListBase | void | *first | 128 | 8 |
macro.last | ListBase | void | *last | 136 | 8 |
opm | wmOperator | wmOperator | *opm | 144 | 8 |
layout | wmOperator | uiLayout | *layout | 152 | 8 |
flag | wmOperator | short | flag | 160 | 2 |
pad | wmOperator | short | pad[3] | 162 | 6 |
reference | structure | type | name | offset | size |
---|---|---|---|---|---|
next | FModifier | FModifier | *next | 0 | 8 |
prev | FModifier | FModifier | *prev | 8 | 8 |
data | FModifier | void | *data | 16 | 8 |
edata | FModifier | void | *edata | 24 | 8 |
name | FModifier | char | name[64] | 32 | 64 |
type | FModifier | short | type | 96 | 2 |
flag | FModifier | short | flag | 98 | 2 |
influence | FModifier | float | influence | 100 | 4 |
reference | structure | type | name | offset | size |
---|---|---|---|---|---|
coefficients | FMod_Generator | float | *coefficients | 0 | 8 |
arraysize | FMod_Generator | int | arraysize | 8 | 4 |
poly_order | FMod_Generator | int | poly_order | 12 | 4 |
mode | FMod_Generator | int | mode | 16 | 4 |
flag | FMod_Generator | int | flag | 20 | 4 |
reference | structure | type | name | offset | size |
---|---|---|---|---|---|
amplitude | FMod_FunctionGenerator | float | amplitude | 0 | 4 |
phase_multiplier | FMod_FunctionGenerator | float | phase_multiplier | 4 | 4 |
phase_offset | FMod_FunctionGenerator | float | phase_offset | 8 | 4 |
value_offset | FMod_FunctionGenerator | float | value_offset | 12 | 4 |
type | FMod_FunctionGenerator | int | type | 16 | 4 |
flag | FMod_FunctionGenerator | int | flag | 20 | 4 |
reference | structure | type | name | offset | size |
---|---|---|---|---|---|
min | FCM_EnvelopeData | float | min | 0 | 4 |
max | FCM_EnvelopeData | float | max | 4 | 4 |
time | FCM_EnvelopeData | float | time | 8 | 4 |
f1 | FCM_EnvelopeData | short | f1 | 12 | 2 |
f2 | FCM_EnvelopeData | short | f2 | 14 | 2 |
reference | structure | type | name | offset | size |
---|---|---|---|---|---|
data | FMod_Envelope | FCM_EnvelopeData | *data | 0 | 8 |
totvert | FMod_Envelope | int | totvert | 8 | 4 |
midval | FMod_Envelope | float | midval | 12 | 4 |
min | FMod_Envelope | float | min | 16 | 4 |
max | FMod_Envelope | float | max | 20 | 4 |
reference | structure | type | name | offset | size |
---|---|---|---|---|---|
before_mode | FMod_Cycles | short | before_mode | 0 | 2 |
after_mode | FMod_Cycles | short | after_mode | 2 | 2 |
before_cycles | FMod_Cycles | short | before_cycles | 4 | 2 |
after_cycles | FMod_Cycles | short | after_cycles | 6 | 2 |
reference | structure | type | name | offset | size |
---|---|---|---|---|---|
script | FMod_Python | Text | *script | 0 | 8 |
prop | FMod_Python | IDProperty | *prop | 8 | 8 |
reference | structure | type | name | offset | size |
---|---|---|---|---|---|
rect.xmin | rctf | float | xmin | 0 | 4 |
rect.xmax | rctf | float | xmax | 4 | 4 |
rect.ymin | rctf | float | ymin | 8 | 4 |
rect.ymax | rctf | float | ymax | 12 | 4 |
flag | FMod_Limits | int | flag | 16 | 4 |
pad | FMod_Limits | int | pad | 20 | 4 |
reference | structure | type | name | offset | size |
---|---|---|---|---|---|
size | FMod_Noise | float | size | 0 | 4 |
strength | FMod_Noise | float | strength | 4 | 4 |
phase | FMod_Noise | float | phase | 8 | 4 |
pad | FMod_Noise | float | pad | 12 | 4 |
depth | FMod_Noise | short | depth | 16 | 2 |
modification | FMod_Noise | short | modification | 18 | 2 |
reference | structure | type | name | offset | size |
---|---|---|---|---|---|
step_size | FMod_Stepped | float | step_size | 0 | 4 |
offset | FMod_Stepped | float | offset | 4 | 4 |
start_frame | FMod_Stepped | float | start_frame | 8 | 4 |
end_frame | FMod_Stepped | float | end_frame | 12 | 4 |
flag | FMod_Stepped | int | flag | 16 | 4 |
reference | structure | type | name | offset | size |
---|---|---|---|---|---|
id | DriverTarget | ID | *id | 0 | 8 |
rna_path | DriverTarget | char | *rna_path | 8 | 8 |
pchan_name | DriverTarget | char | pchan_name[32] | 16 | 32 |
transChan | DriverTarget | short | transChan | 48 | 2 |
flag | DriverTarget | short | flag | 50 | 2 |
idtype | DriverTarget | int | idtype | 52 | 4 |
reference | structure | type | name | offset | size |
---|---|---|---|---|---|
next | DriverVar | DriverVar | *next | 0 | 8 |
prev | DriverVar | DriverVar | *prev | 8 | 8 |
name | DriverVar | char | name[64] | 16 | 64 |
targets.id | DriverTarget | ID | *id | 80 | 8 |
targets.rna_path | DriverTarget | char | *rna_path | 88 | 8 |
targets.pchan_name | DriverTarget | char | pchan_name[32] | 96 | 32 |
targets.transChan | DriverTarget | short | transChan | 128 | 2 |
targets.flag | DriverTarget | short | flag | 130 | 2 |
targets.idtype | DriverTarget | int | idtype | 132 | 4 |
num_targets | DriverVar | short | num_targets | 528 | 2 |
type | DriverVar | short | type | 530 | 2 |
curval | DriverVar | float | curval | 532 | 4 |
reference | structure | type | name | offset | size |
---|---|---|---|---|---|
variables.first | ListBase | void | *first | 0 | 8 |
variables.last | ListBase | void | *last | 8 | 8 |
expression | ChannelDriver | char | expression[256] | 16 | 256 |
expr_comp | ChannelDriver | void | *expr_comp | 272 | 8 |
curval | ChannelDriver | float | curval | 280 | 4 |
influence | ChannelDriver | float | influence | 284 | 4 |
type | ChannelDriver | int | type | 288 | 4 |
flag | ChannelDriver | int | flag | 292 | 4 |
reference | structure | type | name | offset | size |
---|---|---|---|---|---|
vec | FPoint | float | vec[2] | 0 | 8 |
flag | FPoint | int | flag | 8 | 4 |
pad | FPoint | int | pad | 12 | 4 |
reference | structure | type | name | offset | size |
---|---|---|---|---|---|
next | FCurve | FCurve | *next | 0 | 8 |
prev | FCurve | FCurve | *prev | 8 | 8 |
grp | FCurve | bActionGroup | *grp | 16 | 8 |
driver | FCurve | ChannelDriver | *driver | 24 | 8 |
modifiers.first | ListBase | void | *first | 32 | 8 |
modifiers.last | ListBase | void | *last | 40 | 8 |
bezt | FCurve | BezTriple | *bezt | 48 | 8 |
fpt | FCurve | FPoint | *fpt | 56 | 8 |
totvert | FCurve | int | totvert | 64 | 4 |
curval | FCurve | float | curval | 68 | 4 |
flag | FCurve | short | flag | 72 | 2 |
extend | FCurve | short | extend | 74 | 2 |
array_index | FCurve | int | array_index | 76 | 4 |
rna_path | FCurve | char | *rna_path | 80 | 8 |
color_mode | FCurve | int | color_mode | 88 | 4 |
color | FCurve | float | color[3] | 92 | 12 |
reference | structure | type | name | offset | size |
---|---|---|---|---|---|
from | AnimMapPair | char | from[128] | 0 | 128 |
to | AnimMapPair | char | to[128] | 128 | 128 |
reference | structure | type | name | offset | size |
---|---|---|---|---|---|
next | AnimMapper | AnimMapper | *next | 0 | 8 |
prev | AnimMapper | AnimMapper | *prev | 8 | 8 |
target | AnimMapper | bAction | *target | 16 | 8 |
mappings.first | ListBase | void | *first | 24 | 8 |
mappings.last | ListBase | void | *last | 32 | 8 |
reference | structure | type | name | offset | size |
---|---|---|---|---|---|
next | NlaStrip | NlaStrip | *next | 0 | 8 |
prev | NlaStrip | NlaStrip | *prev | 8 | 8 |
strips.first | ListBase | void | *first | 16 | 8 |
strips.last | ListBase | void | *last | 24 | 8 |
act | NlaStrip | bAction | *act | 32 | 8 |
remap | NlaStrip | AnimMapper | *remap | 40 | 8 |
fcurves.first | ListBase | void | *first | 48 | 8 |
fcurves.last | ListBase | void | *last | 56 | 8 |
modifiers.first | ListBase | void | *first | 64 | 8 |
modifiers.last | ListBase | void | *last | 72 | 8 |
name | NlaStrip | char | name[64] | 80 | 64 |
influence | NlaStrip | float | influence | 144 | 4 |
strip_time | NlaStrip | float | strip_time | 148 | 4 |
start | NlaStrip | float | start | 152 | 4 |
end | NlaStrip | float | end | 156 | 4 |
actstart | NlaStrip | float | actstart | 160 | 4 |
actend | NlaStrip | float | actend | 164 | 4 |
repeat | NlaStrip | float | repeat | 168 | 4 |
scale | NlaStrip | float | scale | 172 | 4 |
blendin | NlaStrip | float | blendin | 176 | 4 |
blendout | NlaStrip | float | blendout | 180 | 4 |
blendmode | NlaStrip | short | blendmode | 184 | 2 |
extendmode | NlaStrip | short | extendmode | 186 | 2 |
pad1 | NlaStrip | short | pad1 | 188 | 2 |
type | NlaStrip | short | type | 190 | 2 |
flag | NlaStrip | int | flag | 192 | 4 |
pad2 | NlaStrip | int | pad2 | 196 | 4 |
reference | structure | type | name | offset | size |
---|---|---|---|---|---|
next | NlaTrack | NlaTrack | *next | 0 | 8 |
prev | NlaTrack | NlaTrack | *prev | 8 | 8 |
strips.first | ListBase | void | *first | 16 | 8 |
strips.last | ListBase | void | *last | 24 | 8 |
flag | NlaTrack | int | flag | 32 | 4 |
index | NlaTrack | int | index | 36 | 4 |
name | NlaTrack | char | name[64] | 40 | 64 |
reference | structure | type | name | offset | size |
---|---|---|---|---|---|
next | KS_Path | KS_Path | *next | 0 | 8 |
prev | KS_Path | KS_Path | *prev | 8 | 8 |
id | KS_Path | ID | *id | 16 | 8 |
group | KS_Path | char | group[64] | 24 | 64 |
idtype | KS_Path | int | idtype | 88 | 4 |
groupmode | KS_Path | short | groupmode | 92 | 2 |
pad | KS_Path | short | pad | 94 | 2 |
rna_path | KS_Path | char | *rna_path | 96 | 8 |
array_index | KS_Path | int | array_index | 104 | 4 |
flag | KS_Path | short | flag | 108 | 2 |
keyingflag | KS_Path | short | keyingflag | 110 | 2 |
reference | structure | type | name | offset | size |
---|---|---|---|---|---|
next | KeyingSet | KeyingSet | *next | 0 | 8 |
prev | KeyingSet | KeyingSet | *prev | 8 | 8 |
paths.first | ListBase | void | *first | 16 | 8 |
paths.last | ListBase | void | *last | 24 | 8 |
name | KeyingSet | char | name[64] | 32 | 64 |
typeinfo | KeyingSet | char | typeinfo[64] | 96 | 64 |
flag | KeyingSet | short | flag | 160 | 2 |
keyingflag | KeyingSet | short | keyingflag | 162 | 2 |
active_path | KeyingSet | int | active_path | 164 | 4 |
reference | structure | type | name | offset | size |
---|---|---|---|---|---|
next | AnimOverride | AnimOverride | *next | 0 | 8 |
prev | AnimOverride | AnimOverride | *prev | 8 | 8 |
rna_path | AnimOverride | char | *rna_path | 16 | 8 |
array_index | AnimOverride | int | array_index | 24 | 4 |
value | AnimOverride | float | value | 28 | 4 |
reference | structure | type | name | offset | size |
---|---|---|---|---|---|
action | AnimData | bAction | *action | 0 | 8 |
tmpact | AnimData | bAction | *tmpact | 8 | 8 |
remap | AnimData | AnimMapper | *remap | 16 | 8 |
nla_tracks.first | ListBase | void | *first | 24 | 8 |
nla_tracks.last | ListBase | void | *last | 32 | 8 |
actstrip | AnimData | NlaStrip | *actstrip | 40 | 8 |
drivers.first | ListBase | void | *first | 48 | 8 |
drivers.last | ListBase | void | *last | 56 | 8 |
overrides.first | ListBase | void | *first | 64 | 8 |
overrides.last | ListBase | void | *last | 72 | 8 |
flag | AnimData | int | flag | 80 | 4 |
recalc | AnimData | int | recalc | 84 | 4 |
act_blendmode | AnimData | short | act_blendmode | 88 | 2 |
act_extendmode | AnimData | short | act_extendmode | 90 | 2 |
act_influence | AnimData | float | act_influence | 92 | 4 |
reference | structure | type | name | offset | size |
---|---|---|---|---|---|
id.next | ID | void | *next | 0 | 8 |
id.prev | ID | void | *prev | 8 | 8 |
id.newid | ID | ID | *newid | 16 | 8 |
id.lib | ID | Library | *lib | 24 | 8 |
id.name | ID | char | name[24] | 32 | 24 |
id.us | ID | short | us | 56 | 2 |
id.flag | ID | short | flag | 58 | 2 |
id.icon_id | ID | int | icon_id | 60 | 4 |
id.properties | ID | IDProperty | *properties | 64 | 8 |
adt | IdAdtTemplate | AnimData | *adt | 72 | 8 |
reference | structure | type | name | offset | size |
---|---|---|---|---|---|
next | BoidRule | BoidRule | *next | 0 | 8 |
prev | BoidRule | BoidRule | *prev | 8 | 8 |
type | BoidRule | int | type | 16 | 4 |
flag | BoidRule | int | flag | 20 | 4 |
name | BoidRule | char | name[32] | 24 | 32 |
reference | structure | type | name | offset | size |
---|---|---|---|---|---|
rule.next | BoidRule | BoidRule | *next | 0 | 8 |
rule.prev | BoidRule | BoidRule | *prev | 8 | 8 |
rule.type | BoidRule | int | type | 16 | 4 |
rule.flag | BoidRule | int | flag | 20 | 4 |
rule.name | BoidRule | char | name[32] | 24 | 32 |
ob | BoidRuleGoalAvoid | Object | *ob | 56 | 8 |
options | BoidRuleGoalAvoid | int | options | 64 | 4 |
fear_factor | BoidRuleGoalAvoid | float | fear_factor | 68 | 4 |
signal_id | BoidRuleGoalAvoid | int | signal_id | 72 | 4 |
channels | BoidRuleGoalAvoid | int | channels | 76 | 4 |
reference | structure | type | name | offset | size |
---|---|---|---|---|---|
rule.next | BoidRule | BoidRule | *next | 0 | 8 |
rule.prev | BoidRule | BoidRule | *prev | 8 | 8 |
rule.type | BoidRule | int | type | 16 | 4 |
rule.flag | BoidRule | int | flag | 20 | 4 |
rule.name | BoidRule | char | name[32] | 24 | 32 |
options | BoidRuleAvoidCollision | int | options | 56 | 4 |
look_ahead | BoidRuleAvoidCollision | float | look_ahead | 60 | 4 |
reference | structure | type | name | offset | size |
---|---|---|---|---|---|
rule.next | BoidRule | BoidRule | *next | 0 | 8 |
rule.prev | BoidRule | BoidRule | *prev | 8 | 8 |
rule.type | BoidRule | int | type | 16 | 4 |
rule.flag | BoidRule | int | flag | 20 | 4 |
rule.name | BoidRule | char | name[32] | 24 | 32 |
ob | BoidRuleFollowLeader | Object | *ob | 56 | 8 |
loc | BoidRuleFollowLeader | float | loc[3] | 64 | 12 |
oloc | BoidRuleFollowLeader | float | oloc[3] | 76 | 12 |
cfra | BoidRuleFollowLeader | float | cfra | 88 | 4 |
distance | BoidRuleFollowLeader | float | distance | 92 | 4 |
options | BoidRuleFollowLeader | int | options | 96 | 4 |
queue_size | BoidRuleFollowLeader | int | queue_size | 100 | 4 |
reference | structure | type | name | offset | size |
---|---|---|---|---|---|
rule.next | BoidRule | BoidRule | *next | 0 | 8 |
rule.prev | BoidRule | BoidRule | *prev | 8 | 8 |
rule.type | BoidRule | int | type | 16 | 4 |
rule.flag | BoidRule | int | flag | 20 | 4 |
rule.name | BoidRule | char | name[32] | 24 | 32 |
wander | BoidRuleAverageSpeed | float | wander | 56 | 4 |
level | BoidRuleAverageSpeed | float | level | 60 | 4 |
speed | BoidRuleAverageSpeed | float | speed | 64 | 4 |
rt | BoidRuleAverageSpeed | float | rt | 68 | 4 |
reference | structure | type | name | offset | size |
---|---|---|---|---|---|
rule.next | BoidRule | BoidRule | *next | 0 | 8 |
rule.prev | BoidRule | BoidRule | *prev | 8 | 8 |
rule.type | BoidRule | int | type | 16 | 4 |
rule.flag | BoidRule | int | flag | 20 | 4 |
rule.name | BoidRule | char | name[32] | 24 | 32 |
distance | BoidRuleFight | float | distance | 56 | 4 |
flee_distance | BoidRuleFight | float | flee_distance | 60 | 4 |
reference | structure | type | name | offset | size |
---|---|---|---|---|---|
health | BoidData | float | health | 0 | 4 |
acc | BoidData | float | acc[3] | 4 | 12 |
state_id | BoidData | short | state_id | 16 | 2 |
mode | BoidData | short | mode | 18 | 2 |
reference | structure | type | name | offset | size |
---|---|---|---|---|---|
next | BoidState | BoidState | *next | 0 | 8 |
prev | BoidState | BoidState | *prev | 8 | 8 |
rules.first | ListBase | void | *first | 16 | 8 |
rules.last | ListBase | void | *last | 24 | 8 |
conditions.first | ListBase | void | *first | 32 | 8 |
conditions.last | ListBase | void | *last | 40 | 8 |
actions.first | ListBase | void | *first | 48 | 8 |
actions.last | ListBase | void | *last | 56 | 8 |
name | BoidState | char | name[32] | 64 | 32 |
id | BoidState | int | id | 96 | 4 |
flag | BoidState | int | flag | 100 | 4 |
ruleset_type | BoidState | int | ruleset_type | 104 | 4 |
rule_fuzziness | BoidState | float | rule_fuzziness | 108 | 4 |
signal_id | BoidState | int | signal_id | 112 | 4 |
channels | BoidState | int | channels | 116 | 4 |
volume | BoidState | float | volume | 120 | 4 |
falloff | BoidState | float | falloff | 124 | 4 |
reference | structure | type | name | offset | size |
---|---|---|---|---|---|
options | BoidSettings | int | options | 0 | 4 |
last_state_id | BoidSettings | int | last_state_id | 4 | 4 |
landing_smoothness | BoidSettings | float | landing_smoothness | 8 | 4 |
height | BoidSettings | float | height | 12 | 4 |
banking | BoidSettings | float | banking | 16 | 4 |
pitch | BoidSettings | float | pitch | 20 | 4 |
health | BoidSettings | float | health | 24 | 4 |
aggression | BoidSettings | float | aggression | 28 | 4 |
strength | BoidSettings | float | strength | 32 | 4 |
accuracy | BoidSettings | float | accuracy | 36 | 4 |
range | BoidSettings | float | range | 40 | 4 |
air_min_speed | BoidSettings | float | air_min_speed | 44 | 4 |
air_max_speed | BoidSettings | float | air_max_speed | 48 | 4 |
air_max_acc | BoidSettings | float | air_max_acc | 52 | 4 |
air_max_ave | BoidSettings | float | air_max_ave | 56 | 4 |
air_personal_space | BoidSettings | float | air_personal_space | 60 | 4 |
land_jump_speed | BoidSettings | float | land_jump_speed | 64 | 4 |
land_max_speed | BoidSettings | float | land_max_speed | 68 | 4 |
land_max_acc | BoidSettings | float | land_max_acc | 72 | 4 |
land_max_ave | BoidSettings | float | land_max_ave | 76 | 4 |
land_personal_space | BoidSettings | float | land_personal_space | 80 | 4 |
land_stick_force | BoidSettings | float | land_stick_force | 84 | 4 |
states.first | ListBase | void | *first | 88 | 8 |
states.last | ListBase | void | *last | 96 | 8 |
reference | structure | type | name | offset | size |
---|---|---|---|---|---|
smd | SmokeDomainSettings | SmokeModifierData | *smd | 0 | 8 |
fluid | SmokeDomainSettings | FLUID_3D | *fluid | 8 | 8 |
fluid_group | SmokeDomainSettings | Group | *fluid_group | 16 | 8 |
eff_group | SmokeDomainSettings | Group | *eff_group | 24 | 8 |
coll_group | SmokeDomainSettings | Group | *coll_group | 32 | 8 |
wt | SmokeDomainSettings | WTURBULENCE | *wt | 40 | 8 |
tex | SmokeDomainSettings | GPUTexture | *tex | 48 | 8 |
tex_wt | SmokeDomainSettings | GPUTexture | *tex_wt | 56 | 8 |
tex_shadow | SmokeDomainSettings | GPUTexture | *tex_shadow | 64 | 8 |
shadow | SmokeDomainSettings | float | *shadow | 72 | 8 |
p0 | SmokeDomainSettings | float | p0[3] | 80 | 12 |
p1 | SmokeDomainSettings | float | p1[3] | 92 | 12 |
dx | SmokeDomainSettings | float | dx | 104 | 4 |
omega | SmokeDomainSettings | float | omega | 108 | 4 |
temp | SmokeDomainSettings | float | temp | 112 | 4 |
tempAmb | SmokeDomainSettings | float | tempAmb | 116 | 4 |
alpha | SmokeDomainSettings | float | alpha | 120 | 4 |
beta | SmokeDomainSettings | float | beta | 124 | 4 |
res | SmokeDomainSettings | int | res[3] | 128 | 12 |
amplify | SmokeDomainSettings | int | amplify | 140 | 4 |
maxres | SmokeDomainSettings | int | maxres | 144 | 4 |
flags | SmokeDomainSettings | int | flags | 148 | 4 |
pad | SmokeDomainSettings | int | pad | 152 | 4 |
viewsettings | SmokeDomainSettings | int | viewsettings | 156 | 4 |
noise | SmokeDomainSettings | short | noise | 160 | 2 |
diss_percent | SmokeDomainSettings | short | diss_percent | 162 | 2 |
diss_speed | SmokeDomainSettings | int | diss_speed | 164 | 4 |
strength | SmokeDomainSettings | float | strength | 168 | 4 |
res_wt | SmokeDomainSettings | int | res_wt[3] | 172 | 12 |
dx_wt | SmokeDomainSettings | float | dx_wt | 184 | 4 |
v3dnum | SmokeDomainSettings | int | v3dnum | 188 | 4 |
cache_comp | SmokeDomainSettings | int | cache_comp | 192 | 4 |
cache_high_comp | SmokeDomainSettings | int | cache_high_comp | 196 | 4 |
point_cache | SmokeDomainSettings | PointCache | *point_cache[2] | 200 | 16 |
ptcaches.first | ListBase | void | *first | 216 | 8 |
ptcaches.last | ListBase | void | *last | 224 | 8 |
effector_weights | SmokeDomainSettings | EffectorWeights | *effector_weights | 248 | 8 |
border_collisions | SmokeDomainSettings | int | border_collisions | 256 | 4 |
time_scale | SmokeDomainSettings | float | time_scale | 260 | 4 |
vorticity | SmokeDomainSettings | float | vorticity | 264 | 4 |
pad2 | SmokeDomainSettings | int | pad2 | 268 | 4 |
reference | structure | type | name | offset | size |
---|---|---|---|---|---|
smd | SmokeFlowSettings | SmokeModifierData | *smd | 0 | 8 |
psys | SmokeFlowSettings | ParticleSystem | *psys | 8 | 8 |
density | SmokeFlowSettings | float | density | 16 | 4 |
temp | SmokeFlowSettings | float | temp | 20 | 4 |
velocity | SmokeFlowSettings | float | velocity[2] | 24 | 8 |
vel_multi | SmokeFlowSettings | float | vel_multi | 32 | 4 |
vgrp_heat_scale | SmokeFlowSettings | float | vgrp_heat_scale[2] | 36 | 8 |
vgroup_flow | SmokeFlowSettings | short | vgroup_flow | 44 | 2 |
vgroup_density | SmokeFlowSettings | short | vgroup_density | 46 | 2 |
vgroup_heat | SmokeFlowSettings | short | vgroup_heat | 48 | 2 |
type | SmokeFlowSettings | short | type | 50 | 2 |
flags | SmokeFlowSettings | int | flags | 52 | 4 |
reference | structure | type | name | offset | size |
---|---|---|---|---|---|
smd | SmokeCollSettings | SmokeModifierData | *smd | 0 | 8 |
bvhtree | SmokeCollSettings | BVHTree | *bvhtree | 8 | 8 |
dm | SmokeCollSettings | DerivedMesh | *dm | 16 | 8 |
points | SmokeCollSettings | float | *points | 24 | 8 |
points_old | SmokeCollSettings | float | *points_old | 32 | 8 |
vel | SmokeCollSettings | float | *vel | 40 | 8 |
mat | SmokeCollSettings | float | mat[4][4] | 48 | 64 |
mat_old | SmokeCollSettings | float | mat_old[4][4] | 112 | 64 |
numpoints | SmokeCollSettings | int | numpoints | 176 | 4 |
numverts | SmokeCollSettings | int | numverts | 180 | 4 |
type | SmokeCollSettings | short | type | 184 | 2 |
pad | SmokeCollSettings | short | pad | 186 | 2 |
pad2 | SmokeCollSettings | int | pad2 | 188 | 4 |