| 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 | vec2i | int | x | 0 | 4 |
| y | vec2i | int | y | 4 | 4 |
| reference | structure | type | name | offset | size |
|---|---|---|---|---|---|
| x | vec2f | float | x | 0 | 4 |
| y | vec2f | float | y | 4 | 4 |
| reference | structure | type | name | offset | size |
|---|---|---|---|---|---|
| x | vec2d | double | x | 0 | 8 |
| y | vec2d | double | y | 8 | 8 |
| reference | structure | type | name | offset | size |
|---|---|---|---|---|---|
| x | vec3i | int | x | 0 | 4 |
| y | vec3i | int | y | 4 | 4 |
| z | vec3i | int | z | 8 | 4 |
| reference | structure | type | name | offset | size |
|---|---|---|---|---|---|
| x | vec3f | float | x | 0 | 4 |
| y | vec3f | float | y | 4 | 4 |
| z | vec3f | float | z | 8 | 4 |
| reference | structure | type | name | offset | size |
|---|---|---|---|---|---|
| x | vec3d | double | x | 0 | 8 |
| y | vec3d | double | y | 8 | 8 |
| z | vec3d | double | z | 16 | 8 |
| reference | structure | type | name | offset | size |
|---|---|---|---|---|---|
| x | vec4i | int | x | 0 | 4 |
| y | vec4i | int | y | 4 | 4 |
| z | vec4i | int | z | 8 | 4 |
| w | vec4i | int | w | 12 | 4 |
| reference | structure | type | name | offset | size |
|---|---|---|---|---|---|
| x | vec4f | float | x | 0 | 4 |
| y | vec4f | float | y | 4 | 4 |
| z | vec4f | float | z | 8 | 4 |
| w | vec4f | float | w | 12 | 4 |
| reference | structure | type | name | offset | size |
|---|---|---|---|---|---|
| x | vec4d | double | x | 0 | 8 |
| y | vec4d | double | y | 8 | 8 |
| z | vec4d | double | z | 16 | 8 |
| w | vec4d | double | w | 24 | 8 |
| 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 |
| pad | IDPropertyData | int | pad | 28 | 4 |
| reference | structure | type | name | offset | size |
|---|---|---|---|---|---|
| next | IDProperty | IDProperty | *next | 0 | 8 |
| prev | IDProperty | IDProperty | *prev | 8 | 8 |
| name | IDProperty | char | name[32] | 16 | 32 |
| type | IDProperty | char | type | 48 | 1 |
| subtype | IDProperty | char | subtype | 49 | 1 |
| flag | IDProperty | short | flag | 50 | 2 |
| 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.pad | IDPropertyData | int | pad | 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 |
| filename | Library | char | filename[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 |
| pad0 | PreviewImage | short | pad0 | 20 | 2 |
| pad1 | PreviewImage | short | pad1 | 22 | 2 |
| rect | PreviewImage | int | *rect[2] | 24 | 16 |
| 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 |
| refkey | Key | KeyBlock | *refkey | 72 | 8 |
| elemstr | Key | char | elemstr[32] | 80 | 32 |
| elemsize | Key | int | elemsize | 112 | 4 |
| curval | Key | float | curval | 116 | 4 |
| block.first | ListBase | void | *first | 120 | 8 |
| block.last | ListBase | void | *last | 128 | 8 |
| ipo | Key | Ipo | *ipo | 136 | 8 |
| from | Key | ID | *from | 144 | 8 |
| type | Key | short | type | 152 | 2 |
| totkey | Key | short | totkey | 154 | 2 |
| slurph | Key | short | slurph | 156 | 2 |
| flag | Key | short | flag | 158 | 2 |
| reference | structure | type | name | offset | size |
|---|---|---|---|---|---|
| scripts | ScriptLink | ID | **scripts | 0 | 8 |
| flag | ScriptLink | short | *flag | 8 | 8 |
| actscript | ScriptLink | short | actscript | 16 | 2 |
| totscript | ScriptLink | short | totscript | 18 | 2 |
| pad | ScriptLink | int | pad | 20 | 4 |
| 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 |
|---|---|---|---|---|---|
| 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 |
| undo_buf | Text | char | *undo_buf | 128 | 8 |
| undo_pos | Text | int | undo_pos | 136 | 4 |
| undo_len | Text | int | undo_len | 140 | 4 |
| compiled | Text | void | *compiled | 144 | 8 |
| reference | structure | type | name | offset | size |
|---|---|---|---|---|---|
| size | PackedFile | int | size | 0 | 4 |
| seek | PackedFile | int | seek | 4 | 4 |
| flags | PackedFile | int | flags | 8 | 4 |
| pad | PackedFile | int | pad | 12 | 4 |
| data | PackedFile | void | *data | 16 | 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 |
| type | Camera | short | type | 72 | 2 |
| flag | Camera | short | flag | 74 | 2 |
| passepartalpha | Camera | float | passepartalpha | 76 | 4 |
| angle | Camera | float | angle | 80 | 4 |
| clipsta | Camera | float | clipsta | 84 | 4 |
| clipend | Camera | float | clipend | 88 | 4 |
| lens | Camera | float | lens | 92 | 4 |
| ortho_scale | Camera | float | ortho_scale | 96 | 4 |
| drawsize | Camera | float | drawsize | 100 | 4 |
| shiftx | Camera | float | shiftx | 104 | 4 |
| shifty | Camera | float | shifty | 108 | 4 |
| YF_dofdist | Camera | float | YF_dofdist | 112 | 4 |
| YF_aperture | Camera | float | YF_aperture | 116 | 4 |
| YF_bkhtype | Camera | short | YF_bkhtype | 120 | 2 |
| YF_bkhbias | Camera | short | YF_bkhbias | 122 | 2 |
| YF_bkhrot | Camera | float | YF_bkhrot | 124 | 4 |
| ipo | Camera | Ipo | *ipo | 128 | 8 |
| scriptlink.scripts | ScriptLink | ID | **scripts | 136 | 8 |
| scriptlink.flag | ScriptLink | short | *flag | 144 | 8 |
| scriptlink.actscript | ScriptLink | short | actscript | 152 | 2 |
| scriptlink.totscript | ScriptLink | short | totscript | 154 | 2 |
| scriptlink.pad | ScriptLink | int | pad | 156 | 4 |
| dof_ob | Camera | Object | *dof_ob | 160 | 8 |
| reference | structure | type | name | offset | size |
|---|---|---|---|---|---|
| framenr | ImageUser | int | framenr | 0 | 4 |
| frames | ImageUser | int | frames | 4 | 4 |
| offset | ImageUser | int | offset | 8 | 4 |
| sfra | ImageUser | int | sfra | 12 | 4 |
| fie_ima | ImageUser | short | fie_ima | 16 | 2 |
| cycl | ImageUser | short | cycl | 18 | 2 |
| flag | ImageUser | short | flag | 20 | 2 |
| ok | ImageUser | short | ok | 22 | 2 |
| multi_index | ImageUser | short | multi_index | 24 | 2 |
| layer | ImageUser | short | layer | 26 | 2 |
| pass | ImageUser | short | pass | 28 | 2 |
| menunr | ImageUser | short | menunr | 30 | 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 |
| name | Image | char | name[240] | 72 | 240 |
| ibufs.first | ListBase | void | *first | 312 | 8 |
| ibufs.last | ListBase | void | *last | 320 | 8 |
| anim | Image | anim | *anim | 328 | 8 |
| rr | Image | RenderResult | *rr | 336 | 8 |
| ok | Image | short | ok | 344 | 2 |
| flag | Image | short | flag | 346 | 2 |
| source | Image | short | source | 348 | 2 |
| type | Image | short | type | 350 | 2 |
| pad | Image | short | pad | 352 | 2 |
| pad1 | Image | short | pad1 | 354 | 2 |
| lastframe | Image | int | lastframe | 356 | 4 |
| tpageflag | Image | short | tpageflag | 360 | 2 |
| totbind | Image | short | totbind | 362 | 2 |
| xrep | Image | short | xrep | 364 | 2 |
| yrep | Image | short | yrep | 366 | 2 |
| twsta | Image | short | twsta | 368 | 2 |
| twend | Image | short | twend | 370 | 2 |
| bindcode | Image | int | bindcode | 372 | 4 |
| repbind | Image | int | *repbind | 376 | 8 |
| packedfile | Image | PackedFile | *packedfile | 384 | 8 |
| preview | Image | PreviewImage | *preview | 392 | 8 |
| lastupdate | Image | float | lastupdate | 400 | 4 |
| lastused | Image | int | lastused | 404 | 4 |
| animspeed | Image | short | animspeed | 408 | 2 |
| gen_x | Image | short | gen_x | 410 | 2 |
| gen_y | Image | short | gen_y | 412 | 2 |
| gen_type | Image | short | gen_type | 414 | 2 |
| aspx | Image | float | aspx | 416 | 4 |
| aspy | Image | float | aspy | 420 | 4 |
| vnode | Image | void | *vnode | 424 | 8 |
| 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 |
| texflag | MTex | short | texflag | 84 | 2 |
| colormodel | MTex | short | colormodel | 86 | 2 |
| pmapto | MTex | short | pmapto | 88 | 2 |
| pmaptoneg | MTex | short | pmaptoneg | 90 | 2 |
| normapspace | MTex | short | normapspace | 92 | 2 |
| pad | MTex | short | pad[3] | 94 | 6 |
| r | MTex | float | r | 100 | 4 |
| g | MTex | float | g | 104 | 4 |
| b | MTex | float | b | 108 | 4 |
| k | MTex | float | k | 112 | 4 |
| def_var | MTex | float | def_var | 116 | 4 |
| rt | MTex | float | rt | 120 | 4 |
| colfac | MTex | float | colfac | 124 | 4 |
| norfac | MTex | float | norfac | 128 | 4 |
| varfac | MTex | float | varfac | 132 | 4 |
| dispfac | MTex | float | dispfac | 136 | 4 |
| warpfac | MTex | float | warpfac | 140 | 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 |
|---|---|---|---|---|---|
| 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 |
| noisesize | Tex | float | noisesize | 72 | 4 |
| turbul | Tex | float | turbul | 76 | 4 |
| bright | Tex | float | bright | 80 | 4 |
| contrast | Tex | float | contrast | 84 | 4 |
| rfac | Tex | float | rfac | 88 | 4 |
| gfac | Tex | float | gfac | 92 | 4 |
| bfac | Tex | float | bfac | 96 | 4 |
| filtersize | Tex | float | filtersize | 100 | 4 |
| mg_H | Tex | float | mg_H | 104 | 4 |
| mg_lacunarity | Tex | float | mg_lacunarity | 108 | 4 |
| mg_octaves | Tex | float | mg_octaves | 112 | 4 |
| mg_offset | Tex | float | mg_offset | 116 | 4 |
| mg_gain | Tex | float | mg_gain | 120 | 4 |
| dist_amount | Tex | float | dist_amount | 124 | 4 |
| ns_outscale | Tex | float | ns_outscale | 128 | 4 |
| vn_w1 | Tex | float | vn_w1 | 132 | 4 |
| vn_w2 | Tex | float | vn_w2 | 136 | 4 |
| vn_w3 | Tex | float | vn_w3 | 140 | 4 |
| vn_w4 | Tex | float | vn_w4 | 144 | 4 |
| vn_mexp | Tex | float | vn_mexp | 148 | 4 |
| vn_distm | Tex | short | vn_distm | 152 | 2 |
| vn_coltype | Tex | short | vn_coltype | 154 | 2 |
| noisedepth | Tex | short | noisedepth | 156 | 2 |
| noisetype | Tex | short | noisetype | 158 | 2 |
| noisebasis | Tex | short | noisebasis | 160 | 2 |
| noisebasis2 | Tex | short | noisebasis2 | 162 | 2 |
| imaflag | Tex | short | imaflag | 164 | 2 |
| flag | Tex | short | flag | 166 | 2 |
| type | Tex | short | type | 168 | 2 |
| stype | Tex | short | stype | 170 | 2 |
| cropxmin | Tex | float | cropxmin | 172 | 4 |
| cropymin | Tex | float | cropymin | 176 | 4 |
| cropxmax | Tex | float | cropxmax | 180 | 4 |
| cropymax | Tex | float | cropymax | 184 | 4 |
| xrepeat | Tex | short | xrepeat | 188 | 2 |
| yrepeat | Tex | short | yrepeat | 190 | 2 |
| extend | Tex | short | extend | 192 | 2 |
| fie_ima | Tex | short | fie_ima | 194 | 2 |
| len | Tex | int | len | 196 | 4 |
| frames | Tex | int | frames | 200 | 4 |
| offset | Tex | int | offset | 204 | 4 |
| sfra | Tex | int | sfra | 208 | 4 |
| checkerdist | Tex | float | checkerdist | 212 | 4 |
| nabla | Tex | float | nabla | 216 | 4 |
| norfac | Tex | float | norfac | 220 | 4 |
| iuser.framenr | ImageUser | int | framenr | 224 | 4 |
| iuser.frames | ImageUser | int | frames | 228 | 4 |
| iuser.offset | ImageUser | int | offset | 232 | 4 |
| iuser.sfra | ImageUser | int | sfra | 236 | 4 |
| iuser.fie_ima | ImageUser | short | fie_ima | 240 | 2 |
| iuser.cycl | ImageUser | short | cycl | 242 | 2 |
| iuser.flag | ImageUser | short | flag | 244 | 2 |
| iuser.ok | ImageUser | short | ok | 246 | 2 |
| iuser.multi_index | ImageUser | short | multi_index | 248 | 2 |
| iuser.layer | ImageUser | short | layer | 250 | 2 |
| iuser.pass | ImageUser | short | pass | 252 | 2 |
| iuser.menunr | ImageUser | short | menunr | 254 | 2 |
| ipo | Tex | Ipo | *ipo | 256 | 8 |
| ima | Tex | Image | *ima | 264 | 8 |
| plugin | Tex | PluginTex | *plugin | 272 | 8 |
| coba | Tex | ColorBand | *coba | 280 | 8 |
| env | Tex | EnvMap | *env | 288 | 8 |
| preview | Tex | PreviewImage | *preview | 296 | 8 |
| 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 |
| type | Lamp | short | type | 72 | 2 |
| mode | Lamp | short | mode | 74 | 2 |
| colormodel | Lamp | short | colormodel | 76 | 2 |
| totex | Lamp | short | totex | 78 | 2 |
| r | Lamp | float | r | 80 | 4 |
| g | Lamp | float | g | 84 | 4 |
| b | Lamp | float | b | 88 | 4 |
| k | Lamp | float | k | 92 | 4 |
| energy | Lamp | float | energy | 96 | 4 |
| dist | Lamp | float | dist | 100 | 4 |
| spotsize | Lamp | float | spotsize | 104 | 4 |
| spotblend | Lamp | float | spotblend | 108 | 4 |
| haint | Lamp | float | haint | 112 | 4 |
| att1 | Lamp | float | att1 | 116 | 4 |
| att2 | Lamp | float | att2 | 120 | 4 |
| pad2 | Lamp | int | pad2 | 124 | 4 |
| curfalloff | Lamp | CurveMapping | *curfalloff | 128 | 8 |
| falloff_type | Lamp | short | falloff_type | 136 | 2 |
| pad3 | Lamp | short | pad3 | 138 | 2 |
| clipsta | Lamp | float | clipsta | 140 | 4 |
| clipend | Lamp | float | clipend | 144 | 4 |
| shadspotsize | Lamp | float | shadspotsize | 148 | 4 |
| bias | Lamp | float | bias | 152 | 4 |
| soft | Lamp | float | soft | 156 | 4 |
| bufsize | Lamp | short | bufsize | 160 | 2 |
| samp | Lamp | short | samp | 162 | 2 |
| buffers | Lamp | short | buffers | 164 | 2 |
| filtertype | Lamp | short | filtertype | 166 | 2 |
| bufflag | Lamp | char | bufflag | 168 | 1 |
| buftype | Lamp | char | buftype | 169 | 1 |
| ray_samp | Lamp | short | ray_samp | 170 | 2 |
| ray_sampy | Lamp | short | ray_sampy | 172 | 2 |
| ray_sampz | Lamp | short | ray_sampz | 174 | 2 |
| ray_samp_type | Lamp | short | ray_samp_type | 176 | 2 |
| area_shape | Lamp | short | area_shape | 178 | 2 |
| area_size | Lamp | float | area_size | 180 | 4 |
| area_sizey | Lamp | float | area_sizey | 184 | 4 |
| area_sizez | Lamp | float | area_sizez | 188 | 4 |
| adapt_thresh | Lamp | float | adapt_thresh | 192 | 4 |
| ray_samp_method | Lamp | short | ray_samp_method | 196 | 2 |
| pad1 | Lamp | short | pad1 | 198 | 2 |
| texact | Lamp | short | texact | 200 | 2 |
| shadhalostep | Lamp | short | shadhalostep | 202 | 2 |
| YF_numphotons | Lamp | int | YF_numphotons | 204 | 4 |
| YF_numsearch | Lamp | int | YF_numsearch | 208 | 4 |
| YF_phdepth | Lamp | short | YF_phdepth | 212 | 2 |
| YF_useqmc | Lamp | short | YF_useqmc | 214 | 2 |
| YF_bufsize | Lamp | short | YF_bufsize | 216 | 2 |
| YF_pad | Lamp | short | YF_pad | 218 | 2 |
| YF_causticblur | Lamp | float | YF_causticblur | 220 | 4 |
| YF_ltradius | Lamp | float | YF_ltradius | 224 | 4 |
| YF_glowint | Lamp | float | YF_glowint | 228 | 4 |
| YF_glowofs | Lamp | float | YF_glowofs | 232 | 4 |
| YF_glowtype | Lamp | short | YF_glowtype | 236 | 2 |
| YF_pad2 | Lamp | short | YF_pad2 | 238 | 2 |
| mtex | Lamp | MTex | *mtex[10] | 240 | 80 |
| ipo | Lamp | Ipo | *ipo | 320 | 8 |
| preview | Lamp | PreviewImage | *preview | 328 | 8 |
| scriptlink.scripts | ScriptLink | ID | **scripts | 336 | 8 |
| scriptlink.flag | ScriptLink | short | *flag | 344 | 8 |
| scriptlink.actscript | ScriptLink | short | actscript | 352 | 2 |
| scriptlink.totscript | ScriptLink | short | totscript | 354 | 2 |
| scriptlink.pad | ScriptLink | int | pad | 356 | 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 |
| ipo | Wave | Ipo | *ipo | 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 |
| colormodel | Material | short | colormodel | 72 | 2 |
| flag | Material | short | flag | 74 | 2 |
| r | Material | float | r | 76 | 4 |
| g | Material | float | g | 80 | 4 |
| b | Material | float | b | 84 | 4 |
| specr | Material | float | specr | 88 | 4 |
| specg | Material | float | specg | 92 | 4 |
| specb | Material | float | specb | 96 | 4 |
| mirr | Material | float | mirr | 100 | 4 |
| mirg | Material | float | mirg | 104 | 4 |
| mirb | Material | float | mirb | 108 | 4 |
| ambr | Material | float | ambr | 112 | 4 |
| ambb | Material | float | ambb | 116 | 4 |
| ambg | Material | float | ambg | 120 | 4 |
| amb | Material | float | amb | 124 | 4 |
| emit | Material | float | emit | 128 | 4 |
| ang | Material | float | ang | 132 | 4 |
| spectra | Material | float | spectra | 136 | 4 |
| ray_mirror | Material | float | ray_mirror | 140 | 4 |
| alpha | Material | float | alpha | 144 | 4 |
| ref | Material | float | ref | 148 | 4 |
| spec | Material | float | spec | 152 | 4 |
| zoffs | Material | float | zoffs | 156 | 4 |
| add | Material | float | add | 160 | 4 |
| translucency | Material | float | translucency | 164 | 4 |
| fresnel_mir | Material | float | fresnel_mir | 168 | 4 |
| fresnel_mir_i | Material | float | fresnel_mir_i | 172 | 4 |
| fresnel_tra | Material | float | fresnel_tra | 176 | 4 |
| fresnel_tra_i | Material | float | fresnel_tra_i | 180 | 4 |
| filter | Material | float | filter | 184 | 4 |
| tx_limit | Material | float | tx_limit | 188 | 4 |
| tx_falloff | Material | float | tx_falloff | 192 | 4 |
| ray_depth | Material | short | ray_depth | 196 | 2 |
| ray_depth_tra | Material | short | ray_depth_tra | 198 | 2 |
| har | Material | short | har | 200 | 2 |
| seed1 | Material | char | seed1 | 202 | 1 |
| seed2 | Material | char | seed2 | 203 | 1 |
| gloss_mir | Material | float | gloss_mir | 204 | 4 |
| gloss_tra | Material | float | gloss_tra | 208 | 4 |
| samp_gloss_mir | Material | short | samp_gloss_mir | 212 | 2 |
| samp_gloss_tra | Material | short | samp_gloss_tra | 214 | 2 |
| adapt_thresh_mir | Material | float | adapt_thresh_mir | 216 | 4 |
| adapt_thresh_tra | Material | float | adapt_thresh_tra | 220 | 4 |
| aniso_gloss_mir | Material | float | aniso_gloss_mir | 224 | 4 |
| dist_mir | Material | float | dist_mir | 228 | 4 |
| fadeto_mir | Material | short | fadeto_mir | 232 | 2 |
| shade_flag | Material | short | shade_flag | 234 | 2 |
| mode | Material | int | mode | 236 | 4 |
| mode_l | Material | int | mode_l | 240 | 4 |
| flarec | Material | short | flarec | 244 | 2 |
| starc | Material | short | starc | 246 | 2 |
| linec | Material | short | linec | 248 | 2 |
| ringc | Material | short | ringc | 250 | 2 |
| hasize | Material | float | hasize | 252 | 4 |
| flaresize | Material | float | flaresize | 256 | 4 |
| subsize | Material | float | subsize | 260 | 4 |
| flareboost | Material | float | flareboost | 264 | 4 |
| strand_sta | Material | float | strand_sta | 268 | 4 |
| strand_end | Material | float | strand_end | 272 | 4 |
| strand_ease | Material | float | strand_ease | 276 | 4 |
| strand_surfnor | Material | float | strand_surfnor | 280 | 4 |
| strand_min | Material | float | strand_min | 284 | 4 |
| strand_widthfade | Material | float | strand_widthfade | 288 | 4 |
| strand_uvname | Material | char | strand_uvname[32] | 292 | 32 |
| sbias | Material | float | sbias | 324 | 4 |
| lbias | Material | float | lbias | 328 | 4 |
| shad_alpha | Material | float | shad_alpha | 332 | 4 |
| padf | Material | float | padf | 336 | 4 |
| rgbsel | Material | char | rgbsel | 340 | 1 |
| texact | Material | char | texact | 341 | 1 |
| pr_type | Material | char | pr_type | 342 | 1 |
| use_nodes | Material | char | use_nodes | 343 | 1 |
| pr_back | Material | short | pr_back | 344 | 2 |
| pr_lamp | Material | short | pr_lamp | 346 | 2 |
| septex | Material | short | septex | 348 | 2 |
| ml_flag | Material | short | ml_flag | 350 | 2 |
| diff_shader | Material | short | diff_shader | 352 | 2 |
| spec_shader | Material | short | spec_shader | 354 | 2 |
| roughness | Material | float | roughness | 356 | 4 |
| refrac | Material | float | refrac | 360 | 4 |
| param | Material | float | param[4] | 364 | 16 |
| rms | Material | float | rms | 380 | 4 |
| darkness | Material | float | darkness | 384 | 4 |
| texco | Material | short | texco | 388 | 2 |
| mapto | Material | short | mapto | 390 | 2 |
| ramp_col | Material | ColorBand | *ramp_col | 392 | 8 |
| ramp_spec | Material | ColorBand | *ramp_spec | 400 | 8 |
| rampin_col | Material | char | rampin_col | 408 | 1 |
| rampin_spec | Material | char | rampin_spec | 409 | 1 |
| rampblend_col | Material | char | rampblend_col | 410 | 1 |
| rampblend_spec | Material | char | rampblend_spec | 411 | 1 |
| ramp_show | Material | short | ramp_show | 412 | 2 |
| pad3 | Material | short | pad3 | 414 | 2 |
| rampfac_col | Material | float | rampfac_col | 416 | 4 |
| rampfac_spec | Material | float | rampfac_spec | 420 | 4 |
| mtex | Material | MTex | *mtex[10] | 424 | 80 |
| nodetree | Material | bNodeTree | *nodetree | 504 | 8 |
| ipo | Material | Ipo | *ipo | 512 | 8 |
| group | Material | Group | *group | 520 | 8 |
| preview | Material | PreviewImage | *preview | 528 | 8 |
| friction | Material | float | friction | 536 | 4 |
| fh | Material | float | fh | 540 | 4 |
| reflect | Material | float | reflect | 544 | 4 |
| fhdist | Material | float | fhdist | 548 | 4 |
| xyfrict | Material | float | xyfrict | 552 | 4 |
| dynamode | Material | short | dynamode | 556 | 2 |
| pad2 | Material | short | pad2 | 558 | 2 |
| sss_radius | Material | float | sss_radius[3] | 560 | 12 |
| sss_col | Material | float | sss_col[3] | 572 | 12 |
| sss_error | Material | float | sss_error | 584 | 4 |
| sss_scale | Material | float | sss_scale | 588 | 4 |
| sss_ior | Material | float | sss_ior | 592 | 4 |
| sss_colfac | Material | float | sss_colfac | 596 | 4 |
| sss_texfac | Material | float | sss_texfac | 600 | 4 |
| sss_front | Material | float | sss_front | 604 | 4 |
| sss_back | Material | float | sss_back | 608 | 4 |
| sss_flag | Material | short | sss_flag | 612 | 2 |
| sss_preset | Material | short | sss_preset | 614 | 2 |
| YF_ar | Material | float | YF_ar | 616 | 4 |
| YF_ag | Material | float | YF_ag | 620 | 4 |
| YF_ab | Material | float | YF_ab | 624 | 4 |
| YF_dscale | Material | float | YF_dscale | 628 | 4 |
| YF_dpwr | Material | float | YF_dpwr | 632 | 4 |
| YF_dsmp | Material | int | YF_dsmp | 636 | 4 |
| YF_preset | Material | int | YF_preset | 640 | 4 |
| YF_djit | Material | int | YF_djit | 644 | 4 |
| scriptlink.scripts | ScriptLink | ID | **scripts | 648 | 8 |
| scriptlink.flag | ScriptLink | short | *flag | 656 | 8 |
| scriptlink.actscript | ScriptLink | short | actscript | 664 | 2 |
| scriptlink.totscript | ScriptLink | short | totscript | 666 | 2 |
| scriptlink.pad | ScriptLink | int | pad | 668 | 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 | VFont | char | name[256] | 72 | 256 |
| scale | VFont | float | scale | 328 | 4 |
| pad | VFont | float | pad | 332 | 4 |
| data | VFont | VFontData | *data | 336 | 8 |
| packedfile | VFont | PackedFile | *packedfile | 344 | 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 |
| bb | MetaBall | BoundBox | *bb | 72 | 8 |
| elems.first | ListBase | void | *first | 80 | 8 |
| elems.last | ListBase | void | *last | 88 | 8 |
| disp.first | ListBase | void | *first | 96 | 8 |
| disp.last | ListBase | void | *last | 104 | 8 |
| ipo | MetaBall | Ipo | *ipo | 112 | 8 |
| mat | MetaBall | Material | **mat | 120 | 8 |
| flag | MetaBall | short | flag | 128 | 2 |
| totcol | MetaBall | short | totcol | 130 | 2 |
| texflag | MetaBall | int | texflag | 132 | 4 |
| loc | MetaBall | float | loc[3] | 136 | 12 |
| size | MetaBall | float | size[3] | 148 | 12 |
| rot | MetaBall | float | rot[3] | 160 | 12 |
| wiresize | MetaBall | float | wiresize | 172 | 4 |
| rendersize | MetaBall | float | rendersize | 176 | 4 |
| thresh | MetaBall | float | thresh | 180 | 4 |
| 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 |
| h1 | BezTriple | short | h1 | 48 | 2 |
| h2 | BezTriple | short | h2 | 50 | 2 |
| 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 |
| pad | Nurb | short | pad | 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 |
|---|---|---|---|---|---|
| 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 |
| bb | Curve | BoundBox | *bb | 72 | 8 |
| nurb.first | ListBase | void | *first | 80 | 8 |
| nurb.last | ListBase | void | *last | 88 | 8 |
| disp.first | ListBase | void | *first | 96 | 8 |
| disp.last | ListBase | void | *last | 104 | 8 |
| bevobj | Curve | Object | *bevobj | 112 | 8 |
| taperobj | Curve | Object | *taperobj | 120 | 8 |
| textoncurve | Curve | Object | *textoncurve | 128 | 8 |
| ipo | Curve | Ipo | *ipo | 136 | 8 |
| path | Curve | Path | *path | 144 | 8 |
| key | Curve | Key | *key | 152 | 8 |
| mat | Curve | Material | **mat | 160 | 8 |
| bev.first | ListBase | void | *first | 168 | 8 |
| bev.last | ListBase | void | *last | 176 | 8 |
| loc | Curve | float | loc[3] | 184 | 12 |
| size | Curve | float | size[3] | 196 | 12 |
| rot | Curve | float | rot[3] | 208 | 12 |
| texflag | Curve | int | texflag | 220 | 4 |
| pathlen | Curve | short | pathlen | 224 | 2 |
| totcol | Curve | short | totcol | 226 | 2 |
| flag | Curve | short | flag | 228 | 2 |
| bevresol | Curve | short | bevresol | 230 | 2 |
| width | Curve | float | width | 232 | 4 |
| ext1 | Curve | float | ext1 | 236 | 4 |
| ext2 | Curve | float | ext2 | 240 | 4 |
| resolu | Curve | short | resolu | 244 | 2 |
| resolv | Curve | short | resolv | 246 | 2 |
| resolu_ren | Curve | short | resolu_ren | 248 | 2 |
| resolv_ren | Curve | short | resolv_ren | 250 | 2 |
| pad2 | Curve | int | pad2 | 252 | 4 |
| len | Curve | short | len | 256 | 2 |
| lines | Curve | short | lines | 258 | 2 |
| pos | Curve | short | pos | 260 | 2 |
| spacemode | Curve | short | spacemode | 262 | 2 |
| spacing | Curve | float | spacing | 264 | 4 |
| linedist | Curve | float | linedist | 268 | 4 |
| shear | Curve | float | shear | 272 | 4 |
| fsize | Curve | float | fsize | 276 | 4 |
| wordspace | Curve | float | wordspace | 280 | 4 |
| ulpos | Curve | float | ulpos | 284 | 4 |
| ulheight | Curve | float | ulheight | 288 | 4 |
| xof | Curve | float | xof | 292 | 4 |
| yof | Curve | float | yof | 296 | 4 |
| linewidth | Curve | float | linewidth | 300 | 4 |
| str | Curve | char | *str | 304 | 8 |
| family | Curve | char | family[24] | 312 | 24 |
| vfont | Curve | VFont | *vfont | 336 | 8 |
| vfontb | Curve | VFont | *vfontb | 344 | 8 |
| vfonti | Curve | VFont | *vfonti | 352 | 8 |
| vfontbi | Curve | VFont | *vfontbi | 360 | 8 |
| sepchar | Curve | int | sepchar | 368 | 4 |
| totbox | Curve | int | totbox | 372 | 4 |
| actbox | Curve | int | actbox | 376 | 4 |
| pad | Curve | int | pad | 380 | 4 |
| tb | Curve | TextBox | *tb | 384 | 8 |
| selstart | Curve | int | selstart | 392 | 4 |
| selend | Curve | int | selend | 396 | 4 |
| strinfo | Curve | CharInfo | *strinfo | 400 | 8 |
| curinfo.kern | CharInfo | short | kern | 408 | 2 |
| curinfo.mat_nr | CharInfo | short | mat_nr | 410 | 2 |
| curinfo.flag | CharInfo | char | flag | 412 | 1 |
| curinfo.pad | CharInfo | char | pad | 413 | 1 |
| curinfo.pad2 | CharInfo | short | pad2 | 414 | 2 |
| 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 |
| bb | Mesh | BoundBox | *bb | 72 | 8 |
| effect.first | ListBase | void | *first | 80 | 8 |
| effect.last | ListBase | void | *last | 88 | 8 |
| ipo | Mesh | Ipo | *ipo | 96 | 8 |
| key | Mesh | Key | *key | 104 | 8 |
| mat | Mesh | Material | **mat | 112 | 8 |
| mface | Mesh | MFace | *mface | 120 | 8 |
| mtface | Mesh | MTFace | *mtface | 128 | 8 |
| tface | Mesh | TFace | *tface | 136 | 8 |
| mvert | Mesh | MVert | *mvert | 144 | 8 |
| medge | Mesh | MEdge | *medge | 152 | 8 |
| dvert | Mesh | MDeformVert | *dvert | 160 | 8 |
| mcol | Mesh | MCol | *mcol | 168 | 8 |
| msticky | Mesh | MSticky | *msticky | 176 | 8 |
| texcomesh | Mesh | Mesh | *texcomesh | 184 | 8 |
| mselect | Mesh | MSelect | *mselect | 192 | 8 |
| vdata.layers | CustomData | CustomDataLayer | *layers | 200 | 8 |
| vdata.totlayer | CustomData | int | totlayer | 208 | 4 |
| vdata.maxlayer | CustomData | int | maxlayer | 212 | 4 |
| vdata.totsize | CustomData | int | totsize | 216 | 4 |
| vdata.pad | CustomData | int | pad | 220 | 4 |
| edata.layers | CustomData | CustomDataLayer | *layers | 224 | 8 |
| edata.totlayer | CustomData | int | totlayer | 232 | 4 |
| edata.maxlayer | CustomData | int | maxlayer | 236 | 4 |
| edata.totsize | CustomData | int | totsize | 240 | 4 |
| edata.pad | CustomData | int | pad | 244 | 4 |
| fdata.layers | CustomData | CustomDataLayer | *layers | 248 | 8 |
| fdata.totlayer | CustomData | int | totlayer | 256 | 4 |
| fdata.maxlayer | CustomData | int | maxlayer | 260 | 4 |
| fdata.totsize | CustomData | int | totsize | 264 | 4 |
| fdata.pad | CustomData | int | pad | 268 | 4 |
| totvert | Mesh | int | totvert | 272 | 4 |
| totedge | Mesh | int | totedge | 276 | 4 |
| totface | Mesh | int | totface | 280 | 4 |
| totselect | Mesh | int | totselect | 284 | 4 |
| act_face | Mesh | int | act_face | 288 | 4 |
| texflag | Mesh | int | texflag | 292 | 4 |
| loc | Mesh | float | loc[3] | 296 | 12 |
| size | Mesh | float | size[3] | 308 | 12 |
| rot | Mesh | float | rot[3] | 320 | 12 |
| cubemapsize | Mesh | float | cubemapsize | 332 | 4 |
| pad | Mesh | float | pad | 336 | 4 |
| smoothresh | Mesh | short | smoothresh | 340 | 2 |
| flag | Mesh | short | flag | 342 | 2 |
| subdiv | Mesh | short | subdiv | 344 | 2 |
| subdivr | Mesh | short | subdivr | 346 | 2 |
| totcol | Mesh | short | totcol | 348 | 2 |
| subsurftype | Mesh | short | subsurftype | 350 | 2 |
| mr | Mesh | Multires | *mr | 352 | 8 |
| pv | Mesh | PartialVisibility | *pv | 360 | 8 |
| vnode | Mesh | void | *vnode | 368 | 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 |
| pad | MFace | char | pad | 16 | 1 |
| mat_nr | MFace | char | mat_nr | 17 | 1 |
| 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 |
| flag | MVert | char | flag | 18 | 1 |
| mat_nr | MVert | char | mat_nr | 19 | 1 |
| bweight | MVert | char | bweight | 20 | 1 |
| pad | MVert | char | pad[3] | 21 | 3 |
| 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 |
|---|---|---|---|---|---|
| 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 |
|---|---|---|---|---|---|
| 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 |
| edge_boundary_states | MultiresLevel | char | *edge_boundary_states | 40 | 8 |
| vert_edge_map | MultiresLevel | ListBase | *vert_edge_map | 48 | 8 |
| vert_face_map | MultiresLevel | ListBase | *vert_face_map | 56 | 8 |
| map_mem | MultiresLevel | MultiresMapNode | *map_mem | 64 | 8 |
| totvert | MultiresLevel | int | totvert | 72 | 4 |
| totface | MultiresLevel | int | totface | 76 | 4 |
| totedge | MultiresLevel | int | totedge | 80 | 4 |
| pad | MultiresLevel | int | pad | 84 | 4 |
| verts | MultiresLevel | MVert | *verts | 88 | 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 |
| fdata.layers | CustomData | CustomDataLayer | *layers | 56 | 8 |
| fdata.totlayer | CustomData | int | totlayer | 64 | 4 |
| fdata.maxlayer | CustomData | int | maxlayer | 68 | 4 |
| fdata.totsize | CustomData | int | totsize | 72 | 4 |
| fdata.pad | CustomData | int | pad | 76 | 4 |
| edge_flags | Multires | short | *edge_flags | 80 | 8 |
| edge_creases | Multires | char | *edge_creases | 88 | 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 |
| name | ModifierData | char | name[32] | 24 | 32 |
| error | ModifierData | char | *error | 56 | 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.name | ModifierData | char | name[32] | 24 | 32 |
| modifier.error | ModifierData | char | *error | 56 | 8 |
| subdivType | SubsurfModifierData | short | subdivType | 64 | 2 |
| levels | SubsurfModifierData | short | levels | 66 | 2 |
| renderLevels | SubsurfModifierData | short | renderLevels | 68 | 2 |
| flags | SubsurfModifierData | short | flags | 70 | 2 |
| emCache | SubsurfModifierData | void | *emCache | 72 | 8 |
| mCache | SubsurfModifierData | void | *mCache | 80 | 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.name | ModifierData | char | name[32] | 24 | 32 |
| modifier.error | ModifierData | char | *error | 56 | 8 |
| object | LatticeModifierData | Object | *object | 64 | 8 |
| name | LatticeModifierData | char | name[32] | 72 | 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.name | ModifierData | char | name[32] | 24 | 32 |
| modifier.error | ModifierData | char | *error | 56 | 8 |
| object | CurveModifierData | Object | *object | 64 | 8 |
| name | CurveModifierData | char | name[32] | 72 | 32 |
| defaxis | CurveModifierData | short | defaxis | 104 | 2 |
| pad | CurveModifierData | char | pad[6] | 106 | 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.name | ModifierData | char | name[32] | 24 | 32 |
| modifier.error | ModifierData | char | *error | 56 | 8 |
| start | BuildModifierData | float | start | 64 | 4 |
| length | BuildModifierData | float | length | 68 | 4 |
| randomize | BuildModifierData | int | randomize | 72 | 4 |
| seed | BuildModifierData | int | seed | 76 | 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.name | ModifierData | char | name[32] | 24 | 32 |
| modifier.error | ModifierData | char | *error | 56 | 8 |
| start_cap | ArrayModifierData | Object | *start_cap | 64 | 8 |
| end_cap | ArrayModifierData | Object | *end_cap | 72 | 8 |
| curve_ob | ArrayModifierData | Object | *curve_ob | 80 | 8 |
| offset_ob | ArrayModifierData | Object | *offset_ob | 88 | 8 |
| offset | ArrayModifierData | float | offset[3] | 96 | 12 |
| scale | ArrayModifierData | float | scale[3] | 108 | 12 |
| length | ArrayModifierData | float | length | 120 | 4 |
| merge_dist | ArrayModifierData | float | merge_dist | 124 | 4 |
| fit_type | ArrayModifierData | int | fit_type | 128 | 4 |
| offset_type | ArrayModifierData | int | offset_type | 132 | 4 |
| flags | ArrayModifierData | int | flags | 136 | 4 |
| count | ArrayModifierData | int | count | 140 | 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.name | ModifierData | char | name[32] | 24 | 32 |
| modifier.error | ModifierData | char | *error | 56 | 8 |
| axis | MirrorModifierData | short | axis | 64 | 2 |
| flag | MirrorModifierData | short | flag | 66 | 2 |
| tolerance | MirrorModifierData | float | tolerance | 68 | 4 |
| mirror_ob | MirrorModifierData | Object | *mirror_ob | 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.name | ModifierData | char | name[32] | 24 | 32 |
| modifier.error | ModifierData | char | *error | 56 | 8 |
| split_angle | EdgeSplitModifierData | float | split_angle | 64 | 4 |
| flags | EdgeSplitModifierData | int | flags | 68 | 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.name | ModifierData | char | name[32] | 24 | 32 |
| modifier.error | ModifierData | char | *error | 56 | 8 |
| value | BevelModifierData | float | value | 64 | 4 |
| res | BevelModifierData | int | res | 68 | 4 |
| pad | BevelModifierData | int | pad | 72 | 4 |
| flags | BevelModifierData | short | flags | 76 | 2 |
| val_flags | BevelModifierData | short | val_flags | 78 | 2 |
| lim_flags | BevelModifierData | short | lim_flags | 80 | 2 |
| e_flags | BevelModifierData | short | e_flags | 82 | 2 |
| bevel_angle | BevelModifierData | float | bevel_angle | 84 | 4 |
| defgrp_name | BevelModifierData | char | defgrp_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.name | ModifierData | char | name[32] | 24 | 32 |
| modifier.error | ModifierData | char | *error | 56 | 8 |
| pad | BMeshModifierData | float | pad | 64 | 4 |
| type | BMeshModifierData | int | type | 68 | 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.name | ModifierData | char | name[32] | 24 | 32 |
| modifier.error | ModifierData | char | *error | 56 | 8 |
| texture | DisplaceModifierData | Tex | *texture | 64 | 8 |
| strength | DisplaceModifierData | float | strength | 72 | 4 |
| direction | DisplaceModifierData | int | direction | 76 | 4 |
| defgrp_name | DisplaceModifierData | char | defgrp_name[32] | 80 | 32 |
| midlevel | DisplaceModifierData | float | midlevel | 112 | 4 |
| texmapping | DisplaceModifierData | int | texmapping | 116 | 4 |
| map_object | DisplaceModifierData | Object | *map_object | 120 | 8 |
| uvlayer_name | DisplaceModifierData | char | uvlayer_name[32] | 128 | 32 |
| uvlayer_tmp | DisplaceModifierData | int | uvlayer_tmp | 160 | 4 |
| pad | DisplaceModifierData | int | pad | 164 | 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.name | ModifierData | char | name[32] | 24 | 32 |
| modifier.error | ModifierData | char | *error | 56 | 8 |
| projectors | UVProjectModifierData | Object | *projectors[10] | 64 | 80 |
| image | UVProjectModifierData | Image | *image | 144 | 8 |
| flags | UVProjectModifierData | int | flags | 152 | 4 |
| num_projectors | UVProjectModifierData | int | num_projectors | 156 | 4 |
| aspectx | UVProjectModifierData | float | aspectx | 160 | 4 |
| aspecty | UVProjectModifierData | float | aspecty | 164 | 4 |
| uvlayer_name | UVProjectModifierData | char | uvlayer_name[32] | 168 | 32 |
| uvlayer_tmp | UVProjectModifierData | int | uvlayer_tmp | 200 | 4 |
| pad | UVProjectModifierData | int | pad | 204 | 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.name | ModifierData | char | name[32] | 24 | 32 |
| modifier.error | ModifierData | char | *error | 56 | 8 |
| percent | DecimateModifierData | float | percent | 64 | 4 |
| faceCount | DecimateModifierData | int | faceCount | 68 | 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.name | ModifierData | char | name[32] | 24 | 32 |
| modifier.error | ModifierData | char | *error | 56 | 8 |
| fac | SmoothModifierData | float | fac | 64 | 4 |
| defgrp_name | SmoothModifierData | char | defgrp_name[32] | 68 | 32 |
| flag | SmoothModifierData | short | flag | 100 | 2 |
| repeat | SmoothModifierData | short | repeat | 102 | 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.name | ModifierData | char | name[32] | 24 | 32 |
| modifier.error | ModifierData | char | *error | 56 | 8 |
| object | CastModifierData | Object | *object | 64 | 8 |
| fac | CastModifierData | float | fac | 72 | 4 |
| radius | CastModifierData | float | radius | 76 | 4 |
| size | CastModifierData | float | size | 80 | 4 |
| defgrp_name | CastModifierData | char | defgrp_name[32] | 84 | 32 |
| flag | CastModifierData | short | flag | 116 | 2 |
| type | CastModifierData | short | type | 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.name | ModifierData | char | name[32] | 24 | 32 |
| modifier.error | ModifierData | char | *error | 56 | 8 |
| objectcenter | WaveModifierData | Object | *objectcenter | 64 | 8 |
| defgrp_name | WaveModifierData | char | defgrp_name[32] | 72 | 32 |
| texture | WaveModifierData | Tex | *texture | 104 | 8 |
| map_object | WaveModifierData | Object | *map_object | 112 | 8 |
| flag | WaveModifierData | short | flag | 120 | 2 |
| pad | WaveModifierData | short | pad | 122 | 2 |
| startx | WaveModifierData | float | startx | 124 | 4 |
| starty | WaveModifierData | float | starty | 128 | 4 |
| height | WaveModifierData | float | height | 132 | 4 |
| width | WaveModifierData | float | width | 136 | 4 |
| narrow | WaveModifierData | float | narrow | 140 | 4 |
| speed | WaveModifierData | float | speed | 144 | 4 |
| damp | WaveModifierData | float | damp | 148 | 4 |
| texmapping | WaveModifierData | int | texmapping | 152 | 4 |
| uvlayer_tmp | WaveModifierData | int | uvlayer_tmp | 156 | 4 |
| uvlayer_name | WaveModifierData | char | uvlayer_name[32] | 160 | 32 |
| timeoffs | WaveModifierData | float | timeoffs | 192 | 4 |
| lifetime | WaveModifierData | float | lifetime | 196 | 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.name | ModifierData | char | name[32] | 24 | 32 |
| modifier.error | ModifierData | char | *error | 56 | 8 |
| deformflag | ArmatureModifierData | short | deformflag | 64 | 2 |
| multi | ArmatureModifierData | short | multi | 66 | 2 |
| pad2 | ArmatureModifierData | int | pad2 | 68 | 4 |
| object | ArmatureModifierData | Object | *object | 72 | 8 |
| prevCos | ArmatureModifierData | float | *prevCos | 80 | 8 |
| defgrp_name | ArmatureModifierData | char | defgrp_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.name | ModifierData | char | name[32] | 24 | 32 |
| modifier.error | ModifierData | char | *error | 56 | 8 |
| object | HookModifierData | Object | *object | 64 | 8 |
| parentinv | HookModifierData | float | parentinv[4][4] | 72 | 64 |
| cent | HookModifierData | float | cent[3] | 136 | 12 |
| falloff | HookModifierData | float | falloff | 148 | 4 |
| indexar | HookModifierData | int | *indexar | 152 | 8 |
| totindex | HookModifierData | int | totindex | 160 | 4 |
| force | HookModifierData | float | force | 164 | 4 |
| name | HookModifierData | char | name[32] | 168 | 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.name | ModifierData | char | name[32] | 24 | 32 |
| modifier.error | ModifierData | char | *error | 56 | 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.name | ModifierData | char | name[32] | 24 | 32 |
| modifier.error | ModifierData | char | *error | 56 | 8 |
| clothObject | ClothModifierData | Cloth | *clothObject | 64 | 8 |
| sim_parms | ClothModifierData | ClothSimSettings | *sim_parms | 72 | 8 |
| coll_parms | ClothModifierData | ClothCollSettings | *coll_parms | 80 | 8 |
| point_cache | ClothModifierData | 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.name | ModifierData | char | name[32] | 24 | 32 |
| modifier.error | ModifierData | char | *error | 56 | 8 |
| x | CollisionModifierData | MVert | *x | 64 | 8 |
| xnew | CollisionModifierData | MVert | *xnew | 72 | 8 |
| xold | CollisionModifierData | MVert | *xold | 80 | 8 |
| current_xnew | CollisionModifierData | MVert | *current_xnew | 88 | 8 |
| current_x | CollisionModifierData | MVert | *current_x | 96 | 8 |
| current_v | CollisionModifierData | MVert | *current_v | 104 | 8 |
| mfaces | CollisionModifierData | MFace | *mfaces | 112 | 8 |
| numverts | CollisionModifierData | int | numverts | 120 | 4 |
| numfaces | CollisionModifierData | int | numfaces | 124 | 4 |
| pad | CollisionModifierData | int | pad | 128 | 4 |
| time | CollisionModifierData | float | time | 132 | 4 |
| bvh | CollisionModifierData | BVH | *bvh | 136 | 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.name | ModifierData | char | name[32] | 24 | 32 |
| modifier.error | ModifierData | char | *error | 56 | 8 |
| object | BooleanModifierData | Object | *object | 64 | 8 |
| operation | BooleanModifierData | int | operation | 72 | 4 |
| pad | BooleanModifierData | int | pad | 76 | 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.name | ModifierData | char | name[32] | 24 | 32 |
| modifier.error | ModifierData | char | *error | 56 | 8 |
| object | MeshDeformModifierData | Object | *object | 64 | 8 |
| defgrp_name | MeshDeformModifierData | char | defgrp_name[32] | 72 | 32 |
| gridsize | MeshDeformModifierData | short | gridsize | 104 | 2 |
| needbind | MeshDeformModifierData | short | needbind | 106 | 2 |
| flag | MeshDeformModifierData | short | flag | 108 | 2 |
| pad | MeshDeformModifierData | short | pad | 110 | 2 |
| bindweights | MeshDeformModifierData | float | *bindweights | 112 | 8 |
| bindcos | MeshDeformModifierData | float | *bindcos | 120 | 8 |
| totvert | MeshDeformModifierData | int | totvert | 128 | 4 |
| totcagevert | MeshDeformModifierData | int | totcagevert | 132 | 4 |
| dyngrid | MeshDeformModifierData | MDefCell | *dyngrid | 136 | 8 |
| dyninfluences | MeshDeformModifierData | MDefInfluence | *dyninfluences | 144 | 8 |
| dynverts | MeshDeformModifierData | int | *dynverts | 152 | 8 |
| pad2 | MeshDeformModifierData | int | *pad2 | 160 | 8 |
| dyngridsize | MeshDeformModifierData | int | dyngridsize | 168 | 4 |
| totinfluence | MeshDeformModifierData | int | totinfluence | 172 | 4 |
| dyncellmin | MeshDeformModifierData | float | dyncellmin[3] | 176 | 12 |
| dyncellwidth | MeshDeformModifierData | float | dyncellwidth | 188 | 4 |
| bindmat | MeshDeformModifierData | float | bindmat[4][4] | 192 | 64 |
| 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.name | ModifierData | char | name[32] | 24 | 32 |
| modifier.error | ModifierData | char | *error | 56 | 8 |
| psys | ParticleSystemModifierData | ParticleSystem | *psys | 64 | 8 |
| dm | ParticleSystemModifierData | DerivedMesh | *dm | 72 | 8 |
| totdmvert | ParticleSystemModifierData | int | totdmvert | 80 | 4 |
| totdmedge | ParticleSystemModifierData | int | totdmedge | 84 | 4 |
| totdmface | ParticleSystemModifierData | int | totdmface | 88 | 4 |
| flag | ParticleSystemModifierData | short | flag | 92 | 2 |
| rt | ParticleSystemModifierData | short | rt | 94 | 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.name | ModifierData | char | name[32] | 24 | 32 |
| modifier.error | ModifierData | char | *error | 56 | 8 |
| ob | ParticleInstanceModifierData | Object | *ob | 64 | 8 |
| psys | ParticleInstanceModifierData | short | psys | 72 | 2 |
| flag | ParticleInstanceModifierData | short | flag | 74 | 2 |
| rt | ParticleInstanceModifierData | short | rt[2] | 76 | 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.name | ModifierData | char | name[32] | 24 | 32 |
| modifier.error | ModifierData | char | *error | 56 | 8 |
| facepa | ExplodeModifierData | int | *facepa | 64 | 8 |
| flag | ExplodeModifierData | short | flag | 72 | 2 |
| vgroup | ExplodeModifierData | short | vgroup | 74 | 2 |
| protect | ExplodeModifierData | float | protect | 76 | 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 |
| pntsu | Lattice | short | pntsu | 72 | 2 |
| pntsv | Lattice | short | pntsv | 74 | 2 |
| pntsw | Lattice | short | pntsw | 76 | 2 |
| flag | Lattice | short | flag | 78 | 2 |
| opntsu | Lattice | short | opntsu | 80 | 2 |
| opntsv | Lattice | short | opntsv | 82 | 2 |
| opntsw | Lattice | short | opntsw | 84 | 2 |
| pad2 | Lattice | short | pad2 | 86 | 2 |
| typeu | Lattice | char | typeu | 88 | 1 |
| typev | Lattice | char | typev | 89 | 1 |
| typew | Lattice | char | typew | 90 | 1 |
| type | Lattice | char | type | 91 | 1 |
| pad | Lattice | int | pad | 92 | 4 |
| fu | Lattice | float | fu | 96 | 4 |
| fv | Lattice | float | fv | 100 | 4 |
| fw | Lattice | float | fw | 104 | 4 |
| du | Lattice | float | du | 108 | 4 |
| dv | Lattice | float | dv | 112 | 4 |
| dw | Lattice | float | dw | 116 | 4 |
| def | Lattice | BPoint | *def | 120 | 8 |
| ipo | Lattice | Ipo | *ipo | 128 | 8 |
| key | Lattice | Key | *key | 136 | 8 |
| dvert | Lattice | MDeformVert | *dvert | 144 | 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 |
| type | Object | short | type | 72 | 2 |
| partype | Object | short | partype | 74 | 2 |
| par1 | Object | int | par1 | 76 | 4 |
| par2 | Object | int | par2 | 80 | 4 |
| par3 | Object | int | par3 | 84 | 4 |
| parsubstr | Object | char | parsubstr[32] | 88 | 32 |
| parent | Object | Object | *parent | 120 | 8 |
| track | Object | Object | *track | 128 | 8 |
| proxy | Object | Object | *proxy | 136 | 8 |
| proxy_group | Object | Object | *proxy_group | 144 | 8 |
| proxy_from | Object | Object | *proxy_from | 152 | 8 |
| ipo | Object | Ipo | *ipo | 160 | 8 |
| path | Object | Path | *path | 168 | 8 |
| bb | Object | BoundBox | *bb | 176 | 8 |
| action | Object | bAction | *action | 184 | 8 |
| poselib | Object | bAction | *poselib | 192 | 8 |
| pose | Object | bPose | *pose | 200 | 8 |
| data | Object | void | *data | 208 | 8 |
| constraintChannels.first | ListBase | void | *first | 216 | 8 |
| constraintChannels.last | ListBase | void | *last | 224 | 8 |
| effect.first | ListBase | void | *first | 232 | 8 |
| effect.last | ListBase | void | *last | 240 | 8 |
| disp.first | ListBase | void | *first | 248 | 8 |
| disp.last | ListBase | void | *last | 256 | 8 |
| defbase.first | ListBase | void | *first | 264 | 8 |
| defbase.last | ListBase | void | *last | 272 | 8 |
| modifiers.first | ListBase | void | *first | 280 | 8 |
| modifiers.last | ListBase | void | *last | 288 | 8 |
| mat | Object | Material | **mat | 296 | 8 |
| loc | Object | float | loc[3] | 304 | 12 |
| dloc | Object | float | dloc[3] | 316 | 12 |
| orig | Object | float | orig[3] | 328 | 12 |
| size | Object | float | size[3] | 340 | 12 |
| dsize | Object | float | dsize[3] | 352 | 12 |
| rot | Object | float | rot[3] | 364 | 12 |
| drot | Object | float | drot[3] | 376 | 12 |
| obmat | Object | float | obmat[4][4] | 388 | 64 |
| parentinv | Object | float | parentinv[4][4] | 452 | 64 |
| constinv | Object | float | constinv[4][4] | 516 | 64 |
| imat | Object | float | imat[4][4] | 580 | 64 |
| lay | Object | int | lay | 644 | 4 |
| flag | Object | short | flag | 648 | 2 |
| colbits | Object | short | colbits | 650 | 2 |
| transflag | Object | short | transflag | 652 | 2 |
| ipoflag | Object | short | ipoflag | 654 | 2 |
| trackflag | Object | short | trackflag | 656 | 2 |
| upflag | Object | short | upflag | 658 | 2 |
| nlaflag | Object | short | nlaflag | 660 | 2 |
| protectflag | Object | short | protectflag | 662 | 2 |
| ipowin | Object | short | ipowin | 664 | 2 |
| scaflag | Object | short | scaflag | 666 | 2 |
| scavisflag | Object | short | scavisflag | 668 | 2 |
| boundtype | Object | short | boundtype | 670 | 2 |
| dupon | Object | int | dupon | 672 | 4 |
| dupoff | Object | int | dupoff | 676 | 4 |
| dupsta | Object | int | dupsta | 680 | 4 |
| dupend | Object | int | dupend | 684 | 4 |
| sf | Object | float | sf | 688 | 4 |
| ctime | Object | float | ctime | 692 | 4 |
| mass | Object | float | mass | 696 | 4 |
| damping | Object | float | damping | 700 | 4 |
| inertia | Object | float | inertia | 704 | 4 |
| formfactor | Object | float | formfactor | 708 | 4 |
| rdamping | Object | float | rdamping | 712 | 4 |
| sizefac | Object | float | sizefac | 716 | 4 |
| dt | Object | char | dt | 720 | 1 |
| dtx | Object | char | dtx | 721 | 1 |
| totcol | Object | char | totcol | 722 | 1 |
| actcol | Object | char | actcol | 723 | 1 |
| empty_drawtype | Object | char | empty_drawtype | 724 | 1 |
| pad1 | Object | char | pad1[3] | 725 | 3 |
| empty_drawsize | Object | float | empty_drawsize | 728 | 4 |
| dupfacesca | Object | float | dupfacesca | 732 | 4 |
| scriptlink.scripts | ScriptLink | ID | **scripts | 736 | 8 |
| scriptlink.flag | ScriptLink | short | *flag | 744 | 8 |
| scriptlink.actscript | ScriptLink | short | actscript | 752 | 2 |
| scriptlink.totscript | ScriptLink | short | totscript | 754 | 2 |
| scriptlink.pad | ScriptLink | int | pad | 756 | 4 |
| prop.first | ListBase | void | *first | 760 | 8 |
| prop.last | ListBase | void | *last | 768 | 8 |
| sensors.first | ListBase | void | *first | 776 | 8 |
| sensors.last | ListBase | void | *last | 784 | 8 |
| controllers.first | ListBase | void | *first | 792 | 8 |
| controllers.last | ListBase | void | *last | 800 | 8 |
| actuators.first | ListBase | void | *first | 808 | 8 |
| actuators.last | ListBase | void | *last | 816 | 8 |
| bbsize | Object | float | bbsize[3] | 824 | 12 |
| index | Object | short | index | 836 | 2 |
| actdef | Object | short | actdef | 838 | 2 |
| col | Object | float | col[4] | 840 | 16 |
| gameflag | Object | int | gameflag | 856 | 4 |
| gameflag2 | Object | int | gameflag2 | 860 | 4 |
| softflag | Object | short | softflag | 864 | 2 |
| recalc | Object | short | recalc | 866 | 2 |
| anisotropicFriction | Object | float | anisotropicFriction[3] | 868 | 12 |
| constraints.first | ListBase | void | *first | 880 | 8 |
| constraints.last | ListBase | void | *last | 888 | 8 |
| nlastrips.first | ListBase | void | *first | 896 | 8 |
| nlastrips.last | ListBase | void | *last | 904 | 8 |
| hooks.first | ListBase | void | *first | 912 | 8 |
| hooks.last | ListBase | void | *last | 920 | 8 |
| particlesystem.first | ListBase | void | *first | 928 | 8 |
| particlesystem.last | ListBase | void | *last | 936 | 8 |
| pd | Object | PartDeflect | *pd | 944 | 8 |
| soft | Object | SoftBody | *soft | 952 | 8 |
| dup_group | Object | Group | *dup_group | 960 | 8 |
| fluidsimFlag | Object | short | fluidsimFlag | 968 | 2 |
| restrictflag | Object | short | restrictflag | 970 | 2 |
| shapenr | Object | short | shapenr | 972 | 2 |
| shapeflag | Object | short | shapeflag | 974 | 2 |
| smoothresh | Object | float | smoothresh | 976 | 4 |
| recalco | Object | short | recalco | 980 | 2 |
| pad4 | Object | short | pad4 | 982 | 2 |
| fluidsimSettings | Object | FluidsimSettings | *fluidsimSettings | 984 | 8 |
| derivedDeform | Object | DerivedMesh | *derivedDeform | 992 | 8 |
| derivedFinal | Object | DerivedMesh | *derivedFinal | 1000 | 8 |
| lastDataMask | Object | int | lastDataMask | 1008 | 4 |
| state | Object | int | state | 1012 | 4 |
| init_state | Object | int | init_state | 1016 | 4 |
| pad2 | Object | int | pad2 | 1020 | 4 |
| vnode | Object | void | *vnode | 1024 | 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 |
|---|---|---|---|---|---|
| deflect | PartDeflect | short | deflect | 0 | 2 |
| forcefield | PartDeflect | short | forcefield | 2 | 2 |
| flag | PartDeflect | short | flag | 4 | 2 |
| falloff | PartDeflect | short | falloff | 6 | 2 |
| pdef_damp | PartDeflect | float | pdef_damp | 8 | 4 |
| pdef_rdamp | PartDeflect | float | pdef_rdamp | 12 | 4 |
| pdef_perm | PartDeflect | float | pdef_perm | 16 | 4 |
| pdef_frict | PartDeflect | float | pdef_frict | 20 | 4 |
| pdef_rfrict | PartDeflect | float | pdef_rfrict | 24 | 4 |
| f_strength | PartDeflect | float | f_strength | 28 | 4 |
| f_power | PartDeflect | float | f_power | 32 | 4 |
| f_dist | PartDeflect | float | f_dist | 36 | 4 |
| f_damp | PartDeflect | float | f_damp | 40 | 4 |
| maxdist | PartDeflect | float | maxdist | 44 | 4 |
| mindist | PartDeflect | float | mindist | 48 | 4 |
| maxrad | PartDeflect | float | maxrad | 52 | 4 |
| minrad | PartDeflect | float | minrad | 56 | 4 |
| f_power_r | PartDeflect | float | f_power_r | 60 | 4 |
| pdef_sbdamp | PartDeflect | float | pdef_sbdamp | 64 | 4 |
| pdef_sbift | PartDeflect | float | pdef_sbift | 68 | 4 |
| pdef_sboft | PartDeflect | float | pdef_sboft | 72 | 4 |
| clump_fac | PartDeflect | float | clump_fac | 76 | 4 |
| clump_pow | PartDeflect | float | clump_pow | 80 | 4 |
| kink_freq | PartDeflect | float | kink_freq | 84 | 4 |
| kink_shape | PartDeflect | float | kink_shape | 88 | 4 |
| kink_amp | PartDeflect | float | kink_amp | 92 | 4 |
| free_end | PartDeflect | float | free_end | 96 | 4 |
| tex_nabla | PartDeflect | float | tex_nabla | 100 | 4 |
| tex_mode | PartDeflect | short | tex_mode | 104 | 2 |
| kink | PartDeflect | short | kink | 106 | 2 |
| kink_axis | PartDeflect | short | kink_axis | 108 | 2 |
| rt2 | PartDeflect | short | rt2 | 110 | 2 |
| tex | PartDeflect | Tex | *tex | 112 | 8 |
| reference | structure | type | name | offset | size |
|---|---|---|---|---|---|
| flag | PointCache | int | flag | 0 | 4 |
| simframe | PointCache | int | simframe | 4 | 4 |
| startframe | PointCache | int | startframe | 8 | 4 |
| endframe | PointCache | int | endframe | 12 | 4 |
| editframe | PointCache | int | editframe | 16 | 4 |
| reference | structure | type | name | offset | size |
|---|---|---|---|---|---|
| vec | SBVertex | float | vec[4] | 0 | 16 |
| reference | structure | type | name | offset | size |
|---|---|---|---|---|---|
| particles | SoftBody | ParticleSystem | *particles | 0 | 8 |
| totpoint | SoftBody | int | totpoint | 8 | 4 |
| totspring | SoftBody | int | totspring | 12 | 4 |
| bpoint | SoftBody | BodyPoint | *bpoint | 16 | 8 |
| bspring | SoftBody | BodySpring | *bspring | 24 | 8 |
| pad | SoftBody | float | pad | 32 | 4 |
| nodemass | SoftBody | float | nodemass | 36 | 4 |
| grav | SoftBody | float | grav | 40 | 4 |
| mediafrict | SoftBody | float | mediafrict | 44 | 4 |
| rklimit | SoftBody | float | rklimit | 48 | 4 |
| physics_speed | SoftBody | float | physics_speed | 52 | 4 |
| goalspring | SoftBody | float | goalspring | 56 | 4 |
| goalfrict | SoftBody | float | goalfrict | 60 | 4 |
| mingoal | SoftBody | float | mingoal | 64 | 4 |
| maxgoal | SoftBody | float | maxgoal | 68 | 4 |
| defgoal | SoftBody | float | defgoal | 72 | 4 |
| vertgroup | SoftBody | short | vertgroup | 76 | 2 |
| fuzzyness | SoftBody | short | fuzzyness | 78 | 2 |
| inspring | SoftBody | float | inspring | 80 | 4 |
| infrict | SoftBody | float | infrict | 84 | 4 |
| sfra | SoftBody | int | sfra | 88 | 4 |
| efra | SoftBody | int | efra | 92 | 4 |
| interval | SoftBody | int | interval | 96 | 4 |
| local | SoftBody | short | local | 100 | 2 |
| solverflags | SoftBody | short | solverflags | 102 | 2 |
| keys | SoftBody | SBVertex | **keys | 104 | 8 |
| totpointkey | SoftBody | int | totpointkey | 112 | 4 |
| totkey | SoftBody | int | totkey | 116 | 4 |
| secondspring | SoftBody | float | secondspring | 120 | 4 |
| colball | SoftBody | float | colball | 124 | 4 |
| balldamp | SoftBody | float | balldamp | 128 | 4 |
| ballstiff | SoftBody | float | ballstiff | 132 | 4 |
| sbc_mode | SoftBody | short | sbc_mode | 136 | 2 |
| aeroedge | SoftBody | short | aeroedge | 138 | 2 |
| minloops | SoftBody | short | minloops | 140 | 2 |
| maxloops | SoftBody | short | maxloops | 142 | 2 |
| choke | SoftBody | short | choke | 144 | 2 |
| solver_ID | SoftBody | short | solver_ID | 146 | 2 |
| plastic | SoftBody | short | plastic | 148 | 2 |
| springpreload | SoftBody | short | springpreload | 150 | 2 |
| scratch | SoftBody | SBScratch | *scratch | 152 | 8 |
| shearstiff | SoftBody | float | shearstiff | 160 | 4 |
| inpush | SoftBody | float | inpush | 164 | 4 |
| pointcache | SoftBody | PointCache | *pointcache | 168 | 8 |
| reference | structure | type | name | offset | size |
|---|---|---|---|---|---|
| type | FluidsimSettings | short | type | 0 | 2 |
| show_advancedoptions | FluidsimSettings | short | show_advancedoptions | 2 | 2 |
| resolutionxyz | FluidsimSettings | short | resolutionxyz | 4 | 2 |
| previewresxyz | FluidsimSettings | short | previewresxyz | 6 | 2 |
| realsize | FluidsimSettings | float | realsize | 8 | 4 |
| guiDisplayMode | FluidsimSettings | short | guiDisplayMode | 12 | 2 |
| renderDisplayMode | FluidsimSettings | short | renderDisplayMode | 14 | 2 |
| viscosityValue | FluidsimSettings | float | viscosityValue | 16 | 4 |
| viscosityMode | FluidsimSettings | short | viscosityMode | 20 | 2 |
| viscosityExponent | FluidsimSettings | short | viscosityExponent | 22 | 2 |
| gravx | FluidsimSettings | float | gravx | 24 | 4 |
| gravy | FluidsimSettings | float | gravy | 28 | 4 |
| gravz | FluidsimSettings | float | gravz | 32 | 4 |
| animStart | FluidsimSettings | float | animStart | 36 | 4 |
| animEnd | FluidsimSettings | float | animEnd | 40 | 4 |
| gstar | FluidsimSettings | float | gstar | 44 | 4 |
| maxRefine | FluidsimSettings | int | maxRefine | 48 | 4 |
| iniVelx | FluidsimSettings | float | iniVelx | 52 | 4 |
| iniVely | FluidsimSettings | float | iniVely | 56 | 4 |
| iniVelz | FluidsimSettings | float | iniVelz | 60 | 4 |
| orgMesh | FluidsimSettings | Mesh | *orgMesh | 64 | 8 |
| meshSurface | FluidsimSettings | Mesh | *meshSurface | 72 | 8 |
| meshBB | FluidsimSettings | Mesh | *meshBB | 80 | 8 |
| surfdataPath | FluidsimSettings | char | surfdataPath[240] | 88 | 240 |
| bbStart | FluidsimSettings | float | bbStart[3] | 328 | 12 |
| bbSize | FluidsimSettings | float | bbSize[3] | 340 | 12 |
| ipo | FluidsimSettings | Ipo | *ipo | 352 | 8 |
| typeFlags | FluidsimSettings | short | typeFlags | 360 | 2 |
| domainNovecgen | FluidsimSettings | char | domainNovecgen | 362 | 1 |
| volumeInitType | FluidsimSettings | char | volumeInitType | 363 | 1 |
| partSlipValue | FluidsimSettings | float | partSlipValue | 364 | 4 |
| generateTracers | FluidsimSettings | int | generateTracers | 368 | 4 |
| generateParticles | FluidsimSettings | float | generateParticles | 372 | 4 |
| surfaceSmoothing | FluidsimSettings | float | surfaceSmoothing | 376 | 4 |
| surfaceSubdivs | FluidsimSettings | int | surfaceSubdivs | 380 | 4 |
| unusedDNADummy | FluidsimSettings | int | unusedDNADummy | 384 | 4 |
| particleInfSize | FluidsimSettings | float | particleInfSize | 388 | 4 |
| particleInfAlpha | FluidsimSettings | float | particleInfAlpha | 392 | 4 |
| farFieldSize | FluidsimSettings | float | farFieldSize | 396 | 4 |
| meshSurfNormals | FluidsimSettings | MVert | *meshSurfNormals | 400 | 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 |
| colormodel | World | short | colormodel | 72 | 2 |
| totex | World | short | totex | 74 | 2 |
| texact | World | short | texact | 76 | 2 |
| mistype | World | short | mistype | 78 | 2 |
| horr | World | float | horr | 80 | 4 |
| horg | World | float | horg | 84 | 4 |
| horb | World | float | horb | 88 | 4 |
| hork | World | float | hork | 92 | 4 |
| zenr | World | float | zenr | 96 | 4 |
| zeng | World | float | zeng | 100 | 4 |
| zenb | World | float | zenb | 104 | 4 |
| zenk | World | float | zenk | 108 | 4 |
| ambr | World | float | ambr | 112 | 4 |
| ambg | World | float | ambg | 116 | 4 |
| ambb | World | float | ambb | 120 | 4 |
| ambk | World | float | ambk | 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 |
| physicsEngine | World | int | physicsEngine | 164 | 4 |
| misi | World | float | misi | 168 | 4 |
| miststa | World | float | miststa | 172 | 4 |
| mistdist | World | float | mistdist | 176 | 4 |
| misthi | World | float | misthi | 180 | 4 |
| starr | World | float | starr | 184 | 4 |
| starg | World | float | starg | 188 | 4 |
| starb | World | float | starb | 192 | 4 |
| stark | World | float | stark | 196 | 4 |
| starsize | World | float | starsize | 200 | 4 |
| starmindist | World | float | starmindist | 204 | 4 |
| stardist | World | float | stardist | 208 | 4 |
| starcolnoise | World | float | starcolnoise | 212 | 4 |
| dofsta | World | short | dofsta | 216 | 2 |
| dofend | World | short | dofend | 218 | 2 |
| dofmin | World | short | dofmin | 220 | 2 |
| dofmax | World | short | dofmax | 222 | 2 |
| aodist | World | float | aodist | 224 | 4 |
| aodistfac | World | float | aodistfac | 228 | 4 |
| aoenergy | World | float | aoenergy | 232 | 4 |
| aobias | World | float | aobias | 236 | 4 |
| aomode | World | short | aomode | 240 | 2 |
| aosamp | World | short | aosamp | 242 | 2 |
| aomix | World | short | aomix | 244 | 2 |
| aocolor | World | short | aocolor | 246 | 2 |
| ao_adapt_thresh | World | float | ao_adapt_thresh | 248 | 4 |
| ao_adapt_speed_fac | World | float | ao_adapt_speed_fac | 252 | 4 |
| ao_approx_error | World | float | ao_approx_error | 256 | 4 |
| ao_approx_correction | World | float | ao_approx_correction | 260 | 4 |
| ao_samp_method | World | short | ao_samp_method | 264 | 2 |
| ao_gather_method | World | short | ao_gather_method | 266 | 2 |
| ao_approx_passes | World | short | ao_approx_passes | 268 | 2 |
| pad1 | World | short | pad1 | 270 | 2 |
| aosphere | World | float | *aosphere | 272 | 8 |
| aotables | World | float | *aotables | 280 | 8 |
| ipo | World | Ipo | *ipo | 288 | 8 |
| mtex | World | MTex | *mtex[10] | 296 | 80 |
| preview | World | PreviewImage | *preview | 376 | 8 |
| scriptlink.scripts | ScriptLink | ID | **scripts | 384 | 8 |
| scriptlink.flag | ScriptLink | short | *flag | 392 | 8 |
| scriptlink.actscript | ScriptLink | short | actscript | 400 | 2 |
| scriptlink.totscript | ScriptLink | short | totscript | 402 | 2 |
| scriptlink.pad | ScriptLink | int | pad | 404 | 4 |
| reference | structure | type | name | offset | size |
|---|---|---|---|---|---|
| hemires | Radio | short | hemires | 0 | 2 |
| maxiter | Radio | short | maxiter | 2 | 2 |
| drawtype | Radio | short | drawtype | 4 | 2 |
| flag | Radio | short | flag | 6 | 2 |
| subshootp | Radio | short | subshootp | 8 | 2 |
| subshoote | Radio | short | subshoote | 10 | 2 |
| nodelim | Radio | short | nodelim | 12 | 2 |
| maxsublamp | Radio | short | maxsublamp | 14 | 2 |
| pama | Radio | short | pama | 16 | 2 |
| pami | Radio | short | pami | 18 | 2 |
| elma | Radio | short | elma | 20 | 2 |
| elmi | Radio | short | elmi | 22 | 2 |
| maxnode | Radio | int | maxnode | 24 | 4 |
| convergence | Radio | float | convergence | 28 | 4 |
| radfac | Radio | float | radfac | 32 | 4 |
| gamma | Radio | float | gamma | 36 | 4 |
| 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 |
|---|---|---|---|---|---|
| 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 |
| gop_size | FFMpegCodecData | int | gop_size | 20 | 4 |
| flags | FFMpegCodecData | int | flags | 24 | 4 |
| rc_min_rate | FFMpegCodecData | int | rc_min_rate | 28 | 4 |
| rc_max_rate | FFMpegCodecData | int | rc_max_rate | 32 | 4 |
| rc_buffer_size | FFMpegCodecData | int | rc_buffer_size | 36 | 4 |
| mux_packet_size | FFMpegCodecData | int | mux_packet_size | 40 | 4 |
| mux_rate | FFMpegCodecData | int | mux_rate | 44 | 4 |
| properties | FFMpegCodecData | IDProperty | *properties | 48 | 8 |
| reference | structure | type | name | offset | size |
|---|---|---|---|---|---|
| mixrate | AudioData | int | mixrate | 0 | 4 |
| main | AudioData | float | main | 4 | 4 |
| flag | AudioData | short | flag | 8 | 2 |
| pad | AudioData | short | pad[3] | 10 | 6 |
| 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 |
| ffcodecdata.type | FFMpegCodecData | int | type | 16 | 4 |
| ffcodecdata.codec | FFMpegCodecData | int | codec | 20 | 4 |
| ffcodecdata.audio_codec | FFMpegCodecData | int | audio_codec | 24 | 4 |
| ffcodecdata.video_bitrate | FFMpegCodecData | int | video_bitrate | 28 | 4 |
| ffcodecdata.audio_bitrate | FFMpegCodecData | int | audio_bitrate | 32 | 4 |
| ffcodecdata.gop_size | FFMpegCodecData | int | gop_size | 36 | 4 |
| ffcodecdata.flags | FFMpegCodecData | int | flags | 40 | 4 |
| ffcodecdata.rc_min_rate | FFMpegCodecData | int | rc_min_rate | 44 | 4 |
| ffcodecdata.rc_max_rate | FFMpegCodecData | int | rc_max_rate | 48 | 4 |
| ffcodecdata.rc_buffer_size | FFMpegCodecData | int | rc_buffer_size | 52 | 4 |
| ffcodecdata.mux_packet_size | FFMpegCodecData | int | mux_packet_size | 56 | 4 |
| ffcodecdata.mux_rate | FFMpegCodecData | int | mux_rate | 60 | 4 |
| ffcodecdata.properties | FFMpegCodecData | IDProperty | *properties | 64 | 8 |
| cfra | RenderData | int | cfra | 72 | 4 |
| sfra | RenderData | int | sfra | 76 | 4 |
| efra | RenderData | int | efra | 80 | 4 |
| psfra | RenderData | int | psfra | 84 | 4 |
| pefra | RenderData | int | pefra | 88 | 4 |
| images | RenderData | int | images | 92 | 4 |
| framapto | RenderData | int | framapto | 96 | 4 |
| flag | RenderData | short | flag | 100 | 2 |
| threads | RenderData | short | threads | 102 | 2 |
| ctime | RenderData | float | ctime | 104 | 4 |
| framelen | RenderData | float | framelen | 108 | 4 |
| blurfac | RenderData | float | blurfac | 112 | 4 |
| edgeR | RenderData | float | edgeR | 116 | 4 |
| edgeG | RenderData | float | edgeG | 120 | 4 |
| edgeB | RenderData | float | edgeB | 124 | 4 |
| fullscreen | RenderData | short | fullscreen | 128 | 2 |
| xplay | RenderData | short | xplay | 130 | 2 |
| yplay | RenderData | short | yplay | 132 | 2 |
| freqplay | RenderData | short | freqplay | 134 | 2 |
| depth | RenderData | short | depth | 136 | 2 |
| attrib | RenderData | short | attrib | 138 | 2 |
| rt1 | RenderData | short | rt1 | 140 | 2 |
| rt2 | RenderData | short | rt2 | 142 | 2 |
| stereomode | RenderData | short | stereomode | 144 | 2 |
| dimensionspreset | RenderData | short | dimensionspreset | 146 | 2 |
| filtertype | RenderData | short | filtertype | 148 | 2 |
| size | RenderData | short | size | 150 | 2 |
| maximsize | RenderData | short | maximsize | 152 | 2 |
| xsch | RenderData | short | xsch | 154 | 2 |
| ysch | RenderData | short | ysch | 156 | 2 |
| xparts | RenderData | short | xparts | 158 | 2 |
| yparts | RenderData | short | yparts | 160 | 2 |
| winpos | RenderData | short | winpos | 162 | 2 |
| planes | RenderData | short | planes | 164 | 2 |
| imtype | RenderData | short | imtype | 166 | 2 |
| subimtype | RenderData | short | subimtype | 168 | 2 |
| bufflag | RenderData | short | bufflag | 170 | 2 |
| quality | RenderData | short | quality | 172 | 2 |
| rpad | RenderData | short | rpad | 174 | 2 |
| rpad1 | RenderData | short | rpad1 | 176 | 2 |
| rpad2 | RenderData | short | rpad2 | 178 | 2 |
| scemode | RenderData | int | scemode | 180 | 4 |
| mode | RenderData | int | mode | 184 | 4 |
| renderer | RenderData | short | renderer | 188 | 2 |
| ocres | RenderData | short | ocres | 190 | 2 |
| alphamode | RenderData | short | alphamode | 192 | 2 |
| osa | RenderData | short | osa | 194 | 2 |
| frs_sec | RenderData | short | frs_sec | 196 | 2 |
| edgeint | RenderData | short | edgeint | 198 | 2 |
| safety.xmin | rctf | float | xmin | 200 | 4 |
| safety.xmax | rctf | float | xmax | 204 | 4 |
| safety.ymin | rctf | float | ymin | 208 | 4 |
| safety.ymax | rctf | float | ymax | 212 | 4 |
| border.xmin | rctf | float | xmin | 216 | 4 |
| border.xmax | rctf | float | xmax | 220 | 4 |
| border.ymin | rctf | float | ymin | 224 | 4 |
| border.ymax | rctf | float | ymax | 228 | 4 |
| disprect.xmin | rcti | int | xmin | 232 | 4 |
| disprect.xmax | rcti | int | xmax | 236 | 4 |
| disprect.ymin | rcti | int | ymin | 240 | 4 |
| disprect.ymax | rcti | int | ymax | 244 | 4 |
| layers.first | ListBase | void | *first | 248 | 8 |
| layers.last | ListBase | void | *last | 256 | 8 |
| actlay | RenderData | short | actlay | 264 | 2 |
| pad | RenderData | short | pad | 266 | 2 |
| xasp | RenderData | float | xasp | 268 | 4 |
| yasp | RenderData | float | yasp | 272 | 4 |
| frs_sec_base | RenderData | float | frs_sec_base | 276 | 4 |
| gauss | RenderData | float | gauss | 280 | 4 |
| postmul | RenderData | float | postmul | 284 | 4 |
| postgamma | RenderData | float | postgamma | 288 | 4 |
| posthue | RenderData | float | posthue | 292 | 4 |
| postsat | RenderData | float | postsat | 296 | 4 |
| dither_intensity | RenderData | float | dither_intensity | 300 | 4 |
| bake_osa | RenderData | short | bake_osa | 304 | 2 |
| bake_filter | RenderData | short | bake_filter | 306 | 2 |
| bake_mode | RenderData | short | bake_mode | 308 | 2 |
| bake_flag | RenderData | short | bake_flag | 310 | 2 |
| bake_normal_space | RenderData | short | bake_normal_space | 312 | 2 |
| bpad | RenderData | short | bpad | 314 | 2 |
| bake_maxdist | RenderData | float | bake_maxdist | 316 | 4 |
| bake_biasdist | RenderData | float | bake_biasdist | 320 | 4 |
| bake_pad | RenderData | float | bake_pad | 324 | 4 |
| GIquality | RenderData | short | GIquality | 328 | 2 |
| GIcache | RenderData | short | GIcache | 330 | 2 |
| GImethod | RenderData | short | GImethod | 332 | 2 |
| GIphotons | RenderData | short | GIphotons | 334 | 2 |
| GIdirect | RenderData | short | GIdirect | 336 | 2 |
| YF_AA | RenderData | short | YF_AA | 338 | 2 |
| YFexportxml | RenderData | short | YFexportxml | 340 | 2 |
| YF_nobump | RenderData | short | YF_nobump | 342 | 2 |
| YF_clamprgb | RenderData | short | YF_clamprgb | 344 | 2 |
| yfpad1 | RenderData | short | yfpad1 | 346 | 2 |
| GIdepth | RenderData | int | GIdepth | 348 | 4 |
| GIcausdepth | RenderData | int | GIcausdepth | 352 | 4 |
| GIpixelspersample | RenderData | int | GIpixelspersample | 356 | 4 |
| GIphotoncount | RenderData | int | GIphotoncount | 360 | 4 |
| GImixphotons | RenderData | int | GImixphotons | 364 | 4 |
| GIphotonradius | RenderData | float | GIphotonradius | 368 | 4 |
| YF_raydepth | RenderData | int | YF_raydepth | 372 | 4 |
| YF_AApasses | RenderData | int | YF_AApasses | 376 | 4 |
| YF_AAsamples | RenderData | int | YF_AAsamples | 380 | 4 |
| yfpad2 | RenderData | int | yfpad2 | 384 | 4 |
| GIshadowquality | RenderData | float | GIshadowquality | 388 | 4 |
| GIrefinement | RenderData | float | GIrefinement | 392 | 4 |
| GIpower | RenderData | float | GIpower | 396 | 4 |
| GIindirpower | RenderData | float | GIindirpower | 400 | 4 |
| YF_gamma | RenderData | float | YF_gamma | 404 | 4 |
| YF_exposure | RenderData | float | YF_exposure | 408 | 4 |
| YF_raybias | RenderData | float | YF_raybias | 412 | 4 |
| YF_AApixelsize | RenderData | float | YF_AApixelsize | 416 | 4 |
| YF_AAthreshold | RenderData | float | YF_AAthreshold | 420 | 4 |
| backbuf | RenderData | char | backbuf[160] | 424 | 160 |
| pic | RenderData | char | pic[160] | 584 | 160 |
| stamp | RenderData | int | stamp | 744 | 4 |
| stamp_font_id | RenderData | short | stamp_font_id | 748 | 2 |
| pad3 | RenderData | short | pad3 | 750 | 2 |
| stamp_udata | RenderData | char | stamp_udata[160] | 752 | 160 |
| fg_stamp | RenderData | float | fg_stamp[4] | 912 | 16 |
| bg_stamp | RenderData | float | bg_stamp[4] | 928 | 16 |
| simplify_subsurf | RenderData | int | simplify_subsurf | 944 | 4 |
| simplify_shadowsamples | RenderData | int | simplify_shadowsamples | 948 | 4 |
| simplify_particles | RenderData | float | simplify_particles | 952 | 4 |
| simplify_aosss | RenderData | float | simplify_aosss | 956 | 4 |
| cineonwhite | RenderData | short | cineonwhite | 960 | 2 |
| cineonblack | RenderData | short | cineonblack | 962 | 2 |
| cineongamma | RenderData | float | cineongamma | 964 | 4 |
| 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 |
|---|---|---|---|---|---|
| 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 |
|---|---|---|---|---|---|
| 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 |
| reference | structure | type | name | offset | size |
|---|---|---|---|---|---|
| brush | ImagePaintSettings | Brush | *brush | 0 | 8 |
| flag | ImagePaintSettings | short | flag | 8 | 2 |
| tool | ImagePaintSettings | short | tool | 10 | 2 |
| pad3 | ImagePaintSettings | int | pad3 | 12 | 4 |
| reference | structure | type | name | offset | size |
|---|---|---|---|---|---|
| size | ParticleBrushData | short | size | 0 | 2 |
| strength | ParticleBrushData | short | strength | 2 | 2 |
| step | ParticleBrushData | short | step | 4 | 2 |
| invert | ParticleBrushData | short | invert | 6 | 2 |
| 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.strength | ParticleBrushData | short | strength | 10 | 2 |
| brush.step | ParticleBrushData | short | step | 12 | 2 |
| brush.invert | ParticleBrushData | short | invert | 14 | 2 |
| emitterdist | ParticleEditSettings | float | emitterdist | 64 | 4 |
| draw_timed | ParticleEditSettings | int | draw_timed | 68 | 4 |
| 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 |
|---|---|---|---|---|---|
| cornertype | ToolSettings | short | cornertype | 0 | 2 |
| editbutflag | ToolSettings | short | editbutflag | 2 | 2 |
| jointrilimit | ToolSettings | float | jointrilimit | 4 | 4 |
| degr | ToolSettings | float | degr | 8 | 4 |
| step | ToolSettings | short | step | 12 | 2 |
| turn | ToolSettings | short | turn | 14 | 2 |
| extr_offs | ToolSettings | float | extr_offs | 16 | 4 |
| doublimit | ToolSettings | float | doublimit | 20 | 4 |
| segments | ToolSettings | short | segments | 24 | 2 |
| rings | ToolSettings | short | rings | 26 | 2 |
| vertices | ToolSettings | short | vertices | 28 | 2 |
| unwrapper | ToolSettings | short | unwrapper | 30 | 2 |
| uvcalc_radius | ToolSettings | float | uvcalc_radius | 32 | 4 |
| uvcalc_cubesize | ToolSettings | float | uvcalc_cubesize | 36 | 4 |
| uvcalc_mapdir | ToolSettings | short | uvcalc_mapdir | 40 | 2 |
| uvcalc_mapalign | ToolSettings | short | uvcalc_mapalign | 42 | 2 |
| uvcalc_flag | ToolSettings | short | uvcalc_flag | 44 | 2 |
| autoik_chainlen | ToolSettings | short | autoik_chainlen | 46 | 2 |
| imapaint.brush | ImagePaintSettings | Brush | *brush | 48 | 8 |
| imapaint.flag | ImagePaintSettings | short | flag | 56 | 2 |
| imapaint.tool | ImagePaintSettings | short | tool | 58 | 2 |
| imapaint.pad3 | ImagePaintSettings | int | pad3 | 60 | 4 |
| particle.flag | ParticleEditSettings | short | flag | 64 | 2 |
| particle.totrekey | ParticleEditSettings | short | totrekey | 66 | 2 |
| particle.totaddkey | ParticleEditSettings | short | totaddkey | 68 | 2 |
| particle.brushtype | ParticleEditSettings | short | brushtype | 70 | 2 |
| particle.brush.size | ParticleBrushData | short | size | 72 | 2 |
| particle.brush.strength | ParticleBrushData | short | strength | 74 | 2 |
| particle.brush.step | ParticleBrushData | short | step | 76 | 2 |
| particle.brush.invert | ParticleBrushData | short | invert | 78 | 2 |
| particle.emitterdist | ParticleEditSettings | float | emitterdist | 128 | 4 |
| particle.draw_timed | ParticleEditSettings | int | draw_timed | 132 | 4 |
| select_thresh | ToolSettings | float | select_thresh | 136 | 4 |
| clean_thresh | ToolSettings | float | clean_thresh | 140 | 4 |
| retopo_mode | ToolSettings | char | retopo_mode | 144 | 1 |
| retopo_paint_tool | ToolSettings | char | retopo_paint_tool | 145 | 1 |
| line_div | ToolSettings | char | line_div | 146 | 1 |
| ellipse_div | ToolSettings | char | ellipse_div | 147 | 1 |
| retopo_hotspot | ToolSettings | char | retopo_hotspot | 148 | 1 |
| multires_subdiv_type | ToolSettings | char | multires_subdiv_type | 149 | 1 |
| skgen_resolution | ToolSettings | short | skgen_resolution | 150 | 2 |
| skgen_threshold_internal | ToolSettings | float | skgen_threshold_internal | 152 | 4 |
| skgen_threshold_external | ToolSettings | float | skgen_threshold_external | 156 | 4 |
| skgen_length_ratio | ToolSettings | float | skgen_length_ratio | 160 | 4 |
| skgen_length_limit | ToolSettings | float | skgen_length_limit | 164 | 4 |
| skgen_angle_limit | ToolSettings | float | skgen_angle_limit | 168 | 4 |
| skgen_correlation_limit | ToolSettings | float | skgen_correlation_limit | 172 | 4 |
| skgen_symmetry_limit | ToolSettings | float | skgen_symmetry_limit | 176 | 4 |
| skgen_options | ToolSettings | short | skgen_options | 180 | 2 |
| skgen_postpro | ToolSettings | char | skgen_postpro | 182 | 1 |
| skgen_postpro_passes | ToolSettings | char | skgen_postpro_passes | 183 | 1 |
| skgen_subdivisions | ToolSettings | char | skgen_subdivisions[3] | 184 | 3 |
| edge_mode | ToolSettings | char | edge_mode | 187 | 1 |
| pad3 | ToolSettings | char | pad3[4] | 188 | 4 |
| reference | structure | type | name | offset | size |
|---|---|---|---|---|---|
| size | BrushData | short | size | 0 | 2 |
| strength | BrushData | char | strength | 2 | 1 |
| dir | BrushData | char | dir | 3 | 1 |
| view | BrushData | char | view | 4 | 1 |
| flag | BrushData | char | flag | 5 | 1 |
| pad | BrushData | char | pad[2] | 6 | 2 |
| reference | structure | type | name | offset | size |
|---|---|---|---|---|---|
| session | SculptData | SculptSession | *session | 0 | 8 |
| mtex | SculptData | MTex | *mtex[10] | 8 | 80 |
| cumap | SculptData | CurveMapping | *cumap | 88 | 8 |
| drawbrush.size | BrushData | short | size | 96 | 2 |
| drawbrush.strength | BrushData | char | strength | 98 | 1 |
| drawbrush.dir | BrushData | char | dir | 99 | 1 |
| drawbrush.view | BrushData | char | view | 100 | 1 |
| drawbrush.flag | BrushData | char | flag | 101 | 1 |
| drawbrush.pad | BrushData | char | pad[2] | 102 | 2 |
| smoothbrush.size | BrushData | short | size | 104 | 2 |
| smoothbrush.strength | BrushData | char | strength | 106 | 1 |
| smoothbrush.dir | BrushData | char | dir | 107 | 1 |
| smoothbrush.view | BrushData | char | view | 108 | 1 |
| smoothbrush.flag | BrushData | char | flag | 109 | 1 |
| smoothbrush.pad | BrushData | char | pad[2] | 110 | 2 |
| pinchbrush.size | BrushData | short | size | 112 | 2 |
| pinchbrush.strength | BrushData | char | strength | 114 | 1 |
| pinchbrush.dir | BrushData | char | dir | 115 | 1 |
| pinchbrush.view | BrushData | char | view | 116 | 1 |
| pinchbrush.flag | BrushData | char | flag | 117 | 1 |
| pinchbrush.pad | BrushData | char | pad[2] | 118 | 2 |
| inflatebrush.size | BrushData | short | size | 120 | 2 |
| inflatebrush.strength | BrushData | char | strength | 122 | 1 |
| inflatebrush.dir | BrushData | char | dir | 123 | 1 |
| inflatebrush.view | BrushData | char | view | 124 | 1 |
| inflatebrush.flag | BrushData | char | flag | 125 | 1 |
| inflatebrush.pad | BrushData | char | pad[2] | 126 | 2 |
| grabbrush.size | BrushData | short | size | 128 | 2 |
| grabbrush.strength | BrushData | char | strength | 130 | 1 |
| grabbrush.dir | BrushData | char | dir | 131 | 1 |
| grabbrush.view | BrushData | char | view | 132 | 1 |
| grabbrush.flag | BrushData | char | flag | 133 | 1 |
| grabbrush.pad | BrushData | char | pad[2] | 134 | 2 |
| layerbrush.size | BrushData | short | size | 136 | 2 |
| layerbrush.strength | BrushData | char | strength | 138 | 1 |
| layerbrush.dir | BrushData | char | dir | 139 | 1 |
| layerbrush.view | BrushData | char | view | 140 | 1 |
| layerbrush.flag | BrushData | char | flag | 141 | 1 |
| layerbrush.pad | BrushData | char | pad[2] | 142 | 2 |
| flattenbrush.size | BrushData | short | size | 144 | 2 |
| flattenbrush.strength | BrushData | char | strength | 146 | 1 |
| flattenbrush.dir | BrushData | char | dir | 147 | 1 |
| flattenbrush.view | BrushData | char | view | 148 | 1 |
| flattenbrush.flag | BrushData | char | flag | 149 | 1 |
| flattenbrush.pad | BrushData | char | pad[2] | 150 | 2 |
| pivot | SculptData | float | pivot[3] | 152 | 12 |
| brush_type | SculptData | short | brush_type | 164 | 2 |
| texact | SculptData | short | texact | 166 | 2 |
| texnr | SculptData | short | texnr | 168 | 2 |
| spacing | SculptData | short | spacing | 170 | 2 |
| texrept | SculptData | char | texrept | 172 | 1 |
| texfade | SculptData | char | texfade | 173 | 1 |
| texsep | SculptData | char | texsep | 174 | 1 |
| averaging | SculptData | char | averaging | 175 | 1 |
| flags | SculptData | char | flags | 176 | 1 |
| tablet_size | SculptData | char | tablet_size | 177 | 1 |
| tablet_strength | SculptData | char | tablet_strength | 178 | 1 |
| symm | SculptData | char | symm | 179 | 1 |
| rake | SculptData | char | rake | 180 | 1 |
| axislock | SculptData | char | axislock | 181 | 1 |
| pad | SculptData | char | pad[2] | 182 | 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 |
| camera | Scene | Object | *camera | 72 | 8 |
| world | Scene | World | *world | 80 | 8 |
| set | Scene | Scene | *set | 88 | 8 |
| ima | Scene | Image | *ima | 96 | 8 |
| base.first | ListBase | void | *first | 104 | 8 |
| base.last | ListBase | void | *last | 112 | 8 |
| basact | Scene | Base | *basact | 120 | 8 |
| cursor | Scene | float | cursor[3] | 128 | 12 |
| twcent | Scene | float | twcent[3] | 140 | 12 |
| twmin | Scene | float | twmin[3] | 152 | 12 |
| twmax | Scene | float | twmax[3] | 164 | 12 |
| lay | Scene | int | lay | 176 | 4 |
| editbutsize | Scene | float | editbutsize | 180 | 4 |
| selectmode | Scene | short | selectmode | 184 | 2 |
| proportional | Scene | short | proportional | 186 | 2 |
| prop_mode | Scene | short | prop_mode | 188 | 2 |
| automerge | Scene | short | automerge | 190 | 2 |
| pad5 | Scene | short | pad5 | 192 | 2 |
| pad6 | Scene | short | pad6 | 194 | 2 |
| pad7 | Scene | short | pad7 | 196 | 2 |
| use_nodes | Scene | short | use_nodes | 198 | 2 |
| nodetree | Scene | bNodeTree | *nodetree | 200 | 8 |
| ed | Scene | void | *ed | 208 | 8 |
| radio | Scene | Radio | *radio | 216 | 8 |
| framing.col | GameFraming | float | col[3] | 224 | 12 |
| framing.type | GameFraming | char | type | 236 | 1 |
| framing.pad1 | GameFraming | char | pad1 | 237 | 1 |
| framing.pad2 | GameFraming | char | pad2 | 238 | 1 |
| framing.pad3 | GameFraming | char | pad3 | 239 | 1 |
| toolsettings | Scene | ToolSettings | *toolsettings | 240 | 8 |
| r.avicodecdata | RenderData | AviCodecData | *avicodecdata | 248 | 8 |
| r.qtcodecdata | RenderData | QuicktimeCodecData | *qtcodecdata | 256 | 8 |
| r.ffcodecdata.type | FFMpegCodecData | int | type | 264 | 4 |
| r.ffcodecdata.codec | FFMpegCodecData | int | codec | 268 | 4 |
| r.ffcodecdata.audio_codec | FFMpegCodecData | int | audio_codec | 272 | 4 |
| r.ffcodecdata.video_bitrate | FFMpegCodecData | int | video_bitrate | 276 | 4 |
| r.ffcodecdata.audio_bitrate | FFMpegCodecData | int | audio_bitrate | 280 | 4 |
| r.ffcodecdata.gop_size | FFMpegCodecData | int | gop_size | 284 | 4 |
| r.ffcodecdata.flags | FFMpegCodecData | int | flags | 288 | 4 |
| r.ffcodecdata.rc_min_rate | FFMpegCodecData | int | rc_min_rate | 292 | 4 |
| r.ffcodecdata.rc_max_rate | FFMpegCodecData | int | rc_max_rate | 296 | 4 |
| r.ffcodecdata.rc_buffer_size | FFMpegCodecData | int | rc_buffer_size | 300 | 4 |
| r.ffcodecdata.mux_packet_size | FFMpegCodecData | int | mux_packet_size | 304 | 4 |
| r.ffcodecdata.mux_rate | FFMpegCodecData | int | mux_rate | 308 | 4 |
| r.ffcodecdata.properties | FFMpegCodecData | IDProperty | *properties | 312 | 8 |
| r.cfra | RenderData | int | cfra | 320 | 4 |
| r.sfra | RenderData | int | sfra | 324 | 4 |
| r.efra | RenderData | int | efra | 328 | 4 |
| r.psfra | RenderData | int | psfra | 332 | 4 |
| r.pefra | RenderData | int | pefra | 336 | 4 |
| r.images | RenderData | int | images | 340 | 4 |
| r.framapto | RenderData | int | framapto | 344 | 4 |
| r.flag | RenderData | short | flag | 348 | 2 |
| r.threads | RenderData | short | threads | 350 | 2 |
| r.ctime | RenderData | float | ctime | 352 | 4 |
| r.framelen | RenderData | float | framelen | 356 | 4 |
| r.blurfac | RenderData | float | blurfac | 360 | 4 |
| r.edgeR | RenderData | float | edgeR | 364 | 4 |
| r.edgeG | RenderData | float | edgeG | 368 | 4 |
| r.edgeB | RenderData | float | edgeB | 372 | 4 |
| r.fullscreen | RenderData | short | fullscreen | 376 | 2 |
| r.xplay | RenderData | short | xplay | 378 | 2 |
| r.yplay | RenderData | short | yplay | 380 | 2 |
| r.freqplay | RenderData | short | freqplay | 382 | 2 |
| r.depth | RenderData | short | depth | 384 | 2 |
| r.attrib | RenderData | short | attrib | 386 | 2 |
| r.rt1 | RenderData | short | rt1 | 388 | 2 |
| r.rt2 | RenderData | short | rt2 | 390 | 2 |
| r.stereomode | RenderData | short | stereomode | 392 | 2 |
| r.dimensionspreset | RenderData | short | dimensionspreset | 394 | 2 |
| r.filtertype | RenderData | short | filtertype | 396 | 2 |
| r.size | RenderData | short | size | 398 | 2 |
| r.maximsize | RenderData | short | maximsize | 400 | 2 |
| r.xsch | RenderData | short | xsch | 402 | 2 |
| r.ysch | RenderData | short | ysch | 404 | 2 |
| r.xparts | RenderData | short | xparts | 406 | 2 |
| r.yparts | RenderData | short | yparts | 408 | 2 |
| r.winpos | RenderData | short | winpos | 410 | 2 |
| r.planes | RenderData | short | planes | 412 | 2 |
| r.imtype | RenderData | short | imtype | 414 | 2 |
| r.subimtype | RenderData | short | subimtype | 416 | 2 |
| r.bufflag | RenderData | short | bufflag | 418 | 2 |
| r.quality | RenderData | short | quality | 420 | 2 |
| r.rpad | RenderData | short | rpad | 422 | 2 |
| r.rpad1 | RenderData | short | rpad1 | 424 | 2 |
| r.rpad2 | RenderData | short | rpad2 | 426 | 2 |
| r.scemode | RenderData | int | scemode | 428 | 4 |
| r.mode | RenderData | int | mode | 432 | 4 |
| r.renderer | RenderData | short | renderer | 436 | 2 |
| r.ocres | RenderData | short | ocres | 438 | 2 |
| r.alphamode | RenderData | short | alphamode | 440 | 2 |
| r.osa | RenderData | short | osa | 442 | 2 |
| r.frs_sec | RenderData | short | frs_sec | 444 | 2 |
| r.edgeint | RenderData | short | edgeint | 446 | 2 |
| r.safety.xmin | rctf | float | xmin | 448 | 4 |
| r.safety.xmax | rctf | float | xmax | 452 | 4 |
| r.safety.ymin | rctf | float | ymin | 456 | 4 |
| r.safety.ymax | rctf | float | ymax | 460 | 4 |
| r.border.xmin | rctf | float | xmin | 464 | 4 |
| r.border.xmax | rctf | float | xmax | 468 | 4 |
| r.border.ymin | rctf | float | ymin | 472 | 4 |
| r.border.ymax | rctf | float | ymax | 476 | 4 |
| r.disprect.xmin | rcti | int | xmin | 480 | 4 |
| r.disprect.xmax | rcti | int | xmax | 484 | 4 |
| r.disprect.ymin | rcti | int | ymin | 488 | 4 |
| r.disprect.ymax | rcti | int | ymax | 492 | 4 |
| r.layers.first | ListBase | void | *first | 496 | 8 |
| r.layers.last | ListBase | void | *last | 504 | 8 |
| r.actlay | RenderData | short | actlay | 512 | 2 |
| r.pad | RenderData | short | pad | 514 | 2 |
| r.xasp | RenderData | float | xasp | 516 | 4 |
| r.yasp | RenderData | float | yasp | 520 | 4 |
| r.frs_sec_base | RenderData | float | frs_sec_base | 524 | 4 |
| r.gauss | RenderData | float | gauss | 528 | 4 |
| r.postmul | RenderData | float | postmul | 532 | 4 |
| r.postgamma | RenderData | float | postgamma | 536 | 4 |
| r.posthue | RenderData | float | posthue | 540 | 4 |
| r.postsat | RenderData | float | postsat | 544 | 4 |
| r.dither_intensity | RenderData | float | dither_intensity | 548 | 4 |
| r.bake_osa | RenderData | short | bake_osa | 552 | 2 |
| r.bake_filter | RenderData | short | bake_filter | 554 | 2 |
| r.bake_mode | RenderData | short | bake_mode | 556 | 2 |
| r.bake_flag | RenderData | short | bake_flag | 558 | 2 |
| r.bake_normal_space | RenderData | short | bake_normal_space | 560 | 2 |
| r.bpad | RenderData | short | bpad | 562 | 2 |
| r.bake_maxdist | RenderData | float | bake_maxdist | 564 | 4 |
| r.bake_biasdist | RenderData | float | bake_biasdist | 568 | 4 |
| r.bake_pad | RenderData | float | bake_pad | 572 | 4 |
| r.GIquality | RenderData | short | GIquality | 576 | 2 |
| r.GIcache | RenderData | short | GIcache | 578 | 2 |
| r.GImethod | RenderData | short | GImethod | 580 | 2 |
| r.GIphotons | RenderData | short | GIphotons | 582 | 2 |
| r.GIdirect | RenderData | short | GIdirect | 584 | 2 |
| r.YF_AA | RenderData | short | YF_AA | 586 | 2 |
| r.YFexportxml | RenderData | short | YFexportxml | 588 | 2 |
| r.YF_nobump | RenderData | short | YF_nobump | 590 | 2 |
| r.YF_clamprgb | RenderData | short | YF_clamprgb | 592 | 2 |
| r.yfpad1 | RenderData | short | yfpad1 | 594 | 2 |
| r.GIdepth | RenderData | int | GIdepth | 596 | 4 |
| r.GIcausdepth | RenderData | int | GIcausdepth | 600 | 4 |
| r.GIpixelspersample | RenderData | int | GIpixelspersample | 604 | 4 |
| r.GIphotoncount | RenderData | int | GIphotoncount | 608 | 4 |
| r.GImixphotons | RenderData | int | GImixphotons | 612 | 4 |
| r.GIphotonradius | RenderData | float | GIphotonradius | 616 | 4 |
| r.YF_raydepth | RenderData | int | YF_raydepth | 620 | 4 |
| r.YF_AApasses | RenderData | int | YF_AApasses | 624 | 4 |
| r.YF_AAsamples | RenderData | int | YF_AAsamples | 628 | 4 |
| r.yfpad2 | RenderData | int | yfpad2 | 632 | 4 |
| r.GIshadowquality | RenderData | float | GIshadowquality | 636 | 4 |
| r.GIrefinement | RenderData | float | GIrefinement | 640 | 4 |
| r.GIpower | RenderData | float | GIpower | 644 | 4 |
| r.GIindirpower | RenderData | float | GIindirpower | 648 | 4 |
| r.YF_gamma | RenderData | float | YF_gamma | 652 | 4 |
| r.YF_exposure | RenderData | float | YF_exposure | 656 | 4 |
| r.YF_raybias | RenderData | float | YF_raybias | 660 | 4 |
| r.YF_AApixelsize | RenderData | float | YF_AApixelsize | 664 | 4 |
| r.YF_AAthreshold | RenderData | float | YF_AAthreshold | 668 | 4 |
| r.backbuf | RenderData | char | backbuf[160] | 672 | 160 |
| r.pic | RenderData | char | pic[160] | 832 | 160 |
| r.stamp | RenderData | int | stamp | 992 | 4 |
| r.stamp_font_id | RenderData | short | stamp_font_id | 996 | 2 |
| r.pad3 | RenderData | short | pad3 | 998 | 2 |
| r.stamp_udata | RenderData | char | stamp_udata[160] | 1000 | 160 |
| r.fg_stamp | RenderData | float | fg_stamp[4] | 1160 | 16 |
| r.bg_stamp | RenderData | float | bg_stamp[4] | 1176 | 16 |
| r.simplify_subsurf | RenderData | int | simplify_subsurf | 1192 | 4 |
| r.simplify_shadowsamples | RenderData | int | simplify_shadowsamples | 1196 | 4 |
| r.simplify_particles | RenderData | float | simplify_particles | 1200 | 4 |
| r.simplify_aosss | RenderData | float | simplify_aosss | 1204 | 4 |
| r.cineonwhite | RenderData | short | cineonwhite | 1208 | 2 |
| r.cineonblack | RenderData | short | cineonblack | 1210 | 2 |
| r.cineongamma | RenderData | float | cineongamma | 1212 | 4 |
| audio.mixrate | AudioData | int | mixrate | 1216 | 4 |
| audio.main | AudioData | float | main | 1220 | 4 |
| audio.flag | AudioData | short | flag | 1224 | 2 |
| audio.pad | AudioData | short | pad[3] | 1226 | 6 |
| scriptlink.scripts | ScriptLink | ID | **scripts | 1232 | 8 |
| scriptlink.flag | ScriptLink | short | *flag | 1240 | 8 |
| scriptlink.actscript | ScriptLink | short | actscript | 1248 | 2 |
| scriptlink.totscript | ScriptLink | short | totscript | 1250 | 2 |
| scriptlink.pad | ScriptLink | int | pad | 1252 | 4 |
| markers.first | ListBase | void | *first | 1256 | 8 |
| markers.last | ListBase | void | *last | 1264 | 8 |
| transform_spaces.first | ListBase | void | *first | 1272 | 8 |
| transform_spaces.last | ListBase | void | *last | 1280 | 8 |
| jumpframe | Scene | short | jumpframe | 1288 | 2 |
| snap_mode | Scene | short | snap_mode | 1290 | 2 |
| snap_flag | Scene | short | snap_flag | 1292 | 2 |
| snap_target | Scene | short | snap_target | 1294 | 2 |
| theDag | Scene | DagForest | *theDag | 1296 | 8 |
| dagisvalid | Scene | short | dagisvalid | 1304 | 2 |
| dagflags | Scene | short | dagflags | 1306 | 2 |
| pad4 | Scene | short | pad4 | 1308 | 2 |
| recalc | Scene | short | recalc | 1310 | 2 |
| sculptdata.session | SculptData | SculptSession | *session | 1312 | 8 |
| sculptdata.mtex | SculptData | MTex | *mtex[10] | 1320 | 80 |
| sculptdata.cumap | SculptData | CurveMapping | *cumap | 1400 | 8 |
| sculptdata.drawbrush.size | BrushData | short | size | 1408 | 2 |
| sculptdata.drawbrush.strength | BrushData | char | strength | 1410 | 1 |
| sculptdata.drawbrush.dir | BrushData | char | dir | 1411 | 1 |
| sculptdata.drawbrush.view | BrushData | char | view | 1412 | 1 |
| sculptdata.drawbrush.flag | BrushData | char | flag | 1413 | 1 |
| sculptdata.drawbrush.pad | BrushData | char | pad[2] | 1414 | 2 |
| sculptdata.smoothbrush.size | BrushData | short | size | 1416 | 2 |
| sculptdata.smoothbrush.strength | BrushData | char | strength | 1418 | 1 |
| sculptdata.smoothbrush.dir | BrushData | char | dir | 1419 | 1 |
| sculptdata.smoothbrush.view | BrushData | char | view | 1420 | 1 |
| sculptdata.smoothbrush.flag | BrushData | char | flag | 1421 | 1 |
| sculptdata.smoothbrush.pad | BrushData | char | pad[2] | 1422 | 2 |
| sculptdata.pinchbrush.size | BrushData | short | size | 1424 | 2 |
| sculptdata.pinchbrush.strength | BrushData | char | strength | 1426 | 1 |
| sculptdata.pinchbrush.dir | BrushData | char | dir | 1427 | 1 |
| sculptdata.pinchbrush.view | BrushData | char | view | 1428 | 1 |
| sculptdata.pinchbrush.flag | BrushData | char | flag | 1429 | 1 |
| sculptdata.pinchbrush.pad | BrushData | char | pad[2] | 1430 | 2 |
| sculptdata.inflatebrush.size | BrushData | short | size | 1432 | 2 |
| sculptdata.inflatebrush.strength | BrushData | char | strength | 1434 | 1 |
| sculptdata.inflatebrush.dir | BrushData | char | dir | 1435 | 1 |
| sculptdata.inflatebrush.view | BrushData | char | view | 1436 | 1 |
| sculptdata.inflatebrush.flag | BrushData | char | flag | 1437 | 1 |
| sculptdata.inflatebrush.pad | BrushData | char | pad[2] | 1438 | 2 |
| sculptdata.grabbrush.size | BrushData | short | size | 1440 | 2 |
| sculptdata.grabbrush.strength | BrushData | char | strength | 1442 | 1 |
| sculptdata.grabbrush.dir | BrushData | char | dir | 1443 | 1 |
| sculptdata.grabbrush.view | BrushData | char | view | 1444 | 1 |
| sculptdata.grabbrush.flag | BrushData | char | flag | 1445 | 1 |
| sculptdata.grabbrush.pad | BrushData | char | pad[2] | 1446 | 2 |
| sculptdata.layerbrush.size | BrushData | short | size | 1448 | 2 |
| sculptdata.layerbrush.strength | BrushData | char | strength | 1450 | 1 |
| sculptdata.layerbrush.dir | BrushData | char | dir | 1451 | 1 |
| sculptdata.layerbrush.view | BrushData | char | view | 1452 | 1 |
| sculptdata.layerbrush.flag | BrushData | char | flag | 1453 | 1 |
| sculptdata.layerbrush.pad | BrushData | char | pad[2] | 1454 | 2 |
| sculptdata.flattenbrush.size | BrushData | short | size | 1456 | 2 |
| sculptdata.flattenbrush.strength | BrushData | char | strength | 1458 | 1 |
| sculptdata.flattenbrush.dir | BrushData | char | dir | 1459 | 1 |
| sculptdata.flattenbrush.view | BrushData | char | view | 1460 | 1 |
| sculptdata.flattenbrush.flag | BrushData | char | flag | 1461 | 1 |
| sculptdata.flattenbrush.pad | BrushData | char | pad[2] | 1462 | 2 |
| sculptdata.pivot | SculptData | float | pivot[3] | 1464 | 12 |
| sculptdata.brush_type | SculptData | short | brush_type | 1476 | 2 |
| sculptdata.texact | SculptData | short | texact | 1478 | 2 |
| sculptdata.texnr | SculptData | short | texnr | 1480 | 2 |
| sculptdata.spacing | SculptData | short | spacing | 1482 | 2 |
| sculptdata.texrept | SculptData | char | texrept | 1484 | 1 |
| sculptdata.texfade | SculptData | char | texfade | 1485 | 1 |
| sculptdata.texsep | SculptData | char | texsep | 1486 | 1 |
| sculptdata.averaging | SculptData | char | averaging | 1487 | 1 |
| sculptdata.flags | SculptData | char | flags | 1488 | 1 |
| sculptdata.tablet_size | SculptData | char | tablet_size | 1489 | 1 |
| sculptdata.tablet_strength | SculptData | char | tablet_strength | 1490 | 1 |
| sculptdata.symm | SculptData | char | symm | 1491 | 1 |
| sculptdata.rake | SculptData | char | rake | 1492 | 1 |
| sculptdata.axislock | SculptData | char | axislock | 1493 | 1 |
| sculptdata.pad | SculptData | char | pad[2] | 1494 | 2 |
| reference | structure | type | name | offset | size |
|---|---|---|---|---|---|
| ima | BGpic | Image | *ima | 0 | 8 |
| iuser.framenr | ImageUser | int | framenr | 8 | 4 |
| iuser.frames | ImageUser | int | frames | 12 | 4 |
| iuser.offset | ImageUser | int | offset | 16 | 4 |
| iuser.sfra | ImageUser | int | sfra | 20 | 4 |
| iuser.fie_ima | ImageUser | short | fie_ima | 24 | 2 |
| iuser.cycl | ImageUser | short | cycl | 26 | 2 |
| iuser.flag | ImageUser | short | flag | 28 | 2 |
| iuser.ok | ImageUser | short | ok | 30 | 2 |
| iuser.multi_index | ImageUser | short | multi_index | 32 | 2 |
| iuser.layer | ImageUser | short | layer | 34 | 2 |
| iuser.pass | ImageUser | short | pass | 36 | 2 |
| iuser.menunr | ImageUser | short | menunr | 38 | 2 |
| xof | BGpic | float | xof | 40 | 4 |
| yof | BGpic | float | yof | 44 | 4 |
| size | BGpic | float | size | 48 | 4 |
| zoom | BGpic | float | zoom | 52 | 4 |
| blend | BGpic | float | blend | 56 | 4 |
| xim | BGpic | short | xim | 60 | 2 |
| yim | BGpic | short | yim | 62 | 2 |
| reference | structure | type | name | offset | size |
|---|---|---|---|---|---|
| next | View3D | SpaceLink | *next | 0 | 8 |
| prev | View3D | SpaceLink | *prev | 8 | 8 |
| spacetype | View3D | int | spacetype | 16 | 4 |
| blockscale | View3D | float | blockscale | 20 | 4 |
| area | View3D | ScrArea | *area | 24 | 8 |
| blockhandler | View3D | short | blockhandler[8] | 32 | 16 |
| viewmat | View3D | float | viewmat[4][4] | 48 | 64 |
| viewinv | View3D | float | viewinv[4][4] | 112 | 64 |
| persmat | View3D | float | persmat[4][4] | 176 | 64 |
| persinv | View3D | float | persinv[4][4] | 240 | 64 |
| winmat1 | View3D | float | winmat1[4][4] | 304 | 64 |
| viewmat1 | View3D | float | viewmat1[4][4] | 368 | 64 |
| viewquat | View3D | float | viewquat[4] | 432 | 16 |
| dist | View3D | float | dist | 448 | 4 |
| zfac | View3D | float | zfac | 452 | 4 |
| pad0 | View3D | float | pad0 | 456 | 4 |
| persp | View3D | short | persp | 460 | 2 |
| view | View3D | short | view | 462 | 2 |
| camera | View3D | Object | *camera | 464 | 8 |
| ob_centre | View3D | Object | *ob_centre | 472 | 8 |
| bgpic | View3D | BGpic | *bgpic | 480 | 8 |
| localvd | View3D | View3D | *localvd | 488 | 8 |
| ri | View3D | RenderInfo | *ri | 496 | 8 |
| retopo_view_data | View3D | RetopoViewData | *retopo_view_data | 504 | 8 |
| depths | View3D | ViewDepths | *depths | 512 | 8 |
| ob_centre_bone | View3D | char | ob_centre_bone[32] | 520 | 32 |
| drawtype | View3D | short | drawtype | 552 | 2 |
| localview | View3D | short | localview | 554 | 2 |
| lay | View3D | int | lay | 556 | 4 |
| layact | View3D | int | layact | 560 | 4 |
| scenelock | View3D | short | scenelock | 564 | 2 |
| around | View3D | short | around | 566 | 2 |
| camzoom | View3D | short | camzoom | 568 | 2 |
| pivot_last | View3D | char | pivot_last | 570 | 1 |
| pad1 | View3D | char | pad1 | 571 | 1 |
| lens | View3D | float | lens | 572 | 4 |
| grid | View3D | float | grid | 576 | 4 |
| gridview | View3D | float | gridview | 580 | 4 |
| pixsize | View3D | float | pixsize | 584 | 4 |
| near | View3D | float | near | 588 | 4 |
| far | View3D | float | far | 592 | 4 |
| camdx | View3D | float | camdx | 596 | 4 |
| camdy | View3D | float | camdy | 600 | 4 |
| ofs | View3D | float | ofs[3] | 604 | 12 |
| cursor | View3D | float | cursor[3] | 616 | 12 |
| gridlines | View3D | short | gridlines | 628 | 2 |
| viewbut | View3D | short | viewbut | 630 | 2 |
| gridflag | View3D | short | gridflag | 632 | 2 |
| modeselect | View3D | short | modeselect | 634 | 2 |
| menunr | View3D | short | menunr | 636 | 2 |
| texnr | View3D | short | texnr | 638 | 2 |
| twtype | View3D | short | twtype | 640 | 2 |
| twmode | View3D | short | twmode | 642 | 2 |
| twflag | View3D | short | twflag | 644 | 2 |
| twdrawflag | View3D | short | twdrawflag | 646 | 2 |
| twmat | View3D | float | twmat[4][4] | 648 | 64 |
| clip | View3D | float | clip[4][4] | 712 | 64 |
| clipbb | View3D | BoundBox | *clipbb | 776 | 8 |
| afterdraw.first | ListBase | void | *first | 784 | 8 |
| afterdraw.last | ListBase | void | *last | 792 | 8 |
| zbuf | View3D | short | zbuf | 800 | 2 |
| transp | View3D | short | transp | 802 | 2 |
| xray | View3D | short | xray | 804 | 2 |
| flag | View3D | short | flag | 806 | 2 |
| flag2 | View3D | short | flag2 | 808 | 2 |
| gridsubdiv | View3D | short | gridsubdiv | 810 | 2 |
| pad3 | View3D | short | pad3 | 812 | 2 |
| ndofmode | View3D | char | ndofmode | 814 | 1 |
| ndoffilter | View3D | char | ndoffilter | 815 | 1 |
| properties_storage | View3D | void | *properties_storage | 816 | 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 |
| keeptot | View2D | short | keeptot | 106 | 2 |
| keepaspect | View2D | short | keepaspect | 108 | 2 |
| keepzoom | View2D | short | keepzoom | 110 | 2 |
| oldwinx | View2D | short | oldwinx | 112 | 2 |
| oldwiny | View2D | short | oldwiny | 114 | 2 |
| flag | View2D | int | flag | 116 | 4 |
| cursor | View2D | float | cursor[2] | 120 | 8 |
| around | View2D | short | around | 128 | 2 |
| pad | View2D | char | pad[6] | 130 | 6 |
| reference | structure | type | name | offset | size |
|---|---|---|---|---|---|
| next | SpaceLink | SpaceLink | *next | 0 | 8 |
| prev | SpaceLink | SpaceLink | *prev | 8 | 8 |
| spacetype | SpaceLink | int | spacetype | 16 | 4 |
| blockscale | SpaceLink | float | blockscale | 20 | 4 |
| area | SpaceLink | ScrArea | *area | 24 | 8 |
| blockhandler | SpaceLink | short | blockhandler[8] | 32 | 16 |
| reference | structure | type | name | offset | size |
|---|---|---|---|---|---|
| next | SpaceInfo | SpaceLink | *next | 0 | 8 |
| prev | SpaceInfo | SpaceLink | *prev | 8 | 8 |
| spacetype | SpaceInfo | int | spacetype | 16 | 4 |
| blockscale | SpaceInfo | float | blockscale | 20 | 4 |
| area | SpaceInfo | ScrArea | *area | 24 | 8 |
| blockhandler | SpaceInfo | short | blockhandler[8] | 32 | 16 |
| reference | structure | type | name | offset | size |
|---|---|---|---|---|---|
| next | SpaceIpo | SpaceLink | *next | 0 | 8 |
| prev | SpaceIpo | SpaceLink | *prev | 8 | 8 |
| spacetype | SpaceIpo | int | spacetype | 16 | 4 |
| blockscale | SpaceIpo | float | blockscale | 20 | 4 |
| area | SpaceIpo | ScrArea | *area | 24 | 8 |
| blockhandler | SpaceIpo | short | blockhandler[8] | 32 | 16 |
| rowbut | SpaceIpo | int | rowbut | 48 | 4 |
| pad2 | SpaceIpo | int | pad2 | 52 | 4 |
| 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.keeptot | View2D | short | keeptot | 162 | 2 |
| v2d.keepaspect | View2D | short | keepaspect | 164 | 2 |
| v2d.keepzoom | View2D | short | keepzoom | 166 | 2 |
| v2d.oldwinx | View2D | short | oldwinx | 168 | 2 |
| v2d.oldwiny | View2D | short | oldwiny | 170 | 2 |
| v2d.flag | View2D | int | flag | 172 | 4 |
| v2d.cursor | View2D | float | cursor[2] | 176 | 8 |
| v2d.around | View2D | short | around | 184 | 2 |
| v2d.pad | View2D | char | pad[6] | 186 | 6 |
| editipo | SpaceIpo | void | *editipo | 192 | 8 |
| ipokey.first | ListBase | void | *first | 200 | 8 |
| ipokey.last | ListBase | void | *last | 208 | 8 |
| ipo | SpaceIpo | Ipo | *ipo | 216 | 8 |
| from | SpaceIpo | ID | *from | 224 | 8 |
| actname | SpaceIpo | char | actname[32] | 232 | 32 |
| constname | SpaceIpo | char | constname[32] | 264 | 32 |
| bonename | SpaceIpo | char | bonename[32] | 296 | 32 |
| totipo | SpaceIpo | short | totipo | 328 | 2 |
| pin | SpaceIpo | short | pin | 330 | 2 |
| butofs | SpaceIpo | short | butofs | 332 | 2 |
| channel | SpaceIpo | short | channel | 334 | 2 |
| showkey | SpaceIpo | short | showkey | 336 | 2 |
| blocktype | SpaceIpo | short | blocktype | 338 | 2 |
| menunr | SpaceIpo | short | menunr | 340 | 2 |
| lock | SpaceIpo | short | lock | 342 | 2 |
| flag | SpaceIpo | int | flag | 344 | 4 |
| median | SpaceIpo | float | median[3] | 348 | 12 |
| tot.xmin | rctf | float | xmin | 360 | 4 |
| tot.xmax | rctf | float | xmax | 364 | 4 |
| tot.ymin | rctf | float | ymin | 368 | 4 |
| tot.ymax | rctf | float | ymax | 372 | 4 |
| reference | structure | type | name | offset | size |
|---|---|---|---|---|---|
| next | SpaceButs | SpaceLink | *next | 0 | 8 |
| prev | SpaceButs | SpaceLink | *prev | 8 | 8 |
| spacetype | SpaceButs | int | spacetype | 16 | 4 |
| blockscale | SpaceButs | float | blockscale | 20 | 4 |
| area | SpaceButs | ScrArea | *area | 24 | 8 |
| ri | SpaceButs | RenderInfo | *ri | 32 | 8 |
| blockhandler | SpaceButs | short | blockhandler[8] | 40 | 16 |
| cursens | SpaceButs | short | cursens | 56 | 2 |
| curact | SpaceButs | short | curact | 58 | 2 |
| align | SpaceButs | short | align | 60 | 2 |
| tabo | SpaceButs | short | tabo | 62 | 2 |
| 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.keeptot | View2D | short | keeptot | 170 | 2 |
| v2d.keepaspect | View2D | short | keepaspect | 172 | 2 |
| v2d.keepzoom | View2D | short | keepzoom | 174 | 2 |
| v2d.oldwinx | View2D | short | oldwinx | 176 | 2 |
| v2d.oldwiny | View2D | short | oldwiny | 178 | 2 |
| v2d.flag | View2D | int | flag | 180 | 4 |
| v2d.cursor | View2D | float | cursor[2] | 184 | 8 |
| v2d.around | View2D | short | around | 192 | 2 |
| v2d.pad | View2D | char | pad[6] | 194 | 6 |
| mainb | SpaceButs | short | mainb | 200 | 2 |
| menunr | SpaceButs | short | menunr | 202 | 2 |
| pin | SpaceButs | short | pin | 204 | 2 |
| mainbo | SpaceButs | short | mainbo | 206 | 2 |
| lockpoin | SpaceButs | void | *lockpoin | 208 | 8 |
| texnr | SpaceButs | short | texnr | 216 | 2 |
| texfrom | SpaceButs | char | texfrom | 218 | 1 |
| showgroup | SpaceButs | char | showgroup | 219 | 1 |
| modeltype | SpaceButs | short | modeltype | 220 | 2 |
| scriptblock | SpaceButs | short | scriptblock | 222 | 2 |
| scaflag | SpaceButs | short | scaflag | 224 | 2 |
| re_align | SpaceButs | short | re_align | 226 | 2 |
| oldkeypress | SpaceButs | short | oldkeypress | 228 | 2 |
| pad | SpaceButs | char | pad | 230 | 1 |
| flag | SpaceButs | char | flag | 231 | 1 |
| texact | SpaceButs | char | texact | 232 | 1 |
| tab | SpaceButs | char | tab[7] | 233 | 7 |
| reference | structure | type | name | offset | size |
|---|---|---|---|---|---|
| next | SpaceSeq | SpaceLink | *next | 0 | 8 |
| prev | SpaceSeq | SpaceLink | *prev | 8 | 8 |
| spacetype | SpaceSeq | int | spacetype | 16 | 4 |
| blockscale | SpaceSeq | float | blockscale | 20 | 4 |
| area | SpaceSeq | ScrArea | *area | 24 | 8 |
| blockhandler | SpaceSeq | short | blockhandler[8] | 32 | 16 |
| 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.keeptot | View2D | short | keeptot | 154 | 2 |
| v2d.keepaspect | View2D | short | keepaspect | 156 | 2 |
| v2d.keepzoom | View2D | short | keepzoom | 158 | 2 |
| v2d.oldwinx | View2D | short | oldwinx | 160 | 2 |
| v2d.oldwiny | View2D | short | oldwiny | 162 | 2 |
| v2d.flag | View2D | int | flag | 164 | 4 |
| v2d.cursor | View2D | float | cursor[2] | 168 | 8 |
| v2d.around | View2D | short | around | 176 | 2 |
| v2d.pad | View2D | char | pad[6] | 178 | 6 |
| xof | SpaceSeq | float | xof | 184 | 4 |
| yof | SpaceSeq | float | yof | 188 | 4 |
| mainb | SpaceSeq | short | mainb | 192 | 2 |
| pad | SpaceSeq | short | pad | 194 | 2 |
| chanshown | SpaceSeq | short | chanshown | 196 | 2 |
| zebra | SpaceSeq | short | zebra | 198 | 2 |
| flag | SpaceSeq | int | flag | 200 | 4 |
| zoom | SpaceSeq | float | zoom | 204 | 4 |
| reference | structure | type | name | offset | size |
|---|---|---|---|---|---|
| next | SpaceFile | SpaceLink | *next | 0 | 8 |
| prev | SpaceFile | SpaceLink | *prev | 8 | 8 |
| spacetype | SpaceFile | int | spacetype | 16 | 4 |
| blockscale | SpaceFile | float | blockscale | 20 | 4 |
| area | SpaceFile | ScrArea | *area | 24 | 8 |
| blockhandler | SpaceFile | short | blockhandler[8] | 32 | 16 |
| filelist | SpaceFile | direntry | *filelist | 48 | 8 |
| totfile | SpaceFile | int | totfile | 56 | 4 |
| title | SpaceFile | char | title[24] | 60 | 24 |
| dir | SpaceFile | char | dir[240] | 84 | 240 |
| file | SpaceFile | char | file[80] | 324 | 80 |
| type | SpaceFile | short | type | 404 | 2 |
| ofs | SpaceFile | short | ofs | 406 | 2 |
| flag | SpaceFile | short | flag | 408 | 2 |
| sort | SpaceFile | short | sort | 410 | 2 |
| maxnamelen | SpaceFile | short | maxnamelen | 412 | 2 |
| collums | SpaceFile | short | collums | 414 | 2 |
| f_fp | SpaceFile | short | f_fp | 416 | 2 |
| pad1 | SpaceFile | short | pad1 | 418 | 2 |
| pad2 | SpaceFile | int | pad2 | 420 | 4 |
| fp_str | SpaceFile | char | fp_str[8] | 424 | 8 |
| libfiledata | SpaceFile | BlendHandle | *libfiledata | 432 | 8 |
| retval | SpaceFile | short | retval | 440 | 2 |
| menu | SpaceFile | short | menu | 442 | 2 |
| act | SpaceFile | short | act | 444 | 2 |
| ipotype | SpaceFile | short | ipotype | 446 | 2 |
| returnfunc | SpaceFile | void | (*returnfunc)() | 448 | 8 |
| returnfunc_event | SpaceFile | void | (*returnfunc_event)() | 456 | 8 |
| returnfunc_args | SpaceFile | void | (*returnfunc_args)() | 464 | 8 |
| arg1 | SpaceFile | void | *arg1 | 472 | 8 |
| arg2 | SpaceFile | void | *arg2 | 480 | 8 |
| menup | SpaceFile | short | *menup | 488 | 8 |
| pupmenu | SpaceFile | char | *pupmenu | 496 | 8 |
| reference | structure | type | name | offset | size |
|---|---|---|---|---|---|
| next | SpaceOops | SpaceLink | *next | 0 | 8 |
| prev | SpaceOops | SpaceLink | *prev | 8 | 8 |
| spacetype | SpaceOops | int | spacetype | 16 | 4 |
| blockscale | SpaceOops | float | blockscale | 20 | 4 |
| area | SpaceOops | ScrArea | *area | 24 | 8 |
| blockhandler | SpaceOops | short | blockhandler[8] | 32 | 16 |
| 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.keeptot | View2D | short | keeptot | 154 | 2 |
| v2d.keepaspect | View2D | short | keepaspect | 156 | 2 |
| v2d.keepzoom | View2D | short | keepzoom | 158 | 2 |
| v2d.oldwinx | View2D | short | oldwinx | 160 | 2 |
| v2d.oldwiny | View2D | short | oldwiny | 162 | 2 |
| v2d.flag | View2D | int | flag | 164 | 4 |
| v2d.cursor | View2D | float | cursor[2] | 168 | 8 |
| v2d.around | View2D | short | around | 176 | 2 |
| v2d.pad | View2D | char | pad[6] | 178 | 6 |
| oops.first | ListBase | void | *first | 184 | 8 |
| oops.last | ListBase | void | *last | 192 | 8 |
| pin | SpaceOops | short | pin | 200 | 2 |
| visiflag | SpaceOops | short | visiflag | 202 | 2 |
| flag | SpaceOops | short | flag | 204 | 2 |
| rt | SpaceOops | short | rt | 206 | 2 |
| lockpoin | SpaceOops | void | *lockpoin | 208 | 8 |
| tree.first | ListBase | void | *first | 216 | 8 |
| tree.last | ListBase | void | *last | 224 | 8 |
| treestore | SpaceOops | TreeStore | *treestore | 232 | 8 |
| search_string | SpaceOops | char | search_string[32] | 240 | 32 |
| search_tse.type | TreeStoreElem | short | type | 272 | 2 |
| search_tse.nr | TreeStoreElem | short | nr | 274 | 2 |
| search_tse.flag | TreeStoreElem | short | flag | 276 | 2 |
| search_tse.used | TreeStoreElem | short | used | 278 | 2 |
| search_tse.id | TreeStoreElem | ID | *id | 280 | 8 |
| search_flags | SpaceOops | int | search_flags | 288 | 4 |
| do_ | SpaceOops | int | do_ | 292 | 4 |
| type | SpaceOops | short | type | 296 | 2 |
| outlinevis | SpaceOops | short | outlinevis | 298 | 2 |
| storeflag | SpaceOops | short | storeflag | 300 | 2 |
| deps_flags | SpaceOops | short | deps_flags | 302 | 2 |
| reference | structure | type | name | offset | size |
|---|---|---|---|---|---|
| next | SpaceImage | SpaceLink | *next | 0 | 8 |
| prev | SpaceImage | SpaceLink | *prev | 8 | 8 |
| spacetype | SpaceImage | int | spacetype | 16 | 4 |
| blockscale | SpaceImage | float | blockscale | 20 | 4 |
| area | SpaceImage | ScrArea | *area | 24 | 8 |
| blockhandler | SpaceImage | short | blockhandler[8] | 32 | 16 |
| 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.keeptot | View2D | short | keeptot | 154 | 2 |
| v2d.keepaspect | View2D | short | keepaspect | 156 | 2 |
| v2d.keepzoom | View2D | short | keepzoom | 158 | 2 |
| v2d.oldwinx | View2D | short | oldwinx | 160 | 2 |
| v2d.oldwiny | View2D | short | oldwiny | 162 | 2 |
| v2d.flag | View2D | int | flag | 164 | 4 |
| v2d.cursor | View2D | float | cursor[2] | 168 | 8 |
| v2d.around | View2D | short | around | 176 | 2 |
| v2d.pad | View2D | char | pad[6] | 178 | 6 |
| image | SpaceImage | Image | *image | 184 | 8 |
| iuser.framenr | ImageUser | int | framenr | 192 | 4 |
| iuser.frames | ImageUser | int | frames | 196 | 4 |
| iuser.offset | ImageUser | int | offset | 200 | 4 |
| iuser.sfra | ImageUser | int | sfra | 204 | 4 |
| iuser.fie_ima | ImageUser | short | fie_ima | 208 | 2 |
| iuser.cycl | ImageUser | short | cycl | 210 | 2 |
| iuser.flag | ImageUser | short | flag | 212 | 2 |
| iuser.ok | ImageUser | short | ok | 214 | 2 |
| iuser.multi_index | ImageUser | short | multi_index | 216 | 2 |
| iuser.layer | ImageUser | short | layer | 218 | 2 |
| iuser.pass | ImageUser | short | pass | 220 | 2 |
| iuser.menunr | ImageUser | short | menunr | 222 | 2 |
| cumap | SpaceImage | CurveMapping | *cumap | 224 | 8 |
| mode | SpaceImage | short | mode | 232 | 2 |
| menunr | SpaceImage | short | menunr | 234 | 2 |
| imanr | SpaceImage | short | imanr | 236 | 2 |
| curtile | SpaceImage | short | curtile | 238 | 2 |
| flag | SpaceImage | int | flag | 240 | 4 |
| imtypenr | SpaceImage | short | imtypenr | 244 | 2 |
| lock | SpaceImage | short | lock | 246 | 2 |
| pin | SpaceImage | short | pin | 248 | 2 |
| pad2 | SpaceImage | short | pad2 | 250 | 2 |
| zoom | SpaceImage | float | zoom | 252 | 4 |
| dt_uv | SpaceImage | char | dt_uv | 256 | 1 |
| sticky | SpaceImage | char | sticky | 257 | 1 |
| dt_uvstretch | SpaceImage | char | dt_uvstretch | 258 | 1 |
| pad | SpaceImage | char | pad[5] | 259 | 5 |
| xof | SpaceImage | float | xof | 264 | 4 |
| yof | SpaceImage | float | yof | 268 | 4 |
| centx | SpaceImage | float | centx | 272 | 4 |
| centy | SpaceImage | float | centy | 276 | 4 |
| reference | structure | type | name | offset | size |
|---|---|---|---|---|---|
| next | SpaceNla | SpaceLink | *next | 0 | 8 |
| prev | SpaceNla | SpaceLink | *prev | 8 | 8 |
| spacetype | SpaceNla | int | spacetype | 16 | 4 |
| blockscale | SpaceNla | float | blockscale | 20 | 4 |
| area | SpaceNla | ScrArea | *area | 24 | 8 |
| blockhandler | SpaceNla | short | blockhandler[8] | 32 | 16 |
| menunr | SpaceNla | short | menunr | 48 | 2 |
| lock | SpaceNla | short | lock | 50 | 2 |
| autosnap | SpaceNla | short | autosnap | 52 | 2 |
| flag | SpaceNla | short | flag | 54 | 2 |
| 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.keeptot | View2D | short | keeptot | 162 | 2 |
| v2d.keepaspect | View2D | short | keepaspect | 164 | 2 |
| v2d.keepzoom | View2D | short | keepzoom | 166 | 2 |
| v2d.oldwinx | View2D | short | oldwinx | 168 | 2 |
| v2d.oldwiny | View2D | short | oldwiny | 170 | 2 |
| v2d.flag | View2D | int | flag | 172 | 4 |
| v2d.cursor | View2D | float | cursor[2] | 176 | 8 |
| v2d.around | View2D | short | around | 184 | 2 |
| v2d.pad | View2D | char | pad[6] | 186 | 6 |
| reference | structure | type | name | offset | size |
|---|---|---|---|---|---|
| next | SpaceText | SpaceLink | *next | 0 | 8 |
| prev | SpaceText | SpaceLink | *prev | 8 | 8 |
| spacetype | SpaceText | int | spacetype | 16 | 4 |
| blockscale | SpaceText | float | blockscale | 20 | 4 |
| area | SpaceText | ScrArea | *area | 24 | 8 |
| blockhandler | SpaceText | short | blockhandler[8] | 32 | 16 |
| text | SpaceText | Text | *text | 48 | 8 |
| top | SpaceText | int | top | 56 | 4 |
| viewlines | SpaceText | int | viewlines | 60 | 4 |
| flags | SpaceText | short | flags | 64 | 2 |
| menunr | SpaceText | short | menunr | 66 | 2 |
| font_id | SpaceText | int | font_id | 68 | 4 |
| lheight | SpaceText | int | lheight | 72 | 4 |
| left | SpaceText | int | left | 76 | 4 |
| showlinenrs | SpaceText | int | showlinenrs | 80 | 4 |
| tabnumber | SpaceText | int | tabnumber | 84 | 4 |
| currtab_set | SpaceText | int | currtab_set | 88 | 4 |
| showsyntax | SpaceText | int | showsyntax | 92 | 4 |
| unused_padd | SpaceText | int | unused_padd | 96 | 4 |
| 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 |
| 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 |
| spacetype | SpaceScript | int | spacetype | 16 | 4 |
| blockscale | SpaceScript | float | blockscale | 20 | 4 |
| area | SpaceScript | ScrArea | *area | 24 | 8 |
| script | SpaceScript | Script | *script | 32 | 8 |
| flags | SpaceScript | short | flags | 40 | 2 |
| menunr | SpaceScript | short | menunr | 42 | 2 |
| pad1 | SpaceScript | int | pad1 | 44 | 4 |
| but_refs | SpaceScript | void | *but_refs | 48 | 8 |
| reference | structure | type | name | offset | size |
|---|---|---|---|---|---|
| next | SpaceTime | SpaceLink | *next | 0 | 8 |
| prev | SpaceTime | SpaceLink | *prev | 8 | 8 |
| spacetype | SpaceTime | int | spacetype | 16 | 4 |
| blockscale | SpaceTime | float | blockscale | 20 | 4 |
| area | SpaceTime | ScrArea | *area | 24 | 8 |
| v2d.tot.xmin | rctf | float | xmin | 32 | 4 |
| v2d.tot.xmax | rctf | float | xmax | 36 | 4 |
| v2d.tot.ymin | rctf | float | ymin | 40 | 4 |
| v2d.tot.ymax | rctf | float | ymax | 44 | 4 |
| v2d.cur.xmin | rctf | float | xmin | 48 | 4 |
| v2d.cur.xmax | rctf | float | xmax | 52 | 4 |
| v2d.cur.ymin | rctf | float | ymin | 56 | 4 |
| v2d.cur.ymax | rctf | float | ymax | 60 | 4 |
| v2d.vert.xmin | rcti | int | xmin | 64 | 4 |
| v2d.vert.xmax | rcti | int | xmax | 68 | 4 |
| v2d.vert.ymin | rcti | int | ymin | 72 | 4 |
| v2d.vert.ymax | rcti | int | ymax | 76 | 4 |
| v2d.hor.xmin | rcti | int | xmin | 80 | 4 |
| v2d.hor.xmax | rcti | int | xmax | 84 | 4 |
| v2d.hor.ymin | rcti | int | ymin | 88 | 4 |
| v2d.hor.ymax | rcti | int | ymax | 92 | 4 |
| v2d.mask.xmin | rcti | int | xmin | 96 | 4 |
| v2d.mask.xmax | rcti | int | xmax | 100 | 4 |
| v2d.mask.ymin | rcti | int | ymin | 104 | 4 |
| v2d.mask.ymax | rcti | int | ymax | 108 | 4 |
| v2d.min | View2D | float | min[2] | 112 | 8 |
| v2d.max | View2D | float | max[2] | 120 | 8 |
| v2d.minzoom | View2D | float | minzoom | 128 | 4 |
| v2d.maxzoom | View2D | float | maxzoom | 132 | 4 |
| v2d.scroll | View2D | short | scroll | 136 | 2 |
| v2d.keeptot | View2D | short | keeptot | 138 | 2 |
| v2d.keepaspect | View2D | short | keepaspect | 140 | 2 |
| v2d.keepzoom | View2D | short | keepzoom | 142 | 2 |
| v2d.oldwinx | View2D | short | oldwinx | 144 | 2 |
| v2d.oldwiny | View2D | short | oldwiny | 146 | 2 |
| v2d.flag | View2D | int | flag | 148 | 4 |
| v2d.cursor | View2D | float | cursor[2] | 152 | 8 |
| v2d.around | View2D | short | around | 160 | 2 |
| v2d.pad | View2D | char | pad[6] | 162 | 6 |
| flag | SpaceTime | int | flag | 168 | 4 |
| redraws | SpaceTime | int | redraws | 172 | 4 |
| reference | structure | type | name | offset | size |
|---|---|---|---|---|---|
| next | SpaceNode | SpaceLink | *next | 0 | 8 |
| prev | SpaceNode | SpaceLink | *prev | 8 | 8 |
| spacetype | SpaceNode | int | spacetype | 16 | 4 |
| blockscale | SpaceNode | float | blockscale | 20 | 4 |
| area | SpaceNode | ScrArea | *area | 24 | 8 |
| v2d.tot.xmin | rctf | float | xmin | 32 | 4 |
| v2d.tot.xmax | rctf | float | xmax | 36 | 4 |
| v2d.tot.ymin | rctf | float | ymin | 40 | 4 |
| v2d.tot.ymax | rctf | float | ymax | 44 | 4 |
| v2d.cur.xmin | rctf | float | xmin | 48 | 4 |
| v2d.cur.xmax | rctf | float | xmax | 52 | 4 |
| v2d.cur.ymin | rctf | float | ymin | 56 | 4 |
| v2d.cur.ymax | rctf | float | ymax | 60 | 4 |
| v2d.vert.xmin | rcti | int | xmin | 64 | 4 |
| v2d.vert.xmax | rcti | int | xmax | 68 | 4 |
| v2d.vert.ymin | rcti | int | ymin | 72 | 4 |
| v2d.vert.ymax | rcti | int | ymax | 76 | 4 |
| v2d.hor.xmin | rcti | int | xmin | 80 | 4 |
| v2d.hor.xmax | rcti | int | xmax | 84 | 4 |
| v2d.hor.ymin | rcti | int | ymin | 88 | 4 |
| v2d.hor.ymax | rcti | int | ymax | 92 | 4 |
| v2d.mask.xmin | rcti | int | xmin | 96 | 4 |
| v2d.mask.xmax | rcti | int | xmax | 100 | 4 |
| v2d.mask.ymin | rcti | int | ymin | 104 | 4 |
| v2d.mask.ymax | rcti | int | ymax | 108 | 4 |
| v2d.min | View2D | float | min[2] | 112 | 8 |
| v2d.max | View2D | float | max[2] | 120 | 8 |
| v2d.minzoom | View2D | float | minzoom | 128 | 4 |
| v2d.maxzoom | View2D | float | maxzoom | 132 | 4 |
| v2d.scroll | View2D | short | scroll | 136 | 2 |
| v2d.keeptot | View2D | short | keeptot | 138 | 2 |
| v2d.keepaspect | View2D | short | keepaspect | 140 | 2 |
| v2d.keepzoom | View2D | short | keepzoom | 142 | 2 |
| v2d.oldwinx | View2D | short | oldwinx | 144 | 2 |
| v2d.oldwiny | View2D | short | oldwiny | 146 | 2 |
| v2d.flag | View2D | int | flag | 148 | 4 |
| v2d.cursor | View2D | float | cursor[2] | 152 | 8 |
| v2d.around | View2D | short | around | 160 | 2 |
| v2d.pad | View2D | char | pad[6] | 162 | 6 |
| id | SpaceNode | ID | *id | 168 | 8 |
| from | SpaceNode | ID | *from | 176 | 8 |
| flag | SpaceNode | short | flag | 184 | 2 |
| menunr | SpaceNode | short | menunr | 186 | 2 |
| aspect | SpaceNode | float | aspect | 188 | 4 |
| curfont | SpaceNode | void | *curfont | 192 | 8 |
| xof | SpaceNode | float | xof | 200 | 4 |
| yof | SpaceNode | float | yof | 204 | 4 |
| nodetree | SpaceNode | bNodeTree | *nodetree | 208 | 8 |
| edittree | SpaceNode | bNodeTree | *edittree | 216 | 8 |
| treetype | SpaceNode | int | treetype | 224 | 4 |
| pad | SpaceNode | int | pad | 228 | 4 |
| reference | structure | type | name | offset | size |
|---|---|---|---|---|---|
| next | SpaceImaSel | SpaceLink | *next | 0 | 8 |
| prev | SpaceImaSel | SpaceLink | *prev | 8 | 8 |
| spacetype | SpaceImaSel | int | spacetype | 16 | 4 |
| blockscale | SpaceImaSel | float | blockscale | 20 | 4 |
| area | SpaceImaSel | ScrArea | *area | 24 | 8 |
| blockhandler | SpaceImaSel | short | blockhandler[8] | 32 | 16 |
| 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.keeptot | View2D | short | keeptot | 154 | 2 |
| v2d.keepaspect | View2D | short | keepaspect | 156 | 2 |
| v2d.keepzoom | View2D | short | keepzoom | 158 | 2 |
| v2d.oldwinx | View2D | short | oldwinx | 160 | 2 |
| v2d.oldwiny | View2D | short | oldwiny | 162 | 2 |
| v2d.flag | View2D | int | flag | 164 | 4 |
| v2d.cursor | View2D | float | cursor[2] | 168 | 8 |
| v2d.around | View2D | short | around | 176 | 2 |
| v2d.pad | View2D | char | pad[6] | 178 | 6 |
| files | SpaceImaSel | FileList | *files | 184 | 8 |
| title | SpaceImaSel | char | title[24] | 192 | 24 |
| dir | SpaceImaSel | char | dir[240] | 216 | 240 |
| file | SpaceImaSel | char | file[80] | 456 | 80 |
| type | SpaceImaSel | short | type | 536 | 2 |
| menu | SpaceImaSel | short | menu | 538 | 2 |
| flag | SpaceImaSel | short | flag | 540 | 2 |
| sort | SpaceImaSel | short | sort | 542 | 2 |
| curfont | SpaceImaSel | void | *curfont | 544 | 8 |
| active_file | SpaceImaSel | int | active_file | 552 | 4 |
| numtilesx | SpaceImaSel | int | numtilesx | 556 | 4 |
| numtilesy | SpaceImaSel | int | numtilesy | 560 | 4 |
| selstate | SpaceImaSel | int | selstate | 564 | 4 |
| viewrect.xmin | rcti | int | xmin | 568 | 4 |
| viewrect.xmax | rcti | int | xmax | 572 | 4 |
| viewrect.ymin | rcti | int | ymin | 576 | 4 |
| viewrect.ymax | rcti | int | ymax | 580 | 4 |
| bookmarkrect.xmin | rcti | int | xmin | 584 | 4 |
| bookmarkrect.xmax | rcti | int | xmax | 588 | 4 |
| bookmarkrect.ymin | rcti | int | ymin | 592 | 4 |
| bookmarkrect.ymax | rcti | int | ymax | 596 | 4 |
| scrollpos | SpaceImaSel | float | scrollpos | 600 | 4 |
| scrollheight | SpaceImaSel | float | scrollheight | 604 | 4 |
| scrollarea | SpaceImaSel | float | scrollarea | 608 | 4 |
| aspect | SpaceImaSel | float | aspect | 612 | 4 |
| retval | SpaceImaSel | short | retval | 616 | 2 |
| ipotype | SpaceImaSel | short | ipotype | 618 | 2 |
| filter | SpaceImaSel | short | filter | 620 | 2 |
| active_bookmark | SpaceImaSel | short | active_bookmark | 622 | 2 |
| pad | SpaceImaSel | short | pad | 624 | 2 |
| pad1 | SpaceImaSel | short | pad1 | 626 | 2 |
| prv_w | SpaceImaSel | short | prv_w | 628 | 2 |
| prv_h | SpaceImaSel | short | prv_h | 630 | 2 |
| returnfunc | SpaceImaSel | void | (*returnfunc)() | 632 | 8 |
| returnfunc_event | SpaceImaSel | void | (*returnfunc_event)() | 640 | 8 |
| returnfunc_args | SpaceImaSel | void | (*returnfunc_args)() | 648 | 8 |
| arg1 | SpaceImaSel | void | *arg1 | 656 | 8 |
| arg2 | SpaceImaSel | void | *arg2 | 664 | 8 |
| menup | SpaceImaSel | short | *menup | 672 | 8 |
| pupmenu | SpaceImaSel | char | *pupmenu | 680 | 8 |
| img | SpaceImaSel | ImBuf | *img | 688 | 8 |
| reference | structure | type | name | offset | size |
|---|---|---|---|---|---|
| outline | ThemeUI | char | outline[4] | 0 | 4 |
| neutral | ThemeUI | char | neutral[4] | 4 | 4 |
| action | ThemeUI | char | action[4] | 8 | 4 |
| setting | ThemeUI | char | setting[4] | 12 | 4 |
| setting1 | ThemeUI | char | setting1[4] | 16 | 4 |
| setting2 | ThemeUI | char | setting2[4] | 20 | 4 |
| num | ThemeUI | char | num[4] | 24 | 4 |
| textfield | ThemeUI | char | textfield[4] | 28 | 4 |
| textfield_hi | ThemeUI | char | textfield_hi[4] | 32 | 4 |
| popup | ThemeUI | char | popup[4] | 36 | 4 |
| text | ThemeUI | char | text[4] | 40 | 4 |
| text_hi | ThemeUI | char | text_hi[4] | 44 | 4 |
| menu_back | ThemeUI | char | menu_back[4] | 48 | 4 |
| menu_item | ThemeUI | char | menu_item[4] | 52 | 4 |
| menu_hilite | ThemeUI | char | menu_hilite[4] | 56 | 4 |
| menu_text | ThemeUI | char | menu_text[4] | 60 | 4 |
| menu_text_hi | ThemeUI | char | menu_text_hi[4] | 64 | 4 |
| but_drawtype | ThemeUI | char | but_drawtype | 68 | 1 |
| pad | ThemeUI | char | pad[3] | 69 | 3 |
| iconfile | ThemeUI | char | iconfile[80] | 72 | 80 |
| reference | structure | type | name | offset | size |
|---|---|---|---|---|---|
| back | ThemeSpace | char | back[4] | 0 | 4 |
| text | ThemeSpace | char | text[4] | 4 | 4 |
| text_hi | ThemeSpace | char | text_hi[4] | 8 | 4 |
| header | ThemeSpace | char | header[4] | 12 | 4 |
| panel | ThemeSpace | char | panel[4] | 16 | 4 |
| shade1 | ThemeSpace | char | shade1[4] | 20 | 4 |
| shade2 | ThemeSpace | char | shade2[4] | 24 | 4 |
| hilite | ThemeSpace | char | hilite[4] | 28 | 4 |
| grid | ThemeSpace | char | grid[4] | 32 | 4 |
| wire | ThemeSpace | char | wire[4] | 36 | 4 |
| select | ThemeSpace | char | select[4] | 40 | 4 |
| lamp | ThemeSpace | char | lamp[4] | 44 | 4 |
| active | ThemeSpace | char | active[4] | 48 | 4 |
| group | ThemeSpace | char | group[4] | 52 | 4 |
| group_active | ThemeSpace | char | group_active[4] | 56 | 4 |
| transform | ThemeSpace | char | transform[4] | 60 | 4 |
| vertex | ThemeSpace | char | vertex[4] | 64 | 4 |
| vertex_select | ThemeSpace | char | vertex_select[4] | 68 | 4 |
| edge | ThemeSpace | char | edge[4] | 72 | 4 |
| edge_select | ThemeSpace | char | edge_select[4] | 76 | 4 |
| edge_seam | ThemeSpace | char | edge_seam[4] | 80 | 4 |
| edge_sharp | ThemeSpace | char | edge_sharp[4] | 84 | 4 |
| edge_facesel | ThemeSpace | char | edge_facesel[4] | 88 | 4 |
| face | ThemeSpace | char | face[4] | 92 | 4 |
| face_select | ThemeSpace | char | face_select[4] | 96 | 4 |
| face_dot | ThemeSpace | char | face_dot[4] | 100 | 4 |
| normal | ThemeSpace | char | normal[4] | 104 | 4 |
| bone_solid | ThemeSpace | char | bone_solid[4] | 108 | 4 |
| bone_pose | ThemeSpace | char | bone_pose[4] | 112 | 4 |
| strip | ThemeSpace | char | strip[4] | 116 | 4 |
| strip_select | ThemeSpace | char | strip_select[4] | 120 | 4 |
| cframe | ThemeSpace | char | cframe[4] | 124 | 4 |
| pad | ThemeSpace | char | pad[4] | 128 | 4 |
| vertex_size | ThemeSpace | char | vertex_size | 132 | 1 |
| facedot_size | ThemeSpace | char | facedot_size | 133 | 1 |
| bpad | ThemeSpace | char | bpad[2] | 134 | 2 |
| syntaxl | ThemeSpace | char | syntaxl[4] | 136 | 4 |
| syntaxn | ThemeSpace | char | syntaxn[4] | 140 | 4 |
| syntaxb | ThemeSpace | char | syntaxb[4] | 144 | 4 |
| syntaxv | ThemeSpace | char | syntaxv[4] | 148 | 4 |
| syntaxc | ThemeSpace | char | syntaxc[4] | 152 | 4 |
| movie | ThemeSpace | char | movie[4] | 156 | 4 |
| image | ThemeSpace | char | image[4] | 160 | 4 |
| scene | ThemeSpace | char | scene[4] | 164 | 4 |
| audio | ThemeSpace | char | audio[4] | 168 | 4 |
| effect | ThemeSpace | char | effect[4] | 172 | 4 |
| plugin | ThemeSpace | char | plugin[4] | 176 | 4 |
| transition | ThemeSpace | char | transition[4] | 180 | 4 |
| meta | ThemeSpace | char | meta[4] | 184 | 4 |
| editmesh_active | ThemeSpace | char | editmesh_active[4] | 188 | 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.outline | ThemeUI | char | outline[4] | 48 | 4 |
| tui.neutral | ThemeUI | char | neutral[4] | 52 | 4 |
| tui.action | ThemeUI | char | action[4] | 56 | 4 |
| tui.setting | ThemeUI | char | setting[4] | 60 | 4 |
| tui.setting1 | ThemeUI | char | setting1[4] | 64 | 4 |
| tui.setting2 | ThemeUI | char | setting2[4] | 68 | 4 |
| tui.num | ThemeUI | char | num[4] | 72 | 4 |
| tui.textfield | ThemeUI | char | textfield[4] | 76 | 4 |
| tui.textfield_hi | ThemeUI | char | textfield_hi[4] | 80 | 4 |
| tui.popup | ThemeUI | char | popup[4] | 84 | 4 |
| tui.text | ThemeUI | char | text[4] | 88 | 4 |
| tui.text_hi | ThemeUI | char | text_hi[4] | 92 | 4 |
| tui.menu_back | ThemeUI | char | menu_back[4] | 96 | 4 |
| tui.menu_item | ThemeUI | char | menu_item[4] | 100 | 4 |
| tui.menu_hilite | ThemeUI | char | menu_hilite[4] | 104 | 4 |
| tui.menu_text | ThemeUI | char | menu_text[4] | 108 | 4 |
| tui.menu_text_hi | ThemeUI | char | menu_text_hi[4] | 112 | 4 |
| tui.but_drawtype | ThemeUI | char | but_drawtype | 116 | 1 |
| tui.pad | ThemeUI | char | pad[3] | 117 | 3 |
| tui.iconfile | ThemeUI | char | iconfile[80] | 120 | 80 |
| tbuts.back | ThemeSpace | char | back[4] | 200 | 4 |
| tbuts.text | ThemeSpace | char | text[4] | 204 | 4 |
| tbuts.text_hi | ThemeSpace | char | text_hi[4] | 208 | 4 |
| tbuts.header | ThemeSpace | char | header[4] | 212 | 4 |
| tbuts.panel | ThemeSpace | char | panel[4] | 216 | 4 |
| tbuts.shade1 | ThemeSpace | char | shade1[4] | 220 | 4 |
| tbuts.shade2 | ThemeSpace | char | shade2[4] | 224 | 4 |
| tbuts.hilite | ThemeSpace | char | hilite[4] | 228 | 4 |
| tbuts.grid | ThemeSpace | char | grid[4] | 232 | 4 |
| tbuts.wire | ThemeSpace | char | wire[4] | 236 | 4 |
| tbuts.select | ThemeSpace | char | select[4] | 240 | 4 |
| tbuts.lamp | ThemeSpace | char | lamp[4] | 244 | 4 |
| tbuts.active | ThemeSpace | char | active[4] | 248 | 4 |
| tbuts.group | ThemeSpace | char | group[4] | 252 | 4 |
| tbuts.group_active | ThemeSpace | char | group_active[4] | 256 | 4 |
| tbuts.transform | ThemeSpace | char | transform[4] | 260 | 4 |
| tbuts.vertex | ThemeSpace | char | vertex[4] | 264 | 4 |
| tbuts.vertex_select | ThemeSpace | char | vertex_select[4] | 268 | 4 |
| tbuts.edge | ThemeSpace | char | edge[4] | 272 | 4 |
| tbuts.edge_select | ThemeSpace | char | edge_select[4] | 276 | 4 |
| tbuts.edge_seam | ThemeSpace | char | edge_seam[4] | 280 | 4 |
| tbuts.edge_sharp | ThemeSpace | char | edge_sharp[4] | 284 | 4 |
| tbuts.edge_facesel | ThemeSpace | char | edge_facesel[4] | 288 | 4 |
| tbuts.face | ThemeSpace | char | face[4] | 292 | 4 |
| tbuts.face_select | ThemeSpace | char | face_select[4] | 296 | 4 |
| tbuts.face_dot | ThemeSpace | char | face_dot[4] | 300 | 4 |
| tbuts.normal | ThemeSpace | char | normal[4] | 304 | 4 |
| tbuts.bone_solid | ThemeSpace | char | bone_solid[4] | 308 | 4 |
| tbuts.bone_pose | ThemeSpace | char | bone_pose[4] | 312 | 4 |
| tbuts.strip | ThemeSpace | char | strip[4] | 316 | 4 |
| tbuts.strip_select | ThemeSpace | char | strip_select[4] | 320 | 4 |
| tbuts.cframe | ThemeSpace | char | cframe[4] | 324 | 4 |
| tbuts.pad | ThemeSpace | char | pad[4] | 328 | 4 |
| tbuts.vertex_size | ThemeSpace | char | vertex_size | 332 | 1 |
| tbuts.facedot_size | ThemeSpace | char | facedot_size | 333 | 1 |
| tbuts.bpad | ThemeSpace | char | bpad[2] | 334 | 2 |
| tbuts.syntaxl | ThemeSpace | char | syntaxl[4] | 336 | 4 |
| tbuts.syntaxn | ThemeSpace | char | syntaxn[4] | 340 | 4 |
| tbuts.syntaxb | ThemeSpace | char | syntaxb[4] | 344 | 4 |
| tbuts.syntaxv | ThemeSpace | char | syntaxv[4] | 348 | 4 |
| tbuts.syntaxc | ThemeSpace | char | syntaxc[4] | 352 | 4 |
| tbuts.movie | ThemeSpace | char | movie[4] | 356 | 4 |
| tbuts.image | ThemeSpace | char | image[4] | 360 | 4 |
| tbuts.scene | ThemeSpace | char | scene[4] | 364 | 4 |
| tbuts.audio | ThemeSpace | char | audio[4] | 368 | 4 |
| tbuts.effect | ThemeSpace | char | effect[4] | 372 | 4 |
| tbuts.plugin | ThemeSpace | char | plugin[4] | 376 | 4 |
| tbuts.transition | ThemeSpace | char | transition[4] | 380 | 4 |
| tbuts.meta | ThemeSpace | char | meta[4] | 384 | 4 |
| tbuts.editmesh_active | ThemeSpace | char | editmesh_active[4] | 388 | 4 |
| tv3d.back | ThemeSpace | char | back[4] | 392 | 4 |
| tv3d.text | ThemeSpace | char | text[4] | 396 | 4 |
| tv3d.text_hi | ThemeSpace | char | text_hi[4] | 400 | 4 |
| tv3d.header | ThemeSpace | char | header[4] | 404 | 4 |
| tv3d.panel | ThemeSpace | char | panel[4] | 408 | 4 |
| tv3d.shade1 | ThemeSpace | char | shade1[4] | 412 | 4 |
| tv3d.shade2 | ThemeSpace | char | shade2[4] | 416 | 4 |
| tv3d.hilite | ThemeSpace | char | hilite[4] | 420 | 4 |
| tv3d.grid | ThemeSpace | char | grid[4] | 424 | 4 |
| tv3d.wire | ThemeSpace | char | wire[4] | 428 | 4 |
| tv3d.select | ThemeSpace | char | select[4] | 432 | 4 |
| tv3d.lamp | ThemeSpace | char | lamp[4] | 436 | 4 |
| tv3d.active | ThemeSpace | char | active[4] | 440 | 4 |
| tv3d.group | ThemeSpace | char | group[4] | 444 | 4 |
| tv3d.group_active | ThemeSpace | char | group_active[4] | 448 | 4 |
| tv3d.transform | ThemeSpace | char | transform[4] | 452 | 4 |
| tv3d.vertex | ThemeSpace | char | vertex[4] | 456 | 4 |
| tv3d.vertex_select | ThemeSpace | char | vertex_select[4] | 460 | 4 |
| tv3d.edge | ThemeSpace | char | edge[4] | 464 | 4 |
| tv3d.edge_select | ThemeSpace | char | edge_select[4] | 468 | 4 |
| tv3d.edge_seam | ThemeSpace | char | edge_seam[4] | 472 | 4 |
| tv3d.edge_sharp | ThemeSpace | char | edge_sharp[4] | 476 | 4 |
| tv3d.edge_facesel | ThemeSpace | char | edge_facesel[4] | 480 | 4 |
| tv3d.face | ThemeSpace | char | face[4] | 484 | 4 |
| tv3d.face_select | ThemeSpace | char | face_select[4] | 488 | 4 |
| tv3d.face_dot | ThemeSpace | char | face_dot[4] | 492 | 4 |
| tv3d.normal | ThemeSpace | char | normal[4] | 496 | 4 |
| tv3d.bone_solid | ThemeSpace | char | bone_solid[4] | 500 | 4 |
| tv3d.bone_pose | ThemeSpace | char | bone_pose[4] | 504 | 4 |
| tv3d.strip | ThemeSpace | char | strip[4] | 508 | 4 |
| tv3d.strip_select | ThemeSpace | char | strip_select[4] | 512 | 4 |
| tv3d.cframe | ThemeSpace | char | cframe[4] | 516 | 4 |
| tv3d.pad | ThemeSpace | char | pad[4] | 520 | 4 |
| tv3d.vertex_size | ThemeSpace | char | vertex_size | 524 | 1 |
| tv3d.facedot_size | ThemeSpace | char | facedot_size | 525 | 1 |
| tv3d.bpad | ThemeSpace | char | bpad[2] | 526 | 2 |
| tv3d.syntaxl | ThemeSpace | char | syntaxl[4] | 528 | 4 |
| tv3d.syntaxn | ThemeSpace | char | syntaxn[4] | 532 | 4 |
| tv3d.syntaxb | ThemeSpace | char | syntaxb[4] | 536 | 4 |
| tv3d.syntaxv | ThemeSpace | char | syntaxv[4] | 540 | 4 |
| tv3d.syntaxc | ThemeSpace | char | syntaxc[4] | 544 | 4 |
| tv3d.movie | ThemeSpace | char | movie[4] | 548 | 4 |
| tv3d.image | ThemeSpace | char | image[4] | 552 | 4 |
| tv3d.scene | ThemeSpace | char | scene[4] | 556 | 4 |
| tv3d.audio | ThemeSpace | char | audio[4] | 560 | 4 |
| tv3d.effect | ThemeSpace | char | effect[4] | 564 | 4 |
| tv3d.plugin | ThemeSpace | char | plugin[4] | 568 | 4 |
| tv3d.transition | ThemeSpace | char | transition[4] | 572 | 4 |
| tv3d.meta | ThemeSpace | char | meta[4] | 576 | 4 |
| tv3d.editmesh_active | ThemeSpace | char | editmesh_active[4] | 580 | 4 |
| tfile.back | ThemeSpace | char | back[4] | 584 | 4 |
| tfile.text | ThemeSpace | char | text[4] | 588 | 4 |
| tfile.text_hi | ThemeSpace | char | text_hi[4] | 592 | 4 |
| tfile.header | ThemeSpace | char | header[4] | 596 | 4 |
| tfile.panel | ThemeSpace | char | panel[4] | 600 | 4 |
| tfile.shade1 | ThemeSpace | char | shade1[4] | 604 | 4 |
| tfile.shade2 | ThemeSpace | char | shade2[4] | 608 | 4 |
| tfile.hilite | ThemeSpace | char | hilite[4] | 612 | 4 |
| tfile.grid | ThemeSpace | char | grid[4] | 616 | 4 |
| tfile.wire | ThemeSpace | char | wire[4] | 620 | 4 |
| tfile.select | ThemeSpace | char | select[4] | 624 | 4 |
| tfile.lamp | ThemeSpace | char | lamp[4] | 628 | 4 |
| tfile.active | ThemeSpace | char | active[4] | 632 | 4 |
| tfile.group | ThemeSpace | char | group[4] | 636 | 4 |
| tfile.group_active | ThemeSpace | char | group_active[4] | 640 | 4 |
| tfile.transform | ThemeSpace | char | transform[4] | 644 | 4 |
| tfile.vertex | ThemeSpace | char | vertex[4] | 648 | 4 |
| tfile.vertex_select | ThemeSpace | char | vertex_select[4] | 652 | 4 |
| tfile.edge | ThemeSpace | char | edge[4] | 656 | 4 |
| tfile.edge_select | ThemeSpace | char | edge_select[4] | 660 | 4 |
| tfile.edge_seam | ThemeSpace | char | edge_seam[4] | 664 | 4 |
| tfile.edge_sharp | ThemeSpace | char | edge_sharp[4] | 668 | 4 |
| tfile.edge_facesel | ThemeSpace | char | edge_facesel[4] | 672 | 4 |
| tfile.face | ThemeSpace | char | face[4] | 676 | 4 |
| tfile.face_select | ThemeSpace | char | face_select[4] | 680 | 4 |
| tfile.face_dot | ThemeSpace | char | face_dot[4] | 684 | 4 |
| tfile.normal | ThemeSpace | char | normal[4] | 688 | 4 |
| tfile.bone_solid | ThemeSpace | char | bone_solid[4] | 692 | 4 |
| tfile.bone_pose | ThemeSpace | char | bone_pose[4] | 696 | 4 |
| tfile.strip | ThemeSpace | char | strip[4] | 700 | 4 |
| tfile.strip_select | ThemeSpace | char | strip_select[4] | 704 | 4 |
| tfile.cframe | ThemeSpace | char | cframe[4] | 708 | 4 |
| tfile.pad | ThemeSpace | char | pad[4] | 712 | 4 |
| tfile.vertex_size | ThemeSpace | char | vertex_size | 716 | 1 |
| tfile.facedot_size | ThemeSpace | char | facedot_size | 717 | 1 |
| tfile.bpad | ThemeSpace | char | bpad[2] | 718 | 2 |
| tfile.syntaxl | ThemeSpace | char | syntaxl[4] | 720 | 4 |
| tfile.syntaxn | ThemeSpace | char | syntaxn[4] | 724 | 4 |
| tfile.syntaxb | ThemeSpace | char | syntaxb[4] | 728 | 4 |
| tfile.syntaxv | ThemeSpace | char | syntaxv[4] | 732 | 4 |
| tfile.syntaxc | ThemeSpace | char | syntaxc[4] | 736 | 4 |
| tfile.movie | ThemeSpace | char | movie[4] | 740 | 4 |
| tfile.image | ThemeSpace | char | image[4] | 744 | 4 |
| tfile.scene | ThemeSpace | char | scene[4] | 748 | 4 |
| tfile.audio | ThemeSpace | char | audio[4] | 752 | 4 |
| tfile.effect | ThemeSpace | char | effect[4] | 756 | 4 |
| tfile.plugin | ThemeSpace | char | plugin[4] | 760 | 4 |
| tfile.transition | ThemeSpace | char | transition[4] | 764 | 4 |
| tfile.meta | ThemeSpace | char | meta[4] | 768 | 4 |
| tfile.editmesh_active | ThemeSpace | char | editmesh_active[4] | 772 | 4 |
| tipo.back | ThemeSpace | char | back[4] | 776 | 4 |
| tipo.text | ThemeSpace | char | text[4] | 780 | 4 |
| tipo.text_hi | ThemeSpace | char | text_hi[4] | 784 | 4 |
| tipo.header | ThemeSpace | char | header[4] | 788 | 4 |
| tipo.panel | ThemeSpace | char | panel[4] | 792 | 4 |
| tipo.shade1 | ThemeSpace | char | shade1[4] | 796 | 4 |
| tipo.shade2 | ThemeSpace | char | shade2[4] | 800 | 4 |
| tipo.hilite | ThemeSpace | char | hilite[4] | 804 | 4 |
| tipo.grid | ThemeSpace | char | grid[4] | 808 | 4 |
| tipo.wire | ThemeSpace | char | wire[4] | 812 | 4 |
| tipo.select | ThemeSpace | char | select[4] | 816 | 4 |
| tipo.lamp | ThemeSpace | char | lamp[4] | 820 | 4 |
| tipo.active | ThemeSpace | char | active[4] | 824 | 4 |
| tipo.group | ThemeSpace | char | group[4] | 828 | 4 |
| tipo.group_active | ThemeSpace | char | group_active[4] | 832 | 4 |
| tipo.transform | ThemeSpace | char | transform[4] | 836 | 4 |
| tipo.vertex | ThemeSpace | char | vertex[4] | 840 | 4 |
| tipo.vertex_select | ThemeSpace | char | vertex_select[4] | 844 | 4 |
| tipo.edge | ThemeSpace | char | edge[4] | 848 | 4 |
| tipo.edge_select | ThemeSpace | char | edge_select[4] | 852 | 4 |
| tipo.edge_seam | ThemeSpace | char | edge_seam[4] | 856 | 4 |
| tipo.edge_sharp | ThemeSpace | char | edge_sharp[4] | 860 | 4 |
| tipo.edge_facesel | ThemeSpace | char | edge_facesel[4] | 864 | 4 |
| tipo.face | ThemeSpace | char | face[4] | 868 | 4 |
| tipo.face_select | ThemeSpace | char | face_select[4] | 872 | 4 |
| tipo.face_dot | ThemeSpace | char | face_dot[4] | 876 | 4 |
| tipo.normal | ThemeSpace | char | normal[4] | 880 | 4 |
| tipo.bone_solid | ThemeSpace | char | bone_solid[4] | 884 | 4 |
| tipo.bone_pose | ThemeSpace | char | bone_pose[4] | 888 | 4 |
| tipo.strip | ThemeSpace | char | strip[4] | 892 | 4 |
| tipo.strip_select | ThemeSpace | char | strip_select[4] | 896 | 4 |
| tipo.cframe | ThemeSpace | char | cframe[4] | 900 | 4 |
| tipo.pad | ThemeSpace | char | pad[4] | 904 | 4 |
| tipo.vertex_size | ThemeSpace | char | vertex_size | 908 | 1 |
| tipo.facedot_size | ThemeSpace | char | facedot_size | 909 | 1 |
| tipo.bpad | ThemeSpace | char | bpad[2] | 910 | 2 |
| tipo.syntaxl | ThemeSpace | char | syntaxl[4] | 912 | 4 |
| tipo.syntaxn | ThemeSpace | char | syntaxn[4] | 916 | 4 |
| tipo.syntaxb | ThemeSpace | char | syntaxb[4] | 920 | 4 |
| tipo.syntaxv | ThemeSpace | char | syntaxv[4] | 924 | 4 |
| tipo.syntaxc | ThemeSpace | char | syntaxc[4] | 928 | 4 |
| tipo.movie | ThemeSpace | char | movie[4] | 932 | 4 |
| tipo.image | ThemeSpace | char | image[4] | 936 | 4 |
| tipo.scene | ThemeSpace | char | scene[4] | 940 | 4 |
| tipo.audio | ThemeSpace | char | audio[4] | 944 | 4 |
| tipo.effect | ThemeSpace | char | effect[4] | 948 | 4 |
| tipo.plugin | ThemeSpace | char | plugin[4] | 952 | 4 |
| tipo.transition | ThemeSpace | char | transition[4] | 956 | 4 |
| tipo.meta | ThemeSpace | char | meta[4] | 960 | 4 |
| tipo.editmesh_active | ThemeSpace | char | editmesh_active[4] | 964 | 4 |
| tinfo.back | ThemeSpace | char | back[4] | 968 | 4 |
| tinfo.text | ThemeSpace | char | text[4] | 972 | 4 |
| tinfo.text_hi | ThemeSpace | char | text_hi[4] | 976 | 4 |
| tinfo.header | ThemeSpace | char | header[4] | 980 | 4 |
| tinfo.panel | ThemeSpace | char | panel[4] | 984 | 4 |
| tinfo.shade1 | ThemeSpace | char | shade1[4] | 988 | 4 |
| tinfo.shade2 | ThemeSpace | char | shade2[4] | 992 | 4 |
| tinfo.hilite | ThemeSpace | char | hilite[4] | 996 | 4 |
| tinfo.grid | ThemeSpace | char | grid[4] | 1000 | 4 |
| tinfo.wire | ThemeSpace | char | wire[4] | 1004 | 4 |
| tinfo.select | ThemeSpace | char | select[4] | 1008 | 4 |
| tinfo.lamp | ThemeSpace | char | lamp[4] | 1012 | 4 |
| tinfo.active | ThemeSpace | char | active[4] | 1016 | 4 |
| tinfo.group | ThemeSpace | char | group[4] | 1020 | 4 |
| tinfo.group_active | ThemeSpace | char | group_active[4] | 1024 | 4 |
| tinfo.transform | ThemeSpace | char | transform[4] | 1028 | 4 |
| tinfo.vertex | ThemeSpace | char | vertex[4] | 1032 | 4 |
| tinfo.vertex_select | ThemeSpace | char | vertex_select[4] | 1036 | 4 |
| tinfo.edge | ThemeSpace | char | edge[4] | 1040 | 4 |
| tinfo.edge_select | ThemeSpace | char | edge_select[4] | 1044 | 4 |
| tinfo.edge_seam | ThemeSpace | char | edge_seam[4] | 1048 | 4 |
| tinfo.edge_sharp | ThemeSpace | char | edge_sharp[4] | 1052 | 4 |
| tinfo.edge_facesel | ThemeSpace | char | edge_facesel[4] | 1056 | 4 |
| tinfo.face | ThemeSpace | char | face[4] | 1060 | 4 |
| tinfo.face_select | ThemeSpace | char | face_select[4] | 1064 | 4 |
| tinfo.face_dot | ThemeSpace | char | face_dot[4] | 1068 | 4 |
| tinfo.normal | ThemeSpace | char | normal[4] | 1072 | 4 |
| tinfo.bone_solid | ThemeSpace | char | bone_solid[4] | 1076 | 4 |
| tinfo.bone_pose | ThemeSpace | char | bone_pose[4] | 1080 | 4 |
| tinfo.strip | ThemeSpace | char | strip[4] | 1084 | 4 |
| tinfo.strip_select | ThemeSpace | char | strip_select[4] | 1088 | 4 |
| tinfo.cframe | ThemeSpace | char | cframe[4] | 1092 | 4 |
| tinfo.pad | ThemeSpace | char | pad[4] | 1096 | 4 |
| tinfo.vertex_size | ThemeSpace | char | vertex_size | 1100 | 1 |
| tinfo.facedot_size | ThemeSpace | char | facedot_size | 1101 | 1 |
| tinfo.bpad | ThemeSpace | char | bpad[2] | 1102 | 2 |
| tinfo.syntaxl | ThemeSpace | char | syntaxl[4] | 1104 | 4 |
| tinfo.syntaxn | ThemeSpace | char | syntaxn[4] | 1108 | 4 |
| tinfo.syntaxb | ThemeSpace | char | syntaxb[4] | 1112 | 4 |
| tinfo.syntaxv | ThemeSpace | char | syntaxv[4] | 1116 | 4 |
| tinfo.syntaxc | ThemeSpace | char | syntaxc[4] | 1120 | 4 |
| tinfo.movie | ThemeSpace | char | movie[4] | 1124 | 4 |
| tinfo.image | ThemeSpace | char | image[4] | 1128 | 4 |
| tinfo.scene | ThemeSpace | char | scene[4] | 1132 | 4 |
| tinfo.audio | ThemeSpace | char | audio[4] | 1136 | 4 |
| tinfo.effect | ThemeSpace | char | effect[4] | 1140 | 4 |
| tinfo.plugin | ThemeSpace | char | plugin[4] | 1144 | 4 |
| tinfo.transition | ThemeSpace | char | transition[4] | 1148 | 4 |
| tinfo.meta | ThemeSpace | char | meta[4] | 1152 | 4 |
| tinfo.editmesh_active | ThemeSpace | char | editmesh_active[4] | 1156 | 4 |
| tsnd.back | ThemeSpace | char | back[4] | 1160 | 4 |
| tsnd.text | ThemeSpace | char | text[4] | 1164 | 4 |
| tsnd.text_hi | ThemeSpace | char | text_hi[4] | 1168 | 4 |
| tsnd.header | ThemeSpace | char | header[4] | 1172 | 4 |
| tsnd.panel | ThemeSpace | char | panel[4] | 1176 | 4 |
| tsnd.shade1 | ThemeSpace | char | shade1[4] | 1180 | 4 |
| tsnd.shade2 | ThemeSpace | char | shade2[4] | 1184 | 4 |
| tsnd.hilite | ThemeSpace | char | hilite[4] | 1188 | 4 |
| tsnd.grid | ThemeSpace | char | grid[4] | 1192 | 4 |
| tsnd.wire | ThemeSpace | char | wire[4] | 1196 | 4 |
| tsnd.select | ThemeSpace | char | select[4] | 1200 | 4 |
| tsnd.lamp | ThemeSpace | char | lamp[4] | 1204 | 4 |
| tsnd.active | ThemeSpace | char | active[4] | 1208 | 4 |
| tsnd.group | ThemeSpace | char | group[4] | 1212 | 4 |
| tsnd.group_active | ThemeSpace | char | group_active[4] | 1216 | 4 |
| tsnd.transform | ThemeSpace | char | transform[4] | 1220 | 4 |
| tsnd.vertex | ThemeSpace | char | vertex[4] | 1224 | 4 |
| tsnd.vertex_select | ThemeSpace | char | vertex_select[4] | 1228 | 4 |
| tsnd.edge | ThemeSpace | char | edge[4] | 1232 | 4 |
| tsnd.edge_select | ThemeSpace | char | edge_select[4] | 1236 | 4 |
| tsnd.edge_seam | ThemeSpace | char | edge_seam[4] | 1240 | 4 |
| tsnd.edge_sharp | ThemeSpace | char | edge_sharp[4] | 1244 | 4 |
| tsnd.edge_facesel | ThemeSpace | char | edge_facesel[4] | 1248 | 4 |
| tsnd.face | ThemeSpace | char | face[4] | 1252 | 4 |
| tsnd.face_select | ThemeSpace | char | face_select[4] | 1256 | 4 |
| tsnd.face_dot | ThemeSpace | char | face_dot[4] | 1260 | 4 |
| tsnd.normal | ThemeSpace | char | normal[4] | 1264 | 4 |
| tsnd.bone_solid | ThemeSpace | char | bone_solid[4] | 1268 | 4 |
| tsnd.bone_pose | ThemeSpace | char | bone_pose[4] | 1272 | 4 |
| tsnd.strip | ThemeSpace | char | strip[4] | 1276 | 4 |
| tsnd.strip_select | ThemeSpace | char | strip_select[4] | 1280 | 4 |
| tsnd.cframe | ThemeSpace | char | cframe[4] | 1284 | 4 |
| tsnd.pad | ThemeSpace | char | pad[4] | 1288 | 4 |
| tsnd.vertex_size | ThemeSpace | char | vertex_size | 1292 | 1 |
| tsnd.facedot_size | ThemeSpace | char | facedot_size | 1293 | 1 |
| tsnd.bpad | ThemeSpace | char | bpad[2] | 1294 | 2 |
| tsnd.syntaxl | ThemeSpace | char | syntaxl[4] | 1296 | 4 |
| tsnd.syntaxn | ThemeSpace | char | syntaxn[4] | 1300 | 4 |
| tsnd.syntaxb | ThemeSpace | char | syntaxb[4] | 1304 | 4 |
| tsnd.syntaxv | ThemeSpace | char | syntaxv[4] | 1308 | 4 |
| tsnd.syntaxc | ThemeSpace | char | syntaxc[4] | 1312 | 4 |
| tsnd.movie | ThemeSpace | char | movie[4] | 1316 | 4 |
| tsnd.image | ThemeSpace | char | image[4] | 1320 | 4 |
| tsnd.scene | ThemeSpace | char | scene[4] | 1324 | 4 |
| tsnd.audio | ThemeSpace | char | audio[4] | 1328 | 4 |
| tsnd.effect | ThemeSpace | char | effect[4] | 1332 | 4 |
| tsnd.plugin | ThemeSpace | char | plugin[4] | 1336 | 4 |
| tsnd.transition | ThemeSpace | char | transition[4] | 1340 | 4 |
| tsnd.meta | ThemeSpace | char | meta[4] | 1344 | 4 |
| tsnd.editmesh_active | ThemeSpace | char | editmesh_active[4] | 1348 | 4 |
| tact.back | ThemeSpace | char | back[4] | 1352 | 4 |
| tact.text | ThemeSpace | char | text[4] | 1356 | 4 |
| tact.text_hi | ThemeSpace | char | text_hi[4] | 1360 | 4 |
| tact.header | ThemeSpace | char | header[4] | 1364 | 4 |
| tact.panel | ThemeSpace | char | panel[4] | 1368 | 4 |
| tact.shade1 | ThemeSpace | char | shade1[4] | 1372 | 4 |
| tact.shade2 | ThemeSpace | char | shade2[4] | 1376 | 4 |
| tact.hilite | ThemeSpace | char | hilite[4] | 1380 | 4 |
| tact.grid | ThemeSpace | char | grid[4] | 1384 | 4 |
| tact.wire | ThemeSpace | char | wire[4] | 1388 | 4 |
| tact.select | ThemeSpace | char | select[4] | 1392 | 4 |
| tact.lamp | ThemeSpace | char | lamp[4] | 1396 | 4 |
| tact.active | ThemeSpace | char | active[4] | 1400 | 4 |
| tact.group | ThemeSpace | char | group[4] | 1404 | 4 |
| tact.group_active | ThemeSpace | char | group_active[4] | 1408 | 4 |
| tact.transform | ThemeSpace | char | transform[4] | 1412 | 4 |
| tact.vertex | ThemeSpace | char | vertex[4] | 1416 | 4 |
| tact.vertex_select | ThemeSpace | char | vertex_select[4] | 1420 | 4 |
| tact.edge | ThemeSpace | char | edge[4] | 1424 | 4 |
| tact.edge_select | ThemeSpace | char | edge_select[4] | 1428 | 4 |
| tact.edge_seam | ThemeSpace | char | edge_seam[4] | 1432 | 4 |
| tact.edge_sharp | ThemeSpace | char | edge_sharp[4] | 1436 | 4 |
| tact.edge_facesel | ThemeSpace | char | edge_facesel[4] | 1440 | 4 |
| tact.face | ThemeSpace | char | face[4] | 1444 | 4 |
| tact.face_select | ThemeSpace | char | face_select[4] | 1448 | 4 |
| tact.face_dot | ThemeSpace | char | face_dot[4] | 1452 | 4 |
| tact.normal | ThemeSpace | char | normal[4] | 1456 | 4 |
| tact.bone_solid | ThemeSpace | char | bone_solid[4] | 1460 | 4 |
| tact.bone_pose | ThemeSpace | char | bone_pose[4] | 1464 | 4 |
| tact.strip | ThemeSpace | char | strip[4] | 1468 | 4 |
| tact.strip_select | ThemeSpace | char | strip_select[4] | 1472 | 4 |
| tact.cframe | ThemeSpace | char | cframe[4] | 1476 | 4 |
| tact.pad | ThemeSpace | char | pad[4] | 1480 | 4 |
| tact.vertex_size | ThemeSpace | char | vertex_size | 1484 | 1 |
| tact.facedot_size | ThemeSpace | char | facedot_size | 1485 | 1 |
| tact.bpad | ThemeSpace | char | bpad[2] | 1486 | 2 |
| tact.syntaxl | ThemeSpace | char | syntaxl[4] | 1488 | 4 |
| tact.syntaxn | ThemeSpace | char | syntaxn[4] | 1492 | 4 |
| tact.syntaxb | ThemeSpace | char | syntaxb[4] | 1496 | 4 |
| tact.syntaxv | ThemeSpace | char | syntaxv[4] | 1500 | 4 |
| tact.syntaxc | ThemeSpace | char | syntaxc[4] | 1504 | 4 |
| tact.movie | ThemeSpace | char | movie[4] | 1508 | 4 |
| tact.image | ThemeSpace | char | image[4] | 1512 | 4 |
| tact.scene | ThemeSpace | char | scene[4] | 1516 | 4 |
| tact.audio | ThemeSpace | char | audio[4] | 1520 | 4 |
| tact.effect | ThemeSpace | char | effect[4] | 1524 | 4 |
| tact.plugin | ThemeSpace | char | plugin[4] | 1528 | 4 |
| tact.transition | ThemeSpace | char | transition[4] | 1532 | 4 |
| tact.meta | ThemeSpace | char | meta[4] | 1536 | 4 |
| tact.editmesh_active | ThemeSpace | char | editmesh_active[4] | 1540 | 4 |
| tnla.back | ThemeSpace | char | back[4] | 1544 | 4 |
| tnla.text | ThemeSpace | char | text[4] | 1548 | 4 |
| tnla.text_hi | ThemeSpace | char | text_hi[4] | 1552 | 4 |
| tnla.header | ThemeSpace | char | header[4] | 1556 | 4 |
| tnla.panel | ThemeSpace | char | panel[4] | 1560 | 4 |
| tnla.shade1 | ThemeSpace | char | shade1[4] | 1564 | 4 |
| tnla.shade2 | ThemeSpace | char | shade2[4] | 1568 | 4 |
| tnla.hilite | ThemeSpace | char | hilite[4] | 1572 | 4 |
| tnla.grid | ThemeSpace | char | grid[4] | 1576 | 4 |
| tnla.wire | ThemeSpace | char | wire[4] | 1580 | 4 |
| tnla.select | ThemeSpace | char | select[4] | 1584 | 4 |
| tnla.lamp | ThemeSpace | char | lamp[4] | 1588 | 4 |
| tnla.active | ThemeSpace | char | active[4] | 1592 | 4 |
| tnla.group | ThemeSpace | char | group[4] | 1596 | 4 |
| tnla.group_active | ThemeSpace | char | group_active[4] | 1600 | 4 |
| tnla.transform | ThemeSpace | char | transform[4] | 1604 | 4 |
| tnla.vertex | ThemeSpace | char | vertex[4] | 1608 | 4 |
| tnla.vertex_select | ThemeSpace | char | vertex_select[4] | 1612 | 4 |
| tnla.edge | ThemeSpace | char | edge[4] | 1616 | 4 |
| tnla.edge_select | ThemeSpace | char | edge_select[4] | 1620 | 4 |
| tnla.edge_seam | ThemeSpace | char | edge_seam[4] | 1624 | 4 |
| tnla.edge_sharp | ThemeSpace | char | edge_sharp[4] | 1628 | 4 |
| tnla.edge_facesel | ThemeSpace | char | edge_facesel[4] | 1632 | 4 |
| tnla.face | ThemeSpace | char | face[4] | 1636 | 4 |
| tnla.face_select | ThemeSpace | char | face_select[4] | 1640 | 4 |
| tnla.face_dot | ThemeSpace | char | face_dot[4] | 1644 | 4 |
| tnla.normal | ThemeSpace | char | normal[4] | 1648 | 4 |
| tnla.bone_solid | ThemeSpace | char | bone_solid[4] | 1652 | 4 |
| tnla.bone_pose | ThemeSpace | char | bone_pose[4] | 1656 | 4 |
| tnla.strip | ThemeSpace | char | strip[4] | 1660 | 4 |
| tnla.strip_select | ThemeSpace | char | strip_select[4] | 1664 | 4 |
| tnla.cframe | ThemeSpace | char | cframe[4] | 1668 | 4 |
| tnla.pad | ThemeSpace | char | pad[4] | 1672 | 4 |
| tnla.vertex_size | ThemeSpace | char | vertex_size | 1676 | 1 |
| tnla.facedot_size | ThemeSpace | char | facedot_size | 1677 | 1 |
| tnla.bpad | ThemeSpace | char | bpad[2] | 1678 | 2 |
| tnla.syntaxl | ThemeSpace | char | syntaxl[4] | 1680 | 4 |
| tnla.syntaxn | ThemeSpace | char | syntaxn[4] | 1684 | 4 |
| tnla.syntaxb | ThemeSpace | char | syntaxb[4] | 1688 | 4 |
| tnla.syntaxv | ThemeSpace | char | syntaxv[4] | 1692 | 4 |
| tnla.syntaxc | ThemeSpace | char | syntaxc[4] | 1696 | 4 |
| tnla.movie | ThemeSpace | char | movie[4] | 1700 | 4 |
| tnla.image | ThemeSpace | char | image[4] | 1704 | 4 |
| tnla.scene | ThemeSpace | char | scene[4] | 1708 | 4 |
| tnla.audio | ThemeSpace | char | audio[4] | 1712 | 4 |
| tnla.effect | ThemeSpace | char | effect[4] | 1716 | 4 |
| tnla.plugin | ThemeSpace | char | plugin[4] | 1720 | 4 |
| tnla.transition | ThemeSpace | char | transition[4] | 1724 | 4 |
| tnla.meta | ThemeSpace | char | meta[4] | 1728 | 4 |
| tnla.editmesh_active | ThemeSpace | char | editmesh_active[4] | 1732 | 4 |
| tseq.back | ThemeSpace | char | back[4] | 1736 | 4 |
| tseq.text | ThemeSpace | char | text[4] | 1740 | 4 |
| tseq.text_hi | ThemeSpace | char | text_hi[4] | 1744 | 4 |
| tseq.header | ThemeSpace | char | header[4] | 1748 | 4 |
| tseq.panel | ThemeSpace | char | panel[4] | 1752 | 4 |
| tseq.shade1 | ThemeSpace | char | shade1[4] | 1756 | 4 |
| tseq.shade2 | ThemeSpace | char | shade2[4] | 1760 | 4 |
| tseq.hilite | ThemeSpace | char | hilite[4] | 1764 | 4 |
| tseq.grid | ThemeSpace | char | grid[4] | 1768 | 4 |
| tseq.wire | ThemeSpace | char | wire[4] | 1772 | 4 |
| tseq.select | ThemeSpace | char | select[4] | 1776 | 4 |
| tseq.lamp | ThemeSpace | char | lamp[4] | 1780 | 4 |
| tseq.active | ThemeSpace | char | active[4] | 1784 | 4 |
| tseq.group | ThemeSpace | char | group[4] | 1788 | 4 |
| tseq.group_active | ThemeSpace | char | group_active[4] | 1792 | 4 |
| tseq.transform | ThemeSpace | char | transform[4] | 1796 | 4 |
| tseq.vertex | ThemeSpace | char | vertex[4] | 1800 | 4 |
| tseq.vertex_select | ThemeSpace | char | vertex_select[4] | 1804 | 4 |
| tseq.edge | ThemeSpace | char | edge[4] | 1808 | 4 |
| tseq.edge_select | ThemeSpace | char | edge_select[4] | 1812 | 4 |
| tseq.edge_seam | ThemeSpace | char | edge_seam[4] | 1816 | 4 |
| tseq.edge_sharp | ThemeSpace | char | edge_sharp[4] | 1820 | 4 |
| tseq.edge_facesel | ThemeSpace | char | edge_facesel[4] | 1824 | 4 |
| tseq.face | ThemeSpace | char | face[4] | 1828 | 4 |
| tseq.face_select | ThemeSpace | char | face_select[4] | 1832 | 4 |
| tseq.face_dot | ThemeSpace | char | face_dot[4] | 1836 | 4 |
| tseq.normal | ThemeSpace | char | normal[4] | 1840 | 4 |
| tseq.bone_solid | ThemeSpace | char | bone_solid[4] | 1844 | 4 |
| tseq.bone_pose | ThemeSpace | char | bone_pose[4] | 1848 | 4 |
| tseq.strip | ThemeSpace | char | strip[4] | 1852 | 4 |
| tseq.strip_select | ThemeSpace | char | strip_select[4] | 1856 | 4 |
| tseq.cframe | ThemeSpace | char | cframe[4] | 1860 | 4 |
| tseq.pad | ThemeSpace | char | pad[4] | 1864 | 4 |
| tseq.vertex_size | ThemeSpace | char | vertex_size | 1868 | 1 |
| tseq.facedot_size | ThemeSpace | char | facedot_size | 1869 | 1 |
| tseq.bpad | ThemeSpace | char | bpad[2] | 1870 | 2 |
| tseq.syntaxl | ThemeSpace | char | syntaxl[4] | 1872 | 4 |
| tseq.syntaxn | ThemeSpace | char | syntaxn[4] | 1876 | 4 |
| tseq.syntaxb | ThemeSpace | char | syntaxb[4] | 1880 | 4 |
| tseq.syntaxv | ThemeSpace | char | syntaxv[4] | 1884 | 4 |
| tseq.syntaxc | ThemeSpace | char | syntaxc[4] | 1888 | 4 |
| tseq.movie | ThemeSpace | char | movie[4] | 1892 | 4 |
| tseq.image | ThemeSpace | char | image[4] | 1896 | 4 |
| tseq.scene | ThemeSpace | char | scene[4] | 1900 | 4 |
| tseq.audio | ThemeSpace | char | audio[4] | 1904 | 4 |
| tseq.effect | ThemeSpace | char | effect[4] | 1908 | 4 |
| tseq.plugin | ThemeSpace | char | plugin[4] | 1912 | 4 |
| tseq.transition | ThemeSpace | char | transition[4] | 1916 | 4 |
| tseq.meta | ThemeSpace | char | meta[4] | 1920 | 4 |
| tseq.editmesh_active | ThemeSpace | char | editmesh_active[4] | 1924 | 4 |
| tima.back | ThemeSpace | char | back[4] | 1928 | 4 |
| tima.text | ThemeSpace | char | text[4] | 1932 | 4 |
| tima.text_hi | ThemeSpace | char | text_hi[4] | 1936 | 4 |
| tima.header | ThemeSpace | char | header[4] | 1940 | 4 |
| tima.panel | ThemeSpace | char | panel[4] | 1944 | 4 |
| tima.shade1 | ThemeSpace | char | shade1[4] | 1948 | 4 |
| tima.shade2 | ThemeSpace | char | shade2[4] | 1952 | 4 |
| tima.hilite | ThemeSpace | char | hilite[4] | 1956 | 4 |
| tima.grid | ThemeSpace | char | grid[4] | 1960 | 4 |
| tima.wire | ThemeSpace | char | wire[4] | 1964 | 4 |
| tima.select | ThemeSpace | char | select[4] | 1968 | 4 |
| tima.lamp | ThemeSpace | char | lamp[4] | 1972 | 4 |
| tima.active | ThemeSpace | char | active[4] | 1976 | 4 |
| tima.group | ThemeSpace | char | group[4] | 1980 | 4 |
| tima.group_active | ThemeSpace | char | group_active[4] | 1984 | 4 |
| tima.transform | ThemeSpace | char | transform[4] | 1988 | 4 |
| tima.vertex | ThemeSpace | char | vertex[4] | 1992 | 4 |
| tima.vertex_select | ThemeSpace | char | vertex_select[4] | 1996 | 4 |
| tima.edge | ThemeSpace | char | edge[4] | 2000 | 4 |
| tima.edge_select | ThemeSpace | char | edge_select[4] | 2004 | 4 |
| tima.edge_seam | ThemeSpace | char | edge_seam[4] | 2008 | 4 |
| tima.edge_sharp | ThemeSpace | char | edge_sharp[4] | 2012 | 4 |
| tima.edge_facesel | ThemeSpace | char | edge_facesel[4] | 2016 | 4 |
| tima.face | ThemeSpace | char | face[4] | 2020 | 4 |
| tima.face_select | ThemeSpace | char | face_select[4] | 2024 | 4 |
| tima.face_dot | ThemeSpace | char | face_dot[4] | 2028 | 4 |
| tima.normal | ThemeSpace | char | normal[4] | 2032 | 4 |
| tima.bone_solid | ThemeSpace | char | bone_solid[4] | 2036 | 4 |
| tima.bone_pose | ThemeSpace | char | bone_pose[4] | 2040 | 4 |
| tima.strip | ThemeSpace | char | strip[4] | 2044 | 4 |
| tima.strip_select | ThemeSpace | char | strip_select[4] | 2048 | 4 |
| tima.cframe | ThemeSpace | char | cframe[4] | 2052 | 4 |
| tima.pad | ThemeSpace | char | pad[4] | 2056 | 4 |
| tima.vertex_size | ThemeSpace | char | vertex_size | 2060 | 1 |
| tima.facedot_size | ThemeSpace | char | facedot_size | 2061 | 1 |
| tima.bpad | ThemeSpace | char | bpad[2] | 2062 | 2 |
| tima.syntaxl | ThemeSpace | char | syntaxl[4] | 2064 | 4 |
| tima.syntaxn | ThemeSpace | char | syntaxn[4] | 2068 | 4 |
| tima.syntaxb | ThemeSpace | char | syntaxb[4] | 2072 | 4 |
| tima.syntaxv | ThemeSpace | char | syntaxv[4] | 2076 | 4 |
| tima.syntaxc | ThemeSpace | char | syntaxc[4] | 2080 | 4 |
| tima.movie | ThemeSpace | char | movie[4] | 2084 | 4 |
| tima.image | ThemeSpace | char | image[4] | 2088 | 4 |
| tima.scene | ThemeSpace | char | scene[4] | 2092 | 4 |
| tima.audio | ThemeSpace | char | audio[4] | 2096 | 4 |
| tima.effect | ThemeSpace | char | effect[4] | 2100 | 4 |
| tima.plugin | ThemeSpace | char | plugin[4] | 2104 | 4 |
| tima.transition | ThemeSpace | char | transition[4] | 2108 | 4 |
| tima.meta | ThemeSpace | char | meta[4] | 2112 | 4 |
| tima.editmesh_active | ThemeSpace | char | editmesh_active[4] | 2116 | 4 |
| timasel.back | ThemeSpace | char | back[4] | 2120 | 4 |
| timasel.text | ThemeSpace | char | text[4] | 2124 | 4 |
| timasel.text_hi | ThemeSpace | char | text_hi[4] | 2128 | 4 |
| timasel.header | ThemeSpace | char | header[4] | 2132 | 4 |
| timasel.panel | ThemeSpace | char | panel[4] | 2136 | 4 |
| timasel.shade1 | ThemeSpace | char | shade1[4] | 2140 | 4 |
| timasel.shade2 | ThemeSpace | char | shade2[4] | 2144 | 4 |
| timasel.hilite | ThemeSpace | char | hilite[4] | 2148 | 4 |
| timasel.grid | ThemeSpace | char | grid[4] | 2152 | 4 |
| timasel.wire | ThemeSpace | char | wire[4] | 2156 | 4 |
| timasel.select | ThemeSpace | char | select[4] | 2160 | 4 |
| timasel.lamp | ThemeSpace | char | lamp[4] | 2164 | 4 |
| timasel.active | ThemeSpace | char | active[4] | 2168 | 4 |
| timasel.group | ThemeSpace | char | group[4] | 2172 | 4 |
| timasel.group_active | ThemeSpace | char | group_active[4] | 2176 | 4 |
| timasel.transform | ThemeSpace | char | transform[4] | 2180 | 4 |
| timasel.vertex | ThemeSpace | char | vertex[4] | 2184 | 4 |
| timasel.vertex_select | ThemeSpace | char | vertex_select[4] | 2188 | 4 |
| timasel.edge | ThemeSpace | char | edge[4] | 2192 | 4 |
| timasel.edge_select | ThemeSpace | char | edge_select[4] | 2196 | 4 |
| timasel.edge_seam | ThemeSpace | char | edge_seam[4] | 2200 | 4 |
| timasel.edge_sharp | ThemeSpace | char | edge_sharp[4] | 2204 | 4 |
| timasel.edge_facesel | ThemeSpace | char | edge_facesel[4] | 2208 | 4 |
| timasel.face | ThemeSpace | char | face[4] | 2212 | 4 |
| timasel.face_select | ThemeSpace | char | face_select[4] | 2216 | 4 |
| timasel.face_dot | ThemeSpace | char | face_dot[4] | 2220 | 4 |
| timasel.normal | ThemeSpace | char | normal[4] | 2224 | 4 |
| timasel.bone_solid | ThemeSpace | char | bone_solid[4] | 2228 | 4 |
| timasel.bone_pose | ThemeSpace | char | bone_pose[4] | 2232 | 4 |
| timasel.strip | ThemeSpace | char | strip[4] | 2236 | 4 |
| timasel.strip_select | ThemeSpace | char | strip_select[4] | 2240 | 4 |
| timasel.cframe | ThemeSpace | char | cframe[4] | 2244 | 4 |
| timasel.pad | ThemeSpace | char | pad[4] | 2248 | 4 |
| timasel.vertex_size | ThemeSpace | char | vertex_size | 2252 | 1 |
| timasel.facedot_size | ThemeSpace | char | facedot_size | 2253 | 1 |
| timasel.bpad | ThemeSpace | char | bpad[2] | 2254 | 2 |
| timasel.syntaxl | ThemeSpace | char | syntaxl[4] | 2256 | 4 |
| timasel.syntaxn | ThemeSpace | char | syntaxn[4] | 2260 | 4 |
| timasel.syntaxb | ThemeSpace | char | syntaxb[4] | 2264 | 4 |
| timasel.syntaxv | ThemeSpace | char | syntaxv[4] | 2268 | 4 |
| timasel.syntaxc | ThemeSpace | char | syntaxc[4] | 2272 | 4 |
| timasel.movie | ThemeSpace | char | movie[4] | 2276 | 4 |
| timasel.image | ThemeSpace | char | image[4] | 2280 | 4 |
| timasel.scene | ThemeSpace | char | scene[4] | 2284 | 4 |
| timasel.audio | ThemeSpace | char | audio[4] | 2288 | 4 |
| timasel.effect | ThemeSpace | char | effect[4] | 2292 | 4 |
| timasel.plugin | ThemeSpace | char | plugin[4] | 2296 | 4 |
| timasel.transition | ThemeSpace | char | transition[4] | 2300 | 4 |
| timasel.meta | ThemeSpace | char | meta[4] | 2304 | 4 |
| timasel.editmesh_active | ThemeSpace | char | editmesh_active[4] | 2308 | 4 |
| text.back | ThemeSpace | char | back[4] | 2312 | 4 |
| text.text | ThemeSpace | char | text[4] | 2316 | 4 |
| text.text_hi | ThemeSpace | char | text_hi[4] | 2320 | 4 |
| text.header | ThemeSpace | char | header[4] | 2324 | 4 |
| text.panel | ThemeSpace | char | panel[4] | 2328 | 4 |
| text.shade1 | ThemeSpace | char | shade1[4] | 2332 | 4 |
| text.shade2 | ThemeSpace | char | shade2[4] | 2336 | 4 |
| text.hilite | ThemeSpace | char | hilite[4] | 2340 | 4 |
| text.grid | ThemeSpace | char | grid[4] | 2344 | 4 |
| text.wire | ThemeSpace | char | wire[4] | 2348 | 4 |
| text.select | ThemeSpace | char | select[4] | 2352 | 4 |
| text.lamp | ThemeSpace | char | lamp[4] | 2356 | 4 |
| text.active | ThemeSpace | char | active[4] | 2360 | 4 |
| text.group | ThemeSpace | char | group[4] | 2364 | 4 |
| text.group_active | ThemeSpace | char | group_active[4] | 2368 | 4 |
| text.transform | ThemeSpace | char | transform[4] | 2372 | 4 |
| text.vertex | ThemeSpace | char | vertex[4] | 2376 | 4 |
| text.vertex_select | ThemeSpace | char | vertex_select[4] | 2380 | 4 |
| text.edge | ThemeSpace | char | edge[4] | 2384 | 4 |
| text.edge_select | ThemeSpace | char | edge_select[4] | 2388 | 4 |
| text.edge_seam | ThemeSpace | char | edge_seam[4] | 2392 | 4 |
| text.edge_sharp | ThemeSpace | char | edge_sharp[4] | 2396 | 4 |
| text.edge_facesel | ThemeSpace | char | edge_facesel[4] | 2400 | 4 |
| text.face | ThemeSpace | char | face[4] | 2404 | 4 |
| text.face_select | ThemeSpace | char | face_select[4] | 2408 | 4 |
| text.face_dot | ThemeSpace | char | face_dot[4] | 2412 | 4 |
| text.normal | ThemeSpace | char | normal[4] | 2416 | 4 |
| text.bone_solid | ThemeSpace | char | bone_solid[4] | 2420 | 4 |
| text.bone_pose | ThemeSpace | char | bone_pose[4] | 2424 | 4 |
| text.strip | ThemeSpace | char | strip[4] | 2428 | 4 |
| text.strip_select | ThemeSpace | char | strip_select[4] | 2432 | 4 |
| text.cframe | ThemeSpace | char | cframe[4] | 2436 | 4 |
| text.pad | ThemeSpace | char | pad[4] | 2440 | 4 |
| text.vertex_size | ThemeSpace | char | vertex_size | 2444 | 1 |
| text.facedot_size | ThemeSpace | char | facedot_size | 2445 | 1 |
| text.bpad | ThemeSpace | char | bpad[2] | 2446 | 2 |
| text.syntaxl | ThemeSpace | char | syntaxl[4] | 2448 | 4 |
| text.syntaxn | ThemeSpace | char | syntaxn[4] | 2452 | 4 |
| text.syntaxb | ThemeSpace | char | syntaxb[4] | 2456 | 4 |
| text.syntaxv | ThemeSpace | char | syntaxv[4] | 2460 | 4 |
| text.syntaxc | ThemeSpace | char | syntaxc[4] | 2464 | 4 |
| text.movie | ThemeSpace | char | movie[4] | 2468 | 4 |
| text.image | ThemeSpace | char | image[4] | 2472 | 4 |
| text.scene | ThemeSpace | char | scene[4] | 2476 | 4 |
| text.audio | ThemeSpace | char | audio[4] | 2480 | 4 |
| text.effect | ThemeSpace | char | effect[4] | 2484 | 4 |
| text.plugin | ThemeSpace | char | plugin[4] | 2488 | 4 |
| text.transition | ThemeSpace | char | transition[4] | 2492 | 4 |
| text.meta | ThemeSpace | char | meta[4] | 2496 | 4 |
| text.editmesh_active | ThemeSpace | char | editmesh_active[4] | 2500 | 4 |
| toops.back | ThemeSpace | char | back[4] | 2504 | 4 |
| toops.text | ThemeSpace | char | text[4] | 2508 | 4 |
| toops.text_hi | ThemeSpace | char | text_hi[4] | 2512 | 4 |
| toops.header | ThemeSpace | char | header[4] | 2516 | 4 |
| toops.panel | ThemeSpace | char | panel[4] | 2520 | 4 |
| toops.shade1 | ThemeSpace | char | shade1[4] | 2524 | 4 |
| toops.shade2 | ThemeSpace | char | shade2[4] | 2528 | 4 |
| toops.hilite | ThemeSpace | char | hilite[4] | 2532 | 4 |
| toops.grid | ThemeSpace | char | grid[4] | 2536 | 4 |
| toops.wire | ThemeSpace | char | wire[4] | 2540 | 4 |
| toops.select | ThemeSpace | char | select[4] | 2544 | 4 |
| toops.lamp | ThemeSpace | char | lamp[4] | 2548 | 4 |
| toops.active | ThemeSpace | char | active[4] | 2552 | 4 |
| toops.group | ThemeSpace | char | group[4] | 2556 | 4 |
| toops.group_active | ThemeSpace | char | group_active[4] | 2560 | 4 |
| toops.transform | ThemeSpace | char | transform[4] | 2564 | 4 |
| toops.vertex | ThemeSpace | char | vertex[4] | 2568 | 4 |
| toops.vertex_select | ThemeSpace | char | vertex_select[4] | 2572 | 4 |
| toops.edge | ThemeSpace | char | edge[4] | 2576 | 4 |
| toops.edge_select | ThemeSpace | char | edge_select[4] | 2580 | 4 |
| toops.edge_seam | ThemeSpace | char | edge_seam[4] | 2584 | 4 |
| toops.edge_sharp | ThemeSpace | char | edge_sharp[4] | 2588 | 4 |
| toops.edge_facesel | ThemeSpace | char | edge_facesel[4] | 2592 | 4 |
| toops.face | ThemeSpace | char | face[4] | 2596 | 4 |
| toops.face_select | ThemeSpace | char | face_select[4] | 2600 | 4 |
| toops.face_dot | ThemeSpace | char | face_dot[4] | 2604 | 4 |
| toops.normal | ThemeSpace | char | normal[4] | 2608 | 4 |
| toops.bone_solid | ThemeSpace | char | bone_solid[4] | 2612 | 4 |
| toops.bone_pose | ThemeSpace | char | bone_pose[4] | 2616 | 4 |
| toops.strip | ThemeSpace | char | strip[4] | 2620 | 4 |
| toops.strip_select | ThemeSpace | char | strip_select[4] | 2624 | 4 |
| toops.cframe | ThemeSpace | char | cframe[4] | 2628 | 4 |
| toops.pad | ThemeSpace | char | pad[4] | 2632 | 4 |
| toops.vertex_size | ThemeSpace | char | vertex_size | 2636 | 1 |
| toops.facedot_size | ThemeSpace | char | facedot_size | 2637 | 1 |
| toops.bpad | ThemeSpace | char | bpad[2] | 2638 | 2 |
| toops.syntaxl | ThemeSpace | char | syntaxl[4] | 2640 | 4 |
| toops.syntaxn | ThemeSpace | char | syntaxn[4] | 2644 | 4 |
| toops.syntaxb | ThemeSpace | char | syntaxb[4] | 2648 | 4 |
| toops.syntaxv | ThemeSpace | char | syntaxv[4] | 2652 | 4 |
| toops.syntaxc | ThemeSpace | char | syntaxc[4] | 2656 | 4 |
| toops.movie | ThemeSpace | char | movie[4] | 2660 | 4 |
| toops.image | ThemeSpace | char | image[4] | 2664 | 4 |
| toops.scene | ThemeSpace | char | scene[4] | 2668 | 4 |
| toops.audio | ThemeSpace | char | audio[4] | 2672 | 4 |
| toops.effect | ThemeSpace | char | effect[4] | 2676 | 4 |
| toops.plugin | ThemeSpace | char | plugin[4] | 2680 | 4 |
| toops.transition | ThemeSpace | char | transition[4] | 2684 | 4 |
| toops.meta | ThemeSpace | char | meta[4] | 2688 | 4 |
| toops.editmesh_active | ThemeSpace | char | editmesh_active[4] | 2692 | 4 |
| ttime.back | ThemeSpace | char | back[4] | 2696 | 4 |
| ttime.text | ThemeSpace | char | text[4] | 2700 | 4 |
| ttime.text_hi | ThemeSpace | char | text_hi[4] | 2704 | 4 |
| ttime.header | ThemeSpace | char | header[4] | 2708 | 4 |
| ttime.panel | ThemeSpace | char | panel[4] | 2712 | 4 |
| ttime.shade1 | ThemeSpace | char | shade1[4] | 2716 | 4 |
| ttime.shade2 | ThemeSpace | char | shade2[4] | 2720 | 4 |
| ttime.hilite | ThemeSpace | char | hilite[4] | 2724 | 4 |
| ttime.grid | ThemeSpace | char | grid[4] | 2728 | 4 |
| ttime.wire | ThemeSpace | char | wire[4] | 2732 | 4 |
| ttime.select | ThemeSpace | char | select[4] | 2736 | 4 |
| ttime.lamp | ThemeSpace | char | lamp[4] | 2740 | 4 |
| ttime.active | ThemeSpace | char | active[4] | 2744 | 4 |
| ttime.group | ThemeSpace | char | group[4] | 2748 | 4 |
| ttime.group_active | ThemeSpace | char | group_active[4] | 2752 | 4 |
| ttime.transform | ThemeSpace | char | transform[4] | 2756 | 4 |
| ttime.vertex | ThemeSpace | char | vertex[4] | 2760 | 4 |
| ttime.vertex_select | ThemeSpace | char | vertex_select[4] | 2764 | 4 |
| ttime.edge | ThemeSpace | char | edge[4] | 2768 | 4 |
| ttime.edge_select | ThemeSpace | char | edge_select[4] | 2772 | 4 |
| ttime.edge_seam | ThemeSpace | char | edge_seam[4] | 2776 | 4 |
| ttime.edge_sharp | ThemeSpace | char | edge_sharp[4] | 2780 | 4 |
| ttime.edge_facesel | ThemeSpace | char | edge_facesel[4] | 2784 | 4 |
| ttime.face | ThemeSpace | char | face[4] | 2788 | 4 |
| ttime.face_select | ThemeSpace | char | face_select[4] | 2792 | 4 |
| ttime.face_dot | ThemeSpace | char | face_dot[4] | 2796 | 4 |
| ttime.normal | ThemeSpace | char | normal[4] | 2800 | 4 |
| ttime.bone_solid | ThemeSpace | char | bone_solid[4] | 2804 | 4 |
| ttime.bone_pose | ThemeSpace | char | bone_pose[4] | 2808 | 4 |
| ttime.strip | ThemeSpace | char | strip[4] | 2812 | 4 |
| ttime.strip_select | ThemeSpace | char | strip_select[4] | 2816 | 4 |
| ttime.cframe | ThemeSpace | char | cframe[4] | 2820 | 4 |
| ttime.pad | ThemeSpace | char | pad[4] | 2824 | 4 |
| ttime.vertex_size | ThemeSpace | char | vertex_size | 2828 | 1 |
| ttime.facedot_size | ThemeSpace | char | facedot_size | 2829 | 1 |
| ttime.bpad | ThemeSpace | char | bpad[2] | 2830 | 2 |
| ttime.syntaxl | ThemeSpace | char | syntaxl[4] | 2832 | 4 |
| ttime.syntaxn | ThemeSpace | char | syntaxn[4] | 2836 | 4 |
| ttime.syntaxb | ThemeSpace | char | syntaxb[4] | 2840 | 4 |
| ttime.syntaxv | ThemeSpace | char | syntaxv[4] | 2844 | 4 |
| ttime.syntaxc | ThemeSpace | char | syntaxc[4] | 2848 | 4 |
| ttime.movie | ThemeSpace | char | movie[4] | 2852 | 4 |
| ttime.image | ThemeSpace | char | image[4] | 2856 | 4 |
| ttime.scene | ThemeSpace | char | scene[4] | 2860 | 4 |
| ttime.audio | ThemeSpace | char | audio[4] | 2864 | 4 |
| ttime.effect | ThemeSpace | char | effect[4] | 2868 | 4 |
| ttime.plugin | ThemeSpace | char | plugin[4] | 2872 | 4 |
| ttime.transition | ThemeSpace | char | transition[4] | 2876 | 4 |
| ttime.meta | ThemeSpace | char | meta[4] | 2880 | 4 |
| ttime.editmesh_active | ThemeSpace | char | editmesh_active[4] | 2884 | 4 |
| tnode.back | ThemeSpace | char | back[4] | 2888 | 4 |
| tnode.text | ThemeSpace | char | text[4] | 2892 | 4 |
| tnode.text_hi | ThemeSpace | char | text_hi[4] | 2896 | 4 |
| tnode.header | ThemeSpace | char | header[4] | 2900 | 4 |
| tnode.panel | ThemeSpace | char | panel[4] | 2904 | 4 |
| tnode.shade1 | ThemeSpace | char | shade1[4] | 2908 | 4 |
| tnode.shade2 | ThemeSpace | char | shade2[4] | 2912 | 4 |
| tnode.hilite | ThemeSpace | char | hilite[4] | 2916 | 4 |
| tnode.grid | ThemeSpace | char | grid[4] | 2920 | 4 |
| tnode.wire | ThemeSpace | char | wire[4] | 2924 | 4 |
| tnode.select | ThemeSpace | char | select[4] | 2928 | 4 |
| tnode.lamp | ThemeSpace | char | lamp[4] | 2932 | 4 |
| tnode.active | ThemeSpace | char | active[4] | 2936 | 4 |
| tnode.group | ThemeSpace | char | group[4] | 2940 | 4 |
| tnode.group_active | ThemeSpace | char | group_active[4] | 2944 | 4 |
| tnode.transform | ThemeSpace | char | transform[4] | 2948 | 4 |
| tnode.vertex | ThemeSpace | char | vertex[4] | 2952 | 4 |
| tnode.vertex_select | ThemeSpace | char | vertex_select[4] | 2956 | 4 |
| tnode.edge | ThemeSpace | char | edge[4] | 2960 | 4 |
| tnode.edge_select | ThemeSpace | char | edge_select[4] | 2964 | 4 |
| tnode.edge_seam | ThemeSpace | char | edge_seam[4] | 2968 | 4 |
| tnode.edge_sharp | ThemeSpace | char | edge_sharp[4] | 2972 | 4 |
| tnode.edge_facesel | ThemeSpace | char | edge_facesel[4] | 2976 | 4 |
| tnode.face | ThemeSpace | char | face[4] | 2980 | 4 |
| tnode.face_select | ThemeSpace | char | face_select[4] | 2984 | 4 |
| tnode.face_dot | ThemeSpace | char | face_dot[4] | 2988 | 4 |
| tnode.normal | ThemeSpace | char | normal[4] | 2992 | 4 |
| tnode.bone_solid | ThemeSpace | char | bone_solid[4] | 2996 | 4 |
| tnode.bone_pose | ThemeSpace | char | bone_pose[4] | 3000 | 4 |
| tnode.strip | ThemeSpace | char | strip[4] | 3004 | 4 |
| tnode.strip_select | ThemeSpace | char | strip_select[4] | 3008 | 4 |
| tnode.cframe | ThemeSpace | char | cframe[4] | 3012 | 4 |
| tnode.pad | ThemeSpace | char | pad[4] | 3016 | 4 |
| tnode.vertex_size | ThemeSpace | char | vertex_size | 3020 | 1 |
| tnode.facedot_size | ThemeSpace | char | facedot_size | 3021 | 1 |
| tnode.bpad | ThemeSpace | char | bpad[2] | 3022 | 2 |
| tnode.syntaxl | ThemeSpace | char | syntaxl[4] | 3024 | 4 |
| tnode.syntaxn | ThemeSpace | char | syntaxn[4] | 3028 | 4 |
| tnode.syntaxb | ThemeSpace | char | syntaxb[4] | 3032 | 4 |
| tnode.syntaxv | ThemeSpace | char | syntaxv[4] | 3036 | 4 |
| tnode.syntaxc | ThemeSpace | char | syntaxc[4] | 3040 | 4 |
| tnode.movie | ThemeSpace | char | movie[4] | 3044 | 4 |
| tnode.image | ThemeSpace | char | image[4] | 3048 | 4 |
| tnode.scene | ThemeSpace | char | scene[4] | 3052 | 4 |
| tnode.audio | ThemeSpace | char | audio[4] | 3056 | 4 |
| tnode.effect | ThemeSpace | char | effect[4] | 3060 | 4 |
| tnode.plugin | ThemeSpace | char | plugin[4] | 3064 | 4 |
| tnode.transition | ThemeSpace | char | transition[4] | 3068 | 4 |
| tnode.meta | ThemeSpace | char | meta[4] | 3072 | 4 |
| tnode.editmesh_active | ThemeSpace | char | editmesh_active[4] | 3076 | 4 |
| tarm.solid | ThemeWireColor | char | solid[4] | 3080 | 4 |
| tarm.select | ThemeWireColor | char | select[4] | 3084 | 4 |
| tarm.active | ThemeWireColor | char | active[4] | 3088 | 4 |
| tarm.flag | ThemeWireColor | short | flag | 3092 | 2 |
| tarm.pad | ThemeWireColor | short | pad | 3094 | 2 |
| bpad | bTheme | char | bpad[4] | 3400 | 4 |
| bpad1 | bTheme | char | bpad1[4] | 3404 | 4 |
| 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 |
| yfexportdir | UserDef | char | yfexportdir[160] | 1292 | 160 |
| versions | UserDef | short | versions | 1452 | 2 |
| vrmlflag | UserDef | short | vrmlflag | 1454 | 2 |
| gameflags | UserDef | int | gameflags | 1456 | 4 |
| wheellinescroll | UserDef | int | wheellinescroll | 1460 | 4 |
| uiflag | UserDef | int | uiflag | 1464 | 4 |
| language | UserDef | int | language | 1468 | 4 |
| userpref | UserDef | short | userpref | 1472 | 2 |
| viewzoom | UserDef | short | viewzoom | 1474 | 2 |
| console_buffer | UserDef | short | console_buffer | 1476 | 2 |
| console_out | UserDef | short | console_out | 1478 | 2 |
| mixbufsize | UserDef | int | mixbufsize | 1480 | 4 |
| fontsize | UserDef | int | fontsize | 1484 | 4 |
| encoding | UserDef | short | encoding | 1488 | 2 |
| transopts | UserDef | short | transopts | 1490 | 2 |
| menuthreshold1 | UserDef | short | menuthreshold1 | 1492 | 2 |
| menuthreshold2 | UserDef | short | menuthreshold2 | 1494 | 2 |
| fontname | UserDef | char | fontname[256] | 1496 | 256 |
| themes.first | ListBase | void | *first | 1752 | 8 |
| themes.last | ListBase | void | *last | 1760 | 8 |
| undosteps | UserDef | short | undosteps | 1768 | 2 |
| curssize | UserDef | short | curssize | 1770 | 2 |
| tb_leftmouse | UserDef | short | tb_leftmouse | 1772 | 2 |
| tb_rightmouse | UserDef | short | tb_rightmouse | 1774 | 2 |
| light.flag | SolidLight | int | flag | 1776 | 4 |
| light.pad | SolidLight | int | pad | 1780 | 4 |
| light.col | SolidLight | float | col[4] | 1784 | 16 |
| light.spec | SolidLight | float | spec[4] | 1800 | 16 |
| light.vec | SolidLight | float | vec[4] | 1816 | 16 |
| tw_hotspot | UserDef | short | tw_hotspot | 1944 | 2 |
| tw_flag | UserDef | short | tw_flag | 1946 | 2 |
| tw_handlesize | UserDef | short | tw_handlesize | 1948 | 2 |
| tw_size | UserDef | short | tw_size | 1950 | 2 |
| textimeout | UserDef | int | textimeout | 1952 | 4 |
| texcollectrate | UserDef | int | texcollectrate | 1956 | 4 |
| memcachelimit | UserDef | int | memcachelimit | 1960 | 4 |
| prefetchframes | UserDef | int | prefetchframes | 1964 | 4 |
| frameserverport | UserDef | short | frameserverport | 1968 | 2 |
| pad_rot_angle | UserDef | short | pad_rot_angle | 1970 | 2 |
| obcenter_dia | UserDef | short | obcenter_dia | 1972 | 2 |
| rvisize | UserDef | short | rvisize | 1974 | 2 |
| rvibright | UserDef | short | rvibright | 1976 | 2 |
| recent_files | UserDef | short | recent_files | 1978 | 2 |
| smooth_viewtx | UserDef | short | smooth_viewtx | 1980 | 2 |
| glreslimit | UserDef | short | glreslimit | 1982 | 2 |
| ndof_pan | UserDef | short | ndof_pan | 1984 | 2 |
| ndof_rotate | UserDef | short | ndof_rotate | 1986 | 2 |
| pads | UserDef | short | pads[2] | 1988 | 4 |
| pad | UserDef | char | pad[8] | 1992 | 8 |
| versemaster | UserDef | char | versemaster[160] | 2000 | 160 |
| verseuser | UserDef | char | verseuser[160] | 2160 | 160 |
| glalphaclip | UserDef | float | glalphaclip | 2320 | 4 |
| autokey_mode | UserDef | short | autokey_mode | 2324 | 2 |
| autokey_flag | UserDef | short | autokey_flag | 2326 | 2 |
| coba_weight.flag | ColorBand | short | flag | 2328 | 2 |
| coba_weight.tot | ColorBand | short | tot | 2330 | 2 |
| coba_weight.cur | ColorBand | short | cur | 2332 | 2 |
| coba_weight.ipotype | ColorBand | short | ipotype | 2334 | 2 |
| coba_weight.data.r | CBData | float | r | 2336 | 4 |
| coba_weight.data.g | CBData | float | g | 2340 | 4 |
| coba_weight.data.b | CBData | float | b | 2344 | 4 |
| coba_weight.data.a | CBData | float | a | 2348 | 4 |
| coba_weight.data.pos | CBData | float | pos | 2352 | 4 |
| coba_weight.data.cur | CBData | int | cur | 2356 | 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 |
| 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 |
| scene | bScreen | Scene | *scene | 120 | 8 |
| startx | bScreen | short | startx | 128 | 2 |
| endx | bScreen | short | endx | 130 | 2 |
| starty | bScreen | short | starty | 132 | 2 |
| endy | bScreen | short | endy | 134 | 2 |
| sizex | bScreen | short | sizex | 136 | 2 |
| sizey | bScreen | short | sizey | 138 | 2 |
| scenenr | bScreen | short | scenenr | 140 | 2 |
| screennr | bScreen | short | screennr | 142 | 2 |
| full | bScreen | short | full | 144 | 2 |
| pad | bScreen | short | pad | 146 | 2 |
| mainwin | bScreen | short | mainwin | 148 | 2 |
| winakt | bScreen | short | winakt | 150 | 2 |
| handler | bScreen | short | handler[8] | 152 | 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 |
| panelname | Panel | char | panelname[64] | 16 | 64 |
| tabname | Panel | char | tabname[64] | 80 | 64 |
| drawname | Panel | char | drawname[64] | 144 | 64 |
| ofsx | Panel | short | ofsx | 208 | 2 |
| ofsy | Panel | short | ofsy | 210 | 2 |
| sizex | Panel | short | sizex | 212 | 2 |
| sizey | Panel | short | sizey | 214 | 2 |
| flag | Panel | short | flag | 216 | 2 |
| active | Panel | short | active | 218 | 2 |
| control | Panel | short | control | 220 | 2 |
| snap | Panel | short | snap | 222 | 2 |
| old_ofsx | Panel | short | old_ofsx | 224 | 2 |
| old_ofsy | Panel | short | old_ofsy | 226 | 2 |
| sortcounter | Panel | int | sortcounter | 228 | 4 |
| paneltab | Panel | Panel | *paneltab | 232 | 8 |
| 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 |
| winmat | ScrArea | float | winmat[4][4] | 56 | 64 |
| totrct.xmin | rcti | int | xmin | 120 | 4 |
| totrct.xmax | rcti | int | xmax | 124 | 4 |
| totrct.ymin | rcti | int | ymin | 128 | 4 |
| totrct.ymax | rcti | int | ymax | 132 | 4 |
| headrct.xmin | rcti | int | xmin | 136 | 4 |
| headrct.xmax | rcti | int | xmax | 140 | 4 |
| headrct.ymin | rcti | int | ymin | 144 | 4 |
| headrct.ymax | rcti | int | ymax | 148 | 4 |
| winrct.xmin | rcti | int | xmin | 152 | 4 |
| winrct.xmax | rcti | int | xmax | 156 | 4 |
| winrct.ymin | rcti | int | ymin | 160 | 4 |
| winrct.ymax | rcti | int | ymax | 164 | 4 |
| headwin | ScrArea | short | headwin | 168 | 2 |
| win | ScrArea | short | win | 170 | 2 |
| headertype | ScrArea | short | headertype | 172 | 2 |
| spacetype | ScrArea | char | spacetype | 174 | 1 |
| butspacetype | ScrArea | char | butspacetype | 175 | 1 |
| winx | ScrArea | short | winx | 176 | 2 |
| winy | ScrArea | short | winy | 178 | 2 |
| head_swap | ScrArea | char | head_swap | 180 | 1 |
| head_equal | ScrArea | char | head_equal | 181 | 1 |
| win_swap | ScrArea | char | win_swap | 182 | 1 |
| win_equal | ScrArea | char | win_equal | 183 | 1 |
| headbutlen | ScrArea | short | headbutlen | 184 | 2 |
| headbutofs | ScrArea | short | headbutofs | 186 | 2 |
| cursor | ScrArea | short | cursor | 188 | 2 |
| flag | ScrArea | short | flag | 190 | 2 |
| scriptlink.scripts | ScriptLink | ID | **scripts | 192 | 8 |
| scriptlink.flag | ScriptLink | short | *flag | 200 | 8 |
| scriptlink.actscript | ScriptLink | short | actscript | 208 | 2 |
| scriptlink.totscript | ScriptLink | short | totscript | 210 | 2 |
| scriptlink.pad | ScriptLink | int | pad | 212 | 4 |
| spacedata.first | ListBase | void | *first | 216 | 8 |
| spacedata.last | ListBase | void | *last | 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 |
| 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 | void | *curscreen | 16 | 8 |
| curscene | FileGlobal | void | *curscene | 24 | 8 |
| fileflags | FileGlobal | int | fileflags | 32 | 4 |
| globalf | FileGlobal | int | globalf | 36 | 4 |
| reference | structure | type | name | offset | size |
|---|---|---|---|---|---|
| name | StripElem | char | name[80] | 0 | 80 |
| reference | structure | type | name | offset | size |
|---|---|---|---|---|---|
| ibuf | TStripElem | ImBuf | *ibuf | 0 | 8 |
| ibuf_comp | TStripElem | ImBuf | *ibuf_comp | 8 | 8 |
| se1 | TStripElem | TStripElem | *se1 | 16 | 8 |
| se2 | TStripElem | TStripElem | *se2 | 24 | 8 |
| se3 | TStripElem | TStripElem | *se3 | 32 | 8 |
| ok | TStripElem | short | ok | 40 | 2 |
| flag | TStripElem | short | flag | 42 | 2 |
| nr | TStripElem | int | nr | 44 | 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 |
| exposure | StripColorBalance | float | exposure | 44 | 4 |
| saturation | StripColorBalance | float | saturation | 48 | 4 |
| reference | structure | type | name | offset | size |
|---|---|---|---|---|---|
| dir | StripProxy | char | dir[160] | 0 | 160 |
| 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 |
| orx | Strip | int | orx | 208 | 4 |
| ory | Strip | int | ory | 212 | 4 |
| proxy | Strip | StripProxy | *proxy | 216 | 8 |
| crop | Strip | StripCrop | *crop | 224 | 8 |
| transform | Strip | StripTransform | *transform | 232 | 8 |
| color_balance | Strip | StripColorBalance | *color_balance | 240 | 8 |
| tstripdata | Strip | TStripElem | *tstripdata | 248 | 8 |
| tstripdata_startstill | Strip | TStripElem | *tstripdata_startstill | 256 | 8 |
| tstripdata_endstill | Strip | TStripElem | *tstripdata_endstill | 264 | 8 |
| ibuf_startstill | Strip | ImBuf | *ibuf_startstill | 272 | 8 |
| ibuf_endstill | Strip | ImBuf | *ibuf_endstill | 280 | 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 |
| mul | Sequence | float | mul | 104 | 4 |
| handsize | Sequence | float | handsize | 108 | 4 |
| sfra | Sequence | int | sfra | 112 | 4 |
| anim_preseek | Sequence | int | anim_preseek | 116 | 4 |
| strip | Sequence | Strip | *strip | 120 | 8 |
| ipo | Sequence | Ipo | *ipo | 128 | 8 |
| scene | Sequence | Scene | *scene | 136 | 8 |
| anim | Sequence | anim | *anim | 144 | 8 |
| facf0 | Sequence | float | facf0 | 152 | 4 |
| facf1 | Sequence | float | facf1 | 156 | 4 |
| plugin | Sequence | PluginSeq | *plugin | 160 | 8 |
| seq1 | Sequence | Sequence | *seq1 | 168 | 8 |
| seq2 | Sequence | Sequence | *seq2 | 176 | 8 |
| seq3 | Sequence | Sequence | *seq3 | 184 | 8 |
| seqbase.first | ListBase | void | *first | 192 | 8 |
| seqbase.last | ListBase | void | *last | 200 | 8 |
| sound | Sequence | bSound | *sound | 208 | 8 |
| hdaudio | Sequence | hdaudio | *hdaudio | 216 | 8 |
| level | Sequence | float | level | 224 | 4 |
| pan | Sequence | float | pan | 228 | 4 |
| curpos | Sequence | int | curpos | 232 | 4 |
| strobe | Sequence | float | strobe | 236 | 4 |
| effectdata | Sequence | void | *effectdata | 240 | 8 |
| anim_startofs | Sequence | int | anim_startofs | 248 | 4 |
| anim_endofs | Sequence | int | anim_endofs | 252 | 4 |
| blend_mode | Sequence | int | blend_mode | 256 | 4 |
| blend_opacity | Sequence | float | blend_opacity | 260 | 4 |
| scenenr | Sequence | int | scenenr | 264 | 4 |
| pad | Sequence | int | pad | 268 | 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 |
| flag | Editing | short | flag | 40 | 2 |
| pad | Editing | short | pad | 42 | 2 |
| rt | Editing | int | rt | 44 | 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 |
| 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 | Oops | Oops | *next | 0 | 8 |
| prev | Oops | Oops | *prev | 8 | 8 |
| type | Oops | short | type | 16 | 2 |
| flag | Oops | short | flag | 18 | 2 |
| dt | Oops | short | dt | 20 | 2 |
| hide | Oops | short | hide | 22 | 2 |
| x | Oops | float | x | 24 | 4 |
| y | Oops | float | y | 28 | 4 |
| dx | Oops | float | dx | 32 | 4 |
| dy | Oops | float | dy | 36 | 4 |
| id | Oops | ID | *id | 40 | 8 |
| link.first | ListBase | void | *first | 48 | 8 |
| link.last | ListBase | void | *last | 56 | 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 |
| otype | bProperty | short | otype | 50 | 2 |
| data | bProperty | int | data | 52 | 4 |
| old | bProperty | int | old | 56 | 4 |
| flag | bProperty | short | flag | 60 | 2 |
| pad | bProperty | short | pad | 62 | 2 |
| poin | bProperty | void | *poin | 64 | 8 |
| oldpoin | bProperty | void | *oldpoin | 72 | 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 |
|---|---|---|---|---|---|
| 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 |
|---|---|---|---|---|---|
| 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 |
| pad | bSensor | int | pad | 92 | 4 |
| reference | structure | type | name | offset | size |
|---|---|---|---|---|---|
| name | bJoystickSensor | char | name[32] | 0 | 32 |
| type | bJoystickSensor | short | type | 32 | 2 |
| pad | bJoystickSensor | short | pad | 34 | 2 |
| axis | bJoystickSensor | int | axis | 36 | 4 |
| axisf | bJoystickSensor | int | axisf | 40 | 4 |
| button | bJoystickSensor | int | button | 44 | 4 |
| buttonf | bJoystickSensor | int | buttonf | 48 | 4 |
| hat | bJoystickSensor | int | hat | 52 | 4 |
| hatf | bJoystickSensor | int | hatf | 56 | 4 |
| precision | bJoystickSensor | int | precision | 60 | 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 |
| 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 |
|---|---|---|---|---|---|
| flag | bSoundActuator | short | flag | 0 | 2 |
| sndnr | bSoundActuator | short | sndnr | 2 | 2 |
| sta | bSoundActuator | int | sta | 4 | 4 |
| end | bSoundActuator | int | end | 8 | 4 |
| pad1 | bSoundActuator | short | pad1[2] | 12 | 4 |
| sound | bSoundActuator | bSound | *sound | 16 | 8 |
| type | bSoundActuator | short | type | 24 | 2 |
| makecopy | bSoundActuator | short | makecopy | 26 | 2 |
| copymade | bSoundActuator | short | copymade | 28 | 2 |
| pad2 | bSoundActuator | short | pad2[1] | 30 | 2 |
| reference | structure | type | name | offset | size |
|---|---|---|---|---|---|
| flag | bCDActuator | short | flag | 0 | 2 |
| sndnr | bCDActuator | short | sndnr | 2 | 2 |
| sta | bCDActuator | int | sta | 4 | 4 |
| end | bCDActuator | int | end | 8 | 4 |
| type | bCDActuator | short | type | 12 | 2 |
| track | bCDActuator | short | track | 14 | 2 |
| volume | bCDActuator | float | volume | 16 | 4 |
| 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 |
| localflag | bEditObjectActuator | short | localflag | 68 | 2 |
| dyn_operation | bEditObjectActuator | short | dyn_operation | 70 | 2 |
| reference | structure | type | name | offset | size |
|---|---|---|---|---|---|
| type | bSceneActuator | short | type | 0 | 2 |
| flag | bSceneActuator | short | flag | 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 |
|---|---|---|---|---|---|
| flag | bPropertyActuator | int | flag | 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 |
| loc | bObjectActuator | float | loc[3] | 32 | 12 |
| rot | bObjectActuator | float | rot[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 | 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 |
| pad1 | bIpoActuator | short | pad1 | 44 | 2 |
| cur | bIpoActuator | short | cur | 46 | 2 |
| butsta | bIpoActuator | short | butsta | 48 | 2 |
| butend | bIpoActuator | short | butend | 50 | 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 |
| fac | bCameraActuator | float | fac | 20 | 4 |
| flag | bCameraActuator | short | flag | 24 | 2 |
| axis | bCameraActuator | short | axis | 26 | 2 |
| visifac | bCameraActuator | float | visifac | 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 |
| group | bGroupActuator | Group | *group | 56 | 8 |
| 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[4] | 0 | 4 |
| 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 |
|---|---|---|---|---|---|
| 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 |
|---|---|---|---|---|---|
| mass | FreeCamera | float | mass | 0 | 4 |
| accelleration | FreeCamera | float | accelleration | 4 | 4 |
| maxspeed | FreeCamera | float | maxspeed | 8 | 4 |
| maxrotspeed | FreeCamera | float | maxrotspeed | 12 | 4 |
| maxtiltspeed | FreeCamera | float | maxtiltspeed | 16 | 4 |
| flag | FreeCamera | int | flag | 20 | 4 |
| rotdamp | FreeCamera | float | rotdamp | 24 | 4 |
| tiltdamp | FreeCamera | float | tiltdamp | 28 | 4 |
| speeddamp | FreeCamera | float | speeddamp | 32 | 4 |
| pad | FreeCamera | float | 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 |
| name | bSound | char | name[160] | 72 | 160 |
| sample | bSound | bSample | *sample | 232 | 8 |
| stream | bSound | void | *stream | 240 | 8 |
| packedfile | bSound | PackedFile | *packedfile | 248 | 8 |
| newpackedfile | bSound | PackedFile | *newpackedfile | 256 | 8 |
| snd_sound | bSound | void | *snd_sound | 264 | 8 |
| ipo | bSound | Ipo | *ipo | 272 | 8 |
| volume | bSound | float | volume | 280 | 4 |
| panning | bSound | float | panning | 284 | 4 |
| attenuation | bSound | float | attenuation | 288 | 4 |
| pitch | bSound | float | pitch | 292 | 4 |
| min_gain | bSound | float | min_gain | 296 | 4 |
| max_gain | bSound | float | max_gain | 300 | 4 |
| distance | bSound | float | distance | 304 | 4 |
| flags | bSound | int | flags | 308 | 4 |
| streamlen | bSound | int | streamlen | 312 | 4 |
| channels | bSound | char | channels | 316 | 1 |
| highprio | bSound | char | highprio | 317 | 1 |
| pad | bSound | char | pad[10] | 318 | 10 |
| 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 |
| gain | bSoundListener | float | gain | 72 | 4 |
| dopplerfactor | bSoundListener | float | dopplerfactor | 76 | 4 |
| dopplervelocity | bSoundListener | float | dopplervelocity | 80 | 4 |
| numsoundsblender | bSoundListener | short | numsoundsblender | 84 | 2 |
| numsoundsgameengine | bSoundListener | short | numsoundsgameengine | 86 | 2 |
| reference | structure | type | name | offset | size |
|---|---|---|---|---|---|
| next | SpaceSound | SpaceLink | *next | 0 | 8 |
| prev | SpaceSound | SpaceLink | *prev | 8 | 8 |
| spacetype | SpaceSound | int | spacetype | 16 | 4 |
| blockscale | SpaceSound | float | blockscale | 20 | 4 |
| area | SpaceSound | ScrArea | *area | 24 | 8 |
| v2d.tot.xmin | rctf | float | xmin | 32 | 4 |
| v2d.tot.xmax | rctf | float | xmax | 36 | 4 |
| v2d.tot.ymin | rctf | float | ymin | 40 | 4 |
| v2d.tot.ymax | rctf | float | ymax | 44 | 4 |
| v2d.cur.xmin | rctf | float | xmin | 48 | 4 |
| v2d.cur.xmax | rctf | float | xmax | 52 | 4 |
| v2d.cur.ymin | rctf | float | ymin | 56 | 4 |
| v2d.cur.ymax | rctf | float | ymax | 60 | 4 |
| v2d.vert.xmin | rcti | int | xmin | 64 | 4 |
| v2d.vert.xmax | rcti | int | xmax | 68 | 4 |
| v2d.vert.ymin | rcti | int | ymin | 72 | 4 |
| v2d.vert.ymax | rcti | int | ymax | 76 | 4 |
| v2d.hor.xmin | rcti | int | xmin | 80 | 4 |
| v2d.hor.xmax | rcti | int | xmax | 84 | 4 |
| v2d.hor.ymin | rcti | int | ymin | 88 | 4 |
| v2d.hor.ymax | rcti | int | ymax | 92 | 4 |
| v2d.mask.xmin | rcti | int | xmin | 96 | 4 |
| v2d.mask.xmax | rcti | int | xmax | 100 | 4 |
| v2d.mask.ymin | rcti | int | ymin | 104 | 4 |
| v2d.mask.ymax | rcti | int | ymax | 108 | 4 |
| v2d.min | View2D | float | min[2] | 112 | 8 |
| v2d.max | View2D | float | max[2] | 120 | 8 |
| v2d.minzoom | View2D | float | minzoom | 128 | 4 |
| v2d.maxzoom | View2D | float | maxzoom | 132 | 4 |
| v2d.scroll | View2D | short | scroll | 136 | 2 |
| v2d.keeptot | View2D | short | keeptot | 138 | 2 |
| v2d.keepaspect | View2D | short | keepaspect | 140 | 2 |
| v2d.keepzoom | View2D | short | keepzoom | 142 | 2 |
| v2d.oldwinx | View2D | short | oldwinx | 144 | 2 |
| v2d.oldwiny | View2D | short | oldwiny | 146 | 2 |
| v2d.flag | View2D | int | flag | 148 | 4 |
| v2d.cursor | View2D | float | cursor[2] | 152 | 8 |
| v2d.around | View2D | short | around | 160 | 2 |
| v2d.pad | View2D | char | pad[6] | 162 | 6 |
| sound | SpaceSound | bSound | *sound | 168 | 8 |
| mode | SpaceSound | short | mode | 176 | 2 |
| sndnr | SpaceSound | short | sndnr | 178 | 2 |
| xof | SpaceSound | short | xof | 180 | 2 |
| yof | SpaceSound | short | yof | 182 | 2 |
| flag | SpaceSound | short | flag | 184 | 2 |
| lock | SpaceSound | short | lock | 186 | 2 |
| pad2 | SpaceSound | int | pad2 | 188 | 4 |
| 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 |
| pad | Group | int | pad | 92 | 4 |
| reference | structure | type | name | offset | size |
|---|---|---|---|---|---|
| next | Bone | Bone | *next | 0 | 8 |
| prev | Bone | Bone | *prev | 8 | 8 |
| parent | Bone | Bone | *parent | 16 | 8 |
| childbase.first | ListBase | void | *first | 24 | 8 |
| childbase.last | ListBase | void | *last | 32 | 8 |
| name | Bone | char | name[32] | 40 | 32 |
| roll | Bone | float | roll | 72 | 4 |
| head | Bone | float | head[3] | 76 | 12 |
| tail | Bone | float | tail[3] | 88 | 12 |
| bone_mat | Bone | float | bone_mat[3][3] | 100 | 36 |
| flag | Bone | int | flag | 136 | 4 |
| arm_head | Bone | float | arm_head[3] | 140 | 12 |
| arm_tail | Bone | float | arm_tail[3] | 152 | 12 |
| arm_mat | Bone | float | arm_mat[4][4] | 164 | 64 |
| dist | Bone | float | dist | 228 | 4 |
| weight | Bone | float | weight | 232 | 4 |
| xwidth | Bone | float | xwidth | 236 | 4 |
| length | Bone | float | length | 240 | 4 |
| zwidth | Bone | float | zwidth | 244 | 4 |
| ease1 | Bone | float | ease1 | 248 | 4 |
| ease2 | Bone | float | ease2 | 252 | 4 |
| rad_head | Bone | float | rad_head | 256 | 4 |
| rad_tail | Bone | float | rad_tail | 260 | 4 |
| size | Bone | float | size[3] | 264 | 12 |
| layer | Bone | short | layer | 276 | 2 |
| segments | Bone | short | segments | 278 | 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 |
| bonebase.first | ListBase | void | *first | 72 | 8 |
| bonebase.last | ListBase | void | *last | 80 | 8 |
| chainbase.first | ListBase | void | *first | 88 | 8 |
| chainbase.last | ListBase | void | *last | 96 | 8 |
| flag | bArmature | int | flag | 104 | 4 |
| drawtype | bArmature | int | drawtype | 108 | 4 |
| deformflag | bArmature | short | deformflag | 112 | 2 |
| pathflag | bArmature | short | pathflag | 114 | 2 |
| layer | bArmature | short | layer | 116 | 2 |
| layer_protected | bArmature | short | layer_protected | 118 | 2 |
| ghostep | bArmature | short | ghostep | 120 | 2 |
| ghostsize | bArmature | short | ghostsize | 122 | 2 |
| ghosttype | bArmature | short | ghosttype | 124 | 2 |
| pathsize | bArmature | short | pathsize | 126 | 2 |
| ghostsf | bArmature | int | ghostsf | 128 | 4 |
| ghostef | bArmature | int | ghostef | 132 | 4 |
| pathsf | bArmature | int | pathsf | 136 | 4 |
| pathef | bArmature | int | pathef | 140 | 4 |
| pathbc | bArmature | int | pathbc | 144 | 4 |
| pathac | bArmature | int | pathac | 148 | 4 |
| reference | structure | type | name | offset | size |
|---|---|---|---|---|---|
| next | bPoseChannel | bPoseChannel | *next | 0 | 8 |
| prev | bPoseChannel | bPoseChannel | *prev | 8 | 8 |
| constraints.first | ListBase | void | *first | 16 | 8 |
| constraints.last | ListBase | void | *last | 24 | 8 |
| name | bPoseChannel | char | name[32] | 32 | 32 |
| flag | bPoseChannel | short | flag | 64 | 2 |
| constflag | bPoseChannel | short | constflag | 66 | 2 |
| ikflag | bPoseChannel | short | ikflag | 68 | 2 |
| selectflag | bPoseChannel | short | selectflag | 70 | 2 |
| protectflag | bPoseChannel | short | protectflag | 72 | 2 |
| agrp_index | bPoseChannel | short | agrp_index | 74 | 2 |
| pathlen | bPoseChannel | int | pathlen | 76 | 4 |
| pathsf | bPoseChannel | int | pathsf | 80 | 4 |
| pathef | bPoseChannel | int | pathef | 84 | 4 |
| bone | bPoseChannel | Bone | *bone | 88 | 8 |
| parent | bPoseChannel | bPoseChannel | *parent | 96 | 8 |
| child | bPoseChannel | bPoseChannel | *child | 104 | 8 |
| iktree.first | ListBase | void | *first | 112 | 8 |
| iktree.last | ListBase | void | *last | 120 | 8 |
| b_bone_mats | bPoseChannel | void | *b_bone_mats | 128 | 8 |
| dual_quat | bPoseChannel | void | *dual_quat | 136 | 8 |
| b_bone_dual_quats | bPoseChannel | void | *b_bone_dual_quats | 144 | 8 |
| loc | bPoseChannel | float | loc[3] | 152 | 12 |
| size | bPoseChannel | float | size[3] | 164 | 12 |
| quat | bPoseChannel | float | quat[4] | 176 | 16 |
| chan_mat | bPoseChannel | float | chan_mat[4][4] | 192 | 64 |
| pose_mat | bPoseChannel | float | pose_mat[4][4] | 256 | 64 |
| constinv | bPoseChannel | float | constinv[4][4] | 320 | 64 |
| pose_head | bPoseChannel | float | pose_head[3] | 384 | 12 |
| pose_tail | bPoseChannel | float | pose_tail[3] | 396 | 12 |
| limitmin | bPoseChannel | float | limitmin[3] | 408 | 12 |
| limitmax | bPoseChannel | float | limitmax[3] | 420 | 12 |
| stiffness | bPoseChannel | float | stiffness[3] | 432 | 12 |
| ikstretch | bPoseChannel | float | ikstretch | 444 | 4 |
| path | bPoseChannel | float | *path | 448 | 8 |
| custom | bPoseChannel | Object | *custom | 456 | 8 |
| reference | structure | type | name | offset | size |
|---|---|---|---|---|---|
| chanbase.first | ListBase | void | *first | 0 | 8 |
| chanbase.last | ListBase | void | *last | 8 | 8 |
| flag | bPose | short | flag | 16 | 2 |
| proxy_layer | bPose | short | proxy_layer | 18 | 2 |
| ctime | bPose | float | ctime | 20 | 4 |
| stride_offset | bPose | float | stride_offset[3] | 24 | 12 |
| cyclic_offset | bPose | float | cyclic_offset[3] | 36 | 12 |
| agroups.first | ListBase | void | *first | 48 | 8 |
| agroups.last | ListBase | void | *last | 56 | 8 |
| active_group | bPose | int | active_group | 64 | 4 |
| pad | bPose | int | pad | 68 | 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[32] | 40 | 32 |
| cs.solid | ThemeWireColor | char | solid[4] | 72 | 4 |
| cs.select | ThemeWireColor | char | select[4] | 76 | 4 |
| cs.active | ThemeWireColor | char | active[4] | 80 | 4 |
| cs.flag | ThemeWireColor | short | flag | 84 | 2 |
| cs.pad | ThemeWireColor | short | pad | 86 | 2 |
| 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 |
| reserved1 | bActionChannel | int | reserved1 | 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 |
| chanbase.first | ListBase | void | *first | 72 | 8 |
| chanbase.last | ListBase | void | *last | 80 | 8 |
| groups.first | ListBase | void | *first | 88 | 8 |
| groups.last | ListBase | void | *last | 96 | 8 |
| markers.first | ListBase | void | *first | 104 | 8 |
| markers.last | ListBase | void | *last | 112 | 8 |
| active_marker | bAction | int | active_marker | 120 | 4 |
| pad | bAction | int | pad | 124 | 4 |
| reference | structure | type | name | offset | size |
|---|---|---|---|---|---|
| next | SpaceAction | SpaceLink | *next | 0 | 8 |
| prev | SpaceAction | SpaceLink | *prev | 8 | 8 |
| spacetype | SpaceAction | int | spacetype | 16 | 4 |
| blockscale | SpaceAction | float | blockscale | 20 | 4 |
| area | SpaceAction | ScrArea | *area | 24 | 8 |
| blockhandler | SpaceAction | short | blockhandler[8] | 32 | 16 |
| 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.keeptot | View2D | short | keeptot | 154 | 2 |
| v2d.keepaspect | View2D | short | keepaspect | 156 | 2 |
| v2d.keepzoom | View2D | short | keepzoom | 158 | 2 |
| v2d.oldwinx | View2D | short | oldwinx | 160 | 2 |
| v2d.oldwiny | View2D | short | oldwiny | 162 | 2 |
| v2d.flag | View2D | int | flag | 164 | 4 |
| v2d.cursor | View2D | float | cursor[2] | 168 | 8 |
| v2d.around | View2D | short | around | 176 | 2 |
| v2d.pad | View2D | char | pad[6] | 178 | 6 |
| action | SpaceAction | bAction | *action | 184 | 8 |
| flag | SpaceAction | short | flag | 192 | 2 |
| autosnap | SpaceAction | short | autosnap | 194 | 2 |
| pin | SpaceAction | short | pin | 196 | 2 |
| actnr | SpaceAction | short | actnr | 198 | 2 |
| lock | SpaceAction | short | lock | 200 | 2 |
| actwidth | SpaceAction | short | actwidth | 202 | 2 |
| timeslide | SpaceAction | float | timeslide | 204 | 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 |
| 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 |
| pad | bConstraintTarget | short | pad | 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 |
| 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 | 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 | 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 |
|---|---|---|---|---|---|
| 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 | bFollowPathConstraint | Object | *tar | 0 | 8 |
| offset | bFollowPathConstraint | float | offset | 8 | 4 |
| followflag | bFollowPathConstraint | int | followflag | 12 | 4 |
| trackflag | bFollowPathConstraint | int | trackflag | 16 | 4 |
| upflag | bFollowPathConstraint | int | upflag | 20 | 4 |
| 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 |
|---|---|---|---|---|---|
| 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 |
|---|---|---|---|---|---|
| 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 |
| username | bNode | char | username[32] | 56 | 32 |
| type | bNode | short | type | 88 | 2 |
| flag | bNode | short | flag | 90 | 2 |
| done | bNode | short | done | 92 | 2 |
| level | bNode | short | level | 94 | 2 |
| lasty | bNode | short | lasty | 96 | 2 |
| menunr | bNode | short | menunr | 98 | 2 |
| stack_index | bNode | short | stack_index | 100 | 2 |
| nr | bNode | short | nr | 102 | 2 |
| inputs.first | ListBase | void | *first | 104 | 8 |
| inputs.last | ListBase | void | *last | 112 | 8 |
| outputs.first | ListBase | void | *first | 120 | 8 |
| outputs.last | ListBase | void | *last | 128 | 8 |
| id | bNode | ID | *id | 136 | 8 |
| storage | bNode | void | *storage | 144 | 8 |
| locx | bNode | float | locx | 152 | 4 |
| locy | bNode | float | locy | 156 | 4 |
| width | bNode | float | width | 160 | 4 |
| miniwidth | bNode | float | miniwidth | 164 | 4 |
| custom1 | bNode | short | custom1 | 168 | 2 |
| custom2 | bNode | short | custom2 | 170 | 2 |
| need_exec | bNode | short | need_exec | 172 | 2 |
| exec | bNode | short | exec | 174 | 2 |
| totr.xmin | rctf | float | xmin | 176 | 4 |
| totr.xmax | rctf | float | xmax | 180 | 4 |
| totr.ymin | rctf | float | ymin | 184 | 4 |
| totr.ymax | rctf | float | ymax | 188 | 4 |
| butr.xmin | rctf | float | xmin | 192 | 4 |
| butr.xmax | rctf | float | xmax | 196 | 4 |
| butr.ymin | rctf | float | ymin | 200 | 4 |
| butr.ymax | rctf | float | ymax | 204 | 4 |
| prvr.xmin | rctf | float | xmin | 208 | 4 |
| prvr.xmax | rctf | float | xmax | 212 | 4 |
| prvr.ymin | rctf | float | ymin | 216 | 4 |
| prvr.ymax | rctf | float | ymax | 220 | 4 |
| preview | bNode | bNodePreview | *preview | 224 | 8 |
| typeinfo | bNode | bNodeType | *typeinfo | 232 | 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 |
| 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 |
| nodes.first | ListBase | void | *first | 72 | 8 |
| nodes.last | ListBase | void | *last | 80 | 8 |
| links.first | ListBase | void | *first | 88 | 8 |
| links.last | ListBase | void | *last | 96 | 8 |
| stack | bNodeTree | bNodeStack | *stack | 104 | 8 |
| threadstack | bNodeTree | ListBase | *threadstack | 112 | 8 |
| type | bNodeTree | int | type | 120 | 4 |
| init | bNodeTree | int | init | 124 | 4 |
| stacksize | bNodeTree | int | stacksize | 128 | 4 |
| cur_index | bNodeTree | int | cur_index | 132 | 4 |
| alltypes.first | ListBase | void | *first | 136 | 8 |
| alltypes.last | ListBase | void | *last | 144 | 8 |
| owntype | bNodeTree | bNodeType | *owntype | 152 | 8 |
| selin | bNodeTree | bNodeSocket | *selin | 160 | 8 |
| selout | bNodeTree | bNodeSocket | *selout | 168 | 8 |
| timecursor | bNodeTree | void | (*timecursor)() | 176 | 8 |
| stats_draw | bNodeTree | void | (*stats_draw)() | 184 | 8 |
| test_break | bNodeTree | int | (*test_break)() | 192 | 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 |
| 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 |
| 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 |
|---|---|---|---|---|---|
| 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 |
| curr.xmin | rctf | float | xmin | 8 | 4 |
| curr.xmax | rctf | float | xmax | 12 | 4 |
| curr.ymin | rctf | float | ymin | 16 | 4 |
| curr.ymax | rctf | float | ymax | 20 | 4 |
| clipr.xmin | rctf | float | xmin | 24 | 4 |
| clipr.xmax | rctf | float | xmax | 28 | 4 |
| clipr.ymin | rctf | float | ymin | 32 | 4 |
| clipr.ymax | rctf | float | ymax | 36 | 4 |
| cm.totpoint | CurveMap | short | totpoint | 40 | 2 |
| cm.flag | CurveMap | short | flag | 42 | 2 |
| cm.range | CurveMap | float | range | 44 | 4 |
| cm.mintable | CurveMap | float | mintable | 48 | 4 |
| cm.maxtable | CurveMap | float | maxtable | 52 | 4 |
| cm.ext_in | CurveMap | float | ext_in[2] | 56 | 8 |
| cm.ext_out | CurveMap | float | ext_out[2] | 64 | 8 |
| cm.curve | CurveMap | CurveMapPoint | *curve | 72 | 8 |
| cm.table | CurveMap | CurveMapPoint | *table | 80 | 8 |
| cm.premultable | CurveMap | CurveMapPoint | *premultable | 88 | 8 |
| black | CurveMapping | float | black[3] | 264 | 12 |
| white | CurveMapping | float | white[3] | 276 | 12 |
| bwmul | CurveMapping | float | bwmul[3] | 288 | 12 |
| sample | CurveMapping | float | sample[3] | 300 | 12 |
| 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 |
| flag | Brush | short | flag | 72 | 2 |
| blend | Brush | short | blend | 74 | 2 |
| size | Brush | int | size | 76 | 4 |
| innerradius | Brush | float | innerradius | 80 | 4 |
| spacing | Brush | float | spacing | 84 | 4 |
| rate | Brush | float | rate | 88 | 4 |
| rgb | Brush | float | rgb[3] | 92 | 12 |
| alpha | Brush | float | alpha | 104 | 4 |
| texact | Brush | short | texact | 108 | 2 |
| pad | Brush | short | pad | 110 | 2 |
| mtex | Brush | MTex | *mtex[10] | 112 | 80 |
| clone.image | BrushClone | Image | *image | 192 | 8 |
| clone.offset | BrushClone | float | offset[2] | 200 | 8 |
| clone.alpha | BrushClone | float | alpha | 208 | 4 |
| clone.pad | BrushClone | float | pad | 212 | 4 |
| 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 |
| pad | CustomDataLayer | char | pad[4] | 20 | 4 |
| name | CustomDataLayer | char | name[32] | 24 | 32 |
| data | CustomDataLayer | void | *data | 56 | 8 |
| 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 |
| 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 |
|---|---|---|---|---|---|
| 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 |
| rand | ChildParticle | float | rand[3] | 60 | 12 |
| reference | structure | type | name | offset | size |
|---|---|---|---|---|---|
| stick_ob | ParticleData | Object | *stick_ob | 0 | 8 |
| state.co | ParticleKey | float | co[3] | 8 | 12 |
| state.vel | ParticleKey | float | vel[3] | 20 | 12 |
| state.rot | ParticleKey | float | rot[4] | 32 | 16 |
| state.ave | ParticleKey | float | ave[3] | 48 | 12 |
| state.time | ParticleKey | float | time | 60 | 4 |
| hair | ParticleData | HairKey | *hair | 64 | 8 |
| keys | ParticleData | ParticleKey | *keys | 72 | 8 |
| i_rot | ParticleData | float | i_rot[4] | 80 | 16 |
| r_rot | ParticleData | float | r_rot[4] | 96 | 16 |
| r_ave | ParticleData | float | r_ave[3] | 112 | 12 |
| r_ve | ParticleData | float | r_ve[3] | 124 | 12 |
| fuv | ParticleData | float | fuv[4] | 136 | 16 |
| foffset | ParticleData | float | foffset | 152 | 4 |
| time | ParticleData | float | time | 156 | 4 |
| lifetime | ParticleData | float | lifetime | 160 | 4 |
| dietime | ParticleData | float | dietime | 164 | 4 |
| bank | ParticleData | float | bank | 168 | 4 |
| size | ParticleData | float | size | 172 | 4 |
| sizemul | ParticleData | float | sizemul | 176 | 4 |
| num | ParticleData | int | num | 180 | 4 |
| num_dmcache | ParticleData | int | num_dmcache | 184 | 4 |
| pad | ParticleData | int | pad | 188 | 4 |
| totkey | ParticleData | int | totkey | 192 | 4 |
| bpi | ParticleData | int | bpi | 196 | 4 |
| flag | ParticleData | short | flag | 200 | 2 |
| alive | ParticleData | short | alive | 202 | 2 |
| loop | ParticleData | short | loop | 204 | 2 |
| rt2 | ParticleData | short | rt2 | 206 | 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 |
| flag | ParticleSettings | int | flag | 72 | 4 |
| type | ParticleSettings | short | type | 76 | 2 |
| from | ParticleSettings | short | from | 78 | 2 |
| distr | ParticleSettings | short | distr | 80 | 2 |
| phystype | ParticleSettings | short | phystype | 82 | 2 |
| rotmode | ParticleSettings | short | rotmode | 84 | 2 |
| avemode | ParticleSettings | short | avemode | 86 | 2 |
| reactevent | ParticleSettings | short | reactevent | 88 | 2 |
| draw | ParticleSettings | short | draw | 90 | 2 |
| draw_as | ParticleSettings | short | draw_as | 92 | 2 |
| draw_size | ParticleSettings | short | draw_size | 94 | 2 |
| childtype | ParticleSettings | short | childtype | 96 | 2 |
| draw_step | ParticleSettings | short | draw_step | 98 | 2 |
| ren_step | ParticleSettings | short | ren_step | 100 | 2 |
| hair_step | ParticleSettings | short | hair_step | 102 | 2 |
| keys_step | ParticleSettings | short | keys_step | 104 | 2 |
| adapt_angle | ParticleSettings | short | adapt_angle | 106 | 2 |
| adapt_pix | ParticleSettings | short | adapt_pix | 108 | 2 |
| disp | ParticleSettings | short | disp | 110 | 2 |
| omat | ParticleSettings | short | omat | 112 | 2 |
| interpolation | ParticleSettings | short | interpolation | 114 | 2 |
| rotfrom | ParticleSettings | short | rotfrom | 116 | 2 |
| integrator | ParticleSettings | short | integrator | 118 | 2 |
| kink | ParticleSettings | short | kink | 120 | 2 |
| kink_axis | ParticleSettings | short | kink_axis | 122 | 2 |
| nbetween | ParticleSettings | short | nbetween | 124 | 2 |
| boidneighbours | ParticleSettings | short | boidneighbours | 126 | 2 |
| bb_align | ParticleSettings | short | bb_align | 128 | 2 |
| bb_uv_split | ParticleSettings | short | bb_uv_split | 130 | 2 |
| bb_anim | ParticleSettings | short | bb_anim | 132 | 2 |
| bb_split_offset | ParticleSettings | short | bb_split_offset | 134 | 2 |
| bb_tilt | ParticleSettings | float | bb_tilt | 136 | 4 |
| bb_rand_tilt | ParticleSettings | float | bb_rand_tilt | 140 | 4 |
| bb_offset | ParticleSettings | float | bb_offset[2] | 144 | 8 |
| simplify_flag | ParticleSettings | short | simplify_flag | 152 | 2 |
| simplify_refsize | ParticleSettings | short | simplify_refsize | 154 | 2 |
| simplify_rate | ParticleSettings | float | simplify_rate | 156 | 4 |
| simplify_transition | ParticleSettings | float | simplify_transition | 160 | 4 |
| simplify_viewport | ParticleSettings | float | simplify_viewport | 164 | 4 |
| sta | ParticleSettings | float | sta | 168 | 4 |
| end | ParticleSettings | float | end | 172 | 4 |
| lifetime | ParticleSettings | float | lifetime | 176 | 4 |
| randlife | ParticleSettings | float | randlife | 180 | 4 |
| timetweak | ParticleSettings | float | timetweak | 184 | 4 |
| jitfac | ParticleSettings | float | jitfac | 188 | 4 |
| keyed_time | ParticleSettings | float | keyed_time | 192 | 4 |
| eff_hair | ParticleSettings | float | eff_hair | 196 | 4 |
| rt | ParticleSettings | float | rt | 200 | 4 |
| totpart | ParticleSettings | int | totpart | 204 | 4 |
| userjit | ParticleSettings | int | userjit | 208 | 4 |
| grid_res | ParticleSettings | int | grid_res | 212 | 4 |
| normfac | ParticleSettings | float | normfac | 216 | 4 |
| obfac | ParticleSettings | float | obfac | 220 | 4 |
| randfac | ParticleSettings | float | randfac | 224 | 4 |
| partfac | ParticleSettings | float | partfac | 228 | 4 |
| tanfac | ParticleSettings | float | tanfac | 232 | 4 |
| tanphase | ParticleSettings | float | tanphase | 236 | 4 |
| reactfac | ParticleSettings | float | reactfac | 240 | 4 |
| avefac | ParticleSettings | float | avefac | 244 | 4 |
| phasefac | ParticleSettings | float | phasefac | 248 | 4 |
| randrotfac | ParticleSettings | float | randrotfac | 252 | 4 |
| randphasefac | ParticleSettings | float | randphasefac | 256 | 4 |
| mass | ParticleSettings | float | mass | 260 | 4 |
| size | ParticleSettings | float | size | 264 | 4 |
| randsize | ParticleSettings | float | randsize | 268 | 4 |
| reactshape | ParticleSettings | float | reactshape | 272 | 4 |
| acc | ParticleSettings | float | acc[3] | 276 | 12 |
| dragfac | ParticleSettings | float | dragfac | 288 | 4 |
| brownfac | ParticleSettings | float | brownfac | 292 | 4 |
| dampfac | ParticleSettings | float | dampfac | 296 | 4 |
| length | ParticleSettings | float | length | 300 | 4 |
| abslength | ParticleSettings | float | abslength | 304 | 4 |
| randlength | ParticleSettings | float | randlength | 308 | 4 |
| child_nbr | ParticleSettings | int | child_nbr | 312 | 4 |
| ren_child_nbr | ParticleSettings | int | ren_child_nbr | 316 | 4 |
| parents | ParticleSettings | float | parents | 320 | 4 |
| childsize | ParticleSettings | float | childsize | 324 | 4 |
| childrandsize | ParticleSettings | float | childrandsize | 328 | 4 |
| childrad | ParticleSettings | float | childrad | 332 | 4 |
| childflat | ParticleSettings | float | childflat | 336 | 4 |
| childspread | ParticleSettings | float | childspread | 340 | 4 |
| clumpfac | ParticleSettings | float | clumpfac | 344 | 4 |
| clumppow | ParticleSettings | float | clumppow | 348 | 4 |
| kink_amp | ParticleSettings | float | kink_amp | 352 | 4 |
| kink_freq | ParticleSettings | float | kink_freq | 356 | 4 |
| kink_shape | ParticleSettings | float | kink_shape | 360 | 4 |
| rough1 | ParticleSettings | float | rough1 | 364 | 4 |
| rough1_size | ParticleSettings | float | rough1_size | 368 | 4 |
| rough2 | ParticleSettings | float | rough2 | 372 | 4 |
| rough2_size | ParticleSettings | float | rough2_size | 376 | 4 |
| rough2_thres | ParticleSettings | float | rough2_thres | 380 | 4 |
| rough_end | ParticleSettings | float | rough_end | 384 | 4 |
| rough_end_shape | ParticleSettings | float | rough_end_shape | 388 | 4 |
| branch_thres | ParticleSettings | float | branch_thres | 392 | 4 |
| draw_line | ParticleSettings | float | draw_line[2] | 396 | 8 |
| max_vel | ParticleSettings | float | max_vel | 404 | 4 |
| max_lat_acc | ParticleSettings | float | max_lat_acc | 408 | 4 |
| max_tan_acc | ParticleSettings | float | max_tan_acc | 412 | 4 |
| average_vel | ParticleSettings | float | average_vel | 416 | 4 |
| banking | ParticleSettings | float | banking | 420 | 4 |
| max_bank | ParticleSettings | float | max_bank | 424 | 4 |
| groundz | ParticleSettings | float | groundz | 428 | 4 |
| boidfac | ParticleSettings | float | boidfac[8] | 432 | 32 |
| boidrule | ParticleSettings | char | boidrule[8] | 464 | 8 |
| dup_group | ParticleSettings | Group | *dup_group | 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 |
| 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 | ParticleEdit | *edit | 40 | 8 |
| pathcache | ParticleSystem | ParticleCacheKey | **pathcache | 48 | 8 |
| childcache | ParticleSystem | ParticleCacheKey | **childcache | 56 | 8 |
| pathcachebufs.first | ListBase | void | *first | 64 | 8 |
| pathcachebufs.last | ListBase | void | *last | 72 | 8 |
| childcachebufs.first | ListBase | void | *first | 80 | 8 |
| childcachebufs.last | ListBase | void | *last | 88 | 8 |
| soft | ParticleSystem | SoftBody | *soft | 96 | 8 |
| target_ob | ParticleSystem | Object | *target_ob | 104 | 8 |
| keyed_ob | ParticleSystem | Object | *keyed_ob | 112 | 8 |
| lattice | ParticleSystem | Object | *lattice | 120 | 8 |
| effectors.first | ListBase | void | *first | 128 | 8 |
| effectors.last | ListBase | void | *last | 136 | 8 |
| reactevents.first | ListBase | void | *first | 144 | 8 |
| reactevents.last | ListBase | void | *last | 152 | 8 |
| imat | ParticleSystem | float | imat[4][4] | 160 | 64 |
| cfra | ParticleSystem | float | cfra | 224 | 4 |
| seed | ParticleSystem | int | seed | 228 | 4 |
| flag | ParticleSystem | int | flag | 232 | 4 |
| totpart | ParticleSystem | int | totpart | 236 | 4 |
| totchild | ParticleSystem | int | totchild | 240 | 4 |
| totcached | ParticleSystem | int | totcached | 244 | 4 |
| totchildcache | ParticleSystem | int | totchildcache | 248 | 4 |
| rt | ParticleSystem | int | rt | 252 | 4 |
| recalc | ParticleSystem | short | recalc | 256 | 2 |
| target_psys | ParticleSystem | short | target_psys | 258 | 2 |
| keyed_psys | ParticleSystem | short | keyed_psys | 260 | 2 |
| totkeyed | ParticleSystem | short | totkeyed | 262 | 2 |
| softflag | ParticleSystem | short | softflag | 264 | 2 |
| bakespace | ParticleSystem | short | bakespace | 266 | 2 |
| bb_uvname | ParticleSystem | char | bb_uvname[3][32] | 268 | 96 |
| vgroup | ParticleSystem | short | vgroup[12] | 364 | 24 |
| vg_neg | ParticleSystem | short | vg_neg | 388 | 2 |
| rt3 | ParticleSystem | short | rt3 | 390 | 2 |
| renderdata | ParticleSystem | void | *renderdata | 392 | 8 |
| pointcache | ParticleSystem | PointCache | *pointcache | 400 | 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 | 20 | 4 |
| ClothSimSettings | float | [3] | 24 | 12 | |
| dt | ClothSimSettings | float | dt | 36 | 4 |
| mass | ClothSimSettings | float | mass | 40 | 4 |
| structural | ClothSimSettings | float | structural | 44 | 4 |
| shear | ClothSimSettings | float | shear | 48 | 4 |
| bending | ClothSimSettings | float | bending | 52 | 4 |
| max_bend | ClothSimSettings | float | max_bend | 56 | 4 |
| max_struct | ClothSimSettings | float | max_struct | 60 | 4 |
| max_shear | ClothSimSettings | float | max_shear | 64 | 4 |
| avg_spring_len | ClothSimSettings | float | avg_spring_len | 68 | 4 |
| timescale | ClothSimSettings | float | timescale | 72 | 4 |
| maxgoal | ClothSimSettings | float | maxgoal | 76 | 4 |
| eff_force_scale | ClothSimSettings | float | eff_force_scale | 80 | 4 |
| eff_wind_scale | ClothSimSettings | float | eff_wind_scale | 84 | 4 |
| sim_time_old | ClothSimSettings | float | sim_time_old | 88 | 4 |
| defgoal | ClothSimSettings | float | defgoal | 92 | 4 |
| goalspring | ClothSimSettings | float | goalspring | 96 | 4 |
| goalfrict | ClothSimSettings | float | goalfrict | 100 | 4 |
| stepsPerFrame | ClothSimSettings | int | stepsPerFrame | 104 | 4 |
| flags | ClothSimSettings | int | flags | 108 | 4 |
| preroll | ClothSimSettings | int | preroll | 112 | 4 |
| maxspringlen | ClothSimSettings | int | maxspringlen | 116 | 4 |
| solver_type | ClothSimSettings | short | solver_type | 120 | 2 |
| vgroup_bend | ClothSimSettings | short | vgroup_bend | 122 | 2 |
| vgroup_mass | ClothSimSettings | short | vgroup_mass | 124 | 2 |
| vgroup_struct | ClothSimSettings | short | vgroup_struct | 126 | 2 |
| presets | ClothSimSettings | short | presets | 128 | 2 |
| pad | ClothSimSettings | short | pad | 130 | 2 |
| pad2 | ClothSimSettings | int | pad2 | 132 | 4 |
| 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 |