| 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 |
| val2 | IDPropertyData | int | val2 | 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.val2 | IDPropertyData | int | val2 | 84 | 4 |
| len | IDProperty | int | len | 88 | 4 |
| totallen | IDProperty | int | totallen | 92 | 4 |
| reference | structure | type | name | offset | size |
|---|---|---|---|---|---|
| next | ID | void | *next | 0 | 8 |
| prev | ID | void | *prev | 8 | 8 |
| newid | ID | ID | *newid | 16 | 8 |
| lib | ID | Library | *lib | 24 | 8 |
| name | ID | char | name[24] | 32 | 24 |
| us | ID | short | us | 56 | 2 |
| flag | ID | short | flag | 58 | 2 |
| icon_id | ID | int | icon_id | 60 | 4 |
| properties | ID | IDProperty | *properties | 64 | 8 |
| reference | structure | type | name | offset | size |
|---|---|---|---|---|---|
| id.next | ID | void | *next | 0 | 8 |
| id.prev | ID | void | *prev | 8 | 8 |
| id.newid | ID | ID | *newid | 16 | 8 |
| id.lib | ID | Library | *lib | 24 | 8 |
| id.name | ID | char | name[24] | 32 | 24 |
| id.us | ID | short | us | 56 | 2 |
| id.flag | ID | short | flag | 58 | 2 |
| id.icon_id | ID | int | icon_id | 60 | 4 |
| id.properties | ID | IDProperty | *properties | 64 | 8 |
| idblock | Library | ID | *idblock | 72 | 8 |
| filedata | Library | FileData | *filedata | 80 | 8 |
| name | Library | char | name[240] | 88 | 240 |
| 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 |
|---|---|---|---|---|---|
| ob | IpoDriver | Object | *ob | 0 | 8 |
| blocktype | IpoDriver | short | blocktype | 8 | 2 |
| adrcode | IpoDriver | short | adrcode | 10 | 2 |
| type | IpoDriver | short | type | 12 | 2 |
| flag | IpoDriver | short | flag | 14 | 2 |
| name | IpoDriver | char | name[128] | 16 | 128 |
| reference | structure | type | name | offset | size |
|---|---|---|---|---|---|
| next | IpoCurve | IpoCurve | *next | 0 | 8 |
| prev | IpoCurve | IpoCurve | *prev | 8 | 8 |
| bp | IpoCurve | BPoint | *bp | 16 | 8 |
| bezt | IpoCurve | BezTriple | *bezt | 24 | 8 |
| maxrct.xmin | rctf | float | xmin | 32 | 4 |
| maxrct.xmax | rctf | float | xmax | 36 | 4 |
| maxrct.ymin | rctf | float | ymin | 40 | 4 |
| maxrct.ymax | rctf | float | ymax | 44 | 4 |
| totrct.xmin | rctf | float | xmin | 48 | 4 |
| totrct.xmax | rctf | float | xmax | 52 | 4 |
| totrct.ymin | rctf | float | ymin | 56 | 4 |
| totrct.ymax | rctf | float | ymax | 60 | 4 |
| blocktype | IpoCurve | short | blocktype | 64 | 2 |
| adrcode | IpoCurve | short | adrcode | 66 | 2 |
| vartype | IpoCurve | short | vartype | 68 | 2 |
| totvert | IpoCurve | short | totvert | 70 | 2 |
| ipo | IpoCurve | short | ipo | 72 | 2 |
| extrap | IpoCurve | short | extrap | 74 | 2 |
| flag | IpoCurve | short | flag | 76 | 2 |
| rt | IpoCurve | short | rt | 78 | 2 |
| ymin | IpoCurve | float | ymin | 80 | 4 |
| ymax | IpoCurve | float | ymax | 84 | 4 |
| bitmask | IpoCurve | int | bitmask | 88 | 4 |
| slide_min | IpoCurve | float | slide_min | 92 | 4 |
| slide_max | IpoCurve | float | slide_max | 96 | 4 |
| curval | IpoCurve | float | curval | 100 | 4 |
| driver | IpoCurve | IpoDriver | *driver | 104 | 8 |
| reference | structure | type | name | offset | size |
|---|---|---|---|---|---|
| id.next | ID | void | *next | 0 | 8 |
| id.prev | ID | void | *prev | 8 | 8 |
| id.newid | ID | ID | *newid | 16 | 8 |
| id.lib | ID | Library | *lib | 24 | 8 |
| id.name | ID | char | name[24] | 32 | 24 |
| id.us | ID | short | us | 56 | 2 |
| id.flag | ID | short | flag | 58 | 2 |
| id.icon_id | ID | int | icon_id | 60 | 4 |
| id.properties | ID | IDProperty | *properties | 64 | 8 |
| curve.first | ListBase | void | *first | 72 | 8 |
| curve.last | ListBase | void | *last | 80 | 8 |
| cur.xmin | rctf | float | xmin | 88 | 4 |
| cur.xmax | rctf | float | xmax | 92 | 4 |
| cur.ymin | rctf | float | ymin | 96 | 4 |
| cur.ymax | rctf | float | ymax | 100 | 4 |
| blocktype | Ipo | short | blocktype | 104 | 2 |
| showkey | Ipo | short | showkey | 106 | 2 |
| muteipo | Ipo | short | muteipo | 108 | 2 |
| pad | Ipo | short | pad | 110 | 2 |
| reference | structure | type | name | offset | size |
|---|---|---|---|---|---|
| next | KeyBlock | KeyBlock | *next | 0 | 8 |
| prev | KeyBlock | KeyBlock | *prev | 8 | 8 |
| pos | KeyBlock | float | pos | 16 | 4 |
| curval | KeyBlock | float | curval | 20 | 4 |
| type | KeyBlock | short | type | 24 | 2 |
| adrcode | KeyBlock | short | adrcode | 26 | 2 |
| relative | KeyBlock | short | relative | 28 | 2 |
| flag | KeyBlock | short | flag | 30 | 2 |
| totelem | KeyBlock | int | totelem | 32 | 4 |
| pad2 | KeyBlock | int | pad2 | 36 | 4 |
| data | KeyBlock | void | *data | 40 | 8 |
| weights | KeyBlock | float | *weights | 48 | 8 |
| name | KeyBlock | char | name[32] | 56 | 32 |
| vgroup | KeyBlock | char | vgroup[32] | 88 | 32 |
| slidermin | KeyBlock | float | slidermin | 120 | 4 |
| slidermax | KeyBlock | float | slidermax | 124 | 4 |
| reference | structure | type | name | offset | size |
|---|---|---|---|---|---|
| id.next | ID | void | *next | 0 | 8 |
| id.prev | ID | void | *prev | 8 | 8 |
| id.newid | ID | ID | *newid | 16 | 8 |
| id.lib | ID | Library | *lib | 24 | 8 |
| id.name | ID | char | name[24] | 32 | 24 |
| id.us | ID | short | us | 56 | 2 |
| id.flag | ID | short | flag | 58 | 2 |
| id.icon_id | ID | int | icon_id | 60 | 4 |
| id.properties | ID | IDProperty | *properties | 64 | 8 |
| 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 |
|---|---|---|---|---|---|
| next | TextMarker | TextMarker | *next | 0 | 8 |
| prev | TextMarker | TextMarker | *prev | 8 | 8 |
| lineno | TextMarker | int | lineno | 16 | 4 |
| start | TextMarker | int | start | 20 | 4 |
| end | TextMarker | int | end | 24 | 4 |
| pad1 | TextMarker | int | pad1 | 28 | 4 |
| group | TextMarker | int | group | 32 | 4 |
| flags | TextMarker | int | flags | 36 | 4 |
| color | TextMarker | char | color[4] | 40 | 4 |
| pad | TextMarker | char | pad[4] | 44 | 4 |
| reference | structure | type | name | offset | size |
|---|---|---|---|---|---|
| id.next | ID | void | *next | 0 | 8 |
| id.prev | ID | void | *prev | 8 | 8 |
| id.newid | ID | ID | *newid | 16 | 8 |
| id.lib | ID | Library | *lib | 24 | 8 |
| id.name | ID | char | name[24] | 32 | 24 |
| id.us | ID | short | us | 56 | 2 |
| id.flag | ID | short | flag | 58 | 2 |
| id.icon_id | ID | int | icon_id | 60 | 4 |
| id.properties | ID | IDProperty | *properties | 64 | 8 |
| name | Text | char | *name | 72 | 8 |
| flags | Text | int | flags | 80 | 4 |
| nlines | Text | int | nlines | 84 | 4 |
| lines.first | ListBase | void | *first | 88 | 8 |
| lines.last | ListBase | void | *last | 96 | 8 |
| curl | Text | TextLine | *curl | 104 | 8 |
| sell | Text | TextLine | *sell | 112 | 8 |
| curc | Text | int | curc | 120 | 4 |
| selc | Text | int | selc | 124 | 4 |
| markers.first | ListBase | void | *first | 128 | 8 |
| markers.last | ListBase | void | *last | 136 | 8 |
| undo_buf | Text | char | *undo_buf | 144 | 8 |
| undo_pos | Text | int | undo_pos | 152 | 4 |
| undo_len | Text | int | undo_len | 156 | 4 |
| compiled | Text | void | *compiled | 160 | 8 |
| mtime | Text | double | mtime | 168 | 8 |
| reference | structure | type | name | offset | size |
|---|---|---|---|---|---|
| size | PackedFile | int | size | 0 | 4 |
| seek | PackedFile | int | seek | 4 | 4 |
| 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 |
| gputexture | Image | GPUTexture | *gputexture | 328 | 8 |
| anim | Image | anim | *anim | 336 | 8 |
| rr | Image | RenderResult | *rr | 344 | 8 |
| ok | Image | short | ok | 352 | 2 |
| flag | Image | short | flag | 354 | 2 |
| source | Image | short | source | 356 | 2 |
| type | Image | short | type | 358 | 2 |
| pad | Image | short | pad | 360 | 2 |
| pad1 | Image | short | pad1 | 362 | 2 |
| lastframe | Image | int | lastframe | 364 | 4 |
| tpageflag | Image | short | tpageflag | 368 | 2 |
| totbind | Image | short | totbind | 370 | 2 |
| xrep | Image | short | xrep | 372 | 2 |
| yrep | Image | short | yrep | 374 | 2 |
| twsta | Image | short | twsta | 376 | 2 |
| twend | Image | short | twend | 378 | 2 |
| bindcode | Image | int | bindcode | 380 | 4 |
| repbind | Image | int | *repbind | 384 | 8 |
| packedfile | Image | PackedFile | *packedfile | 392 | 8 |
| preview | Image | PreviewImage | *preview | 400 | 8 |
| lastupdate | Image | float | lastupdate | 408 | 4 |
| lastused | Image | int | lastused | 412 | 4 |
| animspeed | Image | short | animspeed | 416 | 2 |
| gen_x | Image | short | gen_x | 418 | 2 |
| gen_y | Image | short | gen_y | 420 | 2 |
| gen_type | Image | short | gen_type | 422 | 2 |
| aspx | Image | float | aspx | 424 | 4 |
| aspy | Image | float | aspy | 428 | 4 |
| vnode | Image | void | *vnode | 432 | 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 |
| pad3 | Lamp | short | pad3 | 74 | 2 |
| mode | Lamp | int | mode | 76 | 4 |
| colormodel | Lamp | short | colormodel | 80 | 2 |
| totex | Lamp | short | totex | 82 | 2 |
| r | Lamp | float | r | 84 | 4 |
| g | Lamp | float | g | 88 | 4 |
| b | Lamp | float | b | 92 | 4 |
| k | Lamp | float | k | 96 | 4 |
| shdwr | Lamp | float | shdwr | 100 | 4 |
| shdwg | Lamp | float | shdwg | 104 | 4 |
| shdwb | Lamp | float | shdwb | 108 | 4 |
| shdwpad | Lamp | float | shdwpad | 112 | 4 |
| energy | Lamp | float | energy | 116 | 4 |
| dist | Lamp | float | dist | 120 | 4 |
| spotsize | Lamp | float | spotsize | 124 | 4 |
| spotblend | Lamp | float | spotblend | 128 | 4 |
| haint | Lamp | float | haint | 132 | 4 |
| att1 | Lamp | float | att1 | 136 | 4 |
| att2 | Lamp | float | att2 | 140 | 4 |
| curfalloff | Lamp | CurveMapping | *curfalloff | 144 | 8 |
| falloff_type | Lamp | short | falloff_type | 152 | 2 |
| pad2 | Lamp | short | pad2 | 154 | 2 |
| clipsta | Lamp | float | clipsta | 156 | 4 |
| clipend | Lamp | float | clipend | 160 | 4 |
| shadspotsize | Lamp | float | shadspotsize | 164 | 4 |
| bias | Lamp | float | bias | 168 | 4 |
| soft | Lamp | float | soft | 172 | 4 |
| bufsize | Lamp | short | bufsize | 176 | 2 |
| samp | Lamp | short | samp | 178 | 2 |
| buffers | Lamp | short | buffers | 180 | 2 |
| filtertype | Lamp | short | filtertype | 182 | 2 |
| bufflag | Lamp | char | bufflag | 184 | 1 |
| buftype | Lamp | char | buftype | 185 | 1 |
| ray_samp | Lamp | short | ray_samp | 186 | 2 |
| ray_sampy | Lamp | short | ray_sampy | 188 | 2 |
| ray_sampz | Lamp | short | ray_sampz | 190 | 2 |
| ray_samp_type | Lamp | short | ray_samp_type | 192 | 2 |
| area_shape | Lamp | short | area_shape | 194 | 2 |
| area_size | Lamp | float | area_size | 196 | 4 |
| area_sizey | Lamp | float | area_sizey | 200 | 4 |
| area_sizez | Lamp | float | area_sizez | 204 | 4 |
| adapt_thresh | Lamp | float | adapt_thresh | 208 | 4 |
| ray_samp_method | Lamp | short | ray_samp_method | 212 | 2 |
| pad1 | Lamp | short | pad1 | 214 | 2 |
| texact | Lamp | short | texact | 216 | 2 |
| shadhalostep | Lamp | short | shadhalostep | 218 | 2 |
| sun_effect_type | Lamp | short | sun_effect_type | 220 | 2 |
| skyblendtype | Lamp | short | skyblendtype | 222 | 2 |
| horizon_brightness | Lamp | float | horizon_brightness | 224 | 4 |
| spread | Lamp | float | spread | 228 | 4 |
| sun_brightness | Lamp | float | sun_brightness | 232 | 4 |
| sun_size | Lamp | float | sun_size | 236 | 4 |
| backscattered_light | Lamp | float | backscattered_light | 240 | 4 |
| sun_intensity | Lamp | float | sun_intensity | 244 | 4 |
| atm_turbidity | Lamp | float | atm_turbidity | 248 | 4 |
| atm_inscattering_factor | Lamp | float | atm_inscattering_factor | 252 | 4 |
| atm_extinction_factor | Lamp | float | atm_extinction_factor | 256 | 4 |
| atm_distance_factor | Lamp | float | atm_distance_factor | 260 | 4 |
| skyblendfac | Lamp | float | skyblendfac | 264 | 4 |
| sky_exposure | Lamp | float | sky_exposure | 268 | 4 |
| sky_colorspace | Lamp | short | sky_colorspace | 272 | 2 |
| pad4 | Lamp | short | pad4 | 274 | 2 |
| YF_numphotons | Lamp | int | YF_numphotons | 276 | 4 |
| YF_numsearch | Lamp | int | YF_numsearch | 280 | 4 |
| YF_phdepth | Lamp | short | YF_phdepth | 284 | 2 |
| YF_useqmc | Lamp | short | YF_useqmc | 286 | 2 |
| YF_bufsize | Lamp | short | YF_bufsize | 288 | 2 |
| YF_pad | Lamp | short | YF_pad | 290 | 2 |
| YF_causticblur | Lamp | float | YF_causticblur | 292 | 4 |
| YF_ltradius | Lamp | float | YF_ltradius | 296 | 4 |
| YF_glowint | Lamp | float | YF_glowint | 300 | 4 |
| YF_glowofs | Lamp | float | YF_glowofs | 304 | 4 |
| YF_glowtype | Lamp | short | YF_glowtype | 308 | 2 |
| YF_pad2 | Lamp | short | YF_pad2 | 310 | 2 |
| mtex | Lamp | MTex | *mtex[18] | 312 | 144 |
| ipo | Lamp | Ipo | *ipo | 456 | 8 |
| preview | Lamp | PreviewImage | *preview | 464 | 8 |
| scriptlink.scripts | ScriptLink | ID | **scripts | 472 | 8 |
| scriptlink.flag | ScriptLink | short | *flag | 480 | 8 |
| scriptlink.actscript | ScriptLink | short | actscript | 488 | 2 |
| scriptlink.totscript | ScriptLink | short | totscript | 490 | 2 |
| scriptlink.pad | ScriptLink | int | pad | 492 | 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 |
| septex | Material | int | septex | 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 |
| pad4 | Material | short | pad4 | 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[18] | 424 | 144 |
| nodetree | Material | bNodeTree | *nodetree | 568 | 8 |
| ipo | Material | Ipo | *ipo | 576 | 8 |
| group | Material | Group | *group | 584 | 8 |
| preview | Material | PreviewImage | *preview | 592 | 8 |
| friction | Material | float | friction | 600 | 4 |
| fh | Material | float | fh | 604 | 4 |
| reflect | Material | float | reflect | 608 | 4 |
| fhdist | Material | float | fhdist | 612 | 4 |
| xyfrict | Material | float | xyfrict | 616 | 4 |
| dynamode | Material | short | dynamode | 620 | 2 |
| pad2 | Material | short | pad2 | 622 | 2 |
| sss_radius | Material | float | sss_radius[3] | 624 | 12 |
| sss_col | Material | float | sss_col[3] | 636 | 12 |
| sss_error | Material | float | sss_error | 648 | 4 |
| sss_scale | Material | float | sss_scale | 652 | 4 |
| sss_ior | Material | float | sss_ior | 656 | 4 |
| sss_colfac | Material | float | sss_colfac | 660 | 4 |
| sss_texfac | Material | float | sss_texfac | 664 | 4 |
| sss_front | Material | float | sss_front | 668 | 4 |
| sss_back | Material | float | sss_back | 672 | 4 |
| sss_flag | Material | short | sss_flag | 676 | 2 |
| sss_preset | Material | short | sss_preset | 678 | 2 |
| YF_ar | Material | float | YF_ar | 680 | 4 |
| YF_ag | Material | float | YF_ag | 684 | 4 |
| YF_ab | Material | float | YF_ab | 688 | 4 |
| YF_dscale | Material | float | YF_dscale | 692 | 4 |
| YF_dpwr | Material | float | YF_dpwr | 696 | 4 |
| YF_dsmp | Material | int | YF_dsmp | 700 | 4 |
| YF_preset | Material | int | YF_preset | 704 | 4 |
| YF_djit | Material | int | YF_djit | 708 | 4 |
| scriptlink.scripts | ScriptLink | ID | **scripts | 712 | 8 |
| scriptlink.flag | ScriptLink | short | *flag | 720 | 8 |
| scriptlink.actscript | ScriptLink | short | actscript | 728 | 2 |
| scriptlink.totscript | ScriptLink | short | totscript | 730 | 2 |
| scriptlink.pad | ScriptLink | int | pad | 732 | 4 |
| gpumaterial.first | ListBase | void | *first | 736 | 8 |
| gpumaterial.last | ListBase | void | *last | 744 | 8 |
| reference | structure | type | name | offset | size |
|---|---|---|---|---|---|
| id.next | ID | void | *next | 0 | 8 |
| id.prev | ID | void | *prev | 8 | 8 |
| id.newid | ID | ID | *newid | 16 | 8 |
| id.lib | ID | Library | *lib | 24 | 8 |
| id.name | ID | char | name[24] | 32 | 24 |
| id.us | ID | short | us | 56 | 2 |
| id.flag | ID | short | flag | 58 | 2 |
| id.icon_id | ID | int | icon_id | 60 | 4 |
| id.properties | ID | IDProperty | *properties | 64 | 8 |
| name | VFont | char | name[256] | 72 | 256 |
| 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 |
| radius_interp | Nurb | short | radius_interp | 74 | 2 |
| charidx | Nurb | int | charidx | 76 | 4 |
| reference | structure | type | name | offset | size |
|---|---|---|---|---|---|
| kern | CharInfo | short | kern | 0 | 2 |
| mat_nr | CharInfo | short | mat_nr | 2 | 2 |
| flag | CharInfo | char | flag | 4 | 1 |
| pad | CharInfo | char | pad | 5 | 1 |
| pad2 | CharInfo | short | pad2 | 6 | 2 |
| reference | structure | type | name | offset | size |
|---|---|---|---|---|---|
| x | TextBox | float | x | 0 | 4 |
| y | TextBox | float | y | 4 | 4 |
| w | TextBox | float | w | 8 | 4 |
| h | TextBox | float | h | 12 | 4 |
| reference | structure | type | name | offset | size |
|---|---|---|---|---|---|
| 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 |
|---|---|---|---|---|---|
| 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 |
| vdata.pool | CustomData | void | *pool | 224 | 8 |
| edata.layers | CustomData | CustomDataLayer | *layers | 232 | 8 |
| edata.totlayer | CustomData | int | totlayer | 240 | 4 |
| edata.maxlayer | CustomData | int | maxlayer | 244 | 4 |
| edata.totsize | CustomData | int | totsize | 248 | 4 |
| edata.pad | CustomData | int | pad | 252 | 4 |
| edata.pool | CustomData | void | *pool | 256 | 8 |
| fdata.layers | CustomData | CustomDataLayer | *layers | 264 | 8 |
| fdata.totlayer | CustomData | int | totlayer | 272 | 4 |
| fdata.maxlayer | CustomData | int | maxlayer | 276 | 4 |
| fdata.totsize | CustomData | int | totsize | 280 | 4 |
| fdata.pad | CustomData | int | pad | 284 | 4 |
| fdata.pool | CustomData | void | *pool | 288 | 8 |
| totvert | Mesh | int | totvert | 296 | 4 |
| totedge | Mesh | int | totedge | 300 | 4 |
| totface | Mesh | int | totface | 304 | 4 |
| totselect | Mesh | int | totselect | 308 | 4 |
| act_face | Mesh | int | act_face | 312 | 4 |
| texflag | Mesh | int | texflag | 316 | 4 |
| loc | Mesh | float | loc[3] | 320 | 12 |
| size | Mesh | float | size[3] | 332 | 12 |
| rot | Mesh | float | rot[3] | 344 | 12 |
| cubemapsize | Mesh | float | cubemapsize | 356 | 4 |
| pad | Mesh | float | pad | 360 | 4 |
| smoothresh | Mesh | short | smoothresh | 364 | 2 |
| flag | Mesh | short | flag | 366 | 2 |
| subdiv | Mesh | short | subdiv | 368 | 2 |
| subdivr | Mesh | short | subdivr | 370 | 2 |
| totcol | Mesh | short | totcol | 372 | 2 |
| subsurftype | Mesh | short | subsurftype | 374 | 2 |
| mr | Mesh | Multires | *mr | 376 | 8 |
| pv | Mesh | PartialVisibility | *pv | 384 | 8 |
| vnode | Mesh | void | *vnode | 392 | 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 |
|---|---|---|---|---|---|
| tpage | MTexPoly | Image | *tpage | 0 | 8 |
| flag | MTexPoly | char | flag | 8 | 1 |
| transp | MTexPoly | char | transp | 9 | 1 |
| mode | MTexPoly | short | mode | 10 | 2 |
| tile | MTexPoly | short | tile | 12 | 2 |
| unwrap | MTexPoly | short | unwrap | 14 | 2 |
| reference | structure | type | name | offset | size |
|---|---|---|---|---|---|
| uv | MLoopUV | float | uv[2] | 0 | 8 |
| reference | structure | type | name | offset | size |
|---|---|---|---|---|---|
| a | MLoopCol | char | a | 0 | 1 |
| r | MLoopCol | char | r | 1 | 1 |
| g | MLoopCol | char | g | 2 | 1 |
| b | MLoopCol | char | b | 3 | 1 |
| pad | MLoopCol | int | pad | 4 | 4 |
| reference | structure | type | name | offset | size |
|---|---|---|---|---|---|
| co | MSticky | float | co[2] | 0 | 8 |
| reference | structure | type | name | offset | size |
|---|---|---|---|---|---|
| index | MSelect | int | index | 0 | 4 |
| type | MSelect | int | type | 4 | 4 |
| reference | structure | type | name | offset | size |
|---|---|---|---|---|---|
| uv | MTFace | float | uv[4][2] | 0 | 32 |
| tpage | MTFace | Image | *tpage | 32 | 8 |
| flag | MTFace | char | flag | 40 | 1 |
| transp | MTFace | char | transp | 41 | 1 |
| mode | MTFace | short | mode | 42 | 2 |
| tile | MTFace | short | tile | 44 | 2 |
| unwrap | MTFace | short | unwrap | 46 | 2 |
| reference | structure | type | name | offset | size |
|---|---|---|---|---|---|
| f | MFloatProperty | float | f | 0 | 4 |
| reference | structure | type | name | offset | size |
|---|---|---|---|---|---|
| i | MIntProperty | int | i | 0 | 4 |
| reference | structure | type | name | offset | size |
|---|---|---|---|---|---|
| s | MStringProperty | char | s[256] | 0 | 256 |
| reference | structure | type | name | offset | size |
|---|---|---|---|---|---|
| uv | OrigSpaceFace | float | uv[4][2] | 0 | 32 |
| reference | structure | type | name | offset | size |
|---|---|---|---|---|---|
| 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 |
| vdata.pool | CustomData | void | *pool | 56 | 8 |
| fdata.layers | CustomData | CustomDataLayer | *layers | 64 | 8 |
| fdata.totlayer | CustomData | int | totlayer | 72 | 4 |
| fdata.maxlayer | CustomData | int | maxlayer | 76 | 4 |
| fdata.totsize | CustomData | int | totsize | 80 | 4 |
| fdata.pad | CustomData | int | pad | 84 | 4 |
| fdata.pool | CustomData | void | *pool | 88 | 8 |
| edge_flags | Multires | short | *edge_flags | 96 | 8 |
| edge_creases | Multires | char | *edge_creases | 104 | 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 |
| ob_arm | MaskModifierData | Object | *ob_arm | 64 | 8 |
| vgroup | MaskModifierData | char | vgroup[32] | 72 | 32 |
| mode | MaskModifierData | int | mode | 104 | 4 |
| flag | MaskModifierData | int | flag | 108 | 4 |
| reference | structure | type | name | offset | size |
|---|---|---|---|---|---|
| modifier.next | ModifierData | ModifierData | *next | 0 | 8 |
| modifier.prev | ModifierData | ModifierData | *prev | 8 | 8 |
| modifier.type | ModifierData | int | type | 16 | 4 |
| modifier.mode | ModifierData | int | mode | 20 | 4 |
| modifier.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 |
| falloff | WaveModifierData | float | falloff | 152 | 4 |
| texmapping | WaveModifierData | int | texmapping | 156 | 4 |
| uvlayer_tmp | WaveModifierData | int | uvlayer_tmp | 160 | 4 |
| uvlayer_name | WaveModifierData | char | uvlayer_name[32] | 164 | 32 |
| timeoffs | WaveModifierData | float | timeoffs | 196 | 4 |
| lifetime | WaveModifierData | float | lifetime | 200 | 4 |
| pad1 | WaveModifierData | float | pad1 | 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 |
| 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 |
| absorption | CollisionModifierData | short | absorption | 128 | 2 |
| pad | CollisionModifierData | short | pad | 130 | 2 |
| time | CollisionModifierData | float | time | 132 | 4 |
| bvhtree | CollisionModifierData | BVHTree | *bvhtree | 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 |
|---|---|---|---|---|---|
| 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 |
| fss | FluidsimModifierData | FluidsimSettings | *fss | 64 | 8 |
| point_cache | FluidsimModifierData | PointCache | *point_cache | 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 |
| target | ShrinkwrapModifierData | Object | *target | 64 | 8 |
| auxTarget | ShrinkwrapModifierData | Object | *auxTarget | 72 | 8 |
| vgroup_name | ShrinkwrapModifierData | char | vgroup_name[32] | 80 | 32 |
| keepDist | ShrinkwrapModifierData | float | keepDist | 112 | 4 |
| shrinkType | ShrinkwrapModifierData | short | shrinkType | 116 | 2 |
| shrinkOpts | ShrinkwrapModifierData | short | shrinkOpts | 118 | 2 |
| projAxis | ShrinkwrapModifierData | char | projAxis | 120 | 1 |
| subsurfLevels | ShrinkwrapModifierData | char | subsurfLevels | 121 | 1 |
| pad | ShrinkwrapModifierData | char | pad[6] | 122 | 6 |
| reference | structure | type | name | offset | size |
|---|---|---|---|---|---|
| modifier.next | ModifierData | ModifierData | *next | 0 | 8 |
| modifier.prev | ModifierData | ModifierData | *prev | 8 | 8 |
| modifier.type | ModifierData | int | type | 16 | 4 |
| modifier.mode | ModifierData | int | mode | 20 | 4 |
| modifier.name | ModifierData | char | name[32] | 24 | 32 |
| modifier.error | ModifierData | char | *error | 56 | 8 |
| origin | SimpleDeformModifierData | Object | *origin | 64 | 8 |
| vgroup_name | SimpleDeformModifierData | char | vgroup_name[32] | 72 | 32 |
| factor | SimpleDeformModifierData | float | factor | 104 | 4 |
| limit | SimpleDeformModifierData | float | limit[2] | 108 | 8 |
| mode | SimpleDeformModifierData | char | mode | 116 | 1 |
| axis | SimpleDeformModifierData | char | axis | 117 | 1 |
| originOpts | SimpleDeformModifierData | char | originOpts | 118 | 1 |
| pad | SimpleDeformModifierData | char | pad | 119 | 1 |
| 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 |
| margin | Object | float | margin | 720 | 4 |
| pad3 | Object | int | pad3 | 724 | 4 |
| dt | Object | char | dt | 728 | 1 |
| dtx | Object | char | dtx | 729 | 1 |
| totcol | Object | char | totcol | 730 | 1 |
| actcol | Object | char | actcol | 731 | 1 |
| empty_drawtype | Object | char | empty_drawtype | 732 | 1 |
| pad1 | Object | char | pad1[3] | 733 | 3 |
| empty_drawsize | Object | float | empty_drawsize | 736 | 4 |
| dupfacesca | Object | float | dupfacesca | 740 | 4 |
| scriptlink.scripts | ScriptLink | ID | **scripts | 744 | 8 |
| scriptlink.flag | ScriptLink | short | *flag | 752 | 8 |
| scriptlink.actscript | ScriptLink | short | actscript | 760 | 2 |
| scriptlink.totscript | ScriptLink | short | totscript | 762 | 2 |
| scriptlink.pad | ScriptLink | int | pad | 764 | 4 |
| prop.first | ListBase | void | *first | 768 | 8 |
| prop.last | ListBase | void | *last | 776 | 8 |
| sensors.first | ListBase | void | *first | 784 | 8 |
| sensors.last | ListBase | void | *last | 792 | 8 |
| controllers.first | ListBase | void | *first | 800 | 8 |
| controllers.last | ListBase | void | *last | 808 | 8 |
| actuators.first | ListBase | void | *first | 816 | 8 |
| actuators.last | ListBase | void | *last | 824 | 8 |
| bbsize | Object | float | bbsize[3] | 832 | 12 |
| index | Object | short | index | 844 | 2 |
| actdef | Object | short | actdef | 846 | 2 |
| col | Object | float | col[4] | 848 | 16 |
| gameflag | Object | int | gameflag | 864 | 4 |
| gameflag2 | Object | int | gameflag2 | 868 | 4 |
| bsoft | Object | BulletSoftBody | *bsoft | 872 | 8 |
| softflag | Object | short | softflag | 880 | 2 |
| recalc | Object | short | recalc | 882 | 2 |
| anisotropicFriction | Object | float | anisotropicFriction[3] | 884 | 12 |
| constraints.first | ListBase | void | *first | 896 | 8 |
| constraints.last | ListBase | void | *last | 904 | 8 |
| nlastrips.first | ListBase | void | *first | 912 | 8 |
| nlastrips.last | ListBase | void | *last | 920 | 8 |
| hooks.first | ListBase | void | *first | 928 | 8 |
| hooks.last | ListBase | void | *last | 936 | 8 |
| particlesystem.first | ListBase | void | *first | 944 | 8 |
| particlesystem.last | ListBase | void | *last | 952 | 8 |
| pd | Object | PartDeflect | *pd | 960 | 8 |
| soft | Object | SoftBody | *soft | 968 | 8 |
| dup_group | Object | Group | *dup_group | 976 | 8 |
| fluidsimFlag | Object | short | fluidsimFlag | 984 | 2 |
| restrictflag | Object | short | restrictflag | 986 | 2 |
| shapenr | Object | short | shapenr | 988 | 2 |
| shapeflag | Object | short | shapeflag | 990 | 2 |
| smoothresh | Object | float | smoothresh | 992 | 4 |
| recalco | Object | short | recalco | 996 | 2 |
| body_type | Object | short | body_type | 998 | 2 |
| fluidsimSettings | Object | FluidsimSettings | *fluidsimSettings | 1000 | 8 |
| derivedDeform | Object | DerivedMesh | *derivedDeform | 1008 | 8 |
| derivedFinal | Object | DerivedMesh | *derivedFinal | 1016 | 8 |
| lastDataMask | Object | int | lastDataMask | 1024 | 4 |
| state | Object | int | state | 1028 | 4 |
| init_state | Object | int | init_state | 1032 | 4 |
| pad2 | Object | int | pad2 | 1036 | 4 |
| vnode | Object | void | *vnode | 1040 | 8 |
| gpulamp.first | ListBase | void | *first | 1048 | 8 |
| gpulamp.last | ListBase | void | *last | 1056 | 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 |
| rng | PartDeflect | RNG | *rng | 120 | 8 |
| f_noise | PartDeflect | float | f_noise | 128 | 4 |
| pad | PartDeflect | int | pad | 132 | 4 |
| 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 |
|---|---|---|---|---|---|
| flag | BulletSoftBody | int | flag | 0 | 4 |
| linStiff | BulletSoftBody | float | linStiff | 4 | 4 |
| angStiff | BulletSoftBody | float | angStiff | 8 | 4 |
| volume | BulletSoftBody | float | volume | 12 | 4 |
| viterations | BulletSoftBody | int | viterations | 16 | 4 |
| piterations | BulletSoftBody | int | piterations | 20 | 4 |
| diterations | BulletSoftBody | int | diterations | 24 | 4 |
| citerations | BulletSoftBody | int | citerations | 28 | 4 |
| kSRHR_CL | BulletSoftBody | float | kSRHR_CL | 32 | 4 |
| kSKHR_CL | BulletSoftBody | float | kSKHR_CL | 36 | 4 |
| kSSHR_CL | BulletSoftBody | float | kSSHR_CL | 40 | 4 |
| kSR_SPLT_CL | BulletSoftBody | float | kSR_SPLT_CL | 44 | 4 |
| kSK_SPLT_CL | BulletSoftBody | float | kSK_SPLT_CL | 48 | 4 |
| kSS_SPLT_CL | BulletSoftBody | float | kSS_SPLT_CL | 52 | 4 |
| kVCF | BulletSoftBody | float | kVCF | 56 | 4 |
| kDP | BulletSoftBody | float | kDP | 60 | 4 |
| kDG | BulletSoftBody | float | kDG | 64 | 4 |
| kLF | BulletSoftBody | float | kLF | 68 | 4 |
| kPR | BulletSoftBody | float | kPR | 72 | 4 |
| kVC | BulletSoftBody | float | kVC | 76 | 4 |
| kDF | BulletSoftBody | float | kDF | 80 | 4 |
| kMT | BulletSoftBody | float | kMT | 84 | 4 |
| kCHR | BulletSoftBody | float | kCHR | 88 | 4 |
| kKHR | BulletSoftBody | float | kKHR | 92 | 4 |
| kSHR | BulletSoftBody | float | kSHR | 96 | 4 |
| kAHR | BulletSoftBody | float | kAHR | 100 | 4 |
| collisionflags | BulletSoftBody | int | collisionflags | 104 | 4 |
| numclusteriterations | BulletSoftBody | int | numclusteriterations | 108 | 4 |
| 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 |
| flag | FluidsimSettings | int | flag | 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 |
| cpsTimeStart | FluidsimSettings | float | cpsTimeStart | 408 | 4 |
| cpsTimeEnd | FluidsimSettings | float | cpsTimeEnd | 412 | 4 |
| cpsQuality | FluidsimSettings | float | cpsQuality | 416 | 4 |
| attractforceStrength | FluidsimSettings | float | attractforceStrength | 420 | 4 |
| attractforceRadius | FluidsimSettings | float | attractforceRadius | 424 | 4 |
| velocityforceStrength | FluidsimSettings | float | velocityforceStrength | 428 | 4 |
| velocityforceRadius | FluidsimSettings | float | velocityforceRadius | 432 | 4 |
| lastgoodframe | FluidsimSettings | int | lastgoodframe | 436 | 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 |
| 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[18] | 296 | 144 |
| preview | World | PreviewImage | *preview | 440 | 8 |
| scriptlink.scripts | ScriptLink | ID | **scripts | 448 | 8 |
| scriptlink.flag | ScriptLink | short | *flag | 456 | 8 |
| scriptlink.actscript | ScriptLink | short | actscript | 464 | 2 |
| scriptlink.totscript | ScriptLink | short | totscript | 466 | 2 |
| scriptlink.pad | ScriptLink | int | pad | 468 | 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 |
| bake_quad_split | RenderData | short | bake_quad_split | 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[18] | 8 | 144 |
| cumap | SculptData | CurveMapping | *cumap | 152 | 8 |
| drawbrush.size | BrushData | short | size | 160 | 2 |
| drawbrush.strength | BrushData | char | strength | 162 | 1 |
| drawbrush.dir | BrushData | char | dir | 163 | 1 |
| drawbrush.view | BrushData | char | view | 164 | 1 |
| drawbrush.flag | BrushData | char | flag | 165 | 1 |
| drawbrush.pad | BrushData | char | pad[2] | 166 | 2 |
| smoothbrush.size | BrushData | short | size | 168 | 2 |
| smoothbrush.strength | BrushData | char | strength | 170 | 1 |
| smoothbrush.dir | BrushData | char | dir | 171 | 1 |
| smoothbrush.view | BrushData | char | view | 172 | 1 |
| smoothbrush.flag | BrushData | char | flag | 173 | 1 |
| smoothbrush.pad | BrushData | char | pad[2] | 174 | 2 |
| pinchbrush.size | BrushData | short | size | 176 | 2 |
| pinchbrush.strength | BrushData | char | strength | 178 | 1 |
| pinchbrush.dir | BrushData | char | dir | 179 | 1 |
| pinchbrush.view | BrushData | char | view | 180 | 1 |
| pinchbrush.flag | BrushData | char | flag | 181 | 1 |
| pinchbrush.pad | BrushData | char | pad[2] | 182 | 2 |
| inflatebrush.size | BrushData | short | size | 184 | 2 |
| inflatebrush.strength | BrushData | char | strength | 186 | 1 |
| inflatebrush.dir | BrushData | char | dir | 187 | 1 |
| inflatebrush.view | BrushData | char | view | 188 | 1 |
| inflatebrush.flag | BrushData | char | flag | 189 | 1 |
| inflatebrush.pad | BrushData | char | pad[2] | 190 | 2 |
| grabbrush.size | BrushData | short | size | 192 | 2 |
| grabbrush.strength | BrushData | char | strength | 194 | 1 |
| grabbrush.dir | BrushData | char | dir | 195 | 1 |
| grabbrush.view | BrushData | char | view | 196 | 1 |
| grabbrush.flag | BrushData | char | flag | 197 | 1 |
| grabbrush.pad | BrushData | char | pad[2] | 198 | 2 |
| layerbrush.size | BrushData | short | size | 200 | 2 |
| layerbrush.strength | BrushData | char | strength | 202 | 1 |
| layerbrush.dir | BrushData | char | dir | 203 | 1 |
| layerbrush.view | BrushData | char | view | 204 | 1 |
| layerbrush.flag | BrushData | char | flag | 205 | 1 |
| layerbrush.pad | BrushData | char | pad[2] | 206 | 2 |
| flattenbrush.size | BrushData | short | size | 208 | 2 |
| flattenbrush.strength | BrushData | char | strength | 210 | 1 |
| flattenbrush.dir | BrushData | char | dir | 211 | 1 |
| flattenbrush.view | BrushData | char | view | 212 | 1 |
| flattenbrush.flag | BrushData | char | flag | 213 | 1 |
| flattenbrush.pad | BrushData | char | pad[2] | 214 | 2 |
| pivot | SculptData | float | pivot[3] | 216 | 12 |
| brush_type | SculptData | short | brush_type | 228 | 2 |
| texact | SculptData | short | texact | 230 | 2 |
| texnr | SculptData | short | texnr | 232 | 2 |
| spacing | SculptData | short | spacing | 234 | 2 |
| texrept | SculptData | char | texrept | 236 | 1 |
| texfade | SculptData | char | texfade | 237 | 1 |
| texsep | SculptData | char | texsep | 238 | 1 |
| averaging | SculptData | char | averaging | 239 | 1 |
| flags | SculptData | char | flags | 240 | 1 |
| tablet_size | SculptData | char | tablet_size | 241 | 1 |
| tablet_strength | SculptData | char | tablet_strength | 242 | 1 |
| symm | SculptData | char | symm | 243 | 1 |
| rake | SculptData | char | rake | 244 | 1 |
| axislock | SculptData | char | axislock | 245 | 1 |
| pad | SculptData | char | pad[2] | 246 | 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 |
| autokey_mode | Scene | short | autokey_mode | 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.bake_quad_split | RenderData | short | bake_quad_split | 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[18] | 1320 | 144 |
| sculptdata.cumap | SculptData | CurveMapping | *cumap | 1464 | 8 |
| sculptdata.drawbrush.size | BrushData | short | size | 1472 | 2 |
| sculptdata.drawbrush.strength | BrushData | char | strength | 1474 | 1 |
| sculptdata.drawbrush.dir | BrushData | char | dir | 1475 | 1 |
| sculptdata.drawbrush.view | BrushData | char | view | 1476 | 1 |
| sculptdata.drawbrush.flag | BrushData | char | flag | 1477 | 1 |
| sculptdata.drawbrush.pad | BrushData | char | pad[2] | 1478 | 2 |
| sculptdata.smoothbrush.size | BrushData | short | size | 1480 | 2 |
| sculptdata.smoothbrush.strength | BrushData | char | strength | 1482 | 1 |
| sculptdata.smoothbrush.dir | BrushData | char | dir | 1483 | 1 |
| sculptdata.smoothbrush.view | BrushData | char | view | 1484 | 1 |
| sculptdata.smoothbrush.flag | BrushData | char | flag | 1485 | 1 |
| sculptdata.smoothbrush.pad | BrushData | char | pad[2] | 1486 | 2 |
| sculptdata.pinchbrush.size | BrushData | short | size | 1488 | 2 |
| sculptdata.pinchbrush.strength | BrushData | char | strength | 1490 | 1 |
| sculptdata.pinchbrush.dir | BrushData | char | dir | 1491 | 1 |
| sculptdata.pinchbrush.view | BrushData | char | view | 1492 | 1 |
| sculptdata.pinchbrush.flag | BrushData | char | flag | 1493 | 1 |
| sculptdata.pinchbrush.pad | BrushData | char | pad[2] | 1494 | 2 |
| sculptdata.inflatebrush.size | BrushData | short | size | 1496 | 2 |
| sculptdata.inflatebrush.strength | BrushData | char | strength | 1498 | 1 |
| sculptdata.inflatebrush.dir | BrushData | char | dir | 1499 | 1 |
| sculptdata.inflatebrush.view | BrushData | char | view | 1500 | 1 |
| sculptdata.inflatebrush.flag | BrushData | char | flag | 1501 | 1 |
| sculptdata.inflatebrush.pad | BrushData | char | pad[2] | 1502 | 2 |
| sculptdata.grabbrush.size | BrushData | short | size | 1504 | 2 |
| sculptdata.grabbrush.strength | BrushData | char | strength | 1506 | 1 |
| sculptdata.grabbrush.dir | BrushData | char | dir | 1507 | 1 |
| sculptdata.grabbrush.view | BrushData | char | view | 1508 | 1 |
| sculptdata.grabbrush.flag | BrushData | char | flag | 1509 | 1 |
| sculptdata.grabbrush.pad | BrushData | char | pad[2] | 1510 | 2 |
| sculptdata.layerbrush.size | BrushData | short | size | 1512 | 2 |
| sculptdata.layerbrush.strength | BrushData | char | strength | 1514 | 1 |
| sculptdata.layerbrush.dir | BrushData | char | dir | 1515 | 1 |
| sculptdata.layerbrush.view | BrushData | char | view | 1516 | 1 |
| sculptdata.layerbrush.flag | BrushData | char | flag | 1517 | 1 |
| sculptdata.layerbrush.pad | BrushData | char | pad[2] | 1518 | 2 |
| sculptdata.flattenbrush.size | BrushData | short | size | 1520 | 2 |
| sculptdata.flattenbrush.strength | BrushData | char | strength | 1522 | 1 |
| sculptdata.flattenbrush.dir | BrushData | char | dir | 1523 | 1 |
| sculptdata.flattenbrush.view | BrushData | char | view | 1524 | 1 |
| sculptdata.flattenbrush.flag | BrushData | char | flag | 1525 | 1 |
| sculptdata.flattenbrush.pad | BrushData | char | pad[2] | 1526 | 2 |
| sculptdata.pivot | SculptData | float | pivot[3] | 1528 | 12 |
| sculptdata.brush_type | SculptData | short | brush_type | 1540 | 2 |
| sculptdata.texact | SculptData | short | texact | 1542 | 2 |
| sculptdata.texnr | SculptData | short | texnr | 1544 | 2 |
| sculptdata.spacing | SculptData | short | spacing | 1546 | 2 |
| sculptdata.texrept | SculptData | char | texrept | 1548 | 1 |
| sculptdata.texfade | SculptData | char | texfade | 1549 | 1 |
| sculptdata.texsep | SculptData | char | texsep | 1550 | 1 |
| sculptdata.averaging | SculptData | char | averaging | 1551 | 1 |
| sculptdata.flags | SculptData | char | flags | 1552 | 1 |
| sculptdata.tablet_size | SculptData | char | tablet_size | 1553 | 1 |
| sculptdata.tablet_strength | SculptData | char | tablet_strength | 1554 | 1 |
| sculptdata.symm | SculptData | char | symm | 1555 | 1 |
| sculptdata.rake | SculptData | char | rake | 1556 | 1 |
| sculptdata.axislock | SculptData | char | axislock | 1557 | 1 |
| sculptdata.pad | SculptData | char | pad[2] | 1558 | 2 |
| frame_step | Scene | int | frame_step | 1560 | 4 |
| pad | Scene | int | pad | 1564 | 4 |
| 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 |
| lay_used | View3D | int | lay_used | 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 |
| keyflags | View3D | short | keyflags | 812 | 2 |
| ndofmode | View3D | char | ndofmode | 814 | 1 |
| ndoffilter | View3D | char | ndoffilter | 815 | 1 |
| properties_storage | View3D | void | *properties_storage | 816 | 8 |
| gpd | View3D | bGPdata | *gpd | 824 | 8 |
| lviewquat | View3D | float | lviewquat[4] | 832 | 16 |
| lpersp | View3D | short | lpersp | 848 | 2 |
| lview | View3D | short | lview | 850 | 2 |
| pad5 | View3D | short | pad5 | 852 | 2 |
| pad6 | View3D | short | pad6 | 854 | 2 |
| 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 |
| gpd | SpaceSeq | bGPdata | *gpd | 208 | 8 |
| 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 |
| selectmode | SpaceImage | short | selectmode | 244 | 2 |
| imtypenr | SpaceImage | short | imtypenr | 246 | 2 |
| lock | SpaceImage | short | lock | 248 | 2 |
| pin | SpaceImage | short | pin | 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 |
| gpd | SpaceImage | bGPdata | *gpd | 280 | 8 |
| 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 |
| overwrite | SpaceText | int | overwrite | 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 |
| wordwrap | SpaceText | int | wordwrap | 136 | 4 |
| doplugins | SpaceText | int | doplugins | 140 | 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 |
| blockhandler | SpaceNode | 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 |
| id | SpaceNode | ID | *id | 184 | 8 |
| from | SpaceNode | ID | *from | 192 | 8 |
| flag | SpaceNode | short | flag | 200 | 2 |
| menunr | SpaceNode | short | menunr | 202 | 2 |
| aspect | SpaceNode | float | aspect | 204 | 4 |
| curfont | SpaceNode | void | *curfont | 208 | 8 |
| xof | SpaceNode | float | xof | 216 | 4 |
| yof | SpaceNode | float | yof | 220 | 4 |
| nodetree | SpaceNode | bNodeTree | *nodetree | 224 | 8 |
| edittree | SpaceNode | bNodeTree | *edittree | 232 | 8 |
| treetype | SpaceNode | int | treetype | 240 | 4 |
| pad | SpaceNode | int | pad | 244 | 4 |
| gpd | SpaceNode | bGPdata | *gpd | 248 | 8 |
| 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 |
| handle_vertex | ThemeSpace | char | handle_vertex[4] | 192 | 4 |
| handle_vertex_select | ThemeSpace | char | handle_vertex_select[4] | 196 | 4 |
| handle_vertex_size | ThemeSpace | char | handle_vertex_size | 200 | 1 |
| hpad | ThemeSpace | char | hpad[7] | 201 | 7 |
| 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 |
| tbuts.handle_vertex | ThemeSpace | char | handle_vertex[4] | 392 | 4 |
| tbuts.handle_vertex_select | ThemeSpace | char | handle_vertex_select[4] | 396 | 4 |
| tbuts.handle_vertex_size | ThemeSpace | char | handle_vertex_size | 400 | 1 |
| tbuts.hpad | ThemeSpace | char | hpad[7] | 401 | 7 |
| tv3d.back | ThemeSpace | char | back[4] | 408 | 4 |
| tv3d.text | ThemeSpace | char | text[4] | 412 | 4 |
| tv3d.text_hi | ThemeSpace | char | text_hi[4] | 416 | 4 |
| tv3d.header | ThemeSpace | char | header[4] | 420 | 4 |
| tv3d.panel | ThemeSpace | char | panel[4] | 424 | 4 |
| tv3d.shade1 | ThemeSpace | char | shade1[4] | 428 | 4 |
| tv3d.shade2 | ThemeSpace | char | shade2[4] | 432 | 4 |
| tv3d.hilite | ThemeSpace | char | hilite[4] | 436 | 4 |
| tv3d.grid | ThemeSpace | char | grid[4] | 440 | 4 |
| tv3d.wire | ThemeSpace | char | wire[4] | 444 | 4 |
| tv3d.select | ThemeSpace | char | select[4] | 448 | 4 |
| tv3d.lamp | ThemeSpace | char | lamp[4] | 452 | 4 |
| tv3d.active | ThemeSpace | char | active[4] | 456 | 4 |
| tv3d.group | ThemeSpace | char | group[4] | 460 | 4 |
| tv3d.group_active | ThemeSpace | char | group_active[4] | 464 | 4 |
| tv3d.transform | ThemeSpace | char | transform[4] | 468 | 4 |
| tv3d.vertex | ThemeSpace | char | vertex[4] | 472 | 4 |
| tv3d.vertex_select | ThemeSpace | char | vertex_select[4] | 476 | 4 |
| tv3d.edge | ThemeSpace | char | edge[4] | 480 | 4 |
| tv3d.edge_select | ThemeSpace | char | edge_select[4] | 484 | 4 |
| tv3d.edge_seam | ThemeSpace | char | edge_seam[4] | 488 | 4 |
| tv3d.edge_sharp | ThemeSpace | char | edge_sharp[4] | 492 | 4 |
| tv3d.edge_facesel | ThemeSpace | char | edge_facesel[4] | 496 | 4 |
| tv3d.face | ThemeSpace | char | face[4] | 500 | 4 |
| tv3d.face_select | ThemeSpace | char | face_select[4] | 504 | 4 |
| tv3d.face_dot | ThemeSpace | char | face_dot[4] | 508 | 4 |
| tv3d.normal | ThemeSpace | char | normal[4] | 512 | 4 |
| tv3d.bone_solid | ThemeSpace | char | bone_solid[4] | 516 | 4 |
| tv3d.bone_pose | ThemeSpace | char | bone_pose[4] | 520 | 4 |
| tv3d.strip | ThemeSpace | char | strip[4] | 524 | 4 |
| tv3d.strip_select | ThemeSpace | char | strip_select[4] | 528 | 4 |
| tv3d.cframe | ThemeSpace | char | cframe[4] | 532 | 4 |
| tv3d.pad | ThemeSpace | char | pad[4] | 536 | 4 |
| tv3d.vertex_size | ThemeSpace | char | vertex_size | 540 | 1 |
| tv3d.facedot_size | ThemeSpace | char | facedot_size | 541 | 1 |
| tv3d.bpad | ThemeSpace | char | bpad[2] | 542 | 2 |
| tv3d.syntaxl | ThemeSpace | char | syntaxl[4] | 544 | 4 |
| tv3d.syntaxn | ThemeSpace | char | syntaxn[4] | 548 | 4 |
| tv3d.syntaxb | ThemeSpace | char | syntaxb[4] | 552 | 4 |
| tv3d.syntaxv | ThemeSpace | char | syntaxv[4] | 556 | 4 |
| tv3d.syntaxc | ThemeSpace | char | syntaxc[4] | 560 | 4 |
| tv3d.movie | ThemeSpace | char | movie[4] | 564 | 4 |
| tv3d.image | ThemeSpace | char | image[4] | 568 | 4 |
| tv3d.scene | ThemeSpace | char | scene[4] | 572 | 4 |
| tv3d.audio | ThemeSpace | char | audio[4] | 576 | 4 |
| tv3d.effect | ThemeSpace | char | effect[4] | 580 | 4 |
| tv3d.plugin | ThemeSpace | char | plugin[4] | 584 | 4 |
| tv3d.transition | ThemeSpace | char | transition[4] | 588 | 4 |
| tv3d.meta | ThemeSpace | char | meta[4] | 592 | 4 |
| tv3d.editmesh_active | ThemeSpace | char | editmesh_active[4] | 596 | 4 |
| tv3d.handle_vertex | ThemeSpace | char | handle_vertex[4] | 600 | 4 |
| tv3d.handle_vertex_select | ThemeSpace | char | handle_vertex_select[4] | 604 | 4 |
| tv3d.handle_vertex_size | ThemeSpace | char | handle_vertex_size | 608 | 1 |
| tv3d.hpad | ThemeSpace | char | hpad[7] | 609 | 7 |
| tfile.back | ThemeSpace | char | back[4] | 616 | 4 |
| tfile.text | ThemeSpace | char | text[4] | 620 | 4 |
| tfile.text_hi | ThemeSpace | char | text_hi[4] | 624 | 4 |
| tfile.header | ThemeSpace | char | header[4] | 628 | 4 |
| tfile.panel | ThemeSpace | char | panel[4] | 632 | 4 |
| tfile.shade1 | ThemeSpace | char | shade1[4] | 636 | 4 |
| tfile.shade2 | ThemeSpace | char | shade2[4] | 640 | 4 |
| tfile.hilite | ThemeSpace | char | hilite[4] | 644 | 4 |
| tfile.grid | ThemeSpace | char | grid[4] | 648 | 4 |
| tfile.wire | ThemeSpace | char | wire[4] | 652 | 4 |
| tfile.select | ThemeSpace | char | select[4] | 656 | 4 |
| tfile.lamp | ThemeSpace | char | lamp[4] | 660 | 4 |
| tfile.active | ThemeSpace | char | active[4] | 664 | 4 |
| tfile.group | ThemeSpace | char | group[4] | 668 | 4 |
| tfile.group_active | ThemeSpace | char | group_active[4] | 672 | 4 |
| tfile.transform | ThemeSpace | char | transform[4] | 676 | 4 |
| tfile.vertex | ThemeSpace | char | vertex[4] | 680 | 4 |
| tfile.vertex_select | ThemeSpace | char | vertex_select[4] | 684 | 4 |
| tfile.edge | ThemeSpace | char | edge[4] | 688 | 4 |
| tfile.edge_select | ThemeSpace | char | edge_select[4] | 692 | 4 |
| tfile.edge_seam | ThemeSpace | char | edge_seam[4] | 696 | 4 |
| tfile.edge_sharp | ThemeSpace | char | edge_sharp[4] | 700 | 4 |
| tfile.edge_facesel | ThemeSpace | char | edge_facesel[4] | 704 | 4 |
| tfile.face | ThemeSpace | char | face[4] | 708 | 4 |
| tfile.face_select | ThemeSpace | char | face_select[4] | 712 | 4 |
| tfile.face_dot | ThemeSpace | char | face_dot[4] | 716 | 4 |
| tfile.normal | ThemeSpace | char | normal[4] | 720 | 4 |
| tfile.bone_solid | ThemeSpace | char | bone_solid[4] | 724 | 4 |
| tfile.bone_pose | ThemeSpace | char | bone_pose[4] | 728 | 4 |
| tfile.strip | ThemeSpace | char | strip[4] | 732 | 4 |
| tfile.strip_select | ThemeSpace | char | strip_select[4] | 736 | 4 |
| tfile.cframe | ThemeSpace | char | cframe[4] | 740 | 4 |
| tfile.pad | ThemeSpace | char | pad[4] | 744 | 4 |
| tfile.vertex_size | ThemeSpace | char | vertex_size | 748 | 1 |
| tfile.facedot_size | ThemeSpace | char | facedot_size | 749 | 1 |
| tfile.bpad | ThemeSpace | char | bpad[2] | 750 | 2 |
| tfile.syntaxl | ThemeSpace | char | syntaxl[4] | 752 | 4 |
| tfile.syntaxn | ThemeSpace | char | syntaxn[4] | 756 | 4 |
| tfile.syntaxb | ThemeSpace | char | syntaxb[4] | 760 | 4 |
| tfile.syntaxv | ThemeSpace | char | syntaxv[4] | 764 | 4 |
| tfile.syntaxc | ThemeSpace | char | syntaxc[4] | 768 | 4 |
| tfile.movie | ThemeSpace | char | movie[4] | 772 | 4 |
| tfile.image | ThemeSpace | char | image[4] | 776 | 4 |
| tfile.scene | ThemeSpace | char | scene[4] | 780 | 4 |
| tfile.audio | ThemeSpace | char | audio[4] | 784 | 4 |
| tfile.effect | ThemeSpace | char | effect[4] | 788 | 4 |
| tfile.plugin | ThemeSpace | char | plugin[4] | 792 | 4 |
| tfile.transition | ThemeSpace | char | transition[4] | 796 | 4 |
| tfile.meta | ThemeSpace | char | meta[4] | 800 | 4 |
| tfile.editmesh_active | ThemeSpace | char | editmesh_active[4] | 804 | 4 |
| tfile.handle_vertex | ThemeSpace | char | handle_vertex[4] | 808 | 4 |
| tfile.handle_vertex_select | ThemeSpace | char | handle_vertex_select[4] | 812 | 4 |
| tfile.handle_vertex_size | ThemeSpace | char | handle_vertex_size | 816 | 1 |
| tfile.hpad | ThemeSpace | char | hpad[7] | 817 | 7 |
| tipo.back | ThemeSpace | char | back[4] | 824 | 4 |
| tipo.text | ThemeSpace | char | text[4] | 828 | 4 |
| tipo.text_hi | ThemeSpace | char | text_hi[4] | 832 | 4 |
| tipo.header | ThemeSpace | char | header[4] | 836 | 4 |
| tipo.panel | ThemeSpace | char | panel[4] | 840 | 4 |
| tipo.shade1 | ThemeSpace | char | shade1[4] | 844 | 4 |
| tipo.shade2 | ThemeSpace | char | shade2[4] | 848 | 4 |
| tipo.hilite | ThemeSpace | char | hilite[4] | 852 | 4 |
| tipo.grid | ThemeSpace | char | grid[4] | 856 | 4 |
| tipo.wire | ThemeSpace | char | wire[4] | 860 | 4 |
| tipo.select | ThemeSpace | char | select[4] | 864 | 4 |
| tipo.lamp | ThemeSpace | char | lamp[4] | 868 | 4 |
| tipo.active | ThemeSpace | char | active[4] | 872 | 4 |
| tipo.group | ThemeSpace | char | group[4] | 876 | 4 |
| tipo.group_active | ThemeSpace | char | group_active[4] | 880 | 4 |
| tipo.transform | ThemeSpace | char | transform[4] | 884 | 4 |
| tipo.vertex | ThemeSpace | char | vertex[4] | 888 | 4 |
| tipo.vertex_select | ThemeSpace | char | vertex_select[4] | 892 | 4 |
| tipo.edge | ThemeSpace | char | edge[4] | 896 | 4 |
| tipo.edge_select | ThemeSpace | char | edge_select[4] | 900 | 4 |
| tipo.edge_seam | ThemeSpace | char | edge_seam[4] | 904 | 4 |
| tipo.edge_sharp | ThemeSpace | char | edge_sharp[4] | 908 | 4 |
| tipo.edge_facesel | ThemeSpace | char | edge_facesel[4] | 912 | 4 |
| tipo.face | ThemeSpace | char | face[4] | 916 | 4 |
| tipo.face_select | ThemeSpace | char | face_select[4] | 920 | 4 |
| tipo.face_dot | ThemeSpace | char | face_dot[4] | 924 | 4 |
| tipo.normal | ThemeSpace | char | normal[4] | 928 | 4 |
| tipo.bone_solid | ThemeSpace | char | bone_solid[4] | 932 | 4 |
| tipo.bone_pose | ThemeSpace | char | bone_pose[4] | 936 | 4 |
| tipo.strip | ThemeSpace | char | strip[4] | 940 | 4 |
| tipo.strip_select | ThemeSpace | char | strip_select[4] | 944 | 4 |
| tipo.cframe | ThemeSpace | char | cframe[4] | 948 | 4 |
| tipo.pad | ThemeSpace | char | pad[4] | 952 | 4 |
| tipo.vertex_size | ThemeSpace | char | vertex_size | 956 | 1 |
| tipo.facedot_size | ThemeSpace | char | facedot_size | 957 | 1 |
| tipo.bpad | ThemeSpace | char | bpad[2] | 958 | 2 |
| tipo.syntaxl | ThemeSpace | char | syntaxl[4] | 960 | 4 |
| tipo.syntaxn | ThemeSpace | char | syntaxn[4] | 964 | 4 |
| tipo.syntaxb | ThemeSpace | char | syntaxb[4] | 968 | 4 |
| tipo.syntaxv | ThemeSpace | char | syntaxv[4] | 972 | 4 |
| tipo.syntaxc | ThemeSpace | char | syntaxc[4] | 976 | 4 |
| tipo.movie | ThemeSpace | char | movie[4] | 980 | 4 |
| tipo.image | ThemeSpace | char | image[4] | 984 | 4 |
| tipo.scene | ThemeSpace | char | scene[4] | 988 | 4 |
| tipo.audio | ThemeSpace | char | audio[4] | 992 | 4 |
| tipo.effect | ThemeSpace | char | effect[4] | 996 | 4 |
| tipo.plugin | ThemeSpace | char | plugin[4] | 1000 | 4 |
| tipo.transition | ThemeSpace | char | transition[4] | 1004 | 4 |
| tipo.meta | ThemeSpace | char | meta[4] | 1008 | 4 |
| tipo.editmesh_active | ThemeSpace | char | editmesh_active[4] | 1012 | 4 |
| tipo.handle_vertex | ThemeSpace | char | handle_vertex[4] | 1016 | 4 |
| tipo.handle_vertex_select | ThemeSpace | char | handle_vertex_select[4] | 1020 | 4 |
| tipo.handle_vertex_size | ThemeSpace | char | handle_vertex_size | 1024 | 1 |
| tipo.hpad | ThemeSpace | char | hpad[7] | 1025 | 7 |
| tinfo.back | ThemeSpace | char | back[4] | 1032 | 4 |
| tinfo.text | ThemeSpace | char | text[4] | 1036 | 4 |
| tinfo.text_hi | ThemeSpace | char | text_hi[4] | 1040 | 4 |
| tinfo.header | ThemeSpace | char | header[4] | 1044 | 4 |
| tinfo.panel | ThemeSpace | char | panel[4] | 1048 | 4 |
| tinfo.shade1 | ThemeSpace | char | shade1[4] | 1052 | 4 |
| tinfo.shade2 | ThemeSpace | char | shade2[4] | 1056 | 4 |
| tinfo.hilite | ThemeSpace | char | hilite[4] | 1060 | 4 |
| tinfo.grid | ThemeSpace | char | grid[4] | 1064 | 4 |
| tinfo.wire | ThemeSpace | char | wire[4] | 1068 | 4 |
| tinfo.select | ThemeSpace | char | select[4] | 1072 | 4 |
| tinfo.lamp | ThemeSpace | char | lamp[4] | 1076 | 4 |
| tinfo.active | ThemeSpace | char | active[4] | 1080 | 4 |
| tinfo.group | ThemeSpace | char | group[4] | 1084 | 4 |
| tinfo.group_active | ThemeSpace | char | group_active[4] | 1088 | 4 |
| tinfo.transform | ThemeSpace | char | transform[4] | 1092 | 4 |
| tinfo.vertex | ThemeSpace | char | vertex[4] | 1096 | 4 |
| tinfo.vertex_select | ThemeSpace | char | vertex_select[4] | 1100 | 4 |
| tinfo.edge | ThemeSpace | char | edge[4] | 1104 | 4 |
| tinfo.edge_select | ThemeSpace | char | edge_select[4] | 1108 | 4 |
| tinfo.edge_seam | ThemeSpace | char | edge_seam[4] | 1112 | 4 |
| tinfo.edge_sharp | ThemeSpace | char | edge_sharp[4] | 1116 | 4 |
| tinfo.edge_facesel | ThemeSpace | char | edge_facesel[4] | 1120 | 4 |
| tinfo.face | ThemeSpace | char | face[4] | 1124 | 4 |
| tinfo.face_select | ThemeSpace | char | face_select[4] | 1128 | 4 |
| tinfo.face_dot | ThemeSpace | char | face_dot[4] | 1132 | 4 |
| tinfo.normal | ThemeSpace | char | normal[4] | 1136 | 4 |
| tinfo.bone_solid | ThemeSpace | char | bone_solid[4] | 1140 | 4 |
| tinfo.bone_pose | ThemeSpace | char | bone_pose[4] | 1144 | 4 |
| tinfo.strip | ThemeSpace | char | strip[4] | 1148 | 4 |
| tinfo.strip_select | ThemeSpace | char | strip_select[4] | 1152 | 4 |
| tinfo.cframe | ThemeSpace | char | cframe[4] | 1156 | 4 |
| tinfo.pad | ThemeSpace | char | pad[4] | 1160 | 4 |
| tinfo.vertex_size | ThemeSpace | char | vertex_size | 1164 | 1 |
| tinfo.facedot_size | ThemeSpace | char | facedot_size | 1165 | 1 |
| tinfo.bpad | ThemeSpace | char | bpad[2] | 1166 | 2 |
| tinfo.syntaxl | ThemeSpace | char | syntaxl[4] | 1168 | 4 |
| tinfo.syntaxn | ThemeSpace | char | syntaxn[4] | 1172 | 4 |
| tinfo.syntaxb | ThemeSpace | char | syntaxb[4] | 1176 | 4 |
| tinfo.syntaxv | ThemeSpace | char | syntaxv[4] | 1180 | 4 |
| tinfo.syntaxc | ThemeSpace | char | syntaxc[4] | 1184 | 4 |
| tinfo.movie | ThemeSpace | char | movie[4] | 1188 | 4 |
| tinfo.image | ThemeSpace | char | image[4] | 1192 | 4 |
| tinfo.scene | ThemeSpace | char | scene[4] | 1196 | 4 |
| tinfo.audio | ThemeSpace | char | audio[4] | 1200 | 4 |
| tinfo.effect | ThemeSpace | char | effect[4] | 1204 | 4 |
| tinfo.plugin | ThemeSpace | char | plugin[4] | 1208 | 4 |
| tinfo.transition | ThemeSpace | char | transition[4] | 1212 | 4 |
| tinfo.meta | ThemeSpace | char | meta[4] | 1216 | 4 |
| tinfo.editmesh_active | ThemeSpace | char | editmesh_active[4] | 1220 | 4 |
| tinfo.handle_vertex | ThemeSpace | char | handle_vertex[4] | 1224 | 4 |
| tinfo.handle_vertex_select | ThemeSpace | char | handle_vertex_select[4] | 1228 | 4 |
| tinfo.handle_vertex_size | ThemeSpace | char | handle_vertex_size | 1232 | 1 |
| tinfo.hpad | ThemeSpace | char | hpad[7] | 1233 | 7 |
| tsnd.back | ThemeSpace | char | back[4] | 1240 | 4 |
| tsnd.text | ThemeSpace | char | text[4] | 1244 | 4 |
| tsnd.text_hi | ThemeSpace | char | text_hi[4] | 1248 | 4 |
| tsnd.header | ThemeSpace | char | header[4] | 1252 | 4 |
| tsnd.panel | ThemeSpace | char | panel[4] | 1256 | 4 |
| tsnd.shade1 | ThemeSpace | char | shade1[4] | 1260 | 4 |
| tsnd.shade2 | ThemeSpace | char | shade2[4] | 1264 | 4 |
| tsnd.hilite | ThemeSpace | char | hilite[4] | 1268 | 4 |
| tsnd.grid | ThemeSpace | char | grid[4] | 1272 | 4 |
| tsnd.wire | ThemeSpace | char | wire[4] | 1276 | 4 |
| tsnd.select | ThemeSpace | char | select[4] | 1280 | 4 |
| tsnd.lamp | ThemeSpace | char | lamp[4] | 1284 | 4 |
| tsnd.active | ThemeSpace | char | active[4] | 1288 | 4 |
| tsnd.group | ThemeSpace | char | group[4] | 1292 | 4 |
| tsnd.group_active | ThemeSpace | char | group_active[4] | 1296 | 4 |
| tsnd.transform | ThemeSpace | char | transform[4] | 1300 | 4 |
| tsnd.vertex | ThemeSpace | char | vertex[4] | 1304 | 4 |
| tsnd.vertex_select | ThemeSpace | char | vertex_select[4] | 1308 | 4 |
| tsnd.edge | ThemeSpace | char | edge[4] | 1312 | 4 |
| tsnd.edge_select | ThemeSpace | char | edge_select[4] | 1316 | 4 |
| tsnd.edge_seam | ThemeSpace | char | edge_seam[4] | 1320 | 4 |
| tsnd.edge_sharp | ThemeSpace | char | edge_sharp[4] | 1324 | 4 |
| tsnd.edge_facesel | ThemeSpace | char | edge_facesel[4] | 1328 | 4 |
| tsnd.face | ThemeSpace | char | face[4] | 1332 | 4 |
| tsnd.face_select | ThemeSpace | char | face_select[4] | 1336 | 4 |
| tsnd.face_dot | ThemeSpace | char | face_dot[4] | 1340 | 4 |
| tsnd.normal | ThemeSpace | char | normal[4] | 1344 | 4 |
| tsnd.bone_solid | ThemeSpace | char | bone_solid[4] | 1348 | 4 |
| tsnd.bone_pose | ThemeSpace | char | bone_pose[4] | 1352 | 4 |
| tsnd.strip | ThemeSpace | char | strip[4] | 1356 | 4 |
| tsnd.strip_select | ThemeSpace | char | strip_select[4] | 1360 | 4 |
| tsnd.cframe | ThemeSpace | char | cframe[4] | 1364 | 4 |
| tsnd.pad | ThemeSpace | char | pad[4] | 1368 | 4 |
| tsnd.vertex_size | ThemeSpace | char | vertex_size | 1372 | 1 |
| tsnd.facedot_size | ThemeSpace | char | facedot_size | 1373 | 1 |
| tsnd.bpad | ThemeSpace | char | bpad[2] | 1374 | 2 |
| tsnd.syntaxl | ThemeSpace | char | syntaxl[4] | 1376 | 4 |
| tsnd.syntaxn | ThemeSpace | char | syntaxn[4] | 1380 | 4 |
| tsnd.syntaxb | ThemeSpace | char | syntaxb[4] | 1384 | 4 |
| tsnd.syntaxv | ThemeSpace | char | syntaxv[4] | 1388 | 4 |
| tsnd.syntaxc | ThemeSpace | char | syntaxc[4] | 1392 | 4 |
| tsnd.movie | ThemeSpace | char | movie[4] | 1396 | 4 |
| tsnd.image | ThemeSpace | char | image[4] | 1400 | 4 |
| tsnd.scene | ThemeSpace | char | scene[4] | 1404 | 4 |
| tsnd.audio | ThemeSpace | char | audio[4] | 1408 | 4 |
| tsnd.effect | ThemeSpace | char | effect[4] | 1412 | 4 |
| tsnd.plugin | ThemeSpace | char | plugin[4] | 1416 | 4 |
| tsnd.transition | ThemeSpace | char | transition[4] | 1420 | 4 |
| tsnd.meta | ThemeSpace | char | meta[4] | 1424 | 4 |
| tsnd.editmesh_active | ThemeSpace | char | editmesh_active[4] | 1428 | 4 |
| tsnd.handle_vertex | ThemeSpace | char | handle_vertex[4] | 1432 | 4 |
| tsnd.handle_vertex_select | ThemeSpace | char | handle_vertex_select[4] | 1436 | 4 |
| tsnd.handle_vertex_size | ThemeSpace | char | handle_vertex_size | 1440 | 1 |
| tsnd.hpad | ThemeSpace | char | hpad[7] | 1441 | 7 |
| tact.back | ThemeSpace | char | back[4] | 1448 | 4 |
| tact.text | ThemeSpace | char | text[4] | 1452 | 4 |
| tact.text_hi | ThemeSpace | char | text_hi[4] | 1456 | 4 |
| tact.header | ThemeSpace | char | header[4] | 1460 | 4 |
| tact.panel | ThemeSpace | char | panel[4] | 1464 | 4 |
| tact.shade1 | ThemeSpace | char | shade1[4] | 1468 | 4 |
| tact.shade2 | ThemeSpace | char | shade2[4] | 1472 | 4 |
| tact.hilite | ThemeSpace | char | hilite[4] | 1476 | 4 |
| tact.grid | ThemeSpace | char | grid[4] | 1480 | 4 |
| tact.wire | ThemeSpace | char | wire[4] | 1484 | 4 |
| tact.select | ThemeSpace | char | select[4] | 1488 | 4 |
| tact.lamp | ThemeSpace | char | lamp[4] | 1492 | 4 |
| tact.active | ThemeSpace | char | active[4] | 1496 | 4 |
| tact.group | ThemeSpace | char | group[4] | 1500 | 4 |
| tact.group_active | ThemeSpace | char | group_active[4] | 1504 | 4 |
| tact.transform | ThemeSpace | char | transform[4] | 1508 | 4 |
| tact.vertex | ThemeSpace | char | vertex[4] | 1512 | 4 |
| tact.vertex_select | ThemeSpace | char | vertex_select[4] | 1516 | 4 |
| tact.edge | ThemeSpace | char | edge[4] | 1520 | 4 |
| tact.edge_select | ThemeSpace | char | edge_select[4] | 1524 | 4 |
| tact.edge_seam | ThemeSpace | char | edge_seam[4] | 1528 | 4 |
| tact.edge_sharp | ThemeSpace | char | edge_sharp[4] | 1532 | 4 |
| tact.edge_facesel | ThemeSpace | char | edge_facesel[4] | 1536 | 4 |
| tact.face | ThemeSpace | char | face[4] | 1540 | 4 |
| tact.face_select | ThemeSpace | char | face_select[4] | 1544 | 4 |
| tact.face_dot | ThemeSpace | char | face_dot[4] | 1548 | 4 |
| tact.normal | ThemeSpace | char | normal[4] | 1552 | 4 |
| tact.bone_solid | ThemeSpace | char | bone_solid[4] | 1556 | 4 |
| tact.bone_pose | ThemeSpace | char | bone_pose[4] | 1560 | 4 |
| tact.strip | ThemeSpace | char | strip[4] | 1564 | 4 |
| tact.strip_select | ThemeSpace | char | strip_select[4] | 1568 | 4 |
| tact.cframe | ThemeSpace | char | cframe[4] | 1572 | 4 |
| tact.pad | ThemeSpace | char | pad[4] | 1576 | 4 |
| tact.vertex_size | ThemeSpace | char | vertex_size | 1580 | 1 |
| tact.facedot_size | ThemeSpace | char | facedot_size | 1581 | 1 |
| tact.bpad | ThemeSpace | char | bpad[2] | 1582 | 2 |
| tact.syntaxl | ThemeSpace | char | syntaxl[4] | 1584 | 4 |
| tact.syntaxn | ThemeSpace | char | syntaxn[4] | 1588 | 4 |
| tact.syntaxb | ThemeSpace | char | syntaxb[4] | 1592 | 4 |
| tact.syntaxv | ThemeSpace | char | syntaxv[4] | 1596 | 4 |
| tact.syntaxc | ThemeSpace | char | syntaxc[4] | 1600 | 4 |
| tact.movie | ThemeSpace | char | movie[4] | 1604 | 4 |
| tact.image | ThemeSpace | char | image[4] | 1608 | 4 |
| tact.scene | ThemeSpace | char | scene[4] | 1612 | 4 |
| tact.audio | ThemeSpace | char | audio[4] | 1616 | 4 |
| tact.effect | ThemeSpace | char | effect[4] | 1620 | 4 |
| tact.plugin | ThemeSpace | char | plugin[4] | 1624 | 4 |
| tact.transition | ThemeSpace | char | transition[4] | 1628 | 4 |
| tact.meta | ThemeSpace | char | meta[4] | 1632 | 4 |
| tact.editmesh_active | ThemeSpace | char | editmesh_active[4] | 1636 | 4 |
| tact.handle_vertex | ThemeSpace | char | handle_vertex[4] | 1640 | 4 |
| tact.handle_vertex_select | ThemeSpace | char | handle_vertex_select[4] | 1644 | 4 |
| tact.handle_vertex_size | ThemeSpace | char | handle_vertex_size | 1648 | 1 |
| tact.hpad | ThemeSpace | char | hpad[7] | 1649 | 7 |
| tnla.back | ThemeSpace | char | back[4] | 1656 | 4 |
| tnla.text | ThemeSpace | char | text[4] | 1660 | 4 |
| tnla.text_hi | ThemeSpace | char | text_hi[4] | 1664 | 4 |
| tnla.header | ThemeSpace | char | header[4] | 1668 | 4 |
| tnla.panel | ThemeSpace | char | panel[4] | 1672 | 4 |
| tnla.shade1 | ThemeSpace | char | shade1[4] | 1676 | 4 |
| tnla.shade2 | ThemeSpace | char | shade2[4] | 1680 | 4 |
| tnla.hilite | ThemeSpace | char | hilite[4] | 1684 | 4 |
| tnla.grid | ThemeSpace | char | grid[4] | 1688 | 4 |
| tnla.wire | ThemeSpace | char | wire[4] | 1692 | 4 |
| tnla.select | ThemeSpace | char | select[4] | 1696 | 4 |
| tnla.lamp | ThemeSpace | char | lamp[4] | 1700 | 4 |
| tnla.active | ThemeSpace | char | active[4] | 1704 | 4 |
| tnla.group | ThemeSpace | char | group[4] | 1708 | 4 |
| tnla.group_active | ThemeSpace | char | group_active[4] | 1712 | 4 |
| tnla.transform | ThemeSpace | char | transform[4] | 1716 | 4 |
| tnla.vertex | ThemeSpace | char | vertex[4] | 1720 | 4 |
| tnla.vertex_select | ThemeSpace | char | vertex_select[4] | 1724 | 4 |
| tnla.edge | ThemeSpace | char | edge[4] | 1728 | 4 |
| tnla.edge_select | ThemeSpace | char | edge_select[4] | 1732 | 4 |
| tnla.edge_seam | ThemeSpace | char | edge_seam[4] | 1736 | 4 |
| tnla.edge_sharp | ThemeSpace | char | edge_sharp[4] | 1740 | 4 |
| tnla.edge_facesel | ThemeSpace | char | edge_facesel[4] | 1744 | 4 |
| tnla.face | ThemeSpace | char | face[4] | 1748 | 4 |
| tnla.face_select | ThemeSpace | char | face_select[4] | 1752 | 4 |
| tnla.face_dot | ThemeSpace | char | face_dot[4] | 1756 | 4 |
| tnla.normal | ThemeSpace | char | normal[4] | 1760 | 4 |
| tnla.bone_solid | ThemeSpace | char | bone_solid[4] | 1764 | 4 |
| tnla.bone_pose | ThemeSpace | char | bone_pose[4] | 1768 | 4 |
| tnla.strip | ThemeSpace | char | strip[4] | 1772 | 4 |
| tnla.strip_select | ThemeSpace | char | strip_select[4] | 1776 | 4 |
| tnla.cframe | ThemeSpace | char | cframe[4] | 1780 | 4 |
| tnla.pad | ThemeSpace | char | pad[4] | 1784 | 4 |
| tnla.vertex_size | ThemeSpace | char | vertex_size | 1788 | 1 |
| tnla.facedot_size | ThemeSpace | char | facedot_size | 1789 | 1 |
| tnla.bpad | ThemeSpace | char | bpad[2] | 1790 | 2 |
| tnla.syntaxl | ThemeSpace | char | syntaxl[4] | 1792 | 4 |
| tnla.syntaxn | ThemeSpace | char | syntaxn[4] | 1796 | 4 |
| tnla.syntaxb | ThemeSpace | char | syntaxb[4] | 1800 | 4 |
| tnla.syntaxv | ThemeSpace | char | syntaxv[4] | 1804 | 4 |
| tnla.syntaxc | ThemeSpace | char | syntaxc[4] | 1808 | 4 |
| tnla.movie | ThemeSpace | char | movie[4] | 1812 | 4 |
| tnla.image | ThemeSpace | char | image[4] | 1816 | 4 |
| tnla.scene | ThemeSpace | char | scene[4] | 1820 | 4 |
| tnla.audio | ThemeSpace | char | audio[4] | 1824 | 4 |
| tnla.effect | ThemeSpace | char | effect[4] | 1828 | 4 |
| tnla.plugin | ThemeSpace | char | plugin[4] | 1832 | 4 |
| tnla.transition | ThemeSpace | char | transition[4] | 1836 | 4 |
| tnla.meta | ThemeSpace | char | meta[4] | 1840 | 4 |
| tnla.editmesh_active | ThemeSpace | char | editmesh_active[4] | 1844 | 4 |
| tnla.handle_vertex | ThemeSpace | char | handle_vertex[4] | 1848 | 4 |
| tnla.handle_vertex_select | ThemeSpace | char | handle_vertex_select[4] | 1852 | 4 |
| tnla.handle_vertex_size | ThemeSpace | char | handle_vertex_size | 1856 | 1 |
| tnla.hpad | ThemeSpace | char | hpad[7] | 1857 | 7 |
| tseq.back | ThemeSpace | char | back[4] | 1864 | 4 |
| tseq.text | ThemeSpace | char | text[4] | 1868 | 4 |
| tseq.text_hi | ThemeSpace | char | text_hi[4] | 1872 | 4 |
| tseq.header | ThemeSpace | char | header[4] | 1876 | 4 |
| tseq.panel | ThemeSpace | char | panel[4] | 1880 | 4 |
| tseq.shade1 | ThemeSpace | char | shade1[4] | 1884 | 4 |
| tseq.shade2 | ThemeSpace | char | shade2[4] | 1888 | 4 |
| tseq.hilite | ThemeSpace | char | hilite[4] | 1892 | 4 |
| tseq.grid | ThemeSpace | char | grid[4] | 1896 | 4 |
| tseq.wire | ThemeSpace | char | wire[4] | 1900 | 4 |
| tseq.select | ThemeSpace | char | select[4] | 1904 | 4 |
| tseq.lamp | ThemeSpace | char | lamp[4] | 1908 | 4 |
| tseq.active | ThemeSpace | char | active[4] | 1912 | 4 |
| tseq.group | ThemeSpace | char | group[4] | 1916 | 4 |
| tseq.group_active | ThemeSpace | char | group_active[4] | 1920 | 4 |
| tseq.transform | ThemeSpace | char | transform[4] | 1924 | 4 |
| tseq.vertex | ThemeSpace | char | vertex[4] | 1928 | 4 |
| tseq.vertex_select | ThemeSpace | char | vertex_select[4] | 1932 | 4 |
| tseq.edge | ThemeSpace | char | edge[4] | 1936 | 4 |
| tseq.edge_select | ThemeSpace | char | edge_select[4] | 1940 | 4 |
| tseq.edge_seam | ThemeSpace | char | edge_seam[4] | 1944 | 4 |
| tseq.edge_sharp | ThemeSpace | char | edge_sharp[4] | 1948 | 4 |
| tseq.edge_facesel | ThemeSpace | char | edge_facesel[4] | 1952 | 4 |
| tseq.face | ThemeSpace | char | face[4] | 1956 | 4 |
| tseq.face_select | ThemeSpace | char | face_select[4] | 1960 | 4 |
| tseq.face_dot | ThemeSpace | char | face_dot[4] | 1964 | 4 |
| tseq.normal | ThemeSpace | char | normal[4] | 1968 | 4 |
| tseq.bone_solid | ThemeSpace | char | bone_solid[4] | 1972 | 4 |
| tseq.bone_pose | ThemeSpace | char | bone_pose[4] | 1976 | 4 |
| tseq.strip | ThemeSpace | char | strip[4] | 1980 | 4 |
| tseq.strip_select | ThemeSpace | char | strip_select[4] | 1984 | 4 |
| tseq.cframe | ThemeSpace | char | cframe[4] | 1988 | 4 |
| tseq.pad | ThemeSpace | char | pad[4] | 1992 | 4 |
| tseq.vertex_size | ThemeSpace | char | vertex_size | 1996 | 1 |
| tseq.facedot_size | ThemeSpace | char | facedot_size | 1997 | 1 |
| tseq.bpad | ThemeSpace | char | bpad[2] | 1998 | 2 |
| tseq.syntaxl | ThemeSpace | char | syntaxl[4] | 2000 | 4 |
| tseq.syntaxn | ThemeSpace | char | syntaxn[4] | 2004 | 4 |
| tseq.syntaxb | ThemeSpace | char | syntaxb[4] | 2008 | 4 |
| tseq.syntaxv | ThemeSpace | char | syntaxv[4] | 2012 | 4 |
| tseq.syntaxc | ThemeSpace | char | syntaxc[4] | 2016 | 4 |
| tseq.movie | ThemeSpace | char | movie[4] | 2020 | 4 |
| tseq.image | ThemeSpace | char | image[4] | 2024 | 4 |
| tseq.scene | ThemeSpace | char | scene[4] | 2028 | 4 |
| tseq.audio | ThemeSpace | char | audio[4] | 2032 | 4 |
| tseq.effect | ThemeSpace | char | effect[4] | 2036 | 4 |
| tseq.plugin | ThemeSpace | char | plugin[4] | 2040 | 4 |
| tseq.transition | ThemeSpace | char | transition[4] | 2044 | 4 |
| tseq.meta | ThemeSpace | char | meta[4] | 2048 | 4 |
| tseq.editmesh_active | ThemeSpace | char | editmesh_active[4] | 2052 | 4 |
| tseq.handle_vertex | ThemeSpace | char | handle_vertex[4] | 2056 | 4 |
| tseq.handle_vertex_select | ThemeSpace | char | handle_vertex_select[4] | 2060 | 4 |
| tseq.handle_vertex_size | ThemeSpace | char | handle_vertex_size | 2064 | 1 |
| tseq.hpad | ThemeSpace | char | hpad[7] | 2065 | 7 |
| tima.back | ThemeSpace | char | back[4] | 2072 | 4 |
| tima.text | ThemeSpace | char | text[4] | 2076 | 4 |
| tima.text_hi | ThemeSpace | char | text_hi[4] | 2080 | 4 |
| tima.header | ThemeSpace | char | header[4] | 2084 | 4 |
| tima.panel | ThemeSpace | char | panel[4] | 2088 | 4 |
| tima.shade1 | ThemeSpace | char | shade1[4] | 2092 | 4 |
| tima.shade2 | ThemeSpace | char | shade2[4] | 2096 | 4 |
| tima.hilite | ThemeSpace | char | hilite[4] | 2100 | 4 |
| tima.grid | ThemeSpace | char | grid[4] | 2104 | 4 |
| tima.wire | ThemeSpace | char | wire[4] | 2108 | 4 |
| tima.select | ThemeSpace | char | select[4] | 2112 | 4 |
| tima.lamp | ThemeSpace | char | lamp[4] | 2116 | 4 |
| tima.active | ThemeSpace | char | active[4] | 2120 | 4 |
| tima.group | ThemeSpace | char | group[4] | 2124 | 4 |
| tima.group_active | ThemeSpace | char | group_active[4] | 2128 | 4 |
| tima.transform | ThemeSpace | char | transform[4] | 2132 | 4 |
| tima.vertex | ThemeSpace | char | vertex[4] | 2136 | 4 |
| tima.vertex_select | ThemeSpace | char | vertex_select[4] | 2140 | 4 |
| tima.edge | ThemeSpace | char | edge[4] | 2144 | 4 |
| tima.edge_select | ThemeSpace | char | edge_select[4] | 2148 | 4 |
| tima.edge_seam | ThemeSpace | char | edge_seam[4] | 2152 | 4 |
| tima.edge_sharp | ThemeSpace | char | edge_sharp[4] | 2156 | 4 |
| tima.edge_facesel | ThemeSpace | char | edge_facesel[4] | 2160 | 4 |
| tima.face | ThemeSpace | char | face[4] | 2164 | 4 |
| tima.face_select | ThemeSpace | char | face_select[4] | 2168 | 4 |
| tima.face_dot | ThemeSpace | char | face_dot[4] | 2172 | 4 |
| tima.normal | ThemeSpace | char | normal[4] | 2176 | 4 |
| tima.bone_solid | ThemeSpace | char | bone_solid[4] | 2180 | 4 |
| tima.bone_pose | ThemeSpace | char | bone_pose[4] | 2184 | 4 |
| tima.strip | ThemeSpace | char | strip[4] | 2188 | 4 |
| tima.strip_select | ThemeSpace | char | strip_select[4] | 2192 | 4 |
| tima.cframe | ThemeSpace | char | cframe[4] | 2196 | 4 |
| tima.pad | ThemeSpace | char | pad[4] | 2200 | 4 |
| tima.vertex_size | ThemeSpace | char | vertex_size | 2204 | 1 |
| tima.facedot_size | ThemeSpace | char | facedot_size | 2205 | 1 |
| tima.bpad | ThemeSpace | char | bpad[2] | 2206 | 2 |
| tima.syntaxl | ThemeSpace | char | syntaxl[4] | 2208 | 4 |
| tima.syntaxn | ThemeSpace | char | syntaxn[4] | 2212 | 4 |
| tima.syntaxb | ThemeSpace | char | syntaxb[4] | 2216 | 4 |
| tima.syntaxv | ThemeSpace | char | syntaxv[4] | 2220 | 4 |
| tima.syntaxc | ThemeSpace | char | syntaxc[4] | 2224 | 4 |
| tima.movie | ThemeSpace | char | movie[4] | 2228 | 4 |
| tima.image | ThemeSpace | char | image[4] | 2232 | 4 |
| tima.scene | ThemeSpace | char | scene[4] | 2236 | 4 |
| tima.audio | ThemeSpace | char | audio[4] | 2240 | 4 |
| tima.effect | ThemeSpace | char | effect[4] | 2244 | 4 |
| tima.plugin | ThemeSpace | char | plugin[4] | 2248 | 4 |
| tima.transition | ThemeSpace | char | transition[4] | 2252 | 4 |
| tima.meta | ThemeSpace | char | meta[4] | 2256 | 4 |
| tima.editmesh_active | ThemeSpace | char | editmesh_active[4] | 2260 | 4 |
| tima.handle_vertex | ThemeSpace | char | handle_vertex[4] | 2264 | 4 |
| tima.handle_vertex_select | ThemeSpace | char | handle_vertex_select[4] | 2268 | 4 |
| tima.handle_vertex_size | ThemeSpace | char | handle_vertex_size | 2272 | 1 |
| tima.hpad | ThemeSpace | char | hpad[7] | 2273 | 7 |
| timasel.back | ThemeSpace | char | back[4] | 2280 | 4 |
| timasel.text | ThemeSpace | char | text[4] | 2284 | 4 |
| timasel.text_hi | ThemeSpace | char | text_hi[4] | 2288 | 4 |
| timasel.header | ThemeSpace | char | header[4] | 2292 | 4 |
| timasel.panel | ThemeSpace | char | panel[4] | 2296 | 4 |
| timasel.shade1 | ThemeSpace | char | shade1[4] | 2300 | 4 |
| timasel.shade2 | ThemeSpace | char | shade2[4] | 2304 | 4 |
| timasel.hilite | ThemeSpace | char | hilite[4] | 2308 | 4 |
| timasel.grid | ThemeSpace | char | grid[4] | 2312 | 4 |
| timasel.wire | ThemeSpace | char | wire[4] | 2316 | 4 |
| timasel.select | ThemeSpace | char | select[4] | 2320 | 4 |
| timasel.lamp | ThemeSpace | char | lamp[4] | 2324 | 4 |
| timasel.active | ThemeSpace | char | active[4] | 2328 | 4 |
| timasel.group | ThemeSpace | char | group[4] | 2332 | 4 |
| timasel.group_active | ThemeSpace | char | group_active[4] | 2336 | 4 |
| timasel.transform | ThemeSpace | char | transform[4] | 2340 | 4 |
| timasel.vertex | ThemeSpace | char | vertex[4] | 2344 | 4 |
| timasel.vertex_select | ThemeSpace | char | vertex_select[4] | 2348 | 4 |
| timasel.edge | ThemeSpace | char | edge[4] | 2352 | 4 |
| timasel.edge_select | ThemeSpace | char | edge_select[4] | 2356 | 4 |
| timasel.edge_seam | ThemeSpace | char | edge_seam[4] | 2360 | 4 |
| timasel.edge_sharp | ThemeSpace | char | edge_sharp[4] | 2364 | 4 |
| timasel.edge_facesel | ThemeSpace | char | edge_facesel[4] | 2368 | 4 |
| timasel.face | ThemeSpace | char | face[4] | 2372 | 4 |
| timasel.face_select | ThemeSpace | char | face_select[4] | 2376 | 4 |
| timasel.face_dot | ThemeSpace | char | face_dot[4] | 2380 | 4 |
| timasel.normal | ThemeSpace | char | normal[4] | 2384 | 4 |
| timasel.bone_solid | ThemeSpace | char | bone_solid[4] | 2388 | 4 |
| timasel.bone_pose | ThemeSpace | char | bone_pose[4] | 2392 | 4 |
| timasel.strip | ThemeSpace | char | strip[4] | 2396 | 4 |
| timasel.strip_select | ThemeSpace | char | strip_select[4] | 2400 | 4 |
| timasel.cframe | < |