| 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 |
| type | IDProperty | char | type | 16 | 1 |
| subtype | IDProperty | char | subtype | 17 | 1 |
| flag | IDProperty | short | flag | 18 | 2 |
| name | IDProperty | char | name[32] | 20 | 32 |
| saved | IDProperty | int | saved | 52 | 4 |
| data.pointer | IDPropertyData | void | *pointer | 56 | 8 |
| data.group.first | ListBase | void | *first | 64 | 8 |
| data.group.last | ListBase | void | *last | 72 | 8 |
| data.val | IDPropertyData | int | val | 80 | 4 |
| data.val2 | IDPropertyData | int | val2 | 84 | 4 |
| len | IDProperty | int | len | 88 | 4 |
| totallen | IDProperty | int | totallen | 92 | 4 |
| reference | structure | type | name | offset | size |
|---|---|---|---|---|---|
| next | ID | void | *next | 0 | 8 |
| prev | ID | void | *prev | 8 | 8 |
| newid | ID | ID | *newid | 16 | 8 |
| lib | ID | Library | *lib | 24 | 8 |
| name | ID | char | name[24] | 32 | 24 |
| us | ID | short | us | 56 | 2 |
| flag | ID | short | flag | 58 | 2 |
| icon_id | ID | int | icon_id | 60 | 4 |
| properties | ID | IDProperty | *properties | 64 | 8 |
| reference | structure | type | name | offset | size |
|---|---|---|---|---|---|
| id.next | ID | void | *next | 0 | 8 |
| id.prev | ID | void | *prev | 8 | 8 |
| id.newid | ID | ID | *newid | 16 | 8 |
| id.lib | ID | Library | *lib | 24 | 8 |
| id.name | ID | char | name[24] | 32 | 24 |
| id.us | ID | short | us | 56 | 2 |
| id.flag | ID | short | flag | 58 | 2 |
| id.icon_id | ID | int | icon_id | 60 | 4 |
| id.properties | ID | IDProperty | *properties | 64 | 8 |
| idblock | Library | ID | *idblock | 72 | 8 |
| filedata | Library | FileData | *filedata | 80 | 8 |
| name | Library | char | name[240] | 88 | 240 |
| 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 |
| adt | Key | AnimData | *adt | 72 | 8 |
| refkey | Key | KeyBlock | *refkey | 80 | 8 |
| elemstr | Key | char | elemstr[32] | 88 | 32 |
| elemsize | Key | int | elemsize | 120 | 4 |
| curval | Key | float | curval | 124 | 4 |
| block.first | ListBase | void | *first | 128 | 8 |
| block.last | ListBase | void | *last | 136 | 8 |
| ipo | Key | Ipo | *ipo | 144 | 8 |
| from | Key | ID | *from | 152 | 8 |
| type | Key | short | type | 160 | 2 |
| totkey | Key | short | totkey | 162 | 2 |
| slurph | Key | short | slurph | 164 | 2 |
| flag | Key | short | flag | 166 | 2 |
| reference | structure | type | name | offset | size |
|---|---|---|---|---|---|
| next | TextLine | TextLine | *next | 0 | 8 |
| prev | TextLine | TextLine | *prev | 8 | 8 |
| line | TextLine | char | *line | 16 | 8 |
| format | TextLine | char | *format | 24 | 8 |
| len | TextLine | int | len | 32 | 4 |
| blen | TextLine | int | blen | 36 | 4 |
| reference | structure | type | name | offset | size |
|---|---|---|---|---|---|
| next | TextMarker | TextMarker | *next | 0 | 8 |
| prev | TextMarker | TextMarker | *prev | 8 | 8 |
| lineno | TextMarker | int | lineno | 16 | 4 |
| start | TextMarker | int | start | 20 | 4 |
| end | TextMarker | int | end | 24 | 4 |
| pad1 | TextMarker | int | pad1 | 28 | 4 |
| group | TextMarker | int | group | 32 | 4 |
| flags | TextMarker | int | flags | 36 | 4 |
| color | TextMarker | char | color[4] | 40 | 4 |
| pad | TextMarker | char | pad[4] | 44 | 4 |
| reference | structure | type | name | offset | size |
|---|---|---|---|---|---|
| id.next | ID | void | *next | 0 | 8 |
| id.prev | ID | void | *prev | 8 | 8 |
| id.newid | ID | ID | *newid | 16 | 8 |
| id.lib | ID | Library | *lib | 24 | 8 |
| id.name | ID | char | name[24] | 32 | 24 |
| id.us | ID | short | us | 56 | 2 |
| id.flag | ID | short | flag | 58 | 2 |
| id.icon_id | ID | int | icon_id | 60 | 4 |
| id.properties | ID | IDProperty | *properties | 64 | 8 |
| name | Text | char | *name | 72 | 8 |
| flags | Text | int | flags | 80 | 4 |
| nlines | Text | int | nlines | 84 | 4 |
| lines.first | ListBase | void | *first | 88 | 8 |
| lines.last | ListBase | void | *last | 96 | 8 |
| curl | Text | TextLine | *curl | 104 | 8 |
| sell | Text | TextLine | *sell | 112 | 8 |
| curc | Text | int | curc | 120 | 4 |
| selc | Text | int | selc | 124 | 4 |
| markers.first | ListBase | void | *first | 128 | 8 |
| markers.last | ListBase | void | *last | 136 | 8 |
| undo_buf | Text | char | *undo_buf | 144 | 8 |
| undo_pos | Text | int | undo_pos | 152 | 4 |
| undo_len | Text | int | undo_len | 156 | 4 |
| compiled | Text | void | *compiled | 160 | 8 |
| mtime | Text | double | mtime | 168 | 8 |
| reference | structure | type | name | offset | size |
|---|---|---|---|---|---|
| size | PackedFile | int | size | 0 | 4 |
| seek | PackedFile | int | seek | 4 | 4 |
| data | PackedFile | void | *data | 8 | 8 |
| reference | structure | type | name | offset | size |
|---|---|---|---|---|---|
| id.next | ID | void | *next | 0 | 8 |
| id.prev | ID | void | *prev | 8 | 8 |
| id.newid | ID | ID | *newid | 16 | 8 |
| id.lib | ID | Library | *lib | 24 | 8 |
| id.name | ID | char | name[24] | 32 | 24 |
| id.us | ID | short | us | 56 | 2 |
| id.flag | ID | short | flag | 58 | 2 |
| id.icon_id | ID | int | icon_id | 60 | 4 |
| id.properties | ID | IDProperty | *properties | 64 | 8 |
| adt | Camera | AnimData | *adt | 72 | 8 |
| type | Camera | short | type | 80 | 2 |
| flag | Camera | short | flag | 82 | 2 |
| passepartalpha | Camera | float | passepartalpha | 84 | 4 |
| angle | Camera | float | angle | 88 | 4 |
| clipsta | Camera | float | clipsta | 92 | 4 |
| clipend | Camera | float | clipend | 96 | 4 |
| lens | Camera | float | lens | 100 | 4 |
| ortho_scale | Camera | float | ortho_scale | 104 | 4 |
| drawsize | Camera | float | drawsize | 108 | 4 |
| shiftx | Camera | float | shiftx | 112 | 4 |
| shifty | Camera | float | shifty | 116 | 4 |
| YF_dofdist | Camera | float | YF_dofdist | 120 | 4 |
| YF_aperture | Camera | float | YF_aperture | 124 | 4 |
| YF_bkhtype | Camera | short | YF_bkhtype | 128 | 2 |
| YF_bkhbias | Camera | short | YF_bkhbias | 130 | 2 |
| YF_bkhrot | Camera | float | YF_bkhrot | 132 | 4 |
| ipo | Camera | Ipo | *ipo | 136 | 8 |
| dof_ob | Camera | Object | *dof_ob | 144 | 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 |
| scene | ImageUser | Scene | *scene | 32 | 8 |
| reference | structure | type | name | offset | size |
|---|---|---|---|---|---|
| id.next | ID | void | *next | 0 | 8 |
| id.prev | ID | void | *prev | 8 | 8 |
| id.newid | ID | ID | *newid | 16 | 8 |
| id.lib | ID | Library | *lib | 24 | 8 |
| id.name | ID | char | name[24] | 32 | 24 |
| id.us | ID | short | us | 56 | 2 |
| id.flag | ID | short | flag | 58 | 2 |
| id.icon_id | ID | int | icon_id | 60 | 4 |
| id.properties | ID | IDProperty | *properties | 64 | 8 |
| 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 |
| render_text | Image | char | *render_text | 408 | 8 |
| lastupdate | Image | float | lastupdate | 416 | 4 |
| lastused | Image | int | lastused | 420 | 4 |
| animspeed | Image | short | animspeed | 424 | 2 |
| gen_x | Image | short | gen_x | 426 | 2 |
| gen_y | Image | short | gen_y | 428 | 2 |
| gen_type | Image | short | gen_type | 430 | 2 |
| aspx | Image | float | aspx | 432 | 4 |
| aspy | Image | float | aspy | 436 | 4 |
| reference | structure | type | name | offset | size |
|---|---|---|---|---|---|
| texco | MTex | short | texco | 0 | 2 |
| mapto | MTex | short | mapto | 2 | 2 |
| maptoneg | MTex | short | maptoneg | 4 | 2 |
| blendtype | MTex | short | blendtype | 6 | 2 |
| object | MTex | Object | *object | 8 | 8 |
| tex | MTex | Tex | *tex | 16 | 8 |
| uvname | MTex | char | uvname[32] | 24 | 32 |
| projx | MTex | char | projx | 56 | 1 |
| projy | MTex | char | projy | 57 | 1 |
| projz | MTex | char | projz | 58 | 1 |
| mapping | MTex | char | mapping | 59 | 1 |
| ofs | MTex | float | ofs[3] | 60 | 12 |
| size | MTex | float | size[3] | 72 | 12 |
| rot | MTex | float | rot | 84 | 4 |
| texflag | MTex | short | texflag | 88 | 2 |
| colormodel | MTex | short | colormodel | 90 | 2 |
| pmapto | MTex | short | pmapto | 92 | 2 |
| pmaptoneg | MTex | short | pmaptoneg | 94 | 2 |
| normapspace | MTex | short | normapspace | 96 | 2 |
| which_output | MTex | short | which_output | 98 | 2 |
| brush_map_mode | MTex | char | brush_map_mode | 100 | 1 |
| pad | MTex | char | pad[7] | 101 | 7 |
| r | MTex | float | r | 108 | 4 |
| g | MTex | float | g | 112 | 4 |
| b | MTex | float | b | 116 | 4 |
| k | MTex | float | k | 120 | 4 |
| def_var | MTex | float | def_var | 124 | 4 |
| rt | MTex | float | rt | 128 | 4 |
| colfac | MTex | float | colfac | 132 | 4 |
| varfac | MTex | float | varfac | 136 | 4 |
| norfac | MTex | float | norfac | 140 | 4 |
| dispfac | MTex | float | dispfac | 144 | 4 |
| warpfac | MTex | float | warpfac | 148 | 4 |
| colspecfac | MTex | float | colspecfac | 152 | 4 |
| mirrfac | MTex | float | mirrfac | 156 | 4 |
| alphafac | MTex | float | alphafac | 160 | 4 |
| difffac | MTex | float | difffac | 164 | 4 |
| specfac | MTex | float | specfac | 168 | 4 |
| emitfac | MTex | float | emitfac | 172 | 4 |
| hardfac | MTex | float | hardfac | 176 | 4 |
| raymirrfac | MTex | float | raymirrfac | 180 | 4 |
| translfac | MTex | float | translfac | 184 | 4 |
| ambfac | MTex | float | ambfac | 188 | 4 |
| colemitfac | MTex | float | colemitfac | 192 | 4 |
| colreflfac | MTex | float | colreflfac | 196 | 4 |
| coltransfac | MTex | float | coltransfac | 200 | 4 |
| densfac | MTex | float | densfac | 204 | 4 |
| scatterfac | MTex | float | scatterfac | 208 | 4 |
| reflfac | MTex | float | reflfac | 212 | 4 |
| timefac | MTex | float | timefac | 216 | 4 |
| lengthfac | MTex | float | lengthfac | 220 | 4 |
| clumpfac | MTex | float | clumpfac | 224 | 4 |
| kinkfac | MTex | float | kinkfac | 228 | 4 |
| roughfac | MTex | float | roughfac | 232 | 4 |
| padensfac | MTex | float | padensfac | 236 | 4 |
| lifefac | MTex | float | lifefac | 240 | 4 |
| sizefac | MTex | float | sizefac | 244 | 4 |
| ivelfac | MTex | float | ivelfac | 248 | 4 |
| pvelfac | MTex | float | pvelfac | 252 | 4 |
| shadowfac | MTex | float | shadowfac | 256 | 4 |
| zenupfac | MTex | float | zenupfac | 260 | 4 |
| zendownfac | MTex | float | zendownfac | 264 | 4 |
| blendfac | MTex | float | blendfac | 268 | 4 |
| reference | structure | type | name | offset | size |
|---|---|---|---|---|---|
| name | PluginTex | char | name[160] | 0 | 160 |
| handle | PluginTex | void | *handle | 160 | 8 |
| pname | PluginTex | char | *pname | 168 | 8 |
| stnames | PluginTex | char | *stnames | 176 | 8 |
| stypes | PluginTex | int | stypes | 184 | 4 |
| vars | PluginTex | int | vars | 188 | 4 |
| varstr | PluginTex | void | *varstr | 192 | 8 |
| result | PluginTex | float | *result | 200 | 8 |
| cfra | PluginTex | float | *cfra | 208 | 8 |
| data | PluginTex | float | data[32] | 216 | 128 |
| doit | PluginTex | int | (*doit)() | 344 | 8 |
| instance_init | PluginTex | void | (*instance_init)() | 352 | 8 |
| callback | PluginTex | void | (*callback)() | 360 | 8 |
| version | PluginTex | int | version | 368 | 4 |
| pad | PluginTex | int | pad | 372 | 4 |
| reference | structure | type | name | offset | size |
|---|---|---|---|---|---|
| r | CBData | float | r | 0 | 4 |
| g | CBData | float | g | 4 | 4 |
| b | CBData | float | b | 8 | 4 |
| a | CBData | float | a | 12 | 4 |
| pos | CBData | float | pos | 16 | 4 |
| cur | CBData | int | cur | 20 | 4 |
| reference | structure | type | name | offset | size |
|---|---|---|---|---|---|
| flag | ColorBand | short | flag | 0 | 2 |
| tot | ColorBand | short | tot | 2 | 2 |
| cur | ColorBand | short | cur | 4 | 2 |
| ipotype | ColorBand | short | ipotype | 6 | 2 |
| data.r | CBData | float | r | 8 | 4 |
| data.g | CBData | float | g | 12 | 4 |
| data.b | CBData | float | b | 16 | 4 |
| data.a | CBData | float | a | 20 | 4 |
| data.pos | CBData | float | pos | 24 | 4 |
| data.cur | CBData | int | cur | 28 | 4 |
| reference | structure | type | name | offset | size |
|---|---|---|---|---|---|
| object | EnvMap | Object | *object | 0 | 8 |
| ima | EnvMap | Image | *ima | 8 | 8 |
| cube | EnvMap | ImBuf | *cube[6] | 16 | 48 |
| imat | EnvMap | float | imat[4][4] | 64 | 64 |
| obimat | EnvMap | float | obimat[3][3] | 128 | 36 |
| type | EnvMap | short | type | 164 | 2 |
| stype | EnvMap | short | stype | 166 | 2 |
| clipsta | EnvMap | float | clipsta | 168 | 4 |
| clipend | EnvMap | float | clipend | 172 | 4 |
| viewscale | EnvMap | float | viewscale | 176 | 4 |
| notlay | EnvMap | int | notlay | 180 | 4 |
| cuberes | EnvMap | short | cuberes | 184 | 2 |
| depth | EnvMap | short | depth | 186 | 2 |
| ok | EnvMap | int | ok | 188 | 4 |
| lastframe | EnvMap | int | lastframe | 192 | 4 |
| recalc | EnvMap | short | recalc | 196 | 2 |
| lastsize | EnvMap | short | lastsize | 198 | 2 |
| reference | structure | type | name | offset | size |
|---|---|---|---|---|---|
| flag | PointDensity | short | flag | 0 | 2 |
| falloff_type | PointDensity | short | falloff_type | 2 | 2 |
| falloff_softness | PointDensity | float | falloff_softness | 4 | 4 |
| radius | PointDensity | float | radius | 8 | 4 |
| source | PointDensity | short | source | 12 | 2 |
| color_source | PointDensity | short | color_source | 14 | 2 |
| totpoints | PointDensity | int | totpoints | 16 | 4 |
| pdpad | PointDensity | int | pdpad | 20 | 4 |
| object | PointDensity | Object | *object | 24 | 8 |
| psys | PointDensity | int | psys | 32 | 4 |
| psys_cache_space | PointDensity | short | psys_cache_space | 36 | 2 |
| ob_cache_space | PointDensity | short | ob_cache_space | 38 | 2 |
| point_tree | PointDensity | void | *point_tree | 40 | 8 |
| point_data | PointDensity | float | *point_data | 48 | 8 |
| noise_size | PointDensity | float | noise_size | 56 | 4 |
| noise_depth | PointDensity | short | noise_depth | 60 | 2 |
| noise_influence | PointDensity | short | noise_influence | 62 | 2 |
| noise_basis | PointDensity | short | noise_basis | 64 | 2 |
| pdpad3 | PointDensity | short | pdpad3[3] | 66 | 6 |
| noise_fac | PointDensity | float | noise_fac | 72 | 4 |
| speed_scale | PointDensity | float | speed_scale | 76 | 4 |
| coba | PointDensity | ColorBand | *coba | 80 | 8 |
| reference | structure | type | name | offset | size |
|---|---|---|---|---|---|
| resol | VoxelData | int | resol[3] | 0 | 12 |
| interp_type | VoxelData | int | interp_type | 12 | 4 |
| file_format | VoxelData | short | file_format | 16 | 2 |
| flag | VoxelData | short | flag | 18 | 2 |
| extend | VoxelData | short | extend | 20 | 2 |
| pad | VoxelData | short | pad | 22 | 2 |
| object | VoxelData | Object | *object | 24 | 8 |
| int_multiplier | VoxelData | float | int_multiplier | 32 | 4 |
| still_frame | VoxelData | int | still_frame | 36 | 4 |
| source_path | VoxelData | char | source_path[240] | 40 | 240 |
| dataset | VoxelData | float | *dataset | 280 | 8 |
| reference | structure | type | name | offset | size |
|---|---|---|---|---|---|
| id.next | ID | void | *next | 0 | 8 |
| id.prev | ID | void | *prev | 8 | 8 |
| id.newid | ID | ID | *newid | 16 | 8 |
| id.lib | ID | Library | *lib | 24 | 8 |
| id.name | ID | char | name[24] | 32 | 24 |
| id.us | ID | short | us | 56 | 2 |
| id.flag | ID | short | flag | 58 | 2 |
| id.icon_id | ID | int | icon_id | 60 | 4 |
| id.properties | ID | IDProperty | *properties | 64 | 8 |
| adt | Tex | AnimData | *adt | 72 | 8 |
| noisesize | Tex | float | noisesize | 80 | 4 |
| turbul | Tex | float | turbul | 84 | 4 |
| bright | Tex | float | bright | 88 | 4 |
| contrast | Tex | float | contrast | 92 | 4 |
| rfac | Tex | float | rfac | 96 | 4 |
| gfac | Tex | float | gfac | 100 | 4 |
| bfac | Tex | float | bfac | 104 | 4 |
| filtersize | Tex | float | filtersize | 108 | 4 |
| mg_H | Tex | float | mg_H | 112 | 4 |
| mg_lacunarity | Tex | float | mg_lacunarity | 116 | 4 |
| mg_octaves | Tex | float | mg_octaves | 120 | 4 |
| mg_offset | Tex | float | mg_offset | 124 | 4 |
| mg_gain | Tex | float | mg_gain | 128 | 4 |
| dist_amount | Tex | float | dist_amount | 132 | 4 |
| ns_outscale | Tex | float | ns_outscale | 136 | 4 |
| vn_w1 | Tex | float | vn_w1 | 140 | 4 |
| vn_w2 | Tex | float | vn_w2 | 144 | 4 |
| vn_w3 | Tex | float | vn_w3 | 148 | 4 |
| vn_w4 | Tex | float | vn_w4 | 152 | 4 |
| vn_mexp | Tex | float | vn_mexp | 156 | 4 |
| vn_distm | Tex | short | vn_distm | 160 | 2 |
| vn_coltype | Tex | short | vn_coltype | 162 | 2 |
| noisedepth | Tex | short | noisedepth | 164 | 2 |
| noisetype | Tex | short | noisetype | 166 | 2 |
| noisebasis | Tex | short | noisebasis | 168 | 2 |
| noisebasis2 | Tex | short | noisebasis2 | 170 | 2 |
| imaflag | Tex | short | imaflag | 172 | 2 |
| flag | Tex | short | flag | 174 | 2 |
| type | Tex | short | type | 176 | 2 |
| stype | Tex | short | stype | 178 | 2 |
| cropxmin | Tex | float | cropxmin | 180 | 4 |
| cropymin | Tex | float | cropymin | 184 | 4 |
| cropxmax | Tex | float | cropxmax | 188 | 4 |
| cropymax | Tex | float | cropymax | 192 | 4 |
| texfilter | Tex | int | texfilter | 196 | 4 |
| afmax | Tex | int | afmax | 200 | 4 |
| xrepeat | Tex | short | xrepeat | 204 | 2 |
| yrepeat | Tex | short | yrepeat | 206 | 2 |
| extend | Tex | short | extend | 208 | 2 |
| fie_ima | Tex | short | fie_ima | 210 | 2 |
| len | Tex | int | len | 212 | 4 |
| frames | Tex | int | frames | 216 | 4 |
| offset | Tex | int | offset | 220 | 4 |
| sfra | Tex | int | sfra | 224 | 4 |
| checkerdist | Tex | float | checkerdist | 228 | 4 |
| nabla | Tex | float | nabla | 232 | 4 |
| norfac | Tex | float | norfac | 236 | 4 |
| iuser.framenr | ImageUser | int | framenr | 240 | 4 |
| iuser.frames | ImageUser | int | frames | 244 | 4 |
| iuser.offset | ImageUser | int | offset | 248 | 4 |
| iuser.sfra | ImageUser | int | sfra | 252 | 4 |
| iuser.fie_ima | ImageUser | short | fie_ima | 256 | 2 |
| iuser.cycl | ImageUser | short | cycl | 258 | 2 |
| iuser.flag | ImageUser | short | flag | 260 | 2 |
| iuser.ok | ImageUser | short | ok | 262 | 2 |
| iuser.multi_index | ImageUser | short | multi_index | 264 | 2 |
| iuser.layer | ImageUser | short | layer | 266 | 2 |
| iuser.pass | ImageUser | short | pass | 268 | 2 |
| iuser.menunr | ImageUser | short | menunr | 270 | 2 |
| iuser.scene | ImageUser | Scene | *scene | 272 | 8 |
| nodetree | Tex | bNodeTree | *nodetree | 280 | 8 |
| ipo | Tex | Ipo | *ipo | 288 | 8 |
| ima | Tex | Image | *ima | 296 | 8 |
| plugin | Tex | PluginTex | *plugin | 304 | 8 |
| coba | Tex | ColorBand | *coba | 312 | 8 |
| env | Tex | EnvMap | *env | 320 | 8 |
| preview | Tex | PreviewImage | *preview | 328 | 8 |
| pd | Tex | PointDensity | *pd | 336 | 8 |
| vd | Tex | VoxelData | *vd | 344 | 8 |
| use_nodes | Tex | char | use_nodes | 352 | 1 |
| pad | Tex | char | pad[7] | 353 | 7 |
| reference | structure | type | name | offset | size |
|---|---|---|---|---|---|
| loc | TexMapping | float | loc[3] | 0 | 12 |
| rot | TexMapping | float | rot[3] | 12 | 12 |
| size | TexMapping | float | size[3] | 24 | 12 |
| flag | TexMapping | int | flag | 36 | 4 |
| mat | TexMapping | float | mat[4][4] | 40 | 64 |
| min | TexMapping | float | min[3] | 104 | 12 |
| max | TexMapping | float | max[3] | 116 | 12 |
| ob | TexMapping | Object | *ob | 128 | 8 |
| reference | structure | type | name | offset | size |
|---|---|---|---|---|---|
| id.next | ID | void | *next | 0 | 8 |
| id.prev | ID | void | *prev | 8 | 8 |
| id.newid | ID | ID | *newid | 16 | 8 |
| id.lib | ID | Library | *lib | 24 | 8 |
| id.name | ID | char | name[24] | 32 | 24 |
| id.us | ID | short | us | 56 | 2 |
| id.flag | ID | short | flag | 58 | 2 |
| id.icon_id | ID | int | icon_id | 60 | 4 |
| id.properties | ID | IDProperty | *properties | 64 | 8 |
| adt | Lamp | AnimData | *adt | 72 | 8 |
| type | Lamp | short | type | 80 | 2 |
| flag | Lamp | short | flag | 82 | 2 |
| mode | Lamp | int | mode | 84 | 4 |
| colormodel | Lamp | short | colormodel | 88 | 2 |
| totex | Lamp | short | totex | 90 | 2 |
| r | Lamp | float | r | 92 | 4 |
| g | Lamp | float | g | 96 | 4 |
| b | Lamp | float | b | 100 | 4 |
| k | Lamp | float | k | 104 | 4 |
| shdwr | Lamp | float | shdwr | 108 | 4 |
| shdwg | Lamp | float | shdwg | 112 | 4 |
| shdwb | Lamp | float | shdwb | 116 | 4 |
| shdwpad | Lamp | float | shdwpad | 120 | 4 |
| energy | Lamp | float | energy | 124 | 4 |
| dist | Lamp | float | dist | 128 | 4 |
| spotsize | Lamp | float | spotsize | 132 | 4 |
| spotblend | Lamp | float | spotblend | 136 | 4 |
| haint | Lamp | float | haint | 140 | 4 |
| att1 | Lamp | float | att1 | 144 | 4 |
| att2 | Lamp | float | att2 | 148 | 4 |
| curfalloff | Lamp | CurveMapping | *curfalloff | 152 | 8 |
| falloff_type | Lamp | short | falloff_type | 160 | 2 |
| pad2 | Lamp | short | pad2 | 162 | 2 |
| clipsta | Lamp | float | clipsta | 164 | 4 |
| clipend | Lamp | float | clipend | 168 | 4 |
| shadspotsize | Lamp | float | shadspotsize | 172 | 4 |
| bias | Lamp | float | bias | 176 | 4 |
| soft | Lamp | float | soft | 180 | 4 |
| compressthresh | Lamp | float | compressthresh | 184 | 4 |
| pad5 | Lamp | float | pad5[3] | 188 | 12 |
| bufsize | Lamp | short | bufsize | 200 | 2 |
| samp | Lamp | short | samp | 202 | 2 |
| buffers | Lamp | short | buffers | 204 | 2 |
| filtertype | Lamp | short | filtertype | 206 | 2 |
| bufflag | Lamp | char | bufflag | 208 | 1 |
| buftype | Lamp | char | buftype | 209 | 1 |
| ray_samp | Lamp | short | ray_samp | 210 | 2 |
| ray_sampy | Lamp | short | ray_sampy | 212 | 2 |
| ray_sampz | Lamp | short | ray_sampz | 214 | 2 |
| ray_samp_type | Lamp | short | ray_samp_type | 216 | 2 |
| area_shape | Lamp | short | area_shape | 218 | 2 |
| area_size | Lamp | float | area_size | 220 | 4 |
| area_sizey | Lamp | float | area_sizey | 224 | 4 |
| area_sizez | Lamp | float | area_sizez | 228 | 4 |
| adapt_thresh | Lamp | float | adapt_thresh | 232 | 4 |
| ray_samp_method | Lamp | short | ray_samp_method | 236 | 2 |
| pad1 | Lamp | short | pad1 | 238 | 2 |
| texact | Lamp | short | texact | 240 | 2 |
| shadhalostep | Lamp | short | shadhalostep | 242 | 2 |
| sun_effect_type | Lamp | short | sun_effect_type | 244 | 2 |
| skyblendtype | Lamp | short | skyblendtype | 246 | 2 |
| horizon_brightness | Lamp | float | horizon_brightness | 248 | 4 |
| spread | Lamp | float | spread | 252 | 4 |
| sun_brightness | Lamp | float | sun_brightness | 256 | 4 |
| sun_size | Lamp | float | sun_size | 260 | 4 |
| backscattered_light | Lamp | float | backscattered_light | 264 | 4 |
| sun_intensity | Lamp | float | sun_intensity | 268 | 4 |
| atm_turbidity | Lamp | float | atm_turbidity | 272 | 4 |
| atm_inscattering_factor | Lamp | float | atm_inscattering_factor | 276 | 4 |
| atm_extinction_factor | Lamp | float | atm_extinction_factor | 280 | 4 |
| atm_distance_factor | Lamp | float | atm_distance_factor | 284 | 4 |
| skyblendfac | Lamp | float | skyblendfac | 288 | 4 |
| sky_exposure | Lamp | float | sky_exposure | 292 | 4 |
| sky_colorspace | Lamp | short | sky_colorspace | 296 | 2 |
| pad4 | Lamp | short | pad4 | 298 | 2 |
| YF_numphotons | Lamp | int | YF_numphotons | 300 | 4 |
| YF_numsearch | Lamp | int | YF_numsearch | 304 | 4 |
| YF_phdepth | Lamp | short | YF_phdepth | 308 | 2 |
| YF_useqmc | Lamp | short | YF_useqmc | 310 | 2 |
| YF_bufsize | Lamp | short | YF_bufsize | 312 | 2 |
| YF_pad | Lamp | short | YF_pad | 314 | 2 |
| YF_causticblur | Lamp | float | YF_causticblur | 316 | 4 |
| YF_ltradius | Lamp | float | YF_ltradius | 320 | 4 |
| YF_glowint | Lamp | float | YF_glowint | 324 | 4 |
| YF_glowofs | Lamp | float | YF_glowofs | 328 | 4 |
| YF_glowtype | Lamp | short | YF_glowtype | 332 | 2 |
| YF_pad2 | Lamp | short | YF_pad2 | 334 | 2 |
| ipo | Lamp | Ipo | *ipo | 336 | 8 |
| mtex | Lamp | MTex | *mtex[18] | 344 | 144 |
| pr_texture | Lamp | short | pr_texture | 488 | 2 |
| pad | Lamp | short | pad[3] | 490 | 6 |
| preview | Lamp | PreviewImage | *preview | 496 | 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 |
| ipo | Wave | Ipo | *ipo | 72 | 8 |
| reference | structure | type | name | offset | size |
|---|---|---|---|---|---|
| density | VolumeSettings | float | density | 0 | 4 |
| emission | VolumeSettings | float | emission | 4 | 4 |
| scattering | VolumeSettings | float | scattering | 8 | 4 |
| reflection | VolumeSettings | float | reflection | 12 | 4 |
| emission_col | VolumeSettings | float | emission_col[3] | 16 | 12 |
| transmission_col | VolumeSettings | float | transmission_col[3] | 28 | 12 |
| reflection_col | VolumeSettings | float | reflection_col[3] | 40 | 12 |
| density_scale | VolumeSettings | float | density_scale | 52 | 4 |
| depth_cutoff | VolumeSettings | float | depth_cutoff | 56 | 4 |
| asymmetry | VolumeSettings | float | asymmetry | 60 | 4 |
| stepsize_type | VolumeSettings | short | stepsize_type | 64 | 2 |
| shadeflag | VolumeSettings | short | shadeflag | 66 | 2 |
| shade_type | VolumeSettings | short | shade_type | 68 | 2 |
| precache_resolution | VolumeSettings | short | precache_resolution | 70 | 2 |
| stepsize | VolumeSettings | float | stepsize | 72 | 4 |
| ms_diff | VolumeSettings | float | ms_diff | 76 | 4 |
| ms_intensity | VolumeSettings | float | ms_intensity | 80 | 4 |
| ms_steps | VolumeSettings | int | ms_steps | 84 | 4 |
| reference | structure | type | name | offset | size |
|---|---|---|---|---|---|
| id.next | ID | void | *next | 0 | 8 |
| id.prev | ID | void | *prev | 8 | 8 |
| id.newid | ID | ID | *newid | 16 | 8 |
| id.lib | ID | Library | *lib | 24 | 8 |
| id.name | ID | char | name[24] | 32 | 24 |
| id.us | ID | short | us | 56 | 2 |
| id.flag | ID | short | flag | 58 | 2 |
| id.icon_id | ID | int | icon_id | 60 | 4 |
| id.properties | ID | IDProperty | *properties | 64 | 8 |
| adt | Material | AnimData | *adt | 72 | 8 |
| material_type | Material | short | material_type | 80 | 2 |
| flag | Material | short | flag | 82 | 2 |
| r | Material | float | r | 84 | 4 |
| g | Material | float | g | 88 | 4 |
| b | Material | float | b | 92 | 4 |
| specr | Material | float | specr | 96 | 4 |
| specg | Material | float | specg | 100 | 4 |
| specb | Material | float | specb | 104 | 4 |
| mirr | Material | float | mirr | 108 | 4 |
| mirg | Material | float | mirg | 112 | 4 |
| mirb | Material | float | mirb | 116 | 4 |
| ambr | Material | float | ambr | 120 | 4 |
| ambb | Material | float | ambb | 124 | 4 |
| ambg | Material | float | ambg | 128 | 4 |
| amb | Material | float | amb | 132 | 4 |
| emit | Material | float | emit | 136 | 4 |
| ang | Material | float | ang | 140 | 4 |
| spectra | Material | float | spectra | 144 | 4 |
| ray_mirror | Material | float | ray_mirror | 148 | 4 |
| alpha | Material | float | alpha | 152 | 4 |
| ref | Material | float | ref | 156 | 4 |
| spec | Material | float | spec | 160 | 4 |
| zoffs | Material | float | zoffs | 164 | 4 |
| add | Material | float | add | 168 | 4 |
| translucency | Material | float | translucency | 172 | 4 |
| vol.density | VolumeSettings | float | density | 176 | 4 |
| vol.emission | VolumeSettings | float | emission | 180 | 4 |
| vol.scattering | VolumeSettings | float | scattering | 184 | 4 |
| vol.reflection | VolumeSettings | float | reflection | 188 | 4 |
| vol.emission_col | VolumeSettings | float | emission_col[3] | 192 | 12 |
| vol.transmission_col | VolumeSettings | float | transmission_col[3] | 204 | 12 |
| vol.reflection_col | VolumeSettings | float | reflection_col[3] | 216 | 12 |
| vol.density_scale | VolumeSettings | float | density_scale | 228 | 4 |
| vol.depth_cutoff | VolumeSettings | float | depth_cutoff | 232 | 4 |
| vol.asymmetry | VolumeSettings | float | asymmetry | 236 | 4 |
| vol.stepsize_type | VolumeSettings | short | stepsize_type | 240 | 2 |
| vol.shadeflag | VolumeSettings | short | shadeflag | 242 | 2 |
| vol.shade_type | VolumeSettings | short | shade_type | 244 | 2 |
| vol.precache_resolution | VolumeSettings | short | precache_resolution | 246 | 2 |
| vol.stepsize | VolumeSettings | float | stepsize | 248 | 4 |
| vol.ms_diff | VolumeSettings | float | ms_diff | 252 | 4 |
| vol.ms_intensity | VolumeSettings | float | ms_intensity | 256 | 4 |
| vol.ms_steps | VolumeSettings | int | ms_steps | 260 | 4 |
| fresnel_mir | Material | float | fresnel_mir | 264 | 4 |
| fresnel_mir_i | Material | float | fresnel_mir_i | 268 | 4 |
| fresnel_tra | Material | float | fresnel_tra | 272 | 4 |
| fresnel_tra_i | Material | float | fresnel_tra_i | 276 | 4 |
| filter | Material | float | filter | 280 | 4 |
| tx_limit | Material | float | tx_limit | 284 | 4 |
| tx_falloff | Material | float | tx_falloff | 288 | 4 |
| ray_depth | Material | short | ray_depth | 292 | 2 |
| ray_depth_tra | Material | short | ray_depth_tra | 294 | 2 |
| har | Material | short | har | 296 | 2 |
| seed1 | Material | char | seed1 | 298 | 1 |
| seed2 | Material | char | seed2 | 299 | 1 |
| gloss_mir | Material | float | gloss_mir | 300 | 4 |
| gloss_tra | Material | float | gloss_tra | 304 | 4 |
| samp_gloss_mir | Material | short | samp_gloss_mir | 308 | 2 |
| samp_gloss_tra | Material | short | samp_gloss_tra | 310 | 2 |
| adapt_thresh_mir | Material | float | adapt_thresh_mir | 312 | 4 |
| adapt_thresh_tra | Material | float | adapt_thresh_tra | 316 | 4 |
| aniso_gloss_mir | Material | float | aniso_gloss_mir | 320 | 4 |
| dist_mir | Material | float | dist_mir | 324 | 4 |
| fadeto_mir | Material | short | fadeto_mir | 328 | 2 |
| shade_flag | Material | short | shade_flag | 330 | 2 |
| mode | Material | int | mode | 332 | 4 |
| mode_l | Material | int | mode_l | 336 | 4 |
| flarec | Material | short | flarec | 340 | 2 |
| starc | Material | short | starc | 342 | 2 |
| linec | Material | short | linec | 344 | 2 |
| ringc | Material | short | ringc | 346 | 2 |
| hasize | Material | float | hasize | 348 | 4 |
| flaresize | Material | float | flaresize | 352 | 4 |
| subsize | Material | float | subsize | 356 | 4 |
| flareboost | Material | float | flareboost | 360 | 4 |
| strand_sta | Material | float | strand_sta | 364 | 4 |
| strand_end | Material | float | strand_end | 368 | 4 |
| strand_ease | Material | float | strand_ease | 372 | 4 |
| strand_surfnor | Material | float | strand_surfnor | 376 | 4 |
| strand_min | Material | float | strand_min | 380 | 4 |
| strand_widthfade | Material | float | strand_widthfade | 384 | 4 |
| strand_uvname | Material | char | strand_uvname[32] | 388 | 32 |
| sbias | Material | float | sbias | 420 | 4 |
| lbias | Material | float | lbias | 424 | 4 |
| shad_alpha | Material | float | shad_alpha | 428 | 4 |
| septex | Material | int | septex | 432 | 4 |
| rgbsel | Material | char | rgbsel | 436 | 1 |
| texact | Material | char | texact | 437 | 1 |
| pr_type | Material | char | pr_type | 438 | 1 |
| use_nodes | Material | char | use_nodes | 439 | 1 |
| pr_back | Material | short | pr_back | 440 | 2 |
| pr_lamp | Material | short | pr_lamp | 442 | 2 |
| pr_texture | Material | short | pr_texture | 444 | 2 |
| ml_flag | Material | short | ml_flag | 446 | 2 |
| diff_shader | Material | short | diff_shader | 448 | 2 |
| spec_shader | Material | short | spec_shader | 450 | 2 |
| roughness | Material | float | roughness | 452 | 4 |
| refrac | Material | float | refrac | 456 | 4 |
| param | Material | float | param[4] | 460 | 16 |
| rms | Material | float | rms | 476 | 4 |
| darkness | Material | float | darkness | 480 | 4 |
| texco | Material | short | texco | 484 | 2 |
| mapto | Material | short | mapto | 486 | 2 |
| ramp_col | Material | ColorBand | *ramp_col | 488 | 8 |
| ramp_spec | Material | ColorBand | *ramp_spec | 496 | 8 |
| rampin_col | Material | char | rampin_col | 504 | 1 |
| rampin_spec | Material | char | rampin_spec | 505 | 1 |
| rampblend_col | Material | char | rampblend_col | 506 | 1 |
| rampblend_spec | Material | char | rampblend_spec | 507 | 1 |
| ramp_show | Material | short | ramp_show | 508 | 2 |
| pad3 | Material | short | pad3 | 510 | 2 |
| rampfac_col | Material | float | rampfac_col | 512 | 4 |
| rampfac_spec | Material | float | rampfac_spec | 516 | 4 |
| mtex | Material | MTex | *mtex[18] | 520 | 144 |
| nodetree | Material | bNodeTree | *nodetree | 664 | 8 |
| ipo | Material | Ipo | *ipo | 672 | 8 |
| group | Material | Group | *group | 680 | 8 |
| preview | Material | PreviewImage | *preview | 688 | 8 |
| friction | Material | float | friction | 696 | 4 |
| fh | Material | float | fh | 700 | 4 |
| reflect | Material | float | reflect | 704 | 4 |
| fhdist | Material | float | fhdist | 708 | 4 |
| xyfrict | Material | float | xyfrict | 712 | 4 |
| dynamode | Material | short | dynamode | 716 | 2 |
| pad2 | Material | short | pad2 | 718 | 2 |
| sss_radius | Material | float | sss_radius[3] | 720 | 12 |
| sss_col | Material | float | sss_col[3] | 732 | 12 |
| sss_error | Material | float | sss_error | 744 | 4 |
| sss_scale | Material | float | sss_scale | 748 | 4 |
| sss_ior | Material | float | sss_ior | 752 | 4 |
| sss_colfac | Material | float | sss_colfac | 756 | 4 |
| sss_texfac | Material | float | sss_texfac | 760 | 4 |
| sss_front | Material | float | sss_front | 764 | 4 |
| sss_back | Material | float | sss_back | 768 | 4 |
| sss_flag | Material | short | sss_flag | 772 | 2 |
| sss_preset | Material | short | sss_preset | 774 | 2 |
| mapto_textured | Material | int | mapto_textured | 776 | 4 |
| pad4 | Material | int | pad4 | 780 | 4 |
| gpumaterial.first | ListBase | void | *first | 784 | 8 |
| gpumaterial.last | ListBase | void | *last | 792 | 8 |
| reference | structure | type | name | offset | size |
|---|---|---|---|---|---|
| id.next | ID | void | *next | 0 | 8 |
| id.prev | ID | void | *prev | 8 | 8 |
| id.newid | ID | ID | *newid | 16 | 8 |
| id.lib | ID | Library | *lib | 24 | 8 |
| id.name | ID | char | name[24] | 32 | 24 |
| id.us | ID | short | us | 56 | 2 |
| id.flag | ID | short | flag | 58 | 2 |
| id.icon_id | ID | int | icon_id | 60 | 4 |
| id.properties | ID | IDProperty | *properties | 64 | 8 |
| name | VFont | char | name[256] | 72 | 256 |
| data | VFont | VFontData | *data | 328 | 8 |
| packedfile | VFont | PackedFile | *packedfile | 336 | 8 |
| reference | structure | type | name | offset | size |
|---|---|---|---|---|---|
| next | MetaElem | MetaElem | *next | 0 | 8 |
| prev | MetaElem | MetaElem | *prev | 8 | 8 |
| bb | MetaElem | BoundBox | *bb | 16 | 8 |
| i1 | MetaElem | int | i1 | 24 | 4 |
| j1 | MetaElem | int | j1 | 28 | 4 |
| k1 | MetaElem | int | k1 | 32 | 4 |
| i2 | MetaElem | int | i2 | 36 | 4 |
| j2 | MetaElem | int | j2 | 40 | 4 |
| k2 | MetaElem | int | k2 | 44 | 4 |
| type | MetaElem | short | type | 48 | 2 |
| flag | MetaElem | short | flag | 50 | 2 |
| selcol1 | MetaElem | short | selcol1 | 52 | 2 |
| selcol2 | MetaElem | short | selcol2 | 54 | 2 |
| x | MetaElem | float | x | 56 | 4 |
| y | MetaElem | float | y | 60 | 4 |
| z | MetaElem | float | z | 64 | 4 |
| quat | MetaElem | float | quat[4] | 68 | 16 |
| expx | MetaElem | float | expx | 84 | 4 |
| expy | MetaElem | float | expy | 88 | 4 |
| expz | MetaElem | float | expz | 92 | 4 |
| rad | MetaElem | float | rad | 96 | 4 |
| rad2 | MetaElem | float | rad2 | 100 | 4 |
| s | MetaElem | float | s | 104 | 4 |
| len | MetaElem | float | len | 108 | 4 |
| mat | MetaElem | float | *mat | 112 | 8 |
| imat | MetaElem | float | *imat | 120 | 8 |
| reference | structure | type | name | offset | size |
|---|---|---|---|---|---|
| id.next | ID | void | *next | 0 | 8 |
| id.prev | ID | void | *prev | 8 | 8 |
| id.newid | ID | ID | *newid | 16 | 8 |
| id.lib | ID | Library | *lib | 24 | 8 |
| id.name | ID | char | name[24] | 32 | 24 |
| id.us | ID | short | us | 56 | 2 |
| id.flag | ID | short | flag | 58 | 2 |
| id.icon_id | ID | int | icon_id | 60 | 4 |
| id.properties | ID | IDProperty | *properties | 64 | 8 |
| adt | MetaBall | AnimData | *adt | 72 | 8 |
| bb | MetaBall | BoundBox | *bb | 80 | 8 |
| elems.first | ListBase | void | *first | 88 | 8 |
| elems.last | ListBase | void | *last | 96 | 8 |
| disp.first | ListBase | void | *first | 104 | 8 |
| disp.last | ListBase | void | *last | 112 | 8 |
| editelems | MetaBall | ListBase | *editelems | 120 | 8 |
| ipo | MetaBall | Ipo | *ipo | 128 | 8 |
| mat | MetaBall | Material | **mat | 136 | 8 |
| flag | MetaBall | char | flag | 144 | 1 |
| flag2 | MetaBall | char | flag2 | 145 | 1 |
| totcol | MetaBall | short | totcol | 146 | 2 |
| texflag | MetaBall | short | texflag | 148 | 2 |
| pad | MetaBall | short | pad | 150 | 2 |
| loc | MetaBall | float | loc[3] | 152 | 12 |
| size | MetaBall | float | size[3] | 164 | 12 |
| rot | MetaBall | float | rot[3] | 176 | 12 |
| wiresize | MetaBall | float | wiresize | 188 | 4 |
| rendersize | MetaBall | float | rendersize | 192 | 4 |
| thresh | MetaBall | float | thresh | 196 | 4 |
| lastelem | MetaBall | MetaElem | *lastelem | 200 | 8 |
| reference | structure | type | name | offset | size |
|---|---|---|---|---|---|
| vec | BezTriple | float | vec[3][3] | 0 | 36 |
| alfa | BezTriple | float | alfa | 36 | 4 |
| weight | BezTriple | float | weight | 40 | 4 |
| radius | BezTriple | float | radius | 44 | 4 |
| ipo | BezTriple | short | ipo | 48 | 2 |
| h1 | BezTriple | char | h1 | 50 | 1 |
| h2 | BezTriple | char | h2 | 51 | 1 |
| f1 | BezTriple | char | f1 | 52 | 1 |
| f2 | BezTriple | char | f2 | 53 | 1 |
| f3 | BezTriple | char | f3 | 54 | 1 |
| hide | BezTriple | char | hide | 55 | 1 |
| reference | structure | type | name | offset | size |
|---|---|---|---|---|---|
| vec | BPoint | float | vec[4] | 0 | 16 |
| alfa | BPoint | float | alfa | 16 | 4 |
| weight | BPoint | float | weight | 20 | 4 |
| f1 | BPoint | short | f1 | 24 | 2 |
| hide | BPoint | short | hide | 26 | 2 |
| radius | BPoint | float | radius | 28 | 4 |
| pad | BPoint | float | pad | 32 | 4 |
| reference | structure | type | name | offset | size |
|---|---|---|---|---|---|
| next | Nurb | Nurb | *next | 0 | 8 |
| prev | Nurb | Nurb | *prev | 8 | 8 |
| type | Nurb | short | type | 16 | 2 |
| mat_nr | Nurb | short | mat_nr | 18 | 2 |
| hide | Nurb | short | hide | 20 | 2 |
| flag | Nurb | short | flag | 22 | 2 |
| pntsu | Nurb | short | pntsu | 24 | 2 |
| pntsv | Nurb | short | pntsv | 26 | 2 |
| resolu | Nurb | short | resolu | 28 | 2 |
| resolv | Nurb | short | resolv | 30 | 2 |
| orderu | Nurb | short | orderu | 32 | 2 |
| orderv | Nurb | short | orderv | 34 | 2 |
| flagu | Nurb | short | flagu | 36 | 2 |
| flagv | Nurb | short | flagv | 38 | 2 |
| knotsu | Nurb | float | *knotsu | 40 | 8 |
| knotsv | Nurb | float | *knotsv | 48 | 8 |
| bp | Nurb | BPoint | *bp | 56 | 8 |
| bezt | Nurb | BezTriple | *bezt | 64 | 8 |
| tilt_interp | Nurb | short | tilt_interp | 72 | 2 |
| radius_interp | Nurb | short | radius_interp | 74 | 2 |
| charidx | Nurb | int | charidx | 76 | 4 |
| reference | structure | type | name | offset | size |
|---|---|---|---|---|---|
| kern | CharInfo | short | kern | 0 | 2 |
| mat_nr | CharInfo | short | mat_nr | 2 | 2 |
| flag | CharInfo | char | flag | 4 | 1 |
| pad | CharInfo | char | pad | 5 | 1 |
| pad2 | CharInfo | short | pad2 | 6 | 2 |
| reference | structure | type | name | offset | size |
|---|---|---|---|---|---|
| x | TextBox | float | x | 0 | 4 |
| y | TextBox | float | y | 4 | 4 |
| w | TextBox | float | w | 8 | 4 |
| h | TextBox | float | h | 12 | 4 |
| reference | structure | type | name | offset | size |
|---|---|---|---|---|---|
| id.next | ID | void | *next | 0 | 8 |
| id.prev | ID | void | *prev | 8 | 8 |
| id.newid | ID | ID | *newid | 16 | 8 |
| id.lib | ID | Library | *lib | 24 | 8 |
| id.name | ID | char | name[24] | 32 | 24 |
| id.us | ID | short | us | 56 | 2 |
| id.flag | ID | short | flag | 58 | 2 |
| id.icon_id | ID | int | icon_id | 60 | 4 |
| id.properties | ID | IDProperty | *properties | 64 | 8 |
| adt | Curve | AnimData | *adt | 72 | 8 |
| bb | Curve | BoundBox | *bb | 80 | 8 |
| nurb.first | ListBase | void | *first | 88 | 8 |
| nurb.last | ListBase | void | *last | 96 | 8 |
| disp.first | ListBase | void | *first | 104 | 8 |
| disp.last | ListBase | void | *last | 112 | 8 |
| editnurb | Curve | ListBase | *editnurb | 120 | 8 |
| bevobj | Curve | Object | *bevobj | 128 | 8 |
| taperobj | Curve | Object | *taperobj | 136 | 8 |
| textoncurve | Curve | Object | *textoncurve | 144 | 8 |
| ipo | Curve | Ipo | *ipo | 152 | 8 |
| path | Curve | Path | *path | 160 | 8 |
| key | Curve | Key | *key | 168 | 8 |
| mat | Curve | Material | **mat | 176 | 8 |
| bev.first | ListBase | void | *first | 184 | 8 |
| bev.last | ListBase | void | *last | 192 | 8 |
| loc | Curve | float | loc[3] | 200 | 12 |
| size | Curve | float | size[3] | 212 | 12 |
| rot | Curve | float | rot[3] | 224 | 12 |
| texflag | Curve | short | texflag | 236 | 2 |
| pad1 | Curve | short | pad1 | 238 | 2 |
| drawflag | Curve | short | drawflag | 240 | 2 |
| twist_mode | Curve | short | twist_mode | 242 | 2 |
| pad | Curve | short | pad[2] | 244 | 4 |
| twist_smooth | Curve | float | twist_smooth | 248 | 4 |
| pad2 | Curve | float | pad2 | 252 | 4 |
| pathlen | Curve | short | pathlen | 256 | 2 |
| totcol | Curve | short | totcol | 258 | 2 |
| flag | Curve | short | flag | 260 | 2 |
| bevresol | Curve | short | bevresol | 262 | 2 |
| width | Curve | float | width | 264 | 4 |
| ext1 | Curve | float | ext1 | 268 | 4 |
| ext2 | Curve | float | ext2 | 272 | 4 |
| resolu | Curve | short | resolu | 276 | 2 |
| resolv | Curve | short | resolv | 278 | 2 |
| resolu_ren | Curve | short | resolu_ren | 280 | 2 |
| resolv_ren | Curve | short | resolv_ren | 282 | 2 |
| actnu | Curve | int | actnu | 284 | 4 |
| lastselbp | Curve | BPoint | *lastselbp | 288 | 8 |
| len | Curve | short | len | 296 | 2 |
| lines | Curve | short | lines | 298 | 2 |
| pos | Curve | short | pos | 300 | 2 |
| spacemode | Curve | short | spacemode | 302 | 2 |
| spacing | Curve | float | spacing | 304 | 4 |
| linedist | Curve | float | linedist | 308 | 4 |
| shear | Curve | float | shear | 312 | 4 |
| fsize | Curve | float | fsize | 316 | 4 |
| wordspace | Curve | float | wordspace | 320 | 4 |
| ulpos | Curve | float | ulpos | 324 | 4 |
| ulheight | Curve | float | ulheight | 328 | 4 |
| xof | Curve | float | xof | 332 | 4 |
| yof | Curve | float | yof | 336 | 4 |
| linewidth | Curve | float | linewidth | 340 | 4 |
| str | Curve | char | *str | 344 | 8 |
| selboxes | Curve | SelBox | *selboxes | 352 | 8 |
| editfont | Curve | EditFont | *editfont | 360 | 8 |
| family | Curve | char | family[24] | 368 | 24 |
| vfont | Curve | VFont | *vfont | 392 | 8 |
| vfontb | Curve | VFont | *vfontb | 400 | 8 |
| vfonti | Curve | VFont | *vfonti | 408 | 8 |
| vfontbi | Curve | VFont | *vfontbi | 416 | 8 |
| sepchar | Curve | int | sepchar | 424 | 4 |
| ctime | Curve | float | ctime | 428 | 4 |
| totbox | Curve | int | totbox | 432 | 4 |
| actbox | Curve | int | actbox | 436 | 4 |
| tb | Curve | TextBox | *tb | 440 | 8 |
| selstart | Curve | int | selstart | 448 | 4 |
| selend | Curve | int | selend | 452 | 4 |
| strinfo | Curve | CharInfo | *strinfo | 456 | 8 |
| curinfo.kern | CharInfo | short | kern | 464 | 2 |
| curinfo.mat_nr | CharInfo | short | mat_nr | 466 | 2 |
| curinfo.flag | CharInfo | char | flag | 468 | 1 |
| curinfo.pad | CharInfo | char | pad | 469 | 1 |
| curinfo.pad2 | CharInfo | short | pad2 | 470 | 2 |
| reference | structure | type | name | offset | size |
|---|---|---|---|---|---|
| id.next | ID | void | *next | 0 | 8 |
| id.prev | ID | void | *prev | 8 | 8 |
| id.newid | ID | ID | *newid | 16 | 8 |
| id.lib | ID | Library | *lib | 24 | 8 |
| id.name | ID | char | name[24] | 32 | 24 |
| id.us | ID | short | us | 56 | 2 |
| id.flag | ID | short | flag | 58 | 2 |
| id.icon_id | ID | int | icon_id | 60 | 4 |
| id.properties | ID | IDProperty | *properties | 64 | 8 |
| 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 |
| edit_mesh | Mesh | EditMesh | *edit_mesh | 200 | 8 |
| vdata.layers | CustomData | CustomDataLayer | *layers | 208 | 8 |
| vdata.totlayer | CustomData | int | totlayer | 216 | 4 |
| vdata.maxlayer | CustomData | int | maxlayer | 220 | 4 |
| vdata.totsize | CustomData | int | totsize | 224 | 4 |
| vdata.pad | CustomData | int | pad | 228 | 4 |
| vdata.pool | CustomData | void | *pool | 232 | 8 |
| edata.layers | CustomData | CustomDataLayer | *layers | 240 | 8 |
| edata.totlayer | CustomData | int | totlayer | 248 | 4 |
| edata.maxlayer | CustomData | int | maxlayer | 252 | 4 |
| edata.totsize | CustomData | int | totsize | 256 | 4 |
| edata.pad | CustomData | int | pad | 260 | 4 |
| edata.pool | CustomData | void | *pool | 264 | 8 |
| fdata.layers | CustomData | CustomDataLayer | *layers | 272 | 8 |
| fdata.totlayer | CustomData | int | totlayer | 280 | 4 |
| fdata.maxlayer | CustomData | int | maxlayer | 284 | 4 |
| fdata.totsize | CustomData | int | totsize | 288 | 4 |
| fdata.pad | CustomData | int | pad | 292 | 4 |
| fdata.pool | CustomData | void | *pool | 296 | 8 |
| totvert | Mesh | int | totvert | 304 | 4 |
| totedge | Mesh | int | totedge | 308 | 4 |
| totface | Mesh | int | totface | 312 | 4 |
| totselect | Mesh | int | totselect | 316 | 4 |
| act_face | Mesh | int | act_face | 320 | 4 |
| texflag | Mesh | short | texflag | 324 | 2 |
| editflag | Mesh | short | editflag | 326 | 2 |
| loc | Mesh | float | loc[3] | 328 | 12 |
| size | Mesh | float | size[3] | 340 | 12 |
| rot | Mesh | float | rot[3] | 352 | 12 |
| cubemapsize | Mesh | float | cubemapsize | 364 | 4 |
| drawflag | Mesh | int | drawflag | 368 | 4 |
| smoothresh | Mesh | short | smoothresh | 372 | 2 |
| flag | Mesh | short | flag | 374 | 2 |
| subdiv | Mesh | short | subdiv | 376 | 2 |
| subdivr | Mesh | short | subdivr | 378 | 2 |
| totcol | Mesh | short | totcol | 380 | 2 |
| subsurftype | Mesh | short | subsurftype | 382 | 2 |
| mr | Mesh | Multires | *mr | 384 | 8 |
| pv | Mesh | PartialVisibility | *pv | 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 |
| mat_nr | MFace | short | mat_nr | 16 | 2 |
| edcode | MFace | char | edcode | 18 | 1 |
| flag | MFace | char | flag | 19 | 1 |
| reference | structure | type | name | offset | size |
|---|---|---|---|---|---|
| v1 | MEdge | int | v1 | 0 | 4 |
| v2 | MEdge | int | v2 | 4 | 4 |
| crease | MEdge | char | crease | 8 | 1 |
| bweight | MEdge | char | bweight | 9 | 1 |
| flag | MEdge | short | flag | 10 | 2 |
| reference | structure | type | name | offset | size |
|---|---|---|---|---|---|
| def_nr | MDeformWeight | int | def_nr | 0 | 4 |
| weight | MDeformWeight | float | weight | 4 | 4 |
| reference | structure | type | name | offset | size |
|---|---|---|---|---|---|
| dw | MDeformVert | MDeformWeight | *dw | 0 | 8 |
| totweight | MDeformVert | int | totweight | 8 | 4 |
| flag | MDeformVert | int | flag | 12 | 4 |
| reference | structure | type | name | offset | size |
|---|---|---|---|---|---|
| co | MVert | float | co[3] | 0 | 12 |
| no | MVert | short | no[3] | 12 | 6 |
| mat_nr | MVert | short | mat_nr | 18 | 2 |
| flag | MVert | char | flag | 20 | 1 |
| bweight | MVert | char | bweight | 21 | 1 |
| pad | MVert | char | pad[2] | 22 | 2 |
| reference | structure | type | name | offset | size |
|---|---|---|---|---|---|
| a | MCol | char | a | 0 | 1 |
| r | MCol | char | r | 1 | 1 |
| g | MCol | char | g | 2 | 1 |
| b | MCol | char | b | 3 | 1 |
| reference | structure | type | name | offset | size |
|---|---|---|---|---|---|
| tpage | MTexPoly | Image | *tpage | 0 | 8 |
| flag | MTexPoly | char | flag | 8 | 1 |
| transp | MTexPoly | char | transp | 9 | 1 |
| mode | MTexPoly | short | mode | 10 | 2 |
| tile | MTexPoly | short | tile | 12 | 2 |
| unwrap | MTexPoly | short | unwrap | 14 | 2 |
| reference | structure | type | name | offset | size |
|---|---|---|---|---|---|
| uv | MLoopUV | float | uv[2] | 0 | 8 |
| reference | structure | type | name | offset | size |
|---|---|---|---|---|---|
| a | MLoopCol | char | a | 0 | 1 |
| r | MLoopCol | char | r | 1 | 1 |
| g | MLoopCol | char | g | 2 | 1 |
| b | MLoopCol | char | b | 3 | 1 |
| pad | MLoopCol | int | pad | 4 | 4 |
| reference | structure | type | name | offset | size |
|---|---|---|---|---|---|
| co | MSticky | float | co[2] | 0 | 8 |
| reference | structure | type | name | offset | size |
|---|---|---|---|---|---|
| index | MSelect | int | index | 0 | 4 |
| type | MSelect | int | type | 4 | 4 |
| reference | structure | type | name | offset | size |
|---|---|---|---|---|---|
| uv | MTFace | float | uv[4][2] | 0 | 32 |
| tpage | MTFace | Image | *tpage | 32 | 8 |
| flag | MTFace | char | flag | 40 | 1 |
| transp | MTFace | char | transp | 41 | 1 |
| mode | MTFace | short | mode | 42 | 2 |
| tile | MTFace | short | tile | 44 | 2 |
| unwrap | MTFace | short | unwrap | 46 | 2 |
| reference | structure | type | name | offset | size |
|---|---|---|---|---|---|
| f | MFloatProperty | float | f | 0 | 4 |
| reference | structure | type | name | offset | size |
|---|---|---|---|---|---|
| i | MIntProperty | int | i | 0 | 4 |
| reference | structure | type | name | offset | size |
|---|---|---|---|---|---|
| s | MStringProperty | char | s[256] | 0 | 256 |
| reference | structure | type | name | offset | size |
|---|---|---|---|---|---|
| uv | OrigSpaceFace | float | uv[4][2] | 0 | 32 |
| reference | structure | type | name | offset | size |
|---|---|---|---|---|---|
| totdisp | MDisps | int | totdisp | 0 | 4 |
| pad | MDisps | char | pad[4] | 4 | 4 |
| disps | MDisps | float | (*disps)() | 8 | 8 |
| reference | structure | type | name | offset | size |
|---|---|---|---|---|---|
| a | MultiresCol | float | a | 0 | 4 |
| r | MultiresCol | float | r | 4 | 4 |
| g | MultiresCol | float | g | 8 | 4 |
| b | MultiresCol | float | b | 12 | 4 |
| reference | structure | type | name | offset | size |
|---|---|---|---|---|---|
| col.a | MultiresCol | float | a | 0 | 4 |
| col.r | MultiresCol | float | r | 4 | 4 |
| col.g | MultiresCol | float | g | 8 | 4 |
| col.b | MultiresCol | float | b | 12 | 4 |
| reference | structure | type | name | offset | size |
|---|---|---|---|---|---|
| v | MultiresFace | int | v[4] | 0 | 16 |
| mid | MultiresFace | int | mid | 16 | 4 |
| flag | MultiresFace | char | flag | 20 | 1 |
| mat_nr | MultiresFace | char | mat_nr | 21 | 1 |
| pad | MultiresFace | char | pad[2] | 22 | 2 |
| reference | structure | type | name | offset | size |
|---|---|---|---|---|---|
| v | MultiresEdge | int | v[2] | 0 | 8 |
| mid | MultiresEdge | int | mid | 8 | 4 |
| reference | structure | type | name | offset | size |
|---|---|---|---|---|---|
| next | MultiresLevel | MultiresLevel | *next | 0 | 8 |
| prev | MultiresLevel | MultiresLevel | *prev | 8 | 8 |
| faces | MultiresLevel | MultiresFace | *faces | 16 | 8 |
| colfaces | MultiresLevel | MultiresColFace | *colfaces | 24 | 8 |
| edges | MultiresLevel | MultiresEdge | *edges | 32 | 8 |
| totvert | MultiresLevel | int | totvert | 40 | 4 |
| totface | MultiresLevel | int | totface | 44 | 4 |
| totedge | MultiresLevel | int | totedge | 48 | 4 |
| pad | MultiresLevel | int | pad | 52 | 4 |
| verts | MultiresLevel | MVert | *verts | 56 | 8 |
| reference | structure | type | name | offset | size |
|---|---|---|---|---|---|
| levels.first | ListBase | void | *first | 0 | 8 |
| levels.last | ListBase | void | *last | 8 | 8 |
| verts | Multires | MVert | *verts | 16 | 8 |
| level_count | Multires | char | level_count | 24 | 1 |
| current | Multires | char | current | 25 | 1 |
| newlvl | Multires | char | newlvl | 26 | 1 |
| edgelvl | Multires | char | edgelvl | 27 | 1 |
| pinlvl | Multires | char | pinlvl | 28 | 1 |
| renderlvl | Multires | char | renderlvl | 29 | 1 |
| use_col | Multires | char | use_col | 30 | 1 |
| flag | Multires | char | flag | 31 | 1 |
| vdata.layers | CustomData | CustomDataLayer | *layers | 32 | 8 |
| vdata.totlayer | CustomData | int | totlayer | 40 | 4 |
| vdata.maxlayer | CustomData | int | maxlayer | 44 | 4 |
| vdata.totsize | CustomData | int | totsize | 48 | 4 |
| vdata.pad | CustomData | int | pad | 52 | 4 |
| vdata.pool | CustomData | void | *pool | 56 | 8 |
| 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 |
| scene | ModifierData | Scene | *scene | 56 | 8 |
| error | ModifierData | char | *error | 64 | 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.scene | ModifierData | Scene | *scene | 56 | 8 |
| modifier.error | ModifierData | char | *error | 64 | 8 |
| subdivType | SubsurfModifierData | short | subdivType | 72 | 2 |
| levels | SubsurfModifierData | short | levels | 74 | 2 |
| renderLevels | SubsurfModifierData | short | renderLevels | 76 | 2 |
| flags | SubsurfModifierData | short | flags | 78 | 2 |
| emCache | SubsurfModifierData | void | *emCache | 80 | 8 |
| mCache | SubsurfModifierData | void | *mCache | 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.scene | ModifierData | Scene | *scene | 56 | 8 |
| modifier.error | ModifierData | char | *error | 64 | 8 |
| object | LatticeModifierData | Object | *object | 72 | 8 |
| name | LatticeModifierData | char | name[32] | 80 | 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.scene | ModifierData | Scene | *scene | 56 | 8 |
| modifier.error | ModifierData | char | *error | 64 | 8 |
| object | CurveModifierData | Object | *object | 72 | 8 |
| name | CurveModifierData | char | name[32] | 80 | 32 |
| defaxis | CurveModifierData | short | defaxis | 112 | 2 |
| pad | CurveModifierData | char | pad[6] | 114 | 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.scene | ModifierData | Scene | *scene | 56 | 8 |
| modifier.error | ModifierData | char | *error | 64 | 8 |
| start | BuildModifierData | float | start | 72 | 4 |
| length | BuildModifierData | float | length | 76 | 4 |
| randomize | BuildModifierData | int | randomize | 80 | 4 |
| seed | BuildModifierData | int | seed | 84 | 4 |
| reference | structure | type | name | offset | size |
|---|---|---|---|---|---|
| modifier.next | ModifierData | ModifierData | *next | 0 | 8 |
| modifier.prev | ModifierData | ModifierData | *prev | 8 | 8 |
| modifier.type | ModifierData | int | type | 16 | 4 |
| modifier.mode | ModifierData | int | mode | 20 | 4 |
| modifier.name | ModifierData | char | name[32] | 24 | 32 |
| modifier.scene | ModifierData | Scene | *scene | 56 | 8 |
| modifier.error | ModifierData | char | *error | 64 | 8 |
| ob_arm | MaskModifierData | Object | *ob_arm | 72 | 8 |
| vgroup | MaskModifierData | char | vgroup[32] | 80 | 32 |
| mode | MaskModifierData | int | mode | 112 | 4 |
| flag | MaskModifierData | int | flag | 116 | 4 |
| reference | structure | type | name | offset | size |
|---|---|---|---|---|---|
| modifier.next | ModifierData | ModifierData | *next | 0 | 8 |
| modifier.prev | ModifierData | ModifierData | *prev | 8 | 8 |
| modifier.type | ModifierData | int | type | 16 | 4 |
| modifier.mode | ModifierData | int | mode | 20 | 4 |
| modifier.name | ModifierData | char | name[32] | 24 | 32 |
| modifier.scene | ModifierData | Scene | *scene | 56 | 8 |
| modifier.error | ModifierData | char | *error | 64 | 8 |
| start_cap | ArrayModifierData | Object | *start_cap | 72 | 8 |
| end_cap | ArrayModifierData | Object | *end_cap | 80 | 8 |
| curve_ob | ArrayModifierData | Object | *curve_ob | 88 | 8 |
| offset_ob | ArrayModifierData | Object | *offset_ob | 96 | 8 |
| offset | ArrayModifierData | float | offset[3] | 104 | 12 |
| scale | ArrayModifierData | float | scale[3] | 116 | 12 |
| length | ArrayModifierData | float | length | 128 | 4 |
| merge_dist | ArrayModifierData | float | merge_dist | 132 | 4 |
| fit_type | ArrayModifierData | int | fit_type | 136 | 4 |
| offset_type | ArrayModifierData | int | offset_type | 140 | 4 |
| flags | ArrayModifierData | int | flags | 144 | 4 |
| count | ArrayModifierData | int | count | 148 | 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.scene | ModifierData | Scene | *scene | 56 | 8 |
| modifier.error | ModifierData | char | *error | 64 | 8 |
| axis | MirrorModifierData | short | axis | 72 | 2 |
| flag | MirrorModifierData | short | flag | 74 | 2 |
| tolerance | MirrorModifierData | float | tolerance | 76 | 4 |
| mirror_ob | MirrorModifierData | Object | *mirror_ob | 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.scene | ModifierData | Scene | *scene | 56 | 8 |
| modifier.error | ModifierData | char | *error | 64 | 8 |
| split_angle | EdgeSplitModifierData | float | split_angle | 72 | 4 |
| flags | EdgeSplitModifierData | int | flags | 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.scene | ModifierData | Scene | *scene | 56 | 8 |
| modifier.error | ModifierData | char | *error | 64 | 8 |
| value | BevelModifierData | float | value | 72 | 4 |
| res | BevelModifierData | int | res | 76 | 4 |
| pad | BevelModifierData | int | pad | 80 | 4 |
| flags | BevelModifierData | short | flags | 84 | 2 |
| val_flags | BevelModifierData | short | val_flags | 86 | 2 |
| lim_flags | BevelModifierData | short | lim_flags | 88 | 2 |
| e_flags | BevelModifierData | short | e_flags | 90 | 2 |
| bevel_angle | BevelModifierData | float | bevel_angle | 92 | 4 |
| defgrp_name | BevelModifierData | char | defgrp_name[32] | 96 | 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.scene | ModifierData | Scene | *scene | 56 | 8 |
| modifier.error | ModifierData | char | *error | 64 | 8 |
| pad | BMeshModifierData | float | pad | 72 | 4 |
| type | BMeshModifierData | int | type | 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.scene | ModifierData | Scene | *scene | 56 | 8 |
| modifier.error | ModifierData | char | *error | 64 | 8 |
| domain | SmokeModifierData | SmokeDomainSettings | *domain | 72 | 8 |
| flow | SmokeModifierData | SmokeFlowSettings | *flow | 80 | 8 |
| coll | SmokeModifierData | SmokeCollSettings | *coll | 88 | 8 |
| time | SmokeModifierData | float | time | 96 | 4 |
| type | SmokeModifierData | int | type | 100 | 4 |
| reference | structure | type | name | offset | size |
|---|---|---|---|---|---|
| modifier.next | ModifierData | ModifierData | *next | 0 | 8 |
| modifier.prev | ModifierData | ModifierData | *prev | 8 | 8 |
| modifier.type | ModifierData | int | type | 16 | 4 |
| modifier.mode | ModifierData | int | mode | 20 | 4 |
| modifier.name | ModifierData | char | name[32] | 24 | 32 |
| modifier.scene | ModifierData | Scene | *scene | 56 | 8 |
| modifier.error | ModifierData | char | *error | 64 | 8 |
| texture | DisplaceModifierData | Tex | *texture | 72 | 8 |
| strength | DisplaceModifierData | float | strength | 80 | 4 |
| direction | DisplaceModifierData | int | direction | 84 | 4 |
| defgrp_name | DisplaceModifierData | char | defgrp_name[32] | 88 | 32 |
| midlevel | DisplaceModifierData | float | midlevel | 120 | 4 |
| texmapping | DisplaceModifierData | int | texmapping | 124 | 4 |
| map_object | DisplaceModifierData | Object | *map_object | 128 | 8 |
| uvlayer_name | DisplaceModifierData | char | uvlayer_name[32] | 136 | 32 |
| uvlayer_tmp | DisplaceModifierData | int | uvlayer_tmp | 168 | 4 |
| pad | DisplaceModifierData | int | pad | 172 | 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.scene | ModifierData | Scene | *scene | 56 | 8 |
| modifier.error | ModifierData | char | *error | 64 | 8 |
| projectors | UVProjectModifierData | Object | *projectors[10] | 72 | 80 |
| image | UVProjectModifierData | Image | *image | 152 | 8 |
| flags | UVProjectModifierData | int | flags | 160 | 4 |
| num_projectors | UVProjectModifierData | int | num_projectors | 164 | 4 |
| aspectx | UVProjectModifierData | float | aspectx | 168 | 4 |
| aspecty | UVProjectModifierData | float | aspecty | 172 | 4 |
| uvlayer_name | UVProjectModifierData | char | uvlayer_name[32] | 176 | 32 |
| uvlayer_tmp | UVProjectModifierData | int | uvlayer_tmp | 208 | 4 |
| pad | UVProjectModifierData | int | pad | 212 | 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.scene | ModifierData | Scene | *scene | 56 | 8 |
| modifier.error | ModifierData | char | *error | 64 | 8 |
| percent | DecimateModifierData | float | percent | 72 | 4 |
| faceCount | DecimateModifierData | int | faceCount | 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.scene | ModifierData | Scene | *scene | 56 | 8 |
| modifier.error | ModifierData | char | *error | 64 | 8 |
| fac | SmoothModifierData | float | fac | 72 | 4 |
| defgrp_name | SmoothModifierData | char | defgrp_name[32] | 76 | 32 |
| flag | SmoothModifierData | short | flag | 108 | 2 |
| repeat | SmoothModifierData | short | repeat | 110 | 2 |
| reference | structure | type | name | offset | size |
|---|---|---|---|---|---|
| modifier.next | ModifierData | ModifierData | *next | 0 | 8 |
| modifier.prev | ModifierData | ModifierData | *prev | 8 | 8 |
| modifier.type | ModifierData | int | type | 16 | 4 |
| modifier.mode | ModifierData | int | mode | 20 | 4 |
| modifier.name | ModifierData | char | name[32] | 24 | 32 |
| modifier.scene | ModifierData | Scene | *scene | 56 | 8 |
| modifier.error | ModifierData | char | *error | 64 | 8 |
| object | CastModifierData | Object | *object | 72 | 8 |
| fac | CastModifierData | float | fac | 80 | 4 |
| radius | CastModifierData | float | radius | 84 | 4 |
| size | CastModifierData | float | size | 88 | 4 |
| defgrp_name | CastModifierData | char | defgrp_name[32] | 92 | 32 |
| flag | CastModifierData | short | flag | 124 | 2 |
| type | CastModifierData | short | type | 126 | 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.scene | ModifierData | Scene | *scene | 56 | 8 |
| modifier.error | ModifierData | char | *error | 64 | 8 |
| objectcenter | WaveModifierData | Object | *objectcenter | 72 | 8 |
| defgrp_name | WaveModifierData | char | defgrp_name[32] | 80 | 32 |
| texture | WaveModifierData | Tex | *texture | 112 | 8 |
| map_object | WaveModifierData | Object | *map_object | 120 | 8 |
| flag | WaveModifierData | short | flag | 128 | 2 |
| pad | WaveModifierData | short | pad | 130 | 2 |
| startx | WaveModifierData | float | startx | 132 | 4 |
| starty | WaveModifierData | float | starty | 136 | 4 |
| height | WaveModifierData | float | height | 140 | 4 |
| width | WaveModifierData | float | width | 144 | 4 |
| narrow | WaveModifierData | float | narrow | 148 | 4 |
| speed | WaveModifierData | float | speed | 152 | 4 |
| damp | WaveModifierData | float | damp | 156 | 4 |
| falloff | WaveModifierData | float | falloff | 160 | 4 |
| texmapping | WaveModifierData | int | texmapping | 164 | 4 |
| uvlayer_tmp | WaveModifierData | int | uvlayer_tmp | 168 | 4 |
| uvlayer_name | WaveModifierData | char | uvlayer_name[32] | 172 | 32 |
| timeoffs | WaveModifierData | float | timeoffs | 204 | 4 |
| lifetime | WaveModifierData | float | lifetime | 208 | 4 |
| pad1 | WaveModifierData | float | pad1 | 212 | 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.scene | ModifierData | Scene | *scene | 56 | 8 |
| modifier.error | ModifierData | char | *error | 64 | 8 |
| deformflag | ArmatureModifierData | short | deformflag | 72 | 2 |
| multi | ArmatureModifierData | short | multi | 74 | 2 |
| pad2 | ArmatureModifierData | int | pad2 | 76 | 4 |
| object | ArmatureModifierData | Object | *object | 80 | 8 |
| prevCos | ArmatureModifierData | float | *prevCos | 88 | 8 |
| defgrp_name | ArmatureModifierData | char | defgrp_name[32] | 96 | 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.scene | ModifierData | Scene | *scene | 56 | 8 |
| modifier.error | ModifierData | char | *error | 64 | 8 |
| object | HookModifierData | Object | *object | 72 | 8 |
| subtarget | HookModifierData | char | subtarget[32] | 80 | 32 |
| parentinv | HookModifierData | float | parentinv[4][4] | 112 | 64 |
| cent | HookModifierData | float | cent[3] | 176 | 12 |
| falloff | HookModifierData | float | falloff | 188 | 4 |
| indexar | HookModifierData | int | *indexar | 192 | 8 |
| totindex | HookModifierData | int | totindex | 200 | 4 |
| force | HookModifierData | float | force | 204 | 4 |
| name | HookModifierData | char | name[32] | 208 | 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.scene | ModifierData | Scene | *scene | 56 | 8 |
| modifier.error | ModifierData | char | *error | 64 | 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.scene | ModifierData | Scene | *scene | 56 | 8 |
| modifier.error | ModifierData | char | *error | 64 | 8 |
| scene | ClothModifierData | Scene | *scene | 72 | 8 |
| clothObject | ClothModifierData | Cloth | *clothObject | 80 | 8 |
| sim_parms | ClothModifierData | ClothSimSettings | *sim_parms | 88 | 8 |
| coll_parms | ClothModifierData | ClothCollSettings | *coll_parms | 96 | 8 |
| point_cache | ClothModifierData | PointCache | *point_cache | 104 | 8 |
| ptcaches.first | ListBase | void | *first | 112 | 8 |
| ptcaches.last | ListBase | void | *last | 120 | 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.scene | ModifierData | Scene | *scene | 56 | 8 |
| modifier.error | ModifierData | char | *error | 64 | 8 |
| x | CollisionModifierData | MVert | *x | 72 | 8 |
| xnew | CollisionModifierData | MVert | *xnew | 80 | 8 |
| xold | CollisionModifierData | MVert | *xold | 88 | 8 |
| current_xnew | CollisionModifierData | MVert | *current_xnew | 96 | 8 |
| current_x | CollisionModifierData | MVert | *current_x | 104 | 8 |
| current_v | CollisionModifierData | MVert | *current_v | 112 | 8 |
| mfaces | CollisionModifierData | MFace | *mfaces | 120 | 8 |
| numverts | CollisionModifierData | int | numverts | 128 | 4 |
| numfaces | CollisionModifierData | int | numfaces | 132 | 4 |
| time | CollisionModifierData | float | time | 136 | 4 |
| pad | CollisionModifierData | float | pad | 140 | 4 |
| bvhtree | CollisionModifierData | BVHTree | *bvhtree | 144 | 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.scene | ModifierData | Scene | *scene | 56 | 8 |
| modifier.error | ModifierData | char | *error | 64 | 8 |
| x | SurfaceModifierData | MVert | *x | 72 | 8 |
| v | SurfaceModifierData | MVert | *v | 80 | 8 |
| dm | SurfaceModifierData | DerivedMesh | *dm | 88 | 8 |
| bvhtree | SurfaceModifierData | BVHTreeFromMesh | *bvhtree | 96 | 8 |
| cfra | SurfaceModifierData | int | cfra | 104 | 4 |
| numverts | SurfaceModifierData | int | numverts | 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.scene | ModifierData | Scene | *scene | 56 | 8 |
| modifier.error | ModifierData | char | *error | 64 | 8 |
| object | BooleanModifierData | Object | *object | 72 | 8 |
| operation | BooleanModifierData | int | operation | 80 | 4 |
| pad | BooleanModifierData | int | pad | 84 | 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.scene | ModifierData | Scene | *scene | 56 | 8 |
| modifier.error | ModifierData | char | *error | 64 | 8 |
| object | MeshDeformModifierData | Object | *object | 72 | 8 |
| defgrp_name | MeshDeformModifierData | char | defgrp_name[32] | 80 | 32 |
| gridsize | MeshDeformModifierData | short | gridsize | 112 | 2 |
| flag | MeshDeformModifierData | short | flag | 114 | 2 |
| pad | MeshDeformModifierData | short | pad[2] | 116 | 4 |
| bindweights | MeshDeformModifierData | float | *bindweights | 120 | 8 |
| bindcos | MeshDeformModifierData | float | *bindcos | 128 | 8 |
| totvert | MeshDeformModifierData | int | totvert | 136 | 4 |
| totcagevert | MeshDeformModifierData | int | totcagevert | 140 | 4 |
| dyngrid | MeshDeformModifierData | MDefCell | *dyngrid | 144 | 8 |
| dyninfluences | MeshDeformModifierData | MDefInfluence | *dyninfluences | 152 | 8 |
| dynverts | MeshDeformModifierData | int | *dynverts | 160 | 8 |
| pad2 | MeshDeformModifierData | int | *pad2 | 168 | 8 |
| dyngridsize | MeshDeformModifierData | int | dyngridsize | 176 | 4 |
| totinfluence | MeshDeformModifierData | int | totinfluence | 180 | 4 |
| dyncellmin | MeshDeformModifierData | float | dyncellmin[3] | 184 | 12 |
| dyncellwidth | MeshDeformModifierData | float | dyncellwidth | 196 | 4 |
| bindmat | MeshDeformModifierData | float | bindmat[4][4] | 200 | 64 |
| bindfunc | MeshDeformModifierData | void | (*bindfunc)() | 264 | 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.scene | ModifierData | Scene | *scene | 56 | 8 |
| modifier.error | ModifierData | char | *error | 64 | 8 |
| psys | ParticleSystemModifierData | ParticleSystem | *psys | 72 | 8 |
| dm | ParticleSystemModifierData | DerivedMesh | *dm | 80 | 8 |
| totdmvert | ParticleSystemModifierData | int | totdmvert | 88 | 4 |
| totdmedge | ParticleSystemModifierData | int | totdmedge | 92 | 4 |
| totdmface | ParticleSystemModifierData | int | totdmface | 96 | 4 |
| flag | ParticleSystemModifierData | short | flag | 100 | 2 |
| rt | ParticleSystemModifierData | short | rt | 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.scene | ModifierData | Scene | *scene | 56 | 8 |
| modifier.error | ModifierData | char | *error | 64 | 8 |
| ob | ParticleInstanceModifierData | Object | *ob | 72 | 8 |
| psys | ParticleInstanceModifierData | short | psys | 80 | 2 |
| flag | ParticleInstanceModifierData | short | flag | 82 | 2 |
| axis | ParticleInstanceModifierData | short | axis | 84 | 2 |
| rt | ParticleInstanceModifierData | short | rt | 86 | 2 |
| position | ParticleInstanceModifierData | float | position | 88 | 4 |
| random_position | ParticleInstanceModifierData | float | random_position | 92 | 4 |
| reference | structure | type | name | offset | size |
|---|---|---|---|---|---|
| modifier.next | ModifierData | ModifierData | *next | 0 | 8 |
| modifier.prev | ModifierData | ModifierData | *prev | 8 | 8 |
| modifier.type | ModifierData | int | type | 16 | 4 |
| modifier.mode | ModifierData | int | mode | 20 | 4 |
| modifier.name | ModifierData | char | name[32] | 24 | 32 |
| modifier.scene | ModifierData | Scene | *scene | 56 | 8 |
| modifier.error | ModifierData | char | *error | 64 | 8 |
| facepa | ExplodeModifierData | int | *facepa | 72 | 8 |
| flag | ExplodeModifierData | short | flag | 80 | 2 |
| vgroup | ExplodeModifierData | short | vgroup | 82 | 2 |
| protect | ExplodeModifierData | float | protect | 84 | 4 |
| reference | structure | type | name | offset | size |
|---|---|---|---|---|---|
| modifier.next | ModifierData | ModifierData | *next | 0 | 8 |
| modifier.prev | ModifierData | ModifierData | *prev | 8 | 8 |
| modifier.type | ModifierData | int | type | 16 | 4 |
| modifier.mode | ModifierData | int | mode | 20 | 4 |
| modifier.name | ModifierData | char | name[32] | 24 | 32 |
| modifier.scene | ModifierData | Scene | *scene | 56 | 8 |
| modifier.error | ModifierData | char | *error | 64 | 8 |
| undo_verts | MultiresModifierData | MVert | *undo_verts | 72 | 8 |
| undo_verts_tot | MultiresModifierData | int | undo_verts_tot | 80 | 4 |
| undo_signal | MultiresModifierData | char | undo_signal | 84 | 1 |
| lvl | MultiresModifierData | char | lvl | 85 | 1 |
| totlvl | MultiresModifierData | char | totlvl | 86 | 1 |
| simple | MultiresModifierData | char | simple | 87 | 1 |
| reference | structure | type | name | offset | size |
|---|---|---|---|---|---|
| modifier.next | ModifierData | ModifierData | *next | 0 | 8 |
| modifier.prev | ModifierData | ModifierData | *prev | 8 | 8 |
| modifier.type | ModifierData | int | type | 16 | 4 |
| modifier.mode | ModifierData | int | mode | 20 | 4 |
| modifier.name | ModifierData | char | name[32] | 24 | 32 |
| modifier.scene | ModifierData | Scene | *scene | 56 | 8 |
| modifier.error | ModifierData | char | *error | 64 | 8 |
| fss | FluidsimModifierData | FluidsimSettings | *fss | 72 | 8 |
| point_cache | FluidsimModifierData | PointCache | *point_cache | 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.scene | ModifierData | Scene | *scene | 56 | 8 |
| modifier.error | ModifierData | char | *error | 64 | 8 |
| target | ShrinkwrapModifierData | Object | *target | 72 | 8 |
| auxTarget | ShrinkwrapModifierData | Object | *auxTarget | 80 | 8 |
| vgroup_name | ShrinkwrapModifierData | char | vgroup_name[32] | 88 | 32 |
| keepDist | ShrinkwrapModifierData | float | keepDist | 120 | 4 |
| shrinkType | ShrinkwrapModifierData | short | shrinkType | 124 | 2 |
| shrinkOpts | ShrinkwrapModifierData | short | shrinkOpts | 126 | 2 |
| projAxis | ShrinkwrapModifierData | char | projAxis | 128 | 1 |
| subsurfLevels | ShrinkwrapModifierData | char | subsurfLevels | 129 | 1 |
| pad | ShrinkwrapModifierData | char | pad[6] | 130 | 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.scene | ModifierData | Scene | *scene | 56 | 8 |
| modifier.error | ModifierData | char | *error | 64 | 8 |
| origin | SimpleDeformModifierData | Object | *origin | 72 | 8 |
| vgroup_name | SimpleDeformModifierData | char | vgroup_name[32] | 80 | 32 |
| factor | SimpleDeformModifierData | float | factor | 112 | 4 |
| limit | SimpleDeformModifierData | float | limit[2] | 116 | 8 |
| mode | SimpleDeformModifierData | char | mode | 124 | 1 |
| axis | SimpleDeformModifierData | char | axis | 125 | 1 |
| originOpts | SimpleDeformModifierData | char | originOpts | 126 | 1 |
| pad | SimpleDeformModifierData | char | pad | 127 | 1 |
| reference | structure | type | name | offset | size |
|---|---|---|---|---|---|
| modifier.next | ModifierData | ModifierData | *next | 0 | 8 |
| modifier.prev | ModifierData | ModifierData | *prev | 8 | 8 |
| modifier.type | ModifierData | int | type | 16 | 4 |
| modifier.mode | ModifierData | int | mode | 20 | 4 |
| modifier.name | ModifierData | char | name[32] | 24 | 32 |
| modifier.scene | ModifierData | Scene | *scene | 56 | 8 |
| modifier.error | ModifierData | char | *error | 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 |
| 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 |
| latticedata | Lattice | float | *latticedata | 152 | 8 |
| latmat | Lattice | float | latmat[4][4] | 160 | 64 |
| editlatt | Lattice | Lattice | *editlatt | 224 | 8 |
| reference | structure | type | name | offset | size |
|---|---|---|---|---|---|
| next | bDeformGroup | bDeformGroup | *next | 0 | 8 |
| prev | bDeformGroup | bDeformGroup | *prev | 8 | 8 |
| name | bDeformGroup | char | name[32] | 16 | 32 |
| reference | structure | type | name | offset | size |
|---|---|---|---|---|---|
| vec | BoundBox | float | vec[8][3] | 0 | 96 |
| flag | BoundBox | int | flag | 96 | 4 |
| pad | BoundBox | int | pad | 100 | 4 |
| reference | structure | type | name | offset | size |
|---|---|---|---|---|---|
| id.next | ID | void | *next | 0 | 8 |
| id.prev | ID | void | *prev | 8 | 8 |
| id.newid | ID | ID | *newid | 16 | 8 |
| id.lib | ID | Library | *lib | 24 | 8 |
| id.name | ID | char | name[24] | 32 | 24 |
| id.us | ID | short | us | 56 | 2 |
| id.flag | ID | short | flag | 58 | 2 |
| id.icon_id | ID | int | icon_id | 60 | 4 |
| id.properties | ID | IDProperty | *properties | 64 | 8 |
| adt | Object | AnimData | *adt | 72 | 8 |
| sculpt | Object | SculptSession | *sculpt | 80 | 8 |
| type | Object | short | type | 88 | 2 |
| partype | Object | short | partype | 90 | 2 |
| par1 | Object | int | par1 | 92 | 4 |
| par2 | Object | int | par2 | 96 | 4 |
| par3 | Object | int | par3 | 100 | 4 |
| parsubstr | Object | char | parsubstr[32] | 104 | 32 |
| parent | Object | Object | *parent | 136 | 8 |
| track | Object | Object | *track | 144 | 8 |
| proxy | Object | Object | *proxy | 152 | 8 |
| proxy_group | Object | Object | *proxy_group | 160 | 8 |
| proxy_from | Object | Object | *proxy_from | 168 | 8 |
| ipo | Object | Ipo | *ipo | 176 | 8 |
| path | Object | Path | *path | 184 | 8 |
| bb | Object | BoundBox | *bb | 192 | 8 |
| action | Object | bAction | *action | 200 | 8 |
| poselib | Object | bAction | *poselib | 208 | 8 |
| pose | Object | bPose | *pose | 216 | 8 |
| data | Object | void | *data | 224 | 8 |
| gpd | Object | bGPdata | *gpd | 232 | 8 |
| constraintChannels.first | ListBase | void | *first | 240 | 8 |
| constraintChannels.last | ListBase | void | *last | 248 | 8 |
| effect.first | ListBase | void | *first | 256 | 8 |
| effect.last | ListBase | void | *last | 264 | 8 |
| disp.first | ListBase | void | *first | 272 | 8 |
| disp.last | ListBase | void | *last | 280 | 8 |
| defbase.first | ListBase | void | *first | 288 | 8 |
| defbase.last | ListBase | void | *last | 296 | 8 |
| modifiers.first | ListBase | void | *first | 304 | 8 |
| modifiers.last | ListBase | void | *last | 312 | 8 |
| mode | Object | int | mode | 320 | 4 |
| restore_mode | Object | int | restore_mode | 324 | 4 |
| mat | Object | Material | **mat | 328 | 8 |
| matbits | Object | char | *matbits | 336 | 8 |
| totcol | Object | int | totcol | 344 | 4 |
| actcol | Object | int | actcol | 348 | 4 |
| loc | Object | float | loc[3] | 352 | 12 |
| dloc | Object | float | dloc[3] | 364 | 12 |
| orig | Object | float | orig[3] | 376 | 12 |
| size | Object | float | size[3] | 388 | 12 |
| dsize | Object | float | dsize[3] | 400 | 12 |
| rot | Object | float | rot[3] | 412 | 12 |
| drot | Object | float | drot[3] | 424 | 12 |
| quat | Object | float | quat[4] | 436 | 16 |
| dquat | Object | float | dquat[4] | 452 | 16 |
| rotAxis | Object | float | rotAxis[3] | 468 | 12 |
| drotAxis | Object | float | drotAxis[3] | 480 | 12 |
| rotAngle | Object | float | rotAngle | 492 | 4 |
| drotAngle | Object | float | drotAngle | 496 | 4 |
| obmat | Object | float | obmat[4][4] | 500 | 64 |
| parentinv | Object | float | parentinv[4][4] | 564 | 64 |
| constinv | Object | float | constinv[4][4] | 628 | 64 |
| imat | Object | float | imat[4][4] | 692 | 64 |
| lay | Object | int | lay | 756 | 4 |
| flag | Object | short | flag | 760 | 2 |
| colbits | Object | short | colbits | 762 | 2 |
| transflag | Object | short | transflag | 764 | 2 |
| protectflag | Object | short | protectflag | 766 | 2 |
| trackflag | Object | short | trackflag | 768 | 2 |
| upflag | Object | short | upflag | 770 | 2 |
| nlaflag | Object | short | nlaflag | 772 | 2 |
| ipoflag | Object | short | ipoflag | 774 | 2 |
| ipowin | Object | short | ipowin | 776 | 2 |
| scaflag | Object | short | scaflag | 778 | 2 |
| scavisflag | Object | short | scavisflag | 780 | 2 |
| boundtype | Object | short | boundtype | 782 | 2 |
| dupon | Object | int | dupon | 784 | 4 |
| dupoff | Object | int | dupoff | 788 | 4 |
| dupsta | Object | int | dupsta | 792 | 4 |
| dupend | Object | int | dupend | 796 | 4 |
| sf | Object | float | sf | 800 | 4 |
| ctime | Object | float | ctime | 804 | 4 |
| mass | Object | float | mass | 808 | 4 |
| damping | Object | float | damping | 812 | 4 |
| inertia | Object | float | inertia | 816 | 4 |
| formfactor | Object | float | formfactor | 820 | 4 |
| rdamping | Object | float | rdamping | 824 | 4 |
| sizefac | Object | float | sizefac | 828 | 4 |
| margin | Object | float | margin | 832 | 4 |
| max_vel | Object | float | max_vel | 836 | 4 |
| min_vel | Object | float | min_vel | 840 | 4 |
| m_contactProcessingThreshold | Object | float | m_contactProcessingThreshold | 844 | 4 |
| rotmode | Object | short | rotmode | 848 | 2 |
| dt | Object | char | dt | 850 | 1 |
| dtx | Object | char | dtx | 851 | 1 |
| empty_drawtype | Object | char | empty_drawtype | 852 | 1 |
| pad1 | Object | char | pad1[3] | 853 | 3 |
| empty_drawsize | Object | float | empty_drawsize | 856 | 4 |
| dupfacesca | Object | float | dupfacesca | 860 | 4 |
| prop.first | ListBase | void | *first | 864 | 8 |
| prop.last | ListBase | void | *last | 872 | 8 |
| sensors.first | ListBase | void | *first | 880 | 8 |
| sensors.last | ListBase | void | *last | 888 | 8 |
| controllers.first | ListBase | void | *first | 896 | 8 |
| controllers.last | ListBase | void | *last | 904 | 8 |
| actuators.first | ListBase | void | *first | 912 | 8 |
| actuators.last | ListBase | void | *last | 920 | 8 |
| bbsize | Object | float | bbsize[3] | 928 | 12 |
| index | Object | short | index | 940 | 2 |
| actdef | Object | short | actdef | 942 | 2 |
| col | Object | float | col[4] | 944 | 16 |
| gameflag | Object | int | gameflag | 960 | 4 |
| gameflag2 | Object | int | gameflag2 | 964 | 4 |
| bsoft | Object | BulletSoftBody | *bsoft | 968 | 8 |
| softflag | Object | short | softflag | 976 | 2 |
| recalc | Object | short | recalc | 978 | 2 |
| anisotropicFriction | Object | float | anisotropicFriction[3] | 980 | 12 |
| constraints.first | ListBase | void | *first | 992 | 8 |
| constraints.last | ListBase | void | *last | 1000 | 8 |
| nlastrips.first | ListBase | void | *first | 1008 | 8 |
| nlastrips.last | ListBase | void | *last | 1016 | 8 |
| hooks.first | ListBase | void | *first | 1024 | 8 |
| hooks.last | ListBase | void | *last | 1032 | 8 |
| particlesystem.first | ListBase | void | *first | 1040 | 8 |
| particlesystem.last | ListBase | void | *last | 1048 | 8 |
| pd | Object | PartDeflect | *pd | 1056 | 8 |
| soft | Object | SoftBody | *soft | 1064 | 8 |
| dup_group | Object | Group | *dup_group | 1072 | 8 |
| fluidsimFlag | Object | short | fluidsimFlag | 1080 | 2 |
| restrictflag | Object | short | restrictflag | 1082 | 2 |
| shapenr | Object | short | shapenr | 1084 | 2 |
| shapeflag | Object | short | shapeflag | 1086 | 2 |
| smoothresh | Object | float | smoothresh | 1088 | 4 |
| recalco | Object | short | recalco | 1092 | 2 |
| body_type | Object | short | body_type | 1094 | 2 |
| fluidsimSettings | Object | FluidsimSettings | *fluidsimSettings | 1096 | 8 |
| derivedDeform | Object | DerivedMesh | *derivedDeform | 1104 | 8 |
| derivedFinal | Object | DerivedMesh | *derivedFinal | 1112 | 8 |
| lastDataMask | Object | int | lastDataMask | 1120 | 4 |
| state | Object | int | state | 1124 | 4 |
| init_state | Object | int | init_state | 1128 | 4 |
| pad2 | Object | int | pad2 | 1132 | 4 |
| gpulamp.first | ListBase | void | *first | 1136 | 8 |
| gpulamp.last | ListBase | void | *last | 1144 | 8 |
| pc_ids.first | ListBase | void | *first | 1152 | 8 |
| pc_ids.last | ListBase | void | *last | 1160 | 8 |
| duplilist | Object | ListBase | *duplilist | 1168 | 8 |
| reference | structure | type | name | offset | size |
|---|---|---|---|---|---|
| next | ObHook | ObHook | *next | 0 | 8 |
| prev | ObHook | ObHook | *prev | 8 | 8 |
| parent | ObHook | Object | *parent | 16 | 8 |
| parentinv | ObHook | float | parentinv[4][4] | 24 | 64 |
| mat | ObHook | float | mat[4][4] | 88 | 64 |
| cent | ObHook | float | cent[3] | 152 | 12 |
| falloff | ObHook | float | falloff | 164 | 4 |
| name | ObHook | char | name[32] | 168 | 32 |
| indexar | ObHook | int | *indexar | 200 | 8 |
| totindex | ObHook | int | totindex | 208 | 4 |
| curindex | ObHook | int | curindex | 212 | 4 |
| type | ObHook | short | type | 216 | 2 |
| active | ObHook | short | active | 218 | 2 |
| force | ObHook | float | force | 220 | 4 |
| reference | structure | type | name | offset | size |
|---|---|---|---|---|---|
| next | DupliObject | DupliObject | *next | 0 | 8 |
| prev | DupliObject | DupliObject | *prev | 8 | 8 |
| ob | DupliObject | Object | *ob | 16 | 8 |
| origlay | DupliObject | int | origlay | 24 | 4 |
| index | DupliObject | int | index | 28 | 4 |
| no_draw | DupliObject | int | no_draw | 32 | 4 |
| type | DupliObject | int | type | 36 | 4 |
| animated | DupliObject | int | animated | 40 | 4 |
| mat | DupliObject | float | mat[4][4] | 44 | 64 |
| omat | DupliObject | float | omat[4][4] | 108 | 64 |
| orco | DupliObject | float | orco[3] | 172 | 12 |
| uv | DupliObject | float | uv[2] | 184 | 8 |
| reference | structure | type | name | offset | size |
|---|---|---|---|---|---|
| flag | PartDeflect | int | flag | 0 | 4 |
| deflect | PartDeflect | short | deflect | 4 | 2 |
| forcefield | PartDeflect | short | forcefield | 6 | 2 |
| falloff | PartDeflect | short | falloff | 8 | 2 |
| shape | PartDeflect | short | shape | 10 | 2 |
| tex_mode | PartDeflect | short | tex_mode | 12 | 2 |
| kink | PartDeflect | short | kink | 14 | 2 |
| kink_axis | PartDeflect | short | kink_axis | 16 | 2 |
| zdir | PartDeflect | short | zdir | 18 | 2 |
| f_strength | PartDeflect | float | f_strength | 20 | 4 |
| f_damp | PartDeflect | float | f_damp | 24 | 4 |
| f_flow | PartDeflect | float | f_flow | 28 | 4 |
| f_size | PartDeflect | float | f_size | 32 | 4 |
| f_power | PartDeflect | float | f_power | 36 | 4 |
| maxdist | PartDeflect | float | maxdist | 40 | 4 |
| mindist | PartDeflect | float | mindist | 44 | 4 |
| f_power_r | PartDeflect | float | f_power_r | 48 | 4 |
| maxrad | PartDeflect | float | maxrad | 52 | 4 |
| minrad | PartDeflect | float | minrad | 56 | 4 |
| pdef_damp | PartDeflect | float | pdef_damp | 60 | 4 |
| pdef_rdamp | PartDeflect | float | pdef_rdamp | 64 | 4 |
| pdef_perm | PartDeflect | float | pdef_perm | 68 | 4 |
| pdef_frict | PartDeflect | float | pdef_frict | 72 | 4 |
| pdef_rfrict | PartDeflect | float | pdef_rfrict | 76 | 4 |
| absorption | PartDeflect | float | absorption | 80 | 4 |
| pad | PartDeflect | float | pad | 84 | 4 |
| pdef_sbdamp | PartDeflect | float | pdef_sbdamp | 88 | 4 |
| pdef_sbift | PartDeflect | float | pdef_sbift | 92 | 4 |
| pdef_sboft | PartDeflect | float | pdef_sboft | 96 | 4 |
| clump_fac | PartDeflect | float | clump_fac | 100 | 4 |
| clump_pow | PartDeflect | float | clump_pow | 104 | 4 |
| kink_freq | PartDeflect | float | kink_freq | 108 | 4 |
| kink_shape | PartDeflect | float | kink_shape | 112 | 4 |
| kink_amp | PartDeflect | float | kink_amp | 116 | 4 |
| free_end | PartDeflect | float | free_end | 120 | 4 |
| tex_nabla | PartDeflect | float | tex_nabla | 124 | 4 |
| tex | PartDeflect | Tex | *tex | 128 | 8 |
| rng | PartDeflect | RNG | *rng | 136 | 8 |
| f_noise | PartDeflect | float | f_noise | 144 | 4 |
| seed | PartDeflect | int | seed | 148 | 4 |
| reference | structure | type | name | offset | size |
|---|---|---|---|---|---|
| group | EffectorWeights | Group | *group | 0 | 8 |
| weight | EffectorWeights | float | weight[13] | 8 | 52 |
| global_gravity | EffectorWeights | float | global_gravity | 60 | 4 |
| flag | EffectorWeights | short | flag | 64 | 2 |
| rt | EffectorWeights | short | rt[3] | 66 | 6 |
| reference | structure | type | name | offset | size |
|---|---|---|---|---|---|
| next | PTCacheMem | PTCacheMem | *next | 0 | 8 |
| prev | PTCacheMem | PTCacheMem | *prev | 8 | 8 |
| frame | PTCacheMem | int | frame | 16 | 4 |
| totpoint | PTCacheMem | int | totpoint | 20 | 4 |
| data_types | PTCacheMem | int | data_types | 24 | 4 |
| flag | PTCacheMem | int | flag | 28 | 4 |
| index_array | PTCacheMem | int | *index_array | 32 | 8 |
| data | PTCacheMem | void | *data[8] | 40 | 64 |
| cur | PTCacheMem | void | *cur[8] | 104 | 64 |
| reference | structure | type | name | offset | size |
|---|---|---|---|---|---|
| next | PointCache | PointCache | *next | 0 | 8 |
| prev | PointCache | PointCache | *prev | 8 | 8 |
| flag | PointCache | int | flag | 16 | 4 |
| step | PointCache | int | step | 20 | 4 |
| simframe | PointCache | int | simframe | 24 | 4 |
| startframe | PointCache | int | startframe | 28 | 4 |
| endframe | PointCache | int | endframe | 32 | 4 |
| editframe | PointCache | int | editframe | 36 | 4 |
| last_exact | PointCache | int | last_exact | 40 | 4 |
| totpoint | PointCache | int | totpoint | 44 | 4 |
| index | PointCache | int | index | 48 | 4 |
| rt | PointCache | int | rt | 52 | 4 |
| name | PointCache | char | name[64] | 56 | 64 |
| prev_name | PointCache | char | prev_name[64] | 120 | 64 |
| info | PointCache | char | info[64] | 184 | 64 |
| path | PointCache | char | path[240] | 248 | 240 |
| mem_cache.first | ListBase | void | *first | 488 | 8 |
| mem_cache.last | ListBase | void | *last | 496 | 8 |
| edit | PointCache | PTCacheEdit | *edit | 504 | 8 |
| free_edit | PointCache | void | (*free_edit)() | 512 | 8 |
| reference | structure | type | name | offset | size |
|---|---|---|---|---|---|
| vec | SBVertex | float | vec[4] | 0 | 16 |
| reference | structure | type | name | offset | size |
|---|---|---|---|---|---|
| flag | BulletSoftBody | int | flag | 0 | 4 |
| linStiff | BulletSoftBody | float | linStiff | 4 | 4 |
| angStiff | BulletSoftBody | float | angStiff | 8 | 4 |
| volume | BulletSoftBody | float | volume | 12 | 4 |
| viterations | BulletSoftBody | int | viterations | 16 | 4 |
| piterations | BulletSoftBody | int | piterations | 20 | 4 |
| diterations | BulletSoftBody | int | diterations | 24 | 4 |
| citerations | BulletSoftBody | int | citerations | 28 | 4 |
| kSRHR_CL | BulletSoftBody | float | kSRHR_CL | 32 | 4 |
| kSKHR_CL | BulletSoftBody | float | kSKHR_CL | 36 | 4 |
| kSSHR_CL | BulletSoftBody | float | kSSHR_CL | 40 | 4 |
| kSR_SPLT_CL | BulletSoftBody | float | kSR_SPLT_CL | 44 | 4 |
| kSK_SPLT_CL | BulletSoftBody | float | kSK_SPLT_CL | 48 | 4 |
| kSS_SPLT_CL | BulletSoftBody | float | kSS_SPLT_CL | 52 | 4 |
| kVCF | BulletSoftBody | float | kVCF | 56 | 4 |
| kDP | BulletSoftBody | float | kDP | 60 | 4 |
| kDG | BulletSoftBody | float | kDG | 64 | 4 |
| kLF | BulletSoftBody | float | kLF | 68 | 4 |
| kPR | BulletSoftBody | float | kPR | 72 | 4 |
| kVC | BulletSoftBody | float | kVC | 76 | 4 |
| kDF | BulletSoftBody | float | kDF | 80 | 4 |
| kMT | BulletSoftBody | float | kMT | 84 | 4 |
| kCHR | BulletSoftBody | float | kCHR | 88 | 4 |
| kKHR | BulletSoftBody | float | kKHR | 92 | 4 |
| kSHR | BulletSoftBody | float | kSHR | 96 | 4 |
| kAHR | BulletSoftBody | float | kAHR | 100 | 4 |
| collisionflags | BulletSoftBody | int | collisionflags | 104 | 4 |
| numclusteriterations | BulletSoftBody | int | numclusteriterations | 108 | 4 |
| welding | BulletSoftBody | float | welding | 112 | 4 |
| margin | BulletSoftBody | float | margin | 116 | 4 |
| reference | structure | type | name | offset | size |
|---|---|---|---|---|---|
| totpoint | SoftBody | int | totpoint | 0 | 4 |
| totspring | SoftBody | int | totspring | 4 | 4 |
| bpoint | SoftBody | BodyPoint | *bpoint | 8 | 8 |
| bspring | SoftBody | BodySpring | *bspring | 16 | 8 |
| pad | SoftBody | char | pad | 24 | 1 |
| msg_lock | SoftBody | char | msg_lock | 25 | 1 |
| msg_value | SoftBody | short | msg_value | 26 | 2 |
| nodemass | SoftBody | float | nodemass | 28 | 4 |
| namedVG_Mass | SoftBody | char | namedVG_Mass[32] | 32 | 32 |
| grav | SoftBody | float | grav | 64 | 4 |
| mediafrict | SoftBody | float | mediafrict | 68 | 4 |
| rklimit | SoftBody | float | rklimit | 72 | 4 |
| physics_speed | SoftBody | float | physics_speed | 76 | 4 |
| goalspring | SoftBody | float | goalspring | 80 | 4 |
| goalfrict | SoftBody | float | goalfrict | 84 | 4 |
| mingoal | SoftBody | float | mingoal | 88 | 4 |
| maxgoal | SoftBody | float | maxgoal | 92 | 4 |
| defgoal | SoftBody | float | defgoal | 96 | 4 |
| vertgroup | SoftBody | short | vertgroup | 100 | 2 |
| namedVG_Softgoal | SoftBody | char | namedVG_Softgoal[32] | 102 | 32 |
| fuzzyness | SoftBody | short | fuzzyness | 134 | 2 |
| inspring | SoftBody | float | inspring | 136 | 4 |
| infrict | SoftBody | float | infrict | 140 | 4 |
| namedVG_Spring_K | SoftBody | char | namedVG_Spring_K[32] | 144 | 32 |
| sfra | SoftBody | int | sfra | 176 | 4 |
| efra | SoftBody | int | efra | 180 | 4 |
| interval | SoftBody | int | interval | 184 | 4 |
| local | SoftBody | short | local | 188 | 2 |
| solverflags | SoftBody | short | solverflags | 190 | 2 |
| keys | SoftBody | SBVertex | **keys | 192 | 8 |
| totpointkey | SoftBody | int | totpointkey | 200 | 4 |
| totkey | SoftBody | int | totkey | 204 | 4 |
| secondspring | SoftBody | float | secondspring | 208 | 4 |
| colball | SoftBody | float | colball | 212 | 4 |
| balldamp | SoftBody | float | balldamp | 216 | 4 |
| ballstiff | SoftBody | float | ballstiff | 220 | 4 |
| sbc_mode | SoftBody | short | sbc_mode | 224 | 2 |
| aeroedge | SoftBody | short | aeroedge | 226 | 2 |
| minloops | SoftBody | short | minloops | 228 | 2 |
| maxloops | SoftBody | short | maxloops | 230 | 2 |
| choke | SoftBody | short | choke | 232 | 2 |
| solver_ID | SoftBody | short | solver_ID | 234 | 2 |
| plastic | SoftBody | short | plastic | 236 | 2 |
| springpreload | SoftBody | short | springpreload | 238 | 2 |
| scratch | SoftBody | SBScratch | *scratch | 240 | 8 |
| shearstiff | SoftBody | float | shearstiff | 248 | 4 |
| inpush | SoftBody | float | inpush | 252 | 4 |
| pointcache | SoftBody | PointCache | *pointcache | 256 | 8 |
| ptcaches.first | ListBase | void | *first | 264 | 8 |
| ptcaches.last | ListBase | void | *last | 272 | 8 |
| effector_weights | SoftBody | EffectorWeights | *effector_weights | 280 | 8 |
| lcom | SoftBody | float | lcom[3] | 288 | 12 |
| lrot | SoftBody | float | lrot[3][3] | 300 | 36 |
| lscale | SoftBody | float | lscale[3][3] | 336 | 36 |
| pad4 | SoftBody | char | pad4[4] | 372 | 4 |
| reference | structure | type | name | offset | size |
|---|---|---|---|---|---|
| fmd | FluidsimSettings | FluidsimModifierData | *fmd | 0 | 8 |
| type | FluidsimSettings | short | type | 8 | 2 |
| show_advancedoptions | FluidsimSettings | short | show_advancedoptions | 10 | 2 |
| resolutionxyz | FluidsimSettings | short | resolutionxyz | 12 | 2 |
| previewresxyz | FluidsimSettings | short | previewresxyz | 14 | 2 |
| realsize | FluidsimSettings | float | realsize | 16 | 4 |
| guiDisplayMode | FluidsimSettings | short | guiDisplayMode | 20 | 2 |
| renderDisplayMode | FluidsimSettings | short | renderDisplayMode | 22 | 2 |
| viscosityValue | FluidsimSettings | float | viscosityValue | 24 | 4 |
| viscosityMode | FluidsimSettings | short | viscosityMode | 28 | 2 |
| viscosityExponent | FluidsimSettings | short | viscosityExponent | 30 | 2 |
| gravx | FluidsimSettings | float | gravx | 32 | 4 |
| gravy | FluidsimSettings | float | gravy | 36 | 4 |
| gravz | FluidsimSettings | float | gravz | 40 | 4 |
| animStart | FluidsimSettings | float | animStart | 44 | 4 |
| animEnd | FluidsimSettings | float | animEnd | 48 | 4 |
| gstar | FluidsimSettings | float | gstar | 52 | 4 |
| maxRefine | FluidsimSettings | int | maxRefine | 56 | 4 |
| iniVelx | FluidsimSettings | float | iniVelx | 60 | 4 |
| iniVely | FluidsimSettings | float | iniVely | 64 | 4 |
| iniVelz | FluidsimSettings | float | iniVelz | 68 | 4 |
| orgMesh | FluidsimSettings | Mesh | *orgMesh | 72 | 8 |
| meshSurface | FluidsimSettings | Mesh | *meshSurface | 80 | 8 |
| meshBB | FluidsimSettings | Mesh | *meshBB | 88 | 8 |
| surfdataPath | FluidsimSettings | char | surfdataPath[240] | 96 | 240 |
| bbStart | FluidsimSettings | float | bbStart[3] | 336 | 12 |
| bbSize | FluidsimSettings | float | bbSize[3] | 348 | 12 |
| ipo | FluidsimSettings | Ipo | *ipo | 360 | 8 |
| typeFlags | FluidsimSettings | short | typeFlags | 368 | 2 |
| domainNovecgen | FluidsimSettings | char | domainNovecgen | 370 | 1 |
| volumeInitType | FluidsimSettings | char | volumeInitType | 371 | 1 |
| partSlipValue | FluidsimSettings | float | partSlipValue | 372 | 4 |
| generateTracers | FluidsimSettings | int | generateTracers | 376 | 4 |
| generateParticles | FluidsimSettings | float | generateParticles | 380 | 4 |
| surfaceSmoothing | FluidsimSettings | float | surfaceSmoothing | 384 | 4 |
| surfaceSubdivs | FluidsimSettings | int | surfaceSubdivs | 388 | 4 |
| flag | FluidsimSettings | int | flag | 392 | 4 |
| particleInfSize | FluidsimSettings | float | particleInfSize | 396 | 4 |
| particleInfAlpha | FluidsimSettings | float | particleInfAlpha | 400 | 4 |
| farFieldSize | FluidsimSettings | float | farFieldSize | 404 | 4 |
| meshSurfNormals | FluidsimSettings | MVert | *meshSurfNormals | 408 | 8 |
| cpsTimeStart | FluidsimSettings | float | cpsTimeStart | 416 | 4 |
| cpsTimeEnd | FluidsimSettings | float | cpsTimeEnd | 420 | 4 |
| cpsQuality | FluidsimSettings | float | cpsQuality | 424 | 4 |
| attractforceStrength | FluidsimSettings | float | attractforceStrength | 428 | 4 |
| attractforceRadius | FluidsimSettings | float | attractforceRadius | 432 | 4 |
| velocityforceStrength | FluidsimSettings | float | velocityforceStrength | 436 | 4 |
| velocityforceRadius | FluidsimSettings | float | velocityforceRadius | 440 | 4 |
| lastgoodframe | FluidsimSettings | int | lastgoodframe | 444 | 4 |
| reference | structure | type | name | offset | size |
|---|---|---|---|---|---|
| id.next | ID | void | *next | 0 | 8 |
| id.prev | ID | void | *prev | 8 | 8 |
| id.newid | ID | ID | *newid | 16 | 8 |
| id.lib | ID | Library | *lib | 24 | 8 |
| id.name | ID | char | name[24] | 32 | 24 |
| id.us | ID | short | us | 56 | 2 |
| id.flag | ID | short | flag | 58 | 2 |
| id.icon_id | ID | int | icon_id | 60 | 4 |
| id.properties | ID | IDProperty | *properties | 64 | 8 |
| adt | World | AnimData | *adt | 72 | 8 |
| colormodel | World | short | colormodel | 80 | 2 |
| totex | World | short | totex | 82 | 2 |
| texact | World | short | texact | 84 | 2 |
| mistype | World | short | mistype | 86 | 2 |
| horr | World | float | horr | 88 | 4 |
| horg | World | float | horg | 92 | 4 |
| horb | World | float | horb | 96 | 4 |
| hork | World | float | hork | 100 | 4 |
| zenr | World | float | zenr | 104 | 4 |
| zeng | World | float | zeng | 108 | 4 |
| zenb | World | float | zenb | 112 | 4 |
| zenk | World | float | zenk | 116 | 4 |
| ambr | World | float | ambr | 120 | 4 |
| ambg | World | float | ambg | 124 | 4 |
| ambb | World | float | ambb | 128 | 4 |
| ambk | World | float | ambk | 132 | 4 |
| fastcol | World | int | fastcol | 136 | 4 |
| exposure | World | float | exposure | 140 | 4 |
| exp | World | float | exp | 144 | 4 |
| range | World | float | range | 148 | 4 |
| linfac | World | float | linfac | 152 | 4 |
| logfac | World | float | logfac | 156 | 4 |
| gravity | World | float | gravity | 160 | 4 |
| activityBoxRadius | World | float | activityBoxRadius | 164 | 4 |
| skytype | World | short | skytype | 168 | 2 |
| mode | World | short | mode | 170 | 2 |
| occlusionRes | World | short | occlusionRes | 172 | 2 |
| physicsEngine | World | short | physicsEngine | 174 | 2 |
| ticrate | World | short | ticrate | 176 | 2 |
| maxlogicstep | World | short | maxlogicstep | 178 | 2 |
| physubstep | World | short | physubstep | 180 | 2 |
| maxphystep | World | short | maxphystep | 182 | 2 |
| misi | World | float | misi | 184 | 4 |
| miststa | World | float | miststa | 188 | 4 |
| mistdist | World | float | mistdist | 192 | 4 |
| misthi | World | float | misthi | 196 | 4 |
| starr | World | float | starr | 200 | 4 |
| starg | World | float | starg | 204 | 4 |
| starb | World | float | starb | 208 | 4 |
| stark | World | float | stark | 212 | 4 |
| starsize | World | float | starsize | 216 | 4 |
| starmindist | World | float | starmindist | 220 | 4 |
| stardist | World | float | stardist | 224 | 4 |
| starcolnoise | World | float | starcolnoise | 228 | 4 |
| dofsta | World | short | dofsta | 232 | 2 |
| dofend | World | short | dofend | 234 | 2 |
| dofmin | World | short | dofmin | 236 | 2 |
| dofmax | World | short | dofmax | 238 | 2 |
| aodist | World | float | aodist | 240 | 4 |
| aodistfac | World | float | aodistfac | 244 | 4 |
| aoenergy | World | float | aoenergy | 248 | 4 |
| aobias | World | float | aobias | 252 | 4 |
| aomode | World | short | aomode | 256 | 2 |
| aosamp | World | short | aosamp | 258 | 2 |
| aomix | World | short | aomix | 260 | 2 |
| aocolor | World | short | aocolor | 262 | 2 |
| ao_adapt_thresh | World | float | ao_adapt_thresh | 264 | 4 |
| ao_adapt_speed_fac | World | float | ao_adapt_speed_fac | 268 | 4 |
| ao_approx_error | World | float | ao_approx_error | 272 | 4 |
| ao_approx_correction | World | float | ao_approx_correction | 276 | 4 |
| ao_samp_method | World | short | ao_samp_method | 280 | 2 |
| ao_gather_method | World | short | ao_gather_method | 282 | 2 |
| ao_approx_passes | World | short | ao_approx_passes | 284 | 2 |
| flag | World | short | flag | 286 | 2 |
| aosphere | World | float | *aosphere | 288 | 8 |
| aotables | World | float | *aotables | 296 | 8 |
| ipo | World | Ipo | *ipo | 304 | 8 |
| mtex | World | MTex | *mtex[18] | 312 | 144 |
| pr_texture | World | short | pr_texture | 456 | 2 |
| pad | World | short | pad[3] | 458 | 6 |
| preview | World | PreviewImage | *preview | 464 | 8 |
| reference | structure | type | name | offset | size |
|---|---|---|---|---|---|
| next | Base | Base | *next | 0 | 8 |
| prev | Base | Base | *prev | 8 | 8 |
| lay | Base | int | lay | 16 | 4 |
| selcol | Base | int | selcol | 20 | 4 |
| flag | Base | int | flag | 24 | 4 |
| sx | Base | short | sx | 28 | 2 |
| sy | Base | short | sy | 30 | 2 |
| object | Base | Object | *object | 32 | 8 |
| reference | structure | type | name | offset | size |
|---|---|---|---|---|---|
| lpFormat | AviCodecData | void | *lpFormat | 0 | 8 |
| lpParms | AviCodecData | void | *lpParms | 8 | 8 |
| cbFormat | AviCodecData | int | cbFormat | 16 | 4 |
| cbParms | AviCodecData | int | cbParms | 20 | 4 |
| fccType | AviCodecData | int | fccType | 24 | 4 |
| fccHandler | AviCodecData | int | fccHandler | 28 | 4 |
| dwKeyFrameEvery | AviCodecData | int | dwKeyFrameEvery | 32 | 4 |
| dwQuality | AviCodecData | int | dwQuality | 36 | 4 |
| dwBytesPerSecond | AviCodecData | int | dwBytesPerSecond | 40 | 4 |
| dwFlags | AviCodecData | int | dwFlags | 44 | 4 |
| dwInterleaveEvery | AviCodecData | int | dwInterleaveEvery | 48 | 4 |
| pad | AviCodecData | int | pad | 52 | 4 |
| avicodecname | AviCodecData | char | avicodecname[128] | 56 | 128 |
| reference | structure | type | name | offset | size |
|---|---|---|---|---|---|
| cdParms | QuicktimeCodecData | void | *cdParms | 0 | 8 |
| pad | QuicktimeCodecData | void | *pad | 8 | 8 |
| cdSize | QuicktimeCodecData | int | cdSize | 16 | 4 |
| pad2 | QuicktimeCodecData | int | pad2 | 20 | 4 |
| qtcodecname | QuicktimeCodecData | char | qtcodecname[128] | 24 | 128 |
| reference | structure | type | name | offset | size |
|---|---|---|---|---|---|
| codecType | QuicktimeCodecSettings | int | codecType | 0 | 4 |
| codecSpatialQuality | QuicktimeCodecSettings | int | codecSpatialQuality | 4 | 4 |
| codec | QuicktimeCodecSettings | int | codec | 8 | 4 |
| codecFlags | QuicktimeCodecSettings | int | codecFlags | 12 | 4 |
| colorDepth | QuicktimeCodecSettings | int | colorDepth | 16 | 4 |
| codecTemporalQuality | QuicktimeCodecSettings | int | codecTemporalQuality | 20 | 4 |
| minSpatialQuality | QuicktimeCodecSettings | int | minSpatialQuality | 24 | 4 |
| minTemporalQuality | QuicktimeCodecSettings | int | minTemporalQuality | 28 | 4 |
| keyFrameRate | QuicktimeCodecSettings | int | keyFrameRate | 32 | 4 |
| bitRate | QuicktimeCodecSettings | int | bitRate | 36 | 4 |
| reference | structure | type | name | offset | size |
|---|---|---|---|---|---|
| type | FFMpegCodecData | int | type | 0 | 4 |
| codec | FFMpegCodecData | int | codec | 4 | 4 |
| audio_codec | FFMpegCodecData | int | audio_codec | 8 | 4 |
| video_bitrate | FFMpegCodecData | int | video_bitrate | 12 | 4 |
| audio_bitrate | FFMpegCodecData | int | audio_bitrate | 16 | 4 |
| audio_mixrate | FFMpegCodecData | int | audio_mixrate | 20 | 4 |
| audio_volume | FFMpegCodecData | float | audio_volume | 24 | 4 |
| gop_size | FFMpegCodecData | int | gop_size | 28 | 4 |
| flags | FFMpegCodecData | int | flags | 32 | 4 |
| rc_min_rate | FFMpegCodecData | int | rc_min_rate | 36 | 4 |
| rc_max_rate | FFMpegCodecData | int | rc_max_rate | 40 | 4 |
| rc_buffer_size | FFMpegCodecData | int | rc_buffer_size | 44 | 4 |
| mux_packet_size | FFMpegCodecData | int | mux_packet_size | 48 | 4 |
| mux_rate | FFMpegCodecData | int | mux_rate | 52 | 4 |
| properties | FFMpegCodecData | IDProperty | *properties | 56 | 8 |
| reference | structure | type | name | offset | size |
|---|---|---|---|---|---|
| mixrate | AudioData | int | mixrate | 0 | 4 |
| main | AudioData | float | main | 4 | 4 |
| speed_of_sound | AudioData | float | speed_of_sound | 8 | 4 |
| doppler_factor | AudioData | float | doppler_factor | 12 | 4 |
| distance_model | AudioData | int | distance_model | 16 | 4 |
| flag | AudioData | short | flag | 20 | 2 |
| pad | AudioData | short | pad | 22 | 2 |
| reference | structure | type | name | offset | size |
|---|---|---|---|---|---|
| next | SceneRenderLayer | SceneRenderLayer | *next | 0 | 8 |
| prev | SceneRenderLayer | SceneRenderLayer | *prev | 8 | 8 |
| name | SceneRenderLayer | char | name[32] | 16 | 32 |
| mat_override | SceneRenderLayer | Material | *mat_override | 48 | 8 |
| light_override | SceneRenderLayer | Group | *light_override | 56 | 8 |
| lay | SceneRenderLayer | int | lay | 64 | 4 |
| lay_zmask | SceneRenderLayer | int | lay_zmask | 68 | 4 |
| layflag | SceneRenderLayer | int | layflag | 72 | 4 |
| pad | SceneRenderLayer | int | pad | 76 | 4 |
| passflag | SceneRenderLayer | int | passflag | 80 | 4 |
| pass_xor | SceneRenderLayer | int | pass_xor | 84 | 4 |
| reference | structure | type | name | offset | size |
|---|---|---|---|---|---|
| avicodecdata | RenderData | AviCodecData | *avicodecdata | 0 | 8 |
| qtcodecdata | RenderData | QuicktimeCodecData | *qtcodecdata | 8 | 8 |
| qtcodecsettings.codecType | QuicktimeCodecSettings | int | codecType | 16 | 4 |
| qtcodecsettings.codecSpatialQuality | QuicktimeCodecSettings | int | codecSpatialQuality | 20 | 4 |
| qtcodecsettings.codec | QuicktimeCodecSettings | int | codec | 24 | 4 |
| qtcodecsettings.codecFlags | QuicktimeCodecSettings | int | codecFlags | 28 | 4 |
| qtcodecsettings.colorDepth | QuicktimeCodecSettings | int | colorDepth | 32 | 4 |
| qtcodecsettings.codecTemporalQuality | QuicktimeCodecSettings | int | codecTemporalQuality | 36 | 4 |
| qtcodecsettings.minSpatialQuality | QuicktimeCodecSettings | int | minSpatialQuality | 40 | 4 |
| qtcodecsettings.minTemporalQuality | QuicktimeCodecSettings | int | minTemporalQuality | 44 | 4 |
| qtcodecsettings.keyFrameRate | QuicktimeCodecSettings | int | keyFrameRate | 48 | 4 |
| qtcodecsettings.bitRate | QuicktimeCodecSettings | int | bitRate | 52 | 4 |
| ffcodecdata.type | FFMpegCodecData | int | type | 56 | 4 |
| ffcodecdata.codec | FFMpegCodecData | int | codec | 60 | 4 |
| ffcodecdata.audio_codec | FFMpegCodecData | int | audio_codec | 64 | 4 |
| ffcodecdata.video_bitrate | FFMpegCodecData | int | video_bitrate | 68 | 4 |
| ffcodecdata.audio_bitrate | FFMpegCodecData | int | audio_bitrate | 72 | 4 |
| ffcodecdata.audio_mixrate | FFMpegCodecData | int | audio_mixrate | 76 | 4 |
| ffcodecdata.audio_volume | FFMpegCodecData | float | audio_volume | 80 | 4 |
| ffcodecdata.gop_size | FFMpegCodecData | int | gop_size | 84 | 4 |
| ffcodecdata.flags | FFMpegCodecData | int | flags | 88 | 4 |
| ffcodecdata.rc_min_rate | FFMpegCodecData | int | rc_min_rate | 92 | 4 |
| ffcodecdata.rc_max_rate | FFMpegCodecData | int | rc_max_rate | 96 | 4 |
| ffcodecdata.rc_buffer_size | FFMpegCodecData | int | rc_buffer_size | 100 | 4 |
| ffcodecdata.mux_packet_size | FFMpegCodecData | int | mux_packet_size | 104 | 4 |
| ffcodecdata.mux_rate | FFMpegCodecData | int | mux_rate | 108 | 4 |
| ffcodecdata.properties | FFMpegCodecData | IDProperty | *properties | 112 | 8 |
| cfra | RenderData | int | cfra | 120 | 4 |
| sfra | RenderData | int | sfra | 124 | 4 |
| efra | RenderData | int | efra | 128 | 4 |
| psfra | RenderData | int | psfra | 132 | 4 |
| pefra | RenderData | int | pefra | 136 | 4 |
| images | RenderData | int | images | 140 | 4 |
| framapto | RenderData | int | framapto | 144 | 4 |
| flag | RenderData | short | flag | 148 | 2 |
| threads | RenderData | short | threads | 150 | 2 |
| ctime | RenderData | float | ctime | 152 | 4 |
| framelen | RenderData | float | framelen | 156 | 4 |
| blurfac | RenderData | float | blurfac | 160 | 4 |
| edgeR | RenderData | float | edgeR | 164 | 4 |
| edgeG | RenderData | float | edgeG | 168 | 4 |
| edgeB | RenderData | float | edgeB | 172 | 4 |
| fullscreen | RenderData | short | fullscreen | 176 | 2 |
| xplay | RenderData | short | xplay | 178 | 2 |
| yplay | RenderData | short | yplay | 180 | 2 |
| freqplay | RenderData | short | freqplay | 182 | 2 |
| depth | RenderData | short | depth | 184 | 2 |
| attrib | RenderData | short | attrib | 186 | 2 |
| rt2 | RenderData | short | rt2 | 188 | 2 |
| frame_step | RenderData | short | frame_step | 190 | 2 |
| stereomode | RenderData | short | stereomode | 192 | 2 |
| dimensionspreset | RenderData | short | dimensionspreset | 194 | 2 |
| filtertype | RenderData | short | filtertype | 196 | 2 |
| size | RenderData | short | size | 198 | 2 |
| maximsize | RenderData | short | maximsize | 200 | 2 |
| xsch | RenderData | short | xsch | 202 | 2 |
| ysch | RenderData | short | ysch | 204 | 2 |
| xparts | RenderData | short | xparts | 206 | 2 |
| yparts | RenderData | short | yparts | 208 | 2 |
| winpos | RenderData | short | winpos | 210 | 2 |
| planes | RenderData | short | planes | 212 | 2 |
| imtype | RenderData | short | imtype | 214 | 2 |
| subimtype | RenderData | short | subimtype | 216 | 2 |
| bufflag | RenderData | short | bufflag | 218 | 2 |
| quality | RenderData | short | quality | 220 | 2 |
| displaymode | RenderData | short | displaymode | 222 | 2 |
| rpad1 | RenderData | short | rpad1 | 224 | 2 |
| rpad2 | RenderData | short | rpad2 | 226 | 2 |
| scemode | RenderData | int | scemode | 228 | 4 |
| mode | RenderData | int | mode | 232 | 4 |
| raytrace_options | RenderData | int | raytrace_options | 236 | 4 |
| raytrace_structure | RenderData | short | raytrace_structure | 240 | 2 |
| renderer | RenderData | short | renderer | 242 | 2 |
| ocres | RenderData | short | ocres | 244 | 2 |
| pad4 | RenderData | short | pad4 | 246 | 2 |
| alphamode | RenderData | short | alphamode | 248 | 2 |
| osa | RenderData | short | osa | 250 | 2 |
| frs_sec | RenderData | short | frs_sec | 252 | 2 |
| edgeint | RenderData | short | edgeint | 254 | 2 |
| safety.xmin | rctf | float | xmin | 256 | 4 |
| safety.xmax | rctf | float | xmax | 260 | 4 |
| safety.ymin | rctf | float | ymin | 264 | 4 |
| safety.ymax | rctf | float | ymax | 268 | 4 |
| border.xmin | rctf | float | xmin | 272 | 4 |
| border.xmax | rctf | float | xmax | 276 | 4 |
| border.ymin | rctf | float | ymin | 280 | 4 |
| border.ymax | rctf | float | ymax | 284 | 4 |
| disprect.xmin | rcti | int | xmin | 288 | 4 |
| disprect.xmax | rcti | int | xmax | 292 | 4 |
| disprect.ymin | rcti | int | ymin | 296 | 4 |
| disprect.ymax | rcti | int | ymax | 300 | 4 |
| layers.first | ListBase | void | *first | 304 | 8 |
| layers.last | ListBase | void | *last | 312 | 8 |
| actlay | RenderData | short | actlay | 320 | 2 |
| pad | RenderData | short | pad | 322 | 2 |
| xasp | RenderData | float | xasp | 324 | 4 |
| yasp | RenderData | float | yasp | 328 | 4 |
| frs_sec_base | RenderData | float | frs_sec_base | 332 | 4 |
| gauss | RenderData | float | gauss | 336 | 4 |
| color_mgt_flag | RenderData | int | color_mgt_flag | 340 | 4 |
| postgamma | RenderData | float | postgamma | 344 | 4 |
| posthue | RenderData | float | posthue | 348 | 4 |
| postsat | RenderData | float | postsat | 352 | 4 |
| dither_intensity | RenderData | float | dither_intensity | 356 | 4 |
| bake_osa | RenderData | short | bake_osa | 360 | 2 |
| bake_filter | RenderData | short | bake_filter | 362 | 2 |
| bake_mode | RenderData | short | bake_mode | 364 | 2 |
| bake_flag | RenderData | short | bake_flag | 366 | 2 |
| bake_normal_space | RenderData | short | bake_normal_space | 368 | 2 |
| bake_quad_split | RenderData | short | bake_quad_split | 370 | 2 |
| bake_maxdist | RenderData | float | bake_maxdist | 372 | 4 |
| bake_biasdist | RenderData | float | bake_biasdist | 376 | 4 |
| bake_pad | RenderData | float | bake_pad | 380 | 4 |
| GIquality | RenderData | short | GIquality | 384 | 2 |
| GIcache | RenderData | short | GIcache | 386 | 2 |
| GImethod | RenderData | short | GImethod | 388 | 2 |
| GIphotons | RenderData | short | GIphotons | 390 | 2 |
| GIdirect | RenderData | short | GIdirect | 392 | 2 |
| YF_AA | RenderData | short | YF_AA | 394 | 2 |
| YFexportxml | RenderData | short | YFexportxml | 396 | 2 |
| YF_nobump | RenderData | short | YF_nobump | 398 | 2 |
| YF_clamprgb | RenderData | short | YF_clamprgb | 400 | 2 |
| yfpad1 | RenderData | short | yfpad1 | 402 | 2 |
| GIdepth | RenderData | int | GIdepth | 404 | 4 |
| GIcausdepth | RenderData | int | GIcausdepth | 408 | 4 |
| GIpixelspersample | RenderData | int | GIpixelspersample | 412 | 4 |
| GIphotoncount | RenderData | int | GIphotoncount | 416 | 4 |
| GImixphotons | RenderData | int | GImixphotons | 420 | 4 |
| GIphotonradius | RenderData | float | GIphotonradius | 424 | 4 |
| YF_raydepth | RenderData | int | YF_raydepth | 428 | 4 |
| YF_AApasses | RenderData | int | YF_AApasses | 432 | 4 |
| YF_AAsamples | RenderData | int | YF_AAsamples | 436 | 4 |
| yfpad2 | RenderData | int | yfpad2 | 440 | 4 |
| GIshadowquality | RenderData | float | GIshadowquality | 444 | 4 |
| GIrefinement | RenderData | float | GIrefinement | 448 | 4 |
| GIpower | RenderData | float | GIpower | 452 | 4 |
| GIindirpower | RenderData | float | GIindirpower | 456 | 4 |
| YF_gamma | RenderData | float | YF_gamma | 460 | 4 |
| YF_exposure | RenderData | float | YF_exposure | 464 | 4 |
| YF_raybias | RenderData | float | YF_raybias | 468 | 4 |
| YF_AApixelsize | RenderData | float | YF_AApixelsize | 472 | 4 |
| YF_AAthreshold | RenderData | float | YF_AAthreshold | 476 | 4 |
| backbuf | RenderData | char | backbuf[160] | 480 | 160 |
| pic | RenderData | char | pic[160] | 640 | 160 |
| stamp | RenderData | int | stamp | 800 | 4 |
| stamp_font_id | RenderData | short | stamp_font_id | 804 | 2 |
| pad3 | RenderData | short | pad3 | 806 | 2 |
| stamp_udata | RenderData | char | stamp_udata[160] | 808 | 160 |
| fg_stamp | RenderData | float | fg_stamp[4] | 968 | 16 |
| bg_stamp | RenderData | float | bg_stamp[4] | 984 | 16 |
| simplify_subsurf | RenderData | int | simplify_subsurf | 1000 | 4 |
| simplify_shadowsamples | RenderData | int | simplify_shadowsamples | 1004 | 4 |
| simplify_particles | RenderData | float | simplify_particles | 1008 | 4 |
| simplify_aosss | RenderData | float | simplify_aosss | 1012 | 4 |
| cineonwhite | RenderData | short | cineonwhite | 1016 | 2 |
| cineonblack | RenderData | short | cineonblack | 1018 | 2 |
| cineongamma | RenderData | float | cineongamma | 1020 | 4 |
| jp2_preset | RenderData | short | jp2_preset | 1024 | 2 |
| jp2_depth | RenderData | short | jp2_depth | 1026 | 2 |
| rpad3 | RenderData | int | rpad3 | 1028 | 4 |
| domeres | RenderData | short | domeres | 1032 | 2 |
| domemode | RenderData | short | domemode | 1034 | 2 |
| domeangle | RenderData | short | domeangle | 1036 | 2 |
| dometilt | RenderData | short | dometilt | 1038 | 2 |
| domeresbuf | RenderData | float | domeresbuf | 1040 | 4 |
| pad2 | RenderData | float | pad2 | 1044 | 4 |
| dometext | RenderData | Text | *dometext | 1048 | 8 |
| engine | RenderData | char | engine[32] | 1056 | 32 |
| reference | structure | type | name | offset | size |
|---|---|---|---|---|---|
| next | RenderProfile | RenderProfile | *next | 0 | 8 |
| prev | RenderProfile | RenderProfile | *prev | 8 | 8 |
| name | RenderProfile | char | name[32] | 16 | 32 |
| particle_perc | RenderProfile | short | particle_perc | 48 | 2 |
| subsurf_max | RenderProfile | short | subsurf_max | 50 | 2 |
| shadbufsample_max | RenderProfile | short | shadbufsample_max | 52 | 2 |
| pad1 | RenderProfile | short | pad1 | 54 | 2 |
| ao_error | RenderProfile | float | ao_error | 56 | 4 |
| pad2 | RenderProfile | float | pad2 | 60 | 4 |
| reference | structure | type | name | offset | size |
|---|---|---|---|---|---|
| res | GameDome | short | res | 0 | 2 |
| mode | GameDome | short | mode | 2 | 2 |
| angle | GameDome | short | angle | 4 | 2 |
| tilt | GameDome | short | tilt | 6 | 2 |
| resbuf | GameDome | float | resbuf | 8 | 4 |
| pad2 | GameDome | float | pad2 | 12 | 4 |
| warptext | GameDome | Text | *warptext | 16 | 8 |
| reference | structure | type | name | offset | size |
|---|---|---|---|---|---|
| col | GameFraming | float | col[3] | 0 | 12 |
| type | GameFraming | char | type | 12 | 1 |
| pad1 | GameFraming | char | pad1 | 13 | 1 |
| pad2 | GameFraming | char | pad2 | 14 | 1 |
| pad3 | GameFraming | char | pad3 | 15 | 1 |
| reference | structure | type | name | offset | size |
|---|---|---|---|---|---|
| gravity | GameData | float | gravity | 0 | 4 |
| activityBoxRadius | GameData | float | activityBoxRadius | 4 | 4 |
| mode | GameData | short | mode | 8 | 2 |
| flag | GameData | short | flag | 10 | 2 |
| matmode | GameData | short | matmode | 12 | 2 |
| pad | GameData | short | pad[3] | 14 | 6 |
| occlusionRes | GameData | short | occlusionRes | 20 | 2 |
| physicsEngine | GameData | short | physicsEngine | 22 | 2 |
| ticrate | GameData | short | ticrate | 24 | 2 |
| maxlogicstep | GameData | short | maxlogicstep | 26 | 2 |
| physubstep | GameData | short | physubstep | 28 | 2 |
| maxphystep | GameData | short | maxphystep | 30 | 2 |
| framing.col | GameFraming | float | col[3] | 32 | 12 |
| framing.type | GameFraming | char | type | 44 | 1 |
| framing.pad1 | GameFraming | char | pad1 | 45 | 1 |
| framing.pad2 | GameFraming | char | pad2 | 46 | 1 |
| framing.pad3 | GameFraming | char | pad3 | 47 | 1 |
| fullscreen | GameData | short | fullscreen | 48 | 2 |
| xplay | GameData | short | xplay | 50 | 2 |
| yplay | GameData | short | yplay | 52 | 2 |
| freqplay | GameData | short | freqplay | 54 | 2 |
| depth | GameData | short | depth | 56 | 2 |
| attrib | GameData | short | attrib | 58 | 2 |
| rt1 | GameData | short | rt1 | 60 | 2 |
| rt2 | GameData | short | rt2 | 62 | 2 |
| dome.res | GameDome | short | res | 64 | 2 |
| dome.mode | GameDome | short | mode | 66 | 2 |
| dome.angle | GameDome | short | angle | 68 | 2 |
| dome.tilt | GameDome | short | tilt | 70 | 2 |
| dome.resbuf | GameDome | float | resbuf | 72 | 4 |
| dome.pad2 | GameDome | float | pad2 | 76 | 4 |
| dome.warptext | GameDome | Text | *warptext | 80 | 8 |
| stereoflag | GameData | short | stereoflag | 88 | 2 |
| stereomode | GameData | short | stereomode | 90 | 2 |
| xsch | GameData | short | xsch | 92 | 2 |
| ysch | GameData | short | ysch | 94 | 2 |
| 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 |
|---|---|---|---|---|---|
| brushes | Paint | Brush | **brushes | 0 | 8 |
| active_brush_index | Paint | int | active_brush_index | 8 | 4 |
| brush_count | Paint | int | brush_count | 12 | 4 |
| paint_cursor | Paint | void | *paint_cursor | 16 | 8 |
| paint_cursor_col | Paint | char | paint_cursor_col[4] | 24 | 4 |
| pad | Paint | int | pad | 28 | 4 |
| reference | structure | type | name | offset | size |
|---|---|---|---|---|---|
| paint.brushes | Paint | Brush | **brushes | 0 | 8 |
| paint.active_brush_index | Paint | int | active_brush_index | 8 | 4 |
| paint.brush_count | Paint | int | brush_count | 12 | 4 |
| paint.paint_cursor | Paint | void | *paint_cursor | 16 | 8 |
| paint.paint_cursor_col | Paint | char | paint_cursor_col[4] | 24 | 4 |
| paint.pad | Paint | int | pad | 28 | 4 |
| flag | ImagePaintSettings | short | flag | 32 | 2 |
| tool | ImagePaintSettings | short | tool | 34 | 2 |
| seam_bleed | ImagePaintSettings | short | seam_bleed | 36 | 2 |
| normal_angle | ImagePaintSettings | short | normal_angle | 38 | 2 |
| paintcursor | ImagePaintSettings | void | *paintcursor | 40 | 8 |
| 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 |
| paintcursor | ParticleEditSettings | void | *paintcursor | 64 | 8 |
| emitterdist | ParticleEditSettings | float | emitterdist | 72 | 4 |
| rt | ParticleEditSettings | float | rt | 76 | 4 |
| selectmode | ParticleEditSettings | int | selectmode | 80 | 4 |
| edittype | ParticleEditSettings | int | edittype | 84 | 4 |
| draw_step | ParticleEditSettings | int | draw_step | 88 | 4 |
| fade_frames | ParticleEditSettings | int | fade_frames | 92 | 4 |
| scene | ParticleEditSettings | Scene | *scene | 96 | 8 |
| object | ParticleEditSettings | Object | *object | 104 | 8 |
| reference | structure | type | name | offset | size |
|---|---|---|---|---|---|
| next | TransformOrientation | TransformOrientation | *next | 0 | 8 |
| prev | TransformOrientation | TransformOrientation | *prev | 8 | 8 |
| name | TransformOrientation | char | name[36] | 16 | 36 |
| mat | TransformOrientation | float | mat[3][3] | 52 | 36 |
| reference | structure | type | name | offset | size |
|---|---|---|---|---|---|
| paint.brushes | Paint | Brush | **brushes | 0 | 8 |
| paint.active_brush_index | Paint | int | active_brush_index | 8 | 4 |
| paint.brush_count | Paint | int | brush_count | 12 | 4 |
| paint.paint_cursor | Paint | void | *paint_cursor | 16 | 8 |
| paint.paint_cursor_col | Paint | char | paint_cursor_col[4] | 24 | 4 |
| paint.pad | Paint | int | pad | 28 | 4 |
| pivot | Sculpt | float | pivot[3] | 32 | 12 |
| flags | Sculpt | int | flags | 44 | 4 |
| tablet_size | Sculpt | char | tablet_size | 48 | 1 |
| tablet_strength | Sculpt | char | tablet_strength | 49 | 1 |
| pad | Sculpt | char | pad[6] | 50 | 6 |
| reference | structure | type | name | offset | size |
|---|---|---|---|---|---|
| paint.brushes | Paint | Brush | **brushes | 0 | 8 |
| paint.active_brush_index | Paint | int | active_brush_index | 8 | 4 |
| paint.brush_count | Paint | int | brush_count | 12 | 4 |
| paint.paint_cursor | Paint | void | *paint_cursor | 16 | 8 |
| paint.paint_cursor_col | Paint | char | paint_cursor_col[4] | 24 | 4 |
| paint.pad | Paint | int | pad | 28 | 4 |
| mode | VPaint | short | mode | 32 | 2 |
| flag | VPaint | short | flag | 34 | 2 |
| tot | VPaint | int | tot | 36 | 4 |
| vpaint_prev | VPaint | int | *vpaint_prev | 40 | 8 |
| wpaint_prev | VPaint | MDeformVert | *wpaint_prev | 48 | 8 |
| paintcursor | VPaint | void | *paintcursor | 56 | 8 |
| reference | structure | type | name | offset | size |
|---|---|---|---|---|---|
| vpaint | ToolSettings | VPaint | *vpaint | 0 | 8 |
| wpaint | ToolSettings | VPaint | *wpaint | 8 | 8 |
| sculpt | ToolSettings | Sculpt | *sculpt | 16 | 8 |
| vgroup_weight | ToolSettings | float | vgroup_weight | 24 | 4 |
| cornertype | ToolSettings | short | cornertype | 28 | 2 |
| editbutflag | ToolSettings | short | editbutflag | 30 | 2 |
| jointrilimit | ToolSettings | float | jointrilimit | 32 | 4 |
| degr | ToolSettings | float | degr | 36 | 4 |
| step | ToolSettings | short | step | 40 | 2 |
| turn | ToolSettings | short | turn | 42 | 2 |
| extr_offs | ToolSettings | float | extr_offs | 44 | 4 |
| doublimit | ToolSettings | float | doublimit | 48 | 4 |
| normalsize | ToolSettings | float | normalsize | 52 | 4 |
| automerge | ToolSettings | short | automerge | 56 | 2 |
| selectmode | ToolSettings | short | selectmode | 58 | 2 |
| segments | ToolSettings | short | segments | 60 | 2 |
| rings | ToolSettings | short | rings | 62 | 2 |
| vertices | ToolSettings | short | vertices | 64 | 2 |
| unwrapper | ToolSettings | short | unwrapper | 66 | 2 |
| uvcalc_radius | ToolSettings | float | uvcalc_radius | 68 | 4 |
| uvcalc_cubesize | ToolSettings | float | uvcalc_cubesize | 72 | 4 |
| uvcalc_margin | ToolSettings | float | uvcalc_margin | 76 | 4 |
| uvcalc_mapdir | ToolSettings | short | uvcalc_mapdir | 80 | 2 |
| uvcalc_mapalign | ToolSettings | short | uvcalc_mapalign | 82 | 2 |
| uvcalc_flag | ToolSettings | short | uvcalc_flag | 84 | 2 |
| uv_flag | ToolSettings | short | uv_flag | 86 | 2 |
| uv_selectmode | ToolSettings | short | uv_selectmode | 88 | 2 |
| uv_pad | ToolSettings | short | uv_pad[2] | 90 | 4 |
| autoik_chainlen | ToolSettings | short | autoik_chainlen | 94 | 2 |
| imapaint.paint.brushes | Paint | Brush | **brushes | 96 | 8 |
| imapaint.paint.active_brush_index | Paint | int | active_brush_index | 104 | 4 |
| imapaint.paint.brush_count | Paint | int | brush_count | 108 | 4 |
| imapaint.paint.paint_cursor | Paint | void | *paint_cursor | 112 | 8 |
| imapaint.paint.paint_cursor_col | Paint | char | paint_cursor_col[4] | 120 | 4 |
| imapaint.paint.pad | Paint | int | pad | 124 | 4 |
| imapaint.flag | ImagePaintSettings | short | flag | 128 | 2 |
| imapaint.tool | ImagePaintSettings | short | tool | 130 | 2 |
| imapaint.seam_bleed | ImagePaintSettings | short | seam_bleed | 132 | 2 |
| imapaint.normal_angle | ImagePaintSettings | short | normal_angle | 134 | 2 |
| imapaint.paintcursor | ImagePaintSettings | void | *paintcursor | 136 | 8 |
| particle.flag | ParticleEditSettings | short | flag | 144 | 2 |
| particle.totrekey | ParticleEditSettings | short | totrekey | 146 | 2 |
| particle.totaddkey | ParticleEditSettings | short | totaddkey | 148 | 2 |
| particle.brushtype | ParticleEditSettings | short | brushtype | 150 | 2 |
| particle.brush.size | ParticleBrushData | short | size | 152 | 2 |
| particle.brush.strength | ParticleBrushData | short | strength | 154 | 2 |
| particle.brush.step | ParticleBrushData | short | step | 156 | 2 |
| particle.brush.invert | ParticleBrushData | short | invert | 158 | 2 |
| particle.paintcursor | ParticleEditSettings | void | *paintcursor | 208 | 8 |
| particle.emitterdist | ParticleEditSettings | float | emitterdist | 216 | 4 |
| particle.rt | ParticleEditSettings | float | rt | 220 | 4 |
| particle.selectmode | ParticleEditSettings | int | selectmode | 224 | 4 |
| particle.edittype | ParticleEditSettings | int | edittype | 228 | 4 |
| particle.draw_step | ParticleEditSettings | int | draw_step | 232 | 4 |
| particle.fade_frames | ParticleEditSettings | int | fade_frames | 236 | 4 |
| particle.scene | ParticleEditSettings | Scene | *scene | 240 | 8 |
| particle.object | ParticleEditSettings | Object | *object | 248 | 8 |
| proportional_size | ToolSettings | float | proportional_size | 256 | 4 |
| select_thresh | ToolSettings | float | select_thresh | 260 | 4 |
| clean_thresh | ToolSettings | float | clean_thresh | 264 | 4 |
| autokey_mode | ToolSettings | short | autokey_mode | 268 | 2 |
| autokey_flag | ToolSettings | short | autokey_flag | 270 | 2 |
| retopo_mode | ToolSettings | char | retopo_mode | 272 | 1 |
| retopo_paint_tool | ToolSettings | char | retopo_paint_tool | 273 | 1 |
| line_div | ToolSettings | char | line_div | 274 | 1 |
| ellipse_div | ToolSettings | char | ellipse_div | 275 | 1 |
| retopo_hotspot | ToolSettings | char | retopo_hotspot | 276 | 1 |
| multires_subdiv_type | ToolSettings | char | multires_subdiv_type | 277 | 1 |
| skgen_resolution | ToolSettings | short | skgen_resolution | 278 | 2 |
| skgen_threshold_internal | ToolSettings | float | skgen_threshold_internal | 280 | 4 |
| skgen_threshold_external | ToolSettings | float | skgen_threshold_external | 284 | 4 |
| skgen_length_ratio | ToolSettings | float | skgen_length_ratio | 288 | 4 |
| skgen_length_limit | ToolSettings | float | skgen_length_limit | 292 | 4 |
| skgen_angle_limit | ToolSettings | float | skgen_angle_limit | 296 | 4 |
| skgen_correlation_limit | ToolSettings | float | skgen_correlation_limit | 300 | 4 |
| skgen_symmetry_limit | ToolSettings | float | skgen_symmetry_limit | 304 | 4 |
| skgen_retarget_angle_weight | ToolSettings | float | skgen_retarget_angle_weight | 308 | 4 |
| skgen_retarget_length_weight | ToolSettings | float | skgen_retarget_length_weight | 312 | 4 |
| skgen_retarget_distance_weight | ToolSettings | float | skgen_retarget_distance_weight | 316 | 4 |
| skgen_options | ToolSettings | short | skgen_options | 320 | 2 |
| skgen_postpro | ToolSettings | char | skgen_postpro | 322 | 1 |
| skgen_postpro_passes | ToolSettings | char | skgen_postpro_passes | 323 | 1 |
| skgen_subdivisions | ToolSettings | char | skgen_subdivisions[3] | 324 | 3 |
| skgen_multi_level | ToolSettings | char | skgen_multi_level | 327 | 1 |
| skgen_template | ToolSettings | Object | *skgen_template | 328 | 8 |
| bone_sketching | ToolSettings | char | bone_sketching | 336 | 1 |
| bone_sketching_convert | ToolSettings | char | bone_sketching_convert | 337 | 1 |
| skgen_subdivision_number | ToolSettings | char | skgen_subdivision_number | 338 | 1 |
| skgen_retarget_options | ToolSettings | char | skgen_retarget_options | 339 | 1 |
| skgen_retarget_roll | ToolSettings | char | skgen_retarget_roll | 340 | 1 |
| skgen_side_string | ToolSettings | char | skgen_side_string[8] | 341 | 8 |
| skgen_num_string | ToolSettings | char | skgen_num_string[8] | 349 | 8 |
| edge_mode | ToolSettings | char | edge_mode | 357 | 1 |
| snap_mode | ToolSettings | short | snap_mode | 358 | 2 |
| snap_flag | ToolSettings | short | snap_flag | 360 | 2 |
| snap_target | ToolSettings | short | snap_target | 362 | 2 |
| proportional | ToolSettings | short | proportional | 364 | 2 |
| prop_mode | ToolSettings | short | prop_mode | 366 | 2 |
| auto_normalize | ToolSettings | int | auto_normalize | 368 | 4 |
| intpad | ToolSettings | int | intpad | 372 | 4 |
| reference | structure | type | name | offset | size |
|---|---|---|---|---|---|
| totobj | bStats | int | totobj | 0 | 4 |
| totlamp | bStats | int | totlamp | 4 | 4 |
| totobjsel | bStats | int | totobjsel | 8 | 4 |
| totcurve | bStats | int | totcurve | 12 | 4 |
| totmesh | bStats | int | totmesh | 16 | 4 |
| totarmature | bStats | int | totarmature | 20 | 4 |
| totvert | bStats | int | totvert | 24 | 4 |
| totface | bStats | int | totface | 28 | 4 |
| reference | structure | type | name | offset | size |
|---|---|---|---|---|---|
| scale_length | UnitSettings | float | scale_length | 0 | 4 |
| system | UnitSettings | short | system | 4 | 2 |
| flag | UnitSettings | short | flag | 6 | 2 |
| reference | structure | type | name | offset | size |
|---|---|---|---|---|---|
| gravity | PhysicsSettings | float | gravity[3] | 0 | 12 |
| flag | PhysicsSettings | int | flag | 12 | 4 |
| reference | structure | type | name | offset | size |
|---|---|---|---|---|---|
| id.next | ID | void | *next | 0 | 8 |
| id.prev | ID | void | *prev | 8 | 8 |
| id.newid | ID | ID | *newid | 16 | 8 |
| id.lib | ID | Library | *lib | 24 | 8 |
| id.name | ID | char | name[24] | 32 | 24 |
| id.us | ID | short | us | 56 | 2 |
| id.flag | ID | short | flag | 58 | 2 |
| id.icon_id | ID | int | icon_id | 60 | 4 |
| id.properties | ID | IDProperty | *properties | 64 | 8 |
| adt | Scene | AnimData | *adt | 72 | 8 |
| camera | Scene | Object | *camera | 80 | 8 |
| world | Scene | World | *world | 88 | 8 |
| set | Scene | Scene | *set | 96 | 8 |
| ima | Scene | Image | *ima | 104 | 8 |
| base.first | ListBase | void | *first | 112 | 8 |
| base.last | ListBase | void | *last | 120 | 8 |
| basact | Scene | Base | *basact | 128 | 8 |
| obedit | Scene | Object | *obedit | 136 | 8 |
| cursor | Scene | float | cursor[3] | 144 | 12 |
| twcent | Scene | float | twcent[3] | 156 | 12 |
| twmin | Scene | float | twmin[3] | 168 | 12 |
| twmax | Scene | float | twmax[3] | 180 | 12 |
| lay | Scene | int | lay | 192 | 4 |
| flag | Scene | short | flag | 196 | 2 |
| use_nodes | Scene | short | use_nodes | 198 | 2 |
| nodetree | Scene | bNodeTree | *nodetree | 200 | 8 |
| ed | Scene | Editing | *ed | 208 | 8 |
| toolsettings | Scene | ToolSettings | *toolsettings | 216 | 8 |
| stats | Scene | SceneStats | *stats | 224 | 8 |
| r.avicodecdata | RenderData | AviCodecData | *avicodecdata | 232 | 8 |
| r.qtcodecdata | RenderData | QuicktimeCodecData | *qtcodecdata | 240 | 8 |
| r.qtcodecsettings.codecType | QuicktimeCodecSettings | int | codecType | 248 | 4 |
| r.qtcodecsettings.codecSpatialQuality | QuicktimeCodecSettings | int | codecSpatialQuality | 252 | 4 |
| r.qtcodecsettings.codec | QuicktimeCodecSettings | int | codec | 256 | 4 |
| r.qtcodecsettings.codecFlags | QuicktimeCodecSettings | int | codecFlags | 260 | 4 |
| r.qtcodecsettings.colorDepth | QuicktimeCodecSettings | int | colorDepth | 264 | 4 |
| r.qtcodecsettings.codecTemporalQuality | QuicktimeCodecSettings | int | codecTemporalQuality | 268 | 4 |
| r.qtcodecsettings.minSpatialQuality | QuicktimeCodecSettings | int | minSpatialQuality | 272 | 4 |
| r.qtcodecsettings.minTemporalQuality | QuicktimeCodecSettings | int | minTemporalQuality | 276 | 4 |
| r.qtcodecsettings.keyFrameRate | QuicktimeCodecSettings | int | keyFrameRate | 280 | 4 |
| r.qtcodecsettings.bitRate | QuicktimeCodecSettings | int | bitRate | 284 | 4 |
| r.ffcodecdata.type | FFMpegCodecData | int | type | 288 | 4 |
| r.ffcodecdata.codec | FFMpegCodecData | int | codec | 292 | 4 |
| r.ffcodecdata.audio_codec | FFMpegCodecData | int | audio_codec | 296 | 4 |
| r.ffcodecdata.video_bitrate | FFMpegCodecData | int | video_bitrate | 300 | 4 |
| r.ffcodecdata.audio_bitrate | FFMpegCodecData | int | audio_bitrate | 304 | 4 |
| r.ffcodecdata.audio_mixrate | FFMpegCodecData | int | audio_mixrate | 308 | 4 |
| r.ffcodecdata.audio_volume | FFMpegCodecData | float | audio_volume | 312 | 4 |
| r.ffcodecdata.gop_size | FFMpegCodecData | int | gop_size | 316 | 4 |
| r.ffcodecdata.flags | FFMpegCodecData | int | flags | 320 | 4 |
| r.ffcodecdata.rc_min_rate | FFMpegCodecData | int | rc_min_rate | 324 | 4 |
| r.ffcodecdata.rc_max_rate | FFMpegCodecData | int | rc_max_rate | 328 | 4 |
| r.ffcodecdata.rc_buffer_size | FFMpegCodecData | int | rc_buffer_size | 332 | 4 |
| r.ffcodecdata.mux_packet_size | FFMpegCodecData | int | mux_packet_size | 336 | 4 |
| r.ffcodecdata.mux_rate | FFMpegCodecData | int | mux_rate | 340 | 4 |
| r.ffcodecdata.properties | FFMpegCodecData | IDProperty | *properties | 344 | 8 |
| r.cfra | RenderData | int | cfra | 352 | 4 |
| r.sfra | RenderData | int | sfra | 356 | 4 |
| r.efra | RenderData | int | efra | 360 | 4 |
| r.psfra | RenderData | int | psfra | 364 | 4 |
| r.pefra | RenderData | int | pefra | 368 | 4 |
| r.images | RenderData | int | images | 372 | 4 |
| r.framapto | RenderData | int | framapto | 376 | 4 |
| r.flag | RenderData | short | flag | 380 | 2 |
| r.threads | RenderData | short | threads | 382 | 2 |
| r.ctime | RenderData | float | ctime | 384 | 4 |
| r.framelen | RenderData | float | framelen | 388 | 4 |
| r.blurfac | RenderData | float | blurfac | 392 | 4 |
| r.edgeR | RenderData | float | edgeR | 396 | 4 |
| r.edgeG | RenderData | float | edgeG | 400 | 4 |
| r.edgeB | RenderData | float | edgeB | 404 | 4 |
| r.fullscreen | RenderData | short | fullscreen | 408 | 2 |
| r.xplay | RenderData | short | xplay | 410 | 2 |
| r.yplay | RenderData | short | yplay | 412 | 2 |
| r.freqplay | RenderData | short | freqplay | 414 | 2 |
| r.depth | RenderData | short | depth | 416 | 2 |
| r.attrib | RenderData | short | attrib | 418 | 2 |
| r.rt2 | RenderData | short | rt2 | 420 | 2 |
| r.frame_step | RenderData | short | frame_step | 422 | 2 |
| r.stereomode | RenderData | short | stereomode | 424 | 2 |
| r.dimensionspreset | RenderData | short | dimensionspreset | 426 | 2 |
| r.filtertype | RenderData | short | filtertype | 428 | 2 |
| r.size | RenderData | short | size | 430 | 2 |
| r.maximsize | RenderData | short | maximsize | 432 | 2 |
| r.xsch | RenderData | short | xsch | 434 | 2 |
| r.ysch | RenderData | short | ysch | 436 | 2 |
| r.xparts | RenderData | short | xparts | 438 | 2 |
| r.yparts | RenderData | short | yparts | 440 | 2 |
| r.winpos | RenderData | short | winpos | 442 | 2 |
| r.planes | RenderData | short | planes | 444 | 2 |
| r.imtype | RenderData | short | imtype | 446 | 2 |
| r.subimtype | RenderData | short | subimtype | 448 | 2 |
| r.bufflag | RenderData | short | bufflag | 450 | 2 |
| r.quality | RenderData | short | quality | 452 | 2 |
| r.displaymode | RenderData | short | displaymode | 454 | 2 |
| r.rpad1 | RenderData | short | rpad1 | 456 | 2 |
| r.rpad2 | RenderData | short | rpad2 | 458 | 2 |
| r.scemode | RenderData | int | scemode | 460 | 4 |
| r.mode | RenderData | int | mode | 464 | 4 |
| r.raytrace_options | RenderData | int | raytrace_options | 468 | 4 |
| r.raytrace_structure | RenderData | short | raytrace_structure | 472 | 2 |
| r.renderer | RenderData | short | renderer | 474 | 2 |
| r.ocres | RenderData | short | ocres | 476 | 2 |
| r.pad4 | RenderData | short | pad4 | 478 | 2 |
| r.alphamode | RenderData | short | alphamode | 480 | 2 |
| r.osa | RenderData | short | osa | 482 | 2 |
| r.frs_sec | RenderData | short | frs_sec | 484 | 2 |
| r.edgeint | RenderData | short | edgeint | 486 | 2 |
| r.safety.xmin | rctf | float | xmin | 488 | 4 |
| r.safety.xmax | rctf | float | xmax | 492 | 4 |
| r.safety.ymin | rctf | float | ymin | 496 | 4 |
| r.safety.ymax | rctf | float | ymax | 500 | 4 |
| r.border.xmin | rctf | float | xmin | 504 | 4 |
| r.border.xmax | rctf | float | xmax | 508 | 4 |
| r.border.ymin | rctf | float | ymin | 512 | 4 |
| r.border.ymax | rctf | float | ymax | 516 | 4 |
| r.disprect.xmin | rcti | int | xmin | 520 | 4 |
| r.disprect.xmax | rcti | int | xmax | 524 | 4 |
| r.disprect.ymin | rcti | int | ymin | 528 | 4 |
| r.disprect.ymax | rcti | int | ymax | 532 | 4 |
| r.layers.first | ListBase | void | *first | 536 | 8 |
| r.layers.last | ListBase | void | *last | 544 | 8 |
| r.actlay | RenderData | short | actlay | 552 | 2 |
| r.pad | RenderData | short | pad | 554 | 2 |
| r.xasp | RenderData | float | xasp | 556 | 4 |
| r.yasp | RenderData | float | yasp | 560 | 4 |
| r.frs_sec_base | RenderData | float | frs_sec_base | 564 | 4 |
| r.gauss | RenderData | float | gauss | 568 | 4 |
| r.color_mgt_flag | RenderData | int | color_mgt_flag | 572 | 4 |
| r.postgamma | RenderData | float | postgamma | 576 | 4 |
| r.posthue | RenderData | float | posthue | 580 | 4 |
| r.postsat | RenderData | float | postsat | 584 | 4 |
| r.dither_intensity | RenderData | float | dither_intensity | 588 | 4 |
| r.bake_osa | RenderData | short | bake_osa | 592 | 2 |
| r.bake_filter | RenderData | short | bake_filter | 594 | 2 |
| r.bake_mode | RenderData | short | bake_mode | 596 | 2 |
| r.bake_flag | RenderData | short | bake_flag | 598 | 2 |
| r.bake_normal_space | RenderData | short | bake_normal_space | 600 | 2 |
| r.bake_quad_split | RenderData | short | bake_quad_split | 602 | 2 |
| r.bake_maxdist | RenderData | float | bake_maxdist | 604 | 4 |
| r.bake_biasdist | RenderData | float | bake_biasdist | 608 | 4 |
| r.bake_pad | RenderData | float | bake_pad | 612 | 4 |
| r.GIquality | RenderData | short | GIquality | 616 | 2 |
| r.GIcache | RenderData | short | GIcache | 618 | 2 |
| r.GImethod | RenderData | short | GImethod | 620 | 2 |
| r.GIphotons | RenderData | short | GIphotons | 622 | 2 |
| r.GIdirect | RenderData | short | GIdirect | 624 | 2 |
| r.YF_AA | RenderData | short | YF_AA | 626 | 2 |
| r.YFexportxml | RenderData | short | YFexportxml | 628 | 2 |
| r.YF_nobump | RenderData | short | YF_nobump | 630 | 2 |
| r.YF_clamprgb | RenderData | short | YF_clamprgb | 632 | 2 |
| r.yfpad1 | RenderData | short | yfpad1 | 634 | 2 |
| r.GIdepth | RenderData | int | GIdepth | 636 | 4 |
| r.GIcausdepth | RenderData | int | GIcausdepth | 640 | 4 |
| r.GIpixelspersample | RenderData | int | GIpixelspersample | 644 | 4 |
| r.GIphotoncount | RenderData | int | GIphotoncount | 648 | 4 |
| r.GImixphotons | RenderData | int | GImixphotons | 652 | 4 |
| r.GIphotonradius | RenderData | float | GIphotonradius | 656 | 4 |
| r.YF_raydepth | RenderData | int | YF_raydepth | 660 | 4 |
| r.YF_AApasses | RenderData | int | YF_AApasses | 664 | 4 |
| r.YF_AAsamples | RenderData | int | YF_AAsamples | 668 | 4 |
| r.yfpad2 | RenderData | int | yfpad2 | 672 | 4 |
| r.GIshadowquality | RenderData | float | GIshadowquality | 676 | 4 |
| r.GIrefinement | RenderData | float | GIrefinement | 680 | 4 |
| r.GIpower | RenderData | float | GIpower | 684 | 4 |
| r.GIindirpower | RenderData | float | GIindirpower | 688 | 4 |
| r.YF_gamma | RenderData | float | YF_gamma | 692 | 4 |
| r.YF_exposure | RenderData | float | YF_exposure | 696 | 4 |
| r.YF_raybias | RenderData | float | YF_raybias | 700 | 4 |
| r.YF_AApixelsize | RenderData | float | YF_AApixelsize | 704 | 4 |
| r.YF_AAthreshold | RenderData | float | YF_AAthreshold | 708 | 4 |
| r.backbuf | RenderData | char | backbuf[160] | 712 | 160 |
| r.pic | RenderData | char | pic[160] | 872 | 160 |
| r.stamp | RenderData | int | stamp | 1032 | 4 |
| r.stamp_font_id | RenderData | short | stamp_font_id | 1036 | 2 |
| r.pad3 | RenderData | short | pad3 | 1038 | 2 |
| r.stamp_udata | RenderData | char | stamp_udata[160] | 1040 | 160 |
| r.fg_stamp | RenderData | float | fg_stamp[4] | 1200 | 16 |
| r.bg_stamp | RenderData | float | bg_stamp[4] | 1216 | 16 |
| r.simplify_subsurf | RenderData | int | simplify_subsurf | 1232 | 4 |
| r.simplify_shadowsamples | RenderData | int | simplify_shadowsamples | 1236 | 4 |
| r.simplify_particles | RenderData | float | simplify_particles | 1240 | 4 |
| r.simplify_aosss | RenderData | float | simplify_aosss | 1244 | 4 |
| r.cineonwhite | RenderData | short | cineonwhite | 1248 | 2 |
| r.cineonblack | RenderData | short | cineonblack | 1250 | 2 |
| r.cineongamma | RenderData | float | cineongamma | 1252 | 4 |
| r.jp2_preset | RenderData | short | jp2_preset | 1256 | 2 |
| r.jp2_depth | RenderData | short | jp2_depth | 1258 | 2 |
| r.rpad3 | RenderData | int | rpad3 | 1260 | 4 |
| r.domeres | RenderData | short | domeres | 1264 | 2 |
| r.domemode | RenderData | short | domemode | 1266 | 2 |
| r.domeangle | RenderData | short | domeangle | 1268 | 2 |
| r.dometilt | RenderData | short | dometilt | 1270 | 2 |
| r.domeresbuf | RenderData | float | domeresbuf | 1272 | 4 |
| r.pad2 | RenderData | float | pad2 | 1276 | 4 |
| r.dometext | RenderData | Text | *dometext | 1280 | 8 |
| r.engine | RenderData | char | engine[32] | 1288 | 32 |
| audio.mixrate | AudioData | int | mixrate | 1320 | 4 |
| audio.main | AudioData | float | main | 1324 | 4 |
| audio.speed_of_sound | AudioData | float | speed_of_sound | 1328 | 4 |
| audio.doppler_factor | AudioData | float | doppler_factor | 1332 | 4 |
| audio.distance_model | AudioData | int | distance_model | 1336 | 4 |
| audio.flag | AudioData | short | flag | 1340 | 2 |
| audio.pad | AudioData | short | pad | 1342 | 2 |
| markers.first | ListBase | void | *first | 1344 | 8 |
| markers.last | ListBase | void | *last | 1352 | 8 |
| transform_spaces.first | ListBase | void | *first | 1360 | 8 |
| transform_spaces.last | ListBase | void | *last | 1368 | 8 |
| sound_handles.first | ListBase | void | *first | 1376 | 8 |
| sound_handles.last | ListBase | void | *last | 1384 | 8 |
| theDag | Scene | DagForest | *theDag | 1392 | 8 |
| dagisvalid | Scene | short | dagisvalid | 1400 | 2 |
| dagflags | Scene | short | dagflags | 1402 | 2 |
| recalc | Scene | short | recalc | 1404 | 2 |
| jumpframe | Scene | short | jumpframe | 1406 | 2 |
| pad5 | Scene | int | pad5 | 1408 | 4 |
| active_keyingset | Scene | int | active_keyingset | 1412 | 4 |
| keyingsets.first | ListBase | void | *first | 1416 | 8 |
| keyingsets.last | ListBase | void | *last | 1424 | 8 |
| framing.col | GameFraming | float | col[3] | 1432 | 12 |
| framing.type | GameFraming | char | type | 1444 | 1 |
| framing.pad1 | GameFraming | char | pad1 | 1445 | 1 |
| framing.pad2 | GameFraming | char | pad2 | 1446 | 1 |
| framing.pad3 | GameFraming | char | pad3 | 1447 | 1 |
| gm.gravity | GameData | float | gravity | 1448 | 4 |
| gm.activityBoxRadius | GameData | float | activityBoxRadius | 1452 | 4 |
| gm.mode | GameData | short | mode | 1456 | 2 |
| gm.flag | GameData | short | flag | 1458 | 2 |
| gm.matmode | GameData | short | matmode | 1460 | 2 |
| gm.pad | GameData | short | pad[3] | 1462 | 6 |
| gm.occlusionRes | GameData | short | occlusionRes | 1468 | 2 |
| gm.physicsEngine | GameData | short | physicsEngine | 1470 | 2 |
| gm.ticrate | GameData | short | ticrate | 1472 | 2 |
| gm.maxlogicstep | GameData | short | maxlogicstep | 1474 | 2 |
| gm.physubstep | GameData | short | physubstep | 1476 | 2 |
| gm.maxphystep | GameData | short | maxphystep | 1478 | 2 |
| gm.framing.col | GameFraming | float | col[3] | 1480 | 12 |
| gm.framing.type | GameFraming | char | type | 1492 | 1 |
| gm.framing.pad1 | GameFraming | char | pad1 | 1493 | 1 |
| gm.framing.pad2 | GameFraming | char | pad2 | 1494 | 1 |
| gm.framing.pad3 | GameFraming | char | pad3 | 1495 | 1 |
| gm.fullscreen | GameData | short | fullscreen | 1496 | 2 |
| gm.xplay | GameData | short | xplay | 1498 | 2 |
| gm.yplay | GameData | short | yplay | 1500 | 2 |
| gm.freqplay | GameData | short | freqplay | 1502 | 2 |
| gm.depth | GameData | short | depth | 1504 | 2 |
| gm.attrib | GameData | short | attrib | 1506 | 2 |
| gm.rt1 | GameData | short | rt1 | 1508 | 2 |
| gm.rt2 | GameData | short | rt2 | 1510 | 2 |
| gm.dome.res | GameDome | short | res | 1512 | 2 |
| gm.dome.mode | GameDome | short | mode | 1514 | 2 |
| gm.dome.angle | GameDome | short | angle | 1516 | 2 |
| gm.dome.tilt | GameDome | short | tilt | 1518 | 2 |
| gm.dome.resbuf | GameDome | float | resbuf | 1520 | 4 |
| gm.dome.pad2 | GameDome | float | pad2 | 1524 | 4 |
| gm.dome.warptext | GameDome | Text | *warptext | 1528 | 8 |
| gm.stereoflag | GameData | short | stereoflag | 1536 | 2 |
| gm.stereomode | GameData | short | stereomode | 1538 | 2 |
| gm.xsch | GameData | short | xsch | 1540 | 2 |
| gm.ysch | GameData | short | ysch | 1542 | 2 |
| unit.scale_length | UnitSettings | float | scale_length | 1544 | 4 |
| unit.system | UnitSettings | short | system | 1548 | 2 |
| unit.flag | UnitSettings | short | flag | 1550 | 2 |
| gpd | Scene | bGPdata | *gpd | 1552 | 8 |
| physics_settings.gravity | PhysicsSettings | float | gravity[3] | 1560 | 12 |
| physics_settings.flag | PhysicsSettings | int | flag | 1572 | 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 |
| iuser.scene | ImageUser | Scene | *scene | 40 | 8 |
| xof | BGpic | float | xof | 48 | 4 |
| yof | BGpic | float | yof | 52 | 4 |
| size | BGpic | float | size | 56 | 4 |
| blend | BGpic | float | blend | 60 | 4 |
| reference | structure | type | name | offset | size |
|---|---|---|---|---|---|
| winmat | RegionView3D | float | winmat[4][4] | 0 | 64 |
| viewmat | RegionView3D | float | viewmat[4][4] | 64 | 64 |
| viewinv | RegionView3D | float | viewinv[4][4] | 128 | 64 |
| persmat | RegionView3D | float | persmat[4][4] | 192 | 64 |
| persinv | RegionView3D | float | persinv[4][4] | 256 | 64 |
| viewmatob | RegionView3D | float | viewmatob[4][4] | 320 | 64 |
| persmatob | RegionView3D | float | persmatob[4][4] | 384 | 64 |
| twmat | RegionView3D | float | twmat[4][4] | 448 | 64 |
| viewquat | RegionView3D | float | viewquat[4] | 512 | 16 |
| dist | RegionView3D | float | dist | 528 | 4 |
| zfac | RegionView3D | float | zfac | 532 | 4 |
| camdx | RegionView3D | float | camdx | 536 | 4 |
| camdy | RegionView3D | float | camdy | 540 | 4 |
| pixsize | RegionView3D | float | pixsize | 544 | 4 |
| ofs | RegionView3D | float | ofs[3] | 548 | 12 |
| camzoom | RegionView3D | short | camzoom | 560 | 2 |
| viewbut | RegionView3D | short | viewbut | 562 | 2 |
| pad | RegionView3D | short | pad[2] | 564 | 4 |
| rflag | RegionView3D | short | rflag | 568 | 2 |
| viewlock | RegionView3D | short | viewlock | 570 | 2 |
| persp | RegionView3D | short | persp | 572 | 2 |
| view | RegionView3D | short | view | 574 | 2 |
| clip | RegionView3D | float | clip[6][4] | 576 | 96 |
| clip_local | RegionView3D | float | clip_local[6][4] | 672 | 96 |
| clipbb | RegionView3D | BoundBox | *clipbb | 768 | 8 |
| gpd | RegionView3D | bGPdata | *gpd | 776 | 8 |
| localvd | RegionView3D | RegionView3D | *localvd | 784 | 8 |
| ri | RegionView3D | RenderInfo | *ri | 792 | 8 |
| retopo_view_data | RegionView3D | RetopoViewData | *retopo_view_data | 800 | 8 |
| depths | RegionView3D | ViewDepths | *depths | 808 | 8 |
| sms | RegionView3D | SmoothViewStore | *sms | 816 | 8 |
| smooth_timer | RegionView3D | wmTimer | *smooth_timer | 824 | 8 |
| lviewquat | RegionView3D | float | lviewquat[4] | 832 | 16 |
| lpersp | RegionView3D | short | lpersp | 848 | 2 |
| lview | RegionView3D | short | lview | 850 | 2 |
| pad3 | RegionView3D | int | pad3 | 852 | 4 |
| reference | structure | type | name | offset | size |
|---|---|---|---|---|---|
| next | View3D | SpaceLink | *next | 0 | 8 |
| prev | View3D | SpaceLink | *prev | 8 | 8 |
| regionbase.first | ListBase | void | *first | 16 | 8 |
| regionbase.last | ListBase | void | *last | 24 | 8 |
| spacetype | View3D | int | spacetype | 32 | 4 |
| blockscale | View3D | float | blockscale | 36 | 4 |
| blockhandler | View3D | short | blockhandler[8] | 40 | 16 |
| viewquat | View3D | float | viewquat[4] | 56 | 16 |
| dist | View3D | float | dist | 72 | 4 |
| pad1 | View3D | float | pad1 | 76 | 4 |
| lay_used | View3D | int | lay_used | 80 | 4 |
| persp | View3D | short | persp | 84 | 2 |
| view | View3D | short | view | 86 | 2 |
| camera | View3D | Object | *camera | 88 | 8 |
| ob_centre | View3D | Object | *ob_centre | 96 | 8 |
| bgpic | View3D | BGpic | *bgpic | 104 | 8 |
| localvd | View3D | View3D | *localvd | 112 | 8 |
| ob_centre_bone | View3D | char | ob_centre_bone[32] | 120 | 32 |
| lay | View3D | int | lay | 152 | 4 |
| layact | View3D | int | layact | 156 | 4 |
| drawtype | View3D | short | drawtype | 160 | 2 |
| pad2 | View3D | short | pad2 | 162 | 2 |
| scenelock | View3D | short | scenelock | 164 | 2 |
| around | View3D | short | around | 166 | 2 |
| pad3 | View3D | short | pad3 | 168 | 2 |
| flag | View3D | short | flag | 170 | 2 |
| flag2 | View3D | short | flag2 | 172 | 2 |
| pivot_last | View3D | short | pivot_last | 174 | 2 |
| lens | View3D | float | lens | 176 | 4 |
| grid | View3D | float | grid | 180 | 4 |
| gridview | View3D | float | gridview | 184 | 4 |
| padf | View3D | float | padf | 188 | 4 |
| near | View3D | float | near | 192 | 4 |
| far | View3D | float | far | 196 | 4 |
| ofs | View3D | float | ofs[3] | 200 | 12 |
| cursor | View3D | float | cursor[3] | 212 | 12 |
| gridlines | View3D | short | gridlines | 224 | 2 |
| pad4 | View3D | short | pad4 | 226 | 2 |
| gridflag | View3D | short | gridflag | 228 | 2 |
| gridsubdiv | View3D | short | gridsubdiv | 230 | 2 |
| modeselect | View3D | short | modeselect | 232 | 2 |
| keyflags | View3D | short | keyflags | 234 | 2 |
| twtype | View3D | short | twtype | 236 | 2 |
| twmode | View3D | short | twmode | 238 | 2 |
| twflag | View3D | short | twflag | 240 | 2 |
| twdrawflag | View3D | short | twdrawflag | 242 | 2 |
| customdata_mask | View3D | int | customdata_mask | 244 | 4 |
| afterdraw.first | ListBase | void | *first | 248 | 8 |
| afterdraw.last | ListBase | void | *last | 256 | 8 |
| zbuf | View3D | short | zbuf | 264 | 2 |
| transp | View3D | short | transp | 266 | 2 |
| xray | View3D | short | xray | 268 | 2 |
| ndofmode | View3D | char | ndofmode | 270 | 1 |
| ndoffilter | View3D | char | ndoffilter | 271 | 1 |
| properties_storage | View3D | void | *properties_storage | 272 | 8 |
| gpd | View3D | bGPdata | *gpd | 280 | 8 |
| reference | structure | type | name | offset | size |
|---|---|---|---|---|---|
| tot.xmin | rctf | float | xmin | 0 | 4 |
| tot.xmax | rctf | float | xmax | 4 | 4 |
| tot.ymin | rctf | float | ymin | 8 | 4 |
| tot.ymax | rctf | float | ymax | 12 | 4 |
| cur.xmin | rctf | float | xmin | 16 | 4 |
| cur.xmax | rctf | float | xmax | 20 | 4 |
| cur.ymin | rctf | float | ymin | 24 | 4 |
| cur.ymax | rctf | float | ymax | 28 | 4 |
| vert.xmin | rcti | int | xmin | 32 | 4 |
| vert.xmax | rcti | int | xmax | 36 | 4 |
| vert.ymin | rcti | int | ymin | 40 | 4 |
| vert.ymax | rcti | int | ymax | 44 | 4 |
| hor.xmin | rcti | int | xmin | 48 | 4 |
| hor.xmax | rcti | int | xmax | 52 | 4 |
| hor.ymin | rcti | int | ymin | 56 | 4 |
| hor.ymax | rcti | int | ymax | 60 | 4 |
| mask.xmin | rcti | int | xmin | 64 | 4 |
| mask.xmax | rcti | int | xmax | 68 | 4 |
| mask.ymin | rcti | int | ymin | 72 | 4 |
| mask.ymax | rcti | int | ymax | 76 | 4 |
| min | View2D | float | min[2] | 80 | 8 |
| max | View2D | float | max[2] | 88 | 8 |
| minzoom | View2D | float | minzoom | 96 | 4 |
| maxzoom | View2D | float | maxzoom | 100 | 4 |
| scroll | View2D | short | scroll | 104 | 2 |
| scroll_ui | View2D | short | scroll_ui | 106 | 2 |
| keeptot | View2D | short | keeptot | 108 | 2 |
| keepzoom | View2D | short | keepzoom | 110 | 2 |
| keepofs | View2D | short | keepofs | 112 | 2 |
| flag | View2D | short | flag | 114 | 2 |
| align | View2D | short | align | 116 | 2 |
| winx | View2D | short | winx | 118 | 2 |
| winy | View2D | short | winy | 120 | 2 |
| oldwinx | View2D | short | oldwinx | 122 | 2 |
| oldwiny | View2D | short | oldwiny | 124 | 2 |
| around | View2D | short | around | 126 | 2 |
| cursor | View2D | float | cursor[2] | 128 | 8 |
| tab_offset | View2D | float | *tab_offset | 136 | 8 |
| tab_num | View2D | int | tab_num | 144 | 4 |
| tab_cur | View2D | int | tab_cur | 148 | 4 |
| reference | structure | type | name | offset | size |
|---|---|---|---|---|---|
| next | SpaceLink | SpaceLink | *next | 0 | 8 |
| prev | SpaceLink | SpaceLink | *prev | 8 | 8 |
| regionbase.first | ListBase | void | *first | 16 | 8 |
| regionbase.last | ListBase | void | *last | 24 | 8 |
| spacetype | SpaceLink | int | spacetype | 32 | 4 |
| blockscale | SpaceLink | float | blockscale | 36 | 4 |
| blockhandler | SpaceLink | short | blockhandler[8] | 40 | 16 |
| reference | structure | type | name | offset | size |
|---|---|---|---|---|---|
| next | SpaceInfo | SpaceLink | *next | 0 | 8 |
| prev | SpaceInfo | SpaceLink | *prev | 8 | 8 |
| regionbase.first | ListBase | void | *first | 16 | 8 |
| regionbase.last | ListBase | void | *last | 24 | 8 |
| spacetype | SpaceInfo | int | spacetype | 32 | 4 |
| blockscale | SpaceInfo | float | blockscale | 36 | 4 |
| blockhandler | SpaceInfo | short | blockhandler[8] | 40 | 16 |
| screen | SpaceInfo | bScreen | *screen | 56 | 8 |
| scene | SpaceInfo | Scene | *scene | 64 | 8 |
| reference | structure | type | name | offset | size |
|---|---|---|---|---|---|
| next | SpaceIpo | SpaceLink | *next | 0 | 8 |
| prev | SpaceIpo | SpaceLink | *prev | 8 | 8 |
| regionbase.first | ListBase | void | *first | 16 | 8 |
| regionbase.last | ListBase | void | *last | 24 | 8 |
| spacetype | SpaceIpo | int | spacetype | 32 | 4 |
| blockscale | SpaceIpo | float | blockscale | 36 | 4 |
| blockhandler | SpaceIpo | short | blockhandler[8] | 40 | 16 |
| v2d.tot.xmin | rctf | float | xmin | 56 | 4 |
| v2d.tot.xmax | rctf | float | xmax | 60 | 4 |
| v2d.tot.ymin | rctf | float | ymin | 64 | 4 |
| v2d.tot.ymax | rctf | float | ymax | 68 | 4 |
| v2d.cur.xmin | rctf | float | xmin | 72 | 4 |
| v2d.cur.xmax | rctf | float | xmax | 76 | 4 |
| v2d.cur.ymin | rctf | float | ymin | 80 | 4 |
| v2d.cur.ymax | rctf | float | ymax | 84 | 4 |
| v2d.vert.xmin | rcti | int | xmin | 88 | 4 |
| v2d.vert.xmax | rcti | int | xmax | 92 | 4 |
| v2d.vert.ymin | rcti | int | ymin | 96 | 4 |
| v2d.vert.ymax | rcti | int | ymax | 100 | 4 |
| v2d.hor.xmin | rcti | int | xmin | 104 | 4 |
| v2d.hor.xmax | rcti | int | xmax | 108 | 4 |
| v2d.hor.ymin | rcti | int | ymin | 112 | 4 |
| v2d.hor.ymax | rcti | int | ymax | 116 | 4 |
| v2d.mask.xmin | rcti | int | xmin | 120 | 4 |
| v2d.mask.xmax | rcti | int | xmax | 124 | 4 |
| v2d.mask.ymin | rcti | int | ymin | 128 | 4 |
| v2d.mask.ymax | rcti | int | ymax | 132 | 4 |
| v2d.min | View2D | float | min[2] | 136 | 8 |
| v2d.max | View2D | float | max[2] | 144 | 8 |
| v2d.minzoom | View2D | float | minzoom | 152 | 4 |
| v2d.maxzoom | View2D | float | maxzoom | 156 | 4 |
| v2d.scroll | View2D | short | scroll | 160 | 2 |
| v2d.scroll_ui | View2D | short | scroll_ui | 162 | 2 |
| v2d.keeptot | View2D | short | keeptot | 164 | 2 |
| v2d.keepzoom | View2D | short | keepzoom | 166 | 2 |
| v2d.keepofs | View2D | short | keepofs | 168 | 2 |
| v2d.flag | View2D | short | flag | 170 | 2 |
| v2d.align | View2D | short | align | 172 | 2 |
| v2d.winx | View2D | short | winx | 174 | 2 |
| v2d.winy | View2D | short | winy | 176 | 2 |
| v2d.oldwinx | View2D | short | oldwinx | 178 | 2 |
| v2d.oldwiny | View2D | short | oldwiny | 180 | 2 |
| v2d.around | View2D | short | around | 182 | 2 |
| v2d.cursor | View2D | float | cursor[2] | 184 | 8 |
| v2d.tab_offset | View2D | float | *tab_offset | 192 | 8 |
| v2d.tab_num | View2D | int | tab_num | 200 | 4 |
| v2d.tab_cur | View2D | int | tab_cur | 204 | 4 |
| ads | SpaceIpo | bDopeSheet | *ads | 208 | 8 |
| ghostCurves.first | ListBase | void | *first | 216 | 8 |
| ghostCurves.last | ListBase | void | *last | 224 | 8 |
| mode | SpaceIpo | short | mode | 232 | 2 |
| autosnap | SpaceIpo | short | autosnap | 234 | 2 |
| flag | SpaceIpo | int | flag | 236 | 4 |
| cursorVal | SpaceIpo | float | cursorVal | 240 | 4 |
| around | SpaceIpo | int | around | 244 | 4 |
| reference | structure | type | name | offset | size |
|---|---|---|---|---|---|
| next | SpaceButs | SpaceLink | *next | 0 | 8 |
| prev | SpaceButs | SpaceLink | *prev | 8 | 8 |
| regionbase.first | ListBase | void | *first | 16 | 8 |
| regionbase.last | ListBase | void | *last | 24 | 8 |
| spacetype | SpaceButs | int | spacetype | 32 | 4 |
| blockscale | SpaceButs | float | blockscale | 36 | 4 |
| blockhandler | SpaceButs | short | blockhandler[8] | 40 | 16 |
| ri | SpaceButs | RenderInfo | *ri | 56 | 8 |
| v2d.tot.xmin | rctf | float | xmin | 64 | 4 |
| v2d.tot.xmax | rctf | float | xmax | 68 | 4 |
| v2d.tot.ymin | rctf | float | ymin | 72 | 4 |
| v2d.tot.ymax | rctf | float | ymax | 76 | 4 |
| v2d.cur.xmin | rctf | float | xmin | 80 | 4 |
| v2d.cur.xmax | rctf | float | xmax | 84 | 4 |
| v2d.cur.ymin | rctf | float | ymin | 88 | 4 |
| v2d.cur.ymax | rctf | float | ymax | 92 | 4 |
| v2d.vert.xmin | rcti | int | xmin | 96 | 4 |
| v2d.vert.xmax | rcti | int | xmax | 100 | 4 |
| v2d.vert.ymin | rcti | int | ymin | 104 | 4 |
| v2d.vert.ymax | rcti | int | ymax | 108 | 4 |
| v2d.hor.xmin | rcti | int | xmin | 112 | 4 |
| v2d.hor.xmax | rcti | int | xmax | 116 | 4 |
| v2d.hor.ymin | rcti | int | ymin | 120 | 4 |
| v2d.hor.ymax | rcti | int | ymax | 124 | 4 |
| v2d.mask.xmin | rcti | int | xmin | 128 | 4 |
| v2d.mask.xmax | rcti | int | xmax | 132 | 4 |
| v2d.mask.ymin | rcti | int | ymin | 136 | 4 |
| v2d.mask.ymax | rcti | int | ymax | 140 | 4 |
| v2d.min | View2D | float | min[2] | 144 | 8 |
| v2d.max | View2D | float | max[2] | 152 | 8 |
| v2d.minzoom | View2D | float | minzoom | 160 | 4 |
| v2d.maxzoom | View2D | float | maxzoom | 164 | 4 |
| v2d.scroll | View2D | short | scroll | 168 | 2 |
| v2d.scroll_ui | View2D | short | scroll_ui | 170 | 2 |
| v2d.keeptot | View2D | short | keeptot | 172 | 2 |
| v2d.keepzoom | View2D | short | keepzoom | 174 | 2 |
| v2d.keepofs | View2D | short | keepofs | 176 | 2 |
| v2d.flag | View2D | short | flag | 178 | 2 |
| v2d.align | View2D | short | align | 180 | 2 |
| v2d.winx | View2D | short | winx | 182 | 2 |
| v2d.winy | View2D | short | winy | 184 | 2 |
| v2d.oldwinx | View2D | short | oldwinx | 186 | 2 |
| v2d.oldwiny | View2D | short | oldwiny | 188 | 2 |
| v2d.around | View2D | short | around | 190 | 2 |
| v2d.cursor | View2D | float | cursor[2] | 192 | 8 |
| v2d.tab_offset | View2D | float | *tab_offset | 200 | 8 |
| v2d.tab_num | View2D | int | tab_num | 208 | 4 |
| v2d.tab_cur | View2D | int | tab_cur | 212 | 4 |
| mainb | SpaceButs | short | mainb | 216 | 2 |
| mainbo | SpaceButs | short | mainbo | 218 | 2 |
| mainbuser | SpaceButs | short | mainbuser | 220 | 2 |
| re_align | SpaceButs | short | re_align | 222 | 2 |
| align | SpaceButs | short | align | 224 | 2 |
| preview | SpaceButs | short | preview | 226 | 2 |
| flag | SpaceButs | char | flag | 228 | 1 |
| pad | SpaceButs | char | pad[3] | 229 | 3 |
| path | SpaceButs | void | *path | 232 | 8 |
| pathflag | SpaceButs | int | pathflag | 240 | 4 |
| dataicon | SpaceButs | int | dataicon | 244 | 4 |
| pinid | SpaceButs | ID | *pinid | 248 | 8 |
| reference | structure | type | name | offset | size |
|---|---|---|---|---|---|
| next | SpaceSeq | SpaceLink | *next | 0 | 8 |
| prev | SpaceSeq | SpaceLink | *prev | 8 | 8 |
| regionbase.first | ListBase | void | *first | 16 | 8 |
| regionbase.last | ListBase | void | *last | 24 | 8 |
| spacetype | SpaceSeq | int | spacetype | 32 | 4 |
| blockscale | SpaceSeq | float | blockscale | 36 | 4 |
| blockhandler | SpaceSeq | short | blockhandler[8] | 40 | 16 |
| v2d.tot.xmin | rctf | float | xmin | 56 | 4 |
| v2d.tot.xmax | rctf | float | xmax | 60 | 4 |
| v2d.tot.ymin | rctf | float | ymin | 64 | 4 |
| v2d.tot.ymax | rctf | float | ymax | 68 | 4 |
| v2d.cur.xmin | rctf | float | xmin | 72 | 4 |
| v2d.cur.xmax | rctf | float | xmax | 76 | 4 |
| v2d.cur.ymin | rctf | float | ymin | 80 | 4 |
| v2d.cur.ymax | rctf | float | ymax | 84 | 4 |
| v2d.vert.xmin | rcti | int | xmin | 88 | 4 |
| v2d.vert.xmax | rcti | int | xmax | 92 | 4 |
| v2d.vert.ymin | rcti | int | ymin | 96 | 4 |
| v2d.vert.ymax | rcti | int | ymax | 100 | 4 |
| v2d.hor.xmin | rcti | int | xmin | 104 | 4 |
| v2d.hor.xmax | rcti | int | xmax | 108 | 4 |
| v2d.hor.ymin | rcti | int | ymin | 112 | 4 |
| v2d.hor.ymax | rcti | int | ymax | 116 | 4 |
| v2d.mask.xmin | rcti | int | xmin | 120 | 4 |
| v2d.mask.xmax | rcti | int | xmax | 124 | 4 |
| v2d.mask.ymin | rcti | int | ymin | 128 | 4 |
| v2d.mask.ymax | rcti | int | ymax | 132 | 4 |
| v2d.min | View2D | float | min[2] | 136 | 8 |
| v2d.max | View2D | float | max[2] | 144 | 8 |
| v2d.minzoom | View2D | float | minzoom | 152 | 4 |
| v2d.maxzoom | View2D | float | maxzoom | 156 | 4 |
| v2d.scroll | View2D | short | scroll | 160 | 2 |
| v2d.scroll_ui | View2D | short | scroll_ui | 162 | 2 |
| v2d.keeptot | View2D | short | keeptot | 164 | 2 |
| v2d.keepzoom | View2D | short | keepzoom | 166 | 2 |
| v2d.keepofs | View2D | short | keepofs | 168 | 2 |
| v2d.flag | View2D | short | flag | 170 | 2 |
| v2d.align | View2D | short | align | 172 | 2 |
| v2d.winx | View2D | short | winx | 174 | 2 |
| v2d.winy | View2D | short | winy | 176 | 2 |
| v2d.oldwinx | View2D | short | oldwinx | 178 | 2 |
| v2d.oldwiny | View2D | short | oldwiny | 180 | 2 |
| v2d.around | View2D | short | around | 182 | 2 |
| v2d.cursor | View2D | float | cursor[2] | 184 | 8 |
| v2d.tab_offset | View2D | float | *tab_offset | 192 | 8 |
| v2d.tab_num | View2D | int | tab_num | 200 | 4 |
| v2d.tab_cur | View2D | int | tab_cur | 204 | 4 |
| xof | SpaceSeq | float | xof | 208 | 4 |
| yof | SpaceSeq | float | yof | 212 | 4 |
| mainb | SpaceSeq | short | mainb | 216 | 2 |
| render_size | SpaceSeq | short | render_size | 218 | 2 |
| chanshown | SpaceSeq | short | chanshown | 220 | 2 |
| zebra | SpaceSeq | short | zebra | 222 | 2 |
| flag | SpaceSeq | int | flag | 224 | 4 |
| zoom | SpaceSeq | float | zoom | 228 | 4 |
| gpd | SpaceSeq | bGPdata | *gpd | 232 | 8 |
| reference | structure | type | name | offset | size |
|---|---|---|---|---|---|
| title | FileSelectParams | char | title[24] | 0 | 24 |
| dir | FileSelectParams | char | dir[240] | 24 | 240 |
| file | FileSelectParams | char | file[80] | 264 | 80 |
| renamefile | FileSelectParams | char | renamefile[80] | 344 | 80 |
| type | FileSelectParams | short | type | 424 | 2 |
| flag | FileSelectParams | short | flag | 426 | 2 |
| sort | FileSelectParams | short | sort | 428 | 2 |
| display | FileSelectParams | short | display | 430 | 2 |
| filter | FileSelectParams | short | filter | 432 | 2 |
| active_bookmark | FileSelectParams | short | active_bookmark | 434 | 2 |
| active_file | FileSelectParams | int | active_file | 436 | 4 |
| selstate | FileSelectParams | int | selstate | 440 | 4 |
| f_fp | FileSelectParams | short | f_fp | 444 | 2 |
| menu | FileSelectParams | short | menu | 446 | 2 |
| fp_str | FileSelectParams | char | fp_str[8] | 448 | 8 |
| pupmenu | FileSelectParams | char | *pupmenu | 456 | 8 |
| reference | structure | type | name | offset | size |
|---|---|---|---|---|---|
| next | SpaceFile | SpaceLink | *next | 0 | 8 |
| prev | SpaceFile | SpaceLink | *prev | 8 | 8 |
| regionbase.first | ListBase | void | *first | 16 | 8 |
| regionbase.last | ListBase | void | *last | 24 | 8 |
| spacetype | SpaceFile | int | spacetype | 32 | 4 |
| pad | SpaceFile | int | pad | 36 | 4 |
| params | SpaceFile | FileSelectParams | *params | 40 | 8 |
| files | SpaceFile | FileList | *files | 48 | 8 |
| folders_prev | SpaceFile | ListBase | *folders_prev | 56 | 8 |
| folders_next | SpaceFile | ListBase | *folders_next | 64 | 8 |
| op | SpaceFile | wmOperator | *op | 72 | 8 |
| loadimage_timer | SpaceFile | wmTimer | *loadimage_timer | 80 | 8 |
| layout | SpaceFile | FileLayout | *layout | 88 | 8 |
| recentnr | SpaceFile | short | recentnr | 96 | 2 |
| bookmarknr | SpaceFile | short | bookmarknr | 98 | 2 |
| systemnr | SpaceFile | short | systemnr | 100 | 2 |
| pad2 | SpaceFile | short | pad2 | 102 | 2 |
| reference | structure | type | name | offset | size |
|---|---|---|---|---|---|
| next | SpaceOops | SpaceLink | *next | 0 | 8 |
| prev | SpaceOops | SpaceLink | *prev | 8 | 8 |
| regionbase.first | ListBase | void | *first | 16 | 8 |
| regionbase.last | ListBase | void | *last | 24 | 8 |
| spacetype | SpaceOops | int | spacetype | 32 | 4 |
| blockscale | SpaceOops | float | blockscale | 36 | 4 |
| blockhandler | SpaceOops | short | blockhandler[8] | 40 | 16 |
| v2d.tot.xmin | rctf | float | xmin | 56 | 4 |
| v2d.tot.xmax | rctf | float | xmax | 60 | 4 |
| v2d.tot.ymin | rctf | float | ymin | 64 | 4 |
| v2d.tot.ymax | rctf | float | ymax | 68 | 4 |
| v2d.cur.xmin | rctf | float | xmin | 72 | 4 |
| v2d.cur.xmax | rctf | float | xmax | 76 | 4 |
| v2d.cur.ymin | rctf | float | ymin | 80 | 4 |
| v2d.cur.ymax | rctf | float | ymax | 84 | 4 |
| v2d.vert.xmin | rcti | int | xmin | 88 | 4 |
| v2d.vert.xmax | rcti | int | xmax | 92 | 4 |
| v2d.vert.ymin | rcti | int | ymin | 96 | 4 |
| v2d.vert.ymax | rcti | int | ymax | 100 | 4 |
| v2d.hor.xmin | rcti | int | xmin | 104 | 4 |
| v2d.hor.xmax | rcti | int | xmax | 108 | 4 |
| v2d.hor.ymin | rcti | int | ymin | 112 | 4 |
| v2d.hor.ymax | rcti | int | ymax | 116 | 4 |
| v2d.mask.xmin | rcti | int | xmin | 120 | 4 |
| v2d.mask.xmax | rcti | int | xmax | 124 | 4 |
| v2d.mask.ymin | rcti | int | ymin | 128 | 4 |
| v2d.mask.ymax | rcti | int | ymax | 132 | 4 |
| v2d.min | View2D | float | min[2] | 136 | 8 |
| v2d.max | View2D | float | max[2] | 144 | 8 |
| v2d.minzoom | View2D | float | minzoom | 152 | 4 |
| v2d.maxzoom | View2D | float | maxzoom | 156 | 4 |
| v2d.scroll | View2D | short | scroll | 160 | 2 |
| v2d.scroll_ui | View2D | short | scroll_ui | 162 | 2 |
| v2d.keeptot | View2D | short | keeptot | 164 | 2 |
| v2d.keepzoom | View2D | short | keepzoom | 166 | 2 |
| v2d.keepofs | View2D | short | keepofs | 168 | 2 |
| v2d.flag | View2D | short | flag | 170 | 2 |
| v2d.align | View2D | short | align | 172 | 2 |
| v2d.winx | View2D | short | winx | 174 | 2 |
| v2d.winy | View2D | short | winy | 176 | 2 |
| v2d.oldwinx | View2D | short | oldwinx | 178 | 2 |
| v2d.oldwiny | View2D | short | oldwiny | 180 | 2 |
| v2d.around | View2D | short | around | 182 | 2 |
| v2d.cursor | View2D | float | cursor[2] | 184 | 8 |
| v2d.tab_offset | View2D | float | *tab_offset | 192 | 8 |
| v2d.tab_num | View2D | int | tab_num | 200 | 4 |
| v2d.tab_cur | View2D | int | tab_cur | 204 | 4 |
| tree.first | ListBase | void | *first | 208 | 8 |
| tree.last | ListBase | void | *last | 216 | 8 |
| treestore | SpaceOops | TreeStore | *treestore | 224 | 8 |
| search_string | SpaceOops | char | search_string[32] | 232 | 32 |
| search_tse.type | TreeStoreElem | short | type | 264 | 2 |
| search_tse.nr | TreeStoreElem | short | nr | 266 | 2 |
| search_tse.flag | TreeStoreElem | short | flag | 268 | 2 |
| search_tse.used | TreeStoreElem | short | used | 270 | 2 |
| search_tse.id | TreeStoreElem | ID | *id | 272 | 8 |
| search_flags | SpaceOops | int | search_flags | 280 | 4 |
| do_ | SpaceOops | int | do_ | 284 | 4 |
| flag | SpaceOops | short | flag | 288 | 2 |
| outlinevis | SpaceOops | short | outlinevis | 290 | 2 |
| storeflag | SpaceOops | short | storeflag | 292 | 2 |
| pad | SpaceOops | short | pad | 294 | 2 |
| reference | structure | type | name | offset | size |
|---|---|---|---|---|---|
| next | SpaceImage | SpaceLink | *next | 0 | 8 |
| prev | SpaceImage | SpaceLink | *prev | 8 | 8 |
| regionbase.first | ListBase | void | *first | 16 | 8 |
| regionbase.last | ListBase | void | *last | 24 | 8 |
| spacetype | SpaceImage | int | spacetype | 32 | 4 |
| blockscale | SpaceImage | float | blockscale | 36 | 4 |
| blockhandler | SpaceImage | short | blockhandler[8] | 40 | 16 |
| image | SpaceImage | Image | *image | 56 | 8 |
| iuser.framenr | ImageUser | int | framenr | 64 | 4 |
| iuser.frames | ImageUser | int | frames | 68 | 4 |
| iuser.offset | ImageUser | int | offset | 72 | 4 |
| iuser.sfra | ImageUser | int | sfra | 76 | 4 |
| iuser.fie_ima | ImageUser | short | fie_ima | 80 | 2 |
| iuser.cycl | ImageUser | short | cycl | 82 | 2 |
| iuser.flag | ImageUser | short | flag | 84 | 2 |
| iuser.ok | ImageUser | short | ok | 86 | 2 |
| iuser.multi_index | ImageUser | short | multi_index | 88 | 2 |
| iuser.layer | ImageUser | short | layer | 90 | 2 |
| iuser.pass | ImageUser | short | pass | 92 | 2 |
| iuser.menunr | ImageUser | short | menunr | 94 | 2 |
| iuser.scene | ImageUser | Scene | *scene | 96 | 8 |
| cumap | SpaceImage | CurveMapping | *cumap | 104 | 8 |
| menunr | SpaceImage | short | menunr | 112 | 2 |
| imanr | SpaceImage | short | imanr | 114 | 2 |
| pad2 | SpaceImage | short | pad2 | 116 | 2 |
| curtile | SpaceImage | short | curtile | 118 | 2 |
| flag | SpaceImage | int | flag | 120 | 4 |
| imtypenr | SpaceImage | short | imtypenr | 124 | 2 |
| lock | SpaceImage | short | lock | 126 | 2 |
| pin | SpaceImage | short | pin | 128 | 2 |
| pad3 | SpaceImage | short | pad3 | 130 | 2 |
| dt_uv | SpaceImage | char | dt_uv | 132 | 1 |
| sticky | SpaceImage | char | sticky | 133 | 1 |
| dt_uvstretch | SpaceImage | char | dt_uvstretch | 134 | 1 |
| around | SpaceImage | char | around | 135 | 1 |
| xof | SpaceImage | float | xof | 136 | 4 |
| yof | SpaceImage | float | yof | 140 | 4 |
| zoom | SpaceImage | float | zoom | 144 | 4 |
| pad4 | SpaceImage | float | pad4 | 148 | 4 |
| centx | SpaceImage | float | centx | 152 | 4 |
| centy | SpaceImage | float | centy | 156 | 4 |
| gpd | SpaceImage | bGPdata | *gpd | 160 | 8 |
| reference | structure | type | name | offset | size |
|---|---|---|---|---|---|
| next | SpaceNla | SpaceLink | *next | 0 | 8 |
| prev | SpaceNla | SpaceLink | *prev | 8 | 8 |
| regionbase.first | ListBase | void | *first | 16 | 8 |
| regionbase.last | ListBase | void | *last | 24 | 8 |
| spacetype | SpaceNla | int | spacetype | 32 | 4 |
| blockscale | SpaceNla | float | blockscale | 36 | 4 |
| blockhandler | SpaceNla | short | blockhandler[8] | 40 | 16 |
| autosnap | SpaceNla | short | autosnap | 56 | 2 |
| flag | SpaceNla | short | flag | 58 | 2 |
| pad | SpaceNla | int | pad | 60 | 4 |
| ads | SpaceNla | bDopeSheet | *ads | 64 | 8 |
| v2d.tot.xmin | rctf | float | xmin | 72 | 4 |
| v2d.tot.xmax | rctf | float | xmax | 76 | 4 |
| v2d.tot.ymin | rctf | float | ymin | 80 | 4 |
| v2d.tot.ymax | rctf | float | ymax | 84 | 4 |
| v2d.cur.xmin | rctf | float | xmin | 88 | 4 |
| v2d.cur.xmax | rctf | float | xmax | 92 | 4 |
| v2d.cur.ymin | rctf | float | ymin | 96 | 4 |
| v2d.cur.ymax | rctf | float | ymax | 100 | 4 |
| v2d.vert.xmin | rcti | int | xmin | 104 | 4 |
| v2d.vert.xmax | rcti | int | xmax | 108 | 4 |
| v2d.vert.ymin | rcti | int | ymin | 112 | 4 |
| v2d.vert.ymax | rcti | int | ymax | 116 | 4 |
| v2d.hor.xmin | rcti | int | xmin | 120 | 4 |
| v2d.hor.xmax | rcti | int | xmax | 124 | 4 |
| v2d.hor.ymin | rcti | int | ymin | 128 | 4 |
| v2d.hor.ymax | rcti | int | ymax | 132 | 4 |
| v2d.mask.xmin | rcti | int | xmin | 136 | 4 |
| v2d.mask.xmax | rcti | int | xmax | 140 | 4 |
| v2d.mask.ymin | rcti | int | ymin | 144 | 4 |
| v2d.mask.ymax | rcti | int | ymax | 148 | 4 |
| v2d.min | View2D | float | min[2] | 152 | 8 |
| v2d.max | View2D | float | max[2] | 160 | 8 |
| v2d.minzoom | View2D | float | minzoom | 168 | 4 |
| v2d.maxzoom | View2D | float | maxzoom | 172 | 4 |
| v2d.scroll | View2D | short | scroll | 176 | 2 |
| v2d.scroll_ui | View2D | short | scroll_ui | 178 | 2 |
| v2d.keeptot | View2D | short | keeptot | 180 | 2 |
| v2d.keepzoom | View2D | short | keepzoom | 182 | 2 |
| v2d.keepofs | View2D | short | keepofs | 184 | 2 |
| v2d.flag | View2D | short | flag | 186 | 2 |
| v2d.align | View2D | short | align | 188 | 2 |
| v2d.winx | View2D | short | winx | 190 | 2 |
| v2d.winy | View2D | short | winy | 192 | 2 |
| v2d.oldwinx | View2D | short | oldwinx | 194 | 2 |
| v2d.oldwiny | View2D | short | oldwiny | 196 | 2 |
| v2d.around | View2D | short | around | 198 | 2 |
| v2d.cursor | View2D | float | cursor[2] | 200 | 8 |
| v2d.tab_offset | View2D | float | *tab_offset | 208 | 8 |
| v2d.tab_num | View2D | int | tab_num | 216 | 4 |
| v2d.tab_cur | View2D | int | tab_cur | 220 | 4 |
| reference | structure | type | name | offset | size |
|---|---|---|---|---|---|
| next | SpaceText | SpaceLink | *next | 0 | 8 |
| prev | SpaceText | SpaceLink | *prev | 8 | 8 |
| regionbase.first | ListBase | void | *first | 16 | 8 |
| regionbase.last | ListBase | void | *last | 24 | 8 |
| spacetype | SpaceText | int | spacetype | 32 | 4 |
| blockscale | SpaceText | float | blockscale | 36 | 4 |
| blockhandler | SpaceText | short | blockhandler[8] | 40 | 16 |
| text | SpaceText | Text | *text | 56 | 8 |
| top | SpaceText | int | top | 64 | 4 |
| viewlines | SpaceText | int | viewlines | 68 | 4 |
| flags | SpaceText | short | flags | 72 | 2 |
| menunr | SpaceText | short | menunr | 74 | 2 |
| lheight | SpaceText | short | lheight | 76 | 2 |
| cwidth | SpaceText | char | cwidth | 78 | 1 |
| linenrs_tot | SpaceText | char | linenrs_tot | 79 | 1 |
| left | SpaceText | int | left | 80 | 4 |
| showlinenrs | SpaceText | int | showlinenrs | 84 | 4 |
| tabnumber | SpaceText | int | tabnumber | 88 | 4 |
| showsyntax | SpaceText | int | showsyntax | 92 | 4 |
| overwrite | SpaceText | short | overwrite | 96 | 2 |
| live_edit | SpaceText | short | live_edit | 98 | 2 |
| pix_per_line | SpaceText | float | pix_per_line | 100 | 4 |
| txtscroll.xmin | rcti | int | xmin | 104 | 4 |
| txtscroll.xmax | rcti | int | xmax | 108 | 4 |
| txtscroll.ymin | rcti | int | ymin | 112 | 4 |
| txtscroll.ymax | rcti | int | ymax | 116 | 4 |
| txtbar.xmin | rcti | int | xmin | 120 | 4 |
| txtbar.xmax | rcti | int | xmax | 124 | 4 |
| txtbar.ymin | rcti | int | ymin | 128 | 4 |
| txtbar.ymax | rcti | int | ymax | 132 | 4 |
| wordwrap | SpaceText | int | wordwrap | 136 | 4 |
| doplugins | SpaceText | int | doplugins | 140 | 4 |
| findstr | SpaceText | char | findstr[256] | 144 | 256 |
| replacestr | SpaceText | char | replacestr[256] | 400 | 256 |
| reference | structure | type | name | offset | size |
|---|---|---|---|---|---|
| id.next | ID | void | *next | 0 | 8 |
| id.prev | ID | void | *prev | 8 | 8 |
| id.newid | ID | ID | *newid | 16 | 8 |
| id.lib | ID | Library | *lib | 24 | 8 |
| id.name | ID | char | name[24] | 32 | 24 |
| id.us | ID | short | us | 56 | 2 |
| id.flag | ID | short | flag | 58 | 2 |
| id.icon_id | ID | int | icon_id | 60 | 4 |
| id.properties | ID | IDProperty | *properties | 64 | 8 |
| py_draw | Script | void | *py_draw | 72 | 8 |
| py_event | Script | void | *py_event | 80 | 8 |
| py_button | Script | void | *py_button | 88 | 8 |
| py_browsercallback | Script | void | *py_browsercallback | 96 | 8 |
| py_globaldict | Script | void | *py_globaldict | 104 | 8 |
| flags | Script | int | flags | 112 | 4 |
| lastspace | Script | int | lastspace | 116 | 4 |
| scriptname | Script | char | scriptname[256] | 120 | 256 |
| scriptarg | Script | char | scriptarg[256] | 376 | 256 |
| reference | structure | type | name | offset | size |
|---|---|---|---|---|---|
| next | SpaceScript | SpaceLink | *next | 0 | 8 |
| prev | SpaceScript | SpaceLink | *prev | 8 | 8 |
| regionbase.first | ListBase | void | *first | 16 | 8 |
| regionbase.last | ListBase | void | *last | 24 | 8 |
| spacetype | SpaceScript | int | spacetype | 32 | 4 |
| blockscale | SpaceScript | float | blockscale | 36 | 4 |
| script | SpaceScript | Script | *script | 40 | 8 |
| flags | SpaceScript | short | flags | 48 | 2 |
| menunr | SpaceScript | short | menunr | 50 | 2 |
| pad1 | SpaceScript | int | pad1 | 52 | 4 |
| but_refs | SpaceScript | void | *but_refs | 56 | 8 |
| reference | structure | type | name | offset | size |
|---|---|---|---|---|---|
| next | SpaceTime | SpaceLink | *next | 0 | 8 |
| prev | SpaceTime | SpaceLink | *prev | 8 | 8 |
| regionbase.first | ListBase | void | *first | 16 | 8 |
| regionbase.last | ListBase | void | *last | 24 | 8 |
| spacetype | SpaceTime | int | spacetype | 32 | 4 |
| blockscale | SpaceTime | float | blockscale | 36 | 4 |
| v2d.tot.xmin | rctf | float | xmin | 40 | 4 |
| v2d.tot.xmax | rctf | float | xmax | 44 | 4 |
| v2d.tot.ymin | rctf | float | ymin | 48 | 4 |
| v2d.tot.ymax | rctf | float | ymax | 52 | 4 |
| v2d.cur.xmin | rctf | float | xmin | 56 | 4 |
| v2d.cur.xmax | rctf | float | xmax | 60 | 4 |
| v2d.cur.ymin | rctf | float | ymin | 64 | 4 |
| v2d.cur.ymax | rctf | float | ymax | 68 | 4 |
| v2d.vert.xmin | rcti | int | xmin | 72 | 4 |
| v2d.vert.xmax | rcti | int | xmax | 76 | 4 |
| v2d.vert.ymin | rcti | int | ymin | 80 | 4 |
| v2d.vert.ymax | rcti | int | ymax | 84 | 4 |
| v2d.hor.xmin | rcti | int | xmin | 88 | 4 |
| v2d.hor.xmax | rcti | int | xmax | 92 | 4 |
| v2d.hor.ymin | rcti | int | ymin | 96 | 4 |
| v2d.hor.ymax | rcti | int | ymax | 100 | 4 |
| v2d.mask.xmin | rcti | int | xmin | 104 | 4 |
| v2d.mask.xmax | rcti | int | xmax | 108 | 4 |
| v2d.mask.ymin | rcti | int | ymin | 112 | 4 |
| v2d.mask.ymax | rcti | int | ymax | 116 | 4 |
| v2d.min | View2D | float | min[2] | 120 | 8 |
| v2d.max | View2D | float | max[2] | 128 | 8 |
| v2d.minzoom | View2D | float | minzoom | 136 | 4 |
| v2d.maxzoom | View2D | float | maxzoom | 140 | 4 |
| v2d.scroll | View2D | short | scroll | 144 | 2 |
| v2d.scroll_ui | View2D | short | scroll_ui | 146 | 2 |
| v2d.keeptot | View2D | short | keeptot | 148 | 2 |
| v2d.keepzoom | View2D | short | keepzoom | 150 | 2 |
| v2d.keepofs | View2D | short | keepofs | 152 | 2 |
| v2d.flag | View2D | short | flag | 154 | 2 |
| v2d.align | View2D | short | align | 156 | 2 |
| v2d.winx | View2D | short | winx | 158 | 2 |
| v2d.winy | View2D | short | winy | 160 | 2 |
| v2d.oldwinx | View2D | short | oldwinx | 162 | 2 |
| v2d.oldwiny | View2D | short | oldwiny | 164 | 2 |
| v2d.around | View2D | short | around | 166 | 2 |
| v2d.cursor | View2D | float | cursor[2] | 168 | 8 |
| v2d.tab_offset | View2D | float | *tab_offset | 176 | 8 |
| v2d.tab_num | View2D | int | tab_num | 184 | 4 |
| v2d.tab_cur | View2D | int | tab_cur | 188 | 4 |
| flag | SpaceTime | int | flag | 192 | 4 |
| redraws | SpaceTime | int | redraws | 196 | 4 |
| reference | structure | type | name | offset | size |
|---|---|---|---|---|---|
| next | SpaceNode | SpaceLink | *next | 0 | 8 |
| prev | SpaceNode | SpaceLink | *prev | 8 | 8 |
| regionbase.first | ListBase | void | *first | 16 | 8 |
| regionbase.last | ListBase | void | *last | 24 | 8 |
| spacetype | SpaceNode | int | spacetype | 32 | 4 |
| blockscale | SpaceNode | float | blockscale | 36 | 4 |
| blockhandler | SpaceNode | short | blockhandler[8] | 40 | 16 |
| v2d.tot.xmin | rctf | float | xmin | 56 | 4 |
| v2d.tot.xmax | rctf | float | xmax | 60 | 4 |
| v2d.tot.ymin | rctf | float | ymin | 64 | 4 |
| v2d.tot.ymax | rctf | float | ymax | 68 | 4 |
| v2d.cur.xmin | rctf | float | xmin | 72 | 4 |
| v2d.cur.xmax | rctf | float | xmax | 76 | 4 |
| v2d.cur.ymin | rctf | float | ymin | 80 | 4 |
| v2d.cur.ymax | rctf | float | ymax | 84 | 4 |
| v2d.vert.xmin | rcti | int | xmin | 88 | 4 |
| v2d.vert.xmax | rcti | int | xmax | 92 | 4 |
| v2d.vert.ymin | rcti | int | ymin | 96 | 4 |
| v2d.vert.ymax | rcti | int | ymax | 100 | 4 |
| v2d.hor.xmin | rcti | int | xmin | 104 | 4 |
| v2d.hor.xmax | rcti | int | xmax | 108 | 4 |
| v2d.hor.ymin | rcti | int | ymin | 112 | 4 |
| v2d.hor.ymax | rcti | int | ymax | 116 | 4 |
| v2d.mask.xmin | rcti | int | xmin | 120 | 4 |
| v2d.mask.xmax | rcti | int | xmax | 124 | 4 |
| v2d.mask.ymin | rcti | int | ymin | 128 | 4 |
| v2d.mask.ymax | rcti | int | ymax | 132 | 4 |
| v2d.min | View2D | float | min[2] | 136 | 8 |
| v2d.max | View2D | float | max[2] | 144 | 8 |
| v2d.minzoom | View2D | float | minzoom | 152 | 4 |
| v2d.maxzoom | View2D | float | maxzoom | 156 | 4 |
| v2d.scroll | View2D | short | scroll | 160 | 2 |
| v2d.scroll_ui | View2D | short | scroll_ui | 162 | 2 |
| v2d.keeptot | View2D | short | keeptot | 164 | 2 |
| v2d.keepzoom | View2D | short | keepzoom | 166 | 2 |
| v2d.keepofs | View2D | short | keepofs | 168 | 2 |
| v2d.flag | View2D | short | flag | 170 | 2 |
| v2d.align | View2D | short | align | 172 | 2 |
| v2d.winx | View2D | short | winx | 174 | 2 |
| v2d.winy | View2D | short | winy | 176 | 2 |
| v2d.oldwinx | View2D | short | oldwinx | 178 | 2 |
| v2d.oldwiny | View2D | short | oldwiny | 180 | 2 |
| v2d.around | View2D | short | around | 182 | 2 |
| v2d.cursor | View2D | float | cursor[2] | 184 | 8 |
| v2d.tab_offset | View2D | float | *tab_offset | 192 | 8 |
| v2d.tab_num | View2D | int | tab_num | 200 | 4 |
| v2d.tab_cur | View2D | int | tab_cur | 204 | 4 |
| id | SpaceNode | ID | *id | 208 | 8 |
| from | SpaceNode | ID | *from | 216 | 8 |
| flag | SpaceNode | short | flag | 224 | 2 |
| menunr | SpaceNode | short | menunr | 226 | 2 |
| aspect | SpaceNode | float | aspect | 228 | 4 |
| curfont | SpaceNode | void | *curfont | 232 | 8 |
| xof | SpaceNode | float | xof | 240 | 4 |
| yof | SpaceNode | float | yof | 244 | 4 |
| mx | SpaceNode | float | mx | 248 | 4 |
| my | SpaceNode | float | my | 252 | 4 |
| nodetree | SpaceNode | bNodeTree | *nodetree | 256 | 8 |
| edittree | SpaceNode | bNodeTree | *edittree | 264 | 8 |
| treetype | SpaceNode | int | treetype | 272 | 4 |
| texfrom | SpaceNode | short | texfrom | 276 | 2 |
| pad | SpaceNode | short | pad | 278 | 2 |
| gpd | SpaceNode | bGPdata | *gpd | 280 | 8 |
| reference | structure | type | name | offset | size |
|---|---|---|---|---|---|
| next | SpaceLogic | SpaceLink | *next | 0 | 8 |
| prev | SpaceLogic | SpaceLink | *prev | 8 | 8 |
| regionbase.first | ListBase | void | *first | 16 | 8 |
| regionbase.last | ListBase | void | *last | 24 | 8 |
| spacetype | SpaceLogic | int | spacetype | 32 | 4 |
| blockscale | SpaceLogic | float | blockscale | 36 | 4 |
| blockhandler | SpaceLogic | short | blockhandler[8] | 40 | 16 |
| flag | SpaceLogic | short | flag | 56 | 2 |
| scaflag | SpaceLogic | short | scaflag | 58 | 2 |
| pad | SpaceLogic | int | pad | 60 | 4 |
| gpd | SpaceLogic | bGPdata | *gpd | 64 | 8 |
| reference | structure | type | name | offset | size |
|---|---|---|---|---|---|
| next | SpaceImaSel | SpaceLink | *next | 0 | 8 |
| prev | SpaceImaSel | SpaceLink | *prev | 8 | 8 |
| regionbase.first | ListBase | void | *first | 16 | 8 |
| regionbase.last | ListBase | void | *last | 24 | 8 |
| spacetype | SpaceImaSel | int | spacetype | 32 | 4 |
| blockscale | SpaceImaSel | float | blockscale | 36 | 4 |
| blockhandler | SpaceImaSel | short | blockhandler[8] | 40 | 16 |
| v2d.tot.xmin | rctf | float | xmin | 56 | 4 |
| v2d.tot.xmax | rctf | float | xmax | 60 | 4 |
| v2d.tot.ymin | rctf | float | ymin | 64 | 4 |
| v2d.tot.ymax | rctf | float | ymax | 68 | 4 |
| v2d.cur.xmin | rctf | float | xmin | 72 | 4 |
| v2d.cur.xmax | rctf | float | xmax | 76 | 4 |
| v2d.cur.ymin | rctf | float | ymin | 80 | 4 |
| v2d.cur.ymax | rctf | float | ymax | 84 | 4 |
| v2d.vert.xmin | rcti | int | xmin | 88 | 4 |
| v2d.vert.xmax | rcti | int | xmax | 92 | 4 |
| v2d.vert.ymin | rcti | int | ymin | 96 | 4 |
| v2d.vert.ymax | rcti | int | ymax | 100 | 4 |
| v2d.hor.xmin | rcti | int | xmin | 104 | 4 |
| v2d.hor.xmax | rcti | int | xmax | 108 | 4 |
| v2d.hor.ymin | rcti | int | ymin | 112 | 4 |
| v2d.hor.ymax | rcti | int | ymax | 116 | 4 |
| v2d.mask.xmin | rcti | int | xmin | 120 | 4 |
| v2d.mask.xmax | rcti | int | xmax | 124 | 4 |
| v2d.mask.ymin | rcti | int | ymin | 128 | 4 |
| v2d.mask.ymax | rcti | int | ymax | 132 | 4 |
| v2d.min | View2D | float | min[2] | 136 | 8 |
| v2d.max | View2D | float | max[2] | 144 | 8 |
| v2d.minzoom | View2D | float | minzoom | 152 | 4 |
| v2d.maxzoom | View2D | float | maxzoom | 156 | 4 |
| v2d.scroll | View2D | short | scroll | 160 | 2 |
| v2d.scroll_ui | View2D | short | scroll_ui | 162 | 2 |
| v2d.keeptot | View2D | short | keeptot | 164 | 2 |
| v2d.keepzoom | View2D | short | keepzoom | 166 | 2 |
| v2d.keepofs | View2D | short | keepofs | 168 | 2 |
| v2d.flag | View2D | short | flag | 170 | 2 |
| v2d.align | View2D | short | align | 172 | 2 |
| v2d.winx | View2D | short | winx | 174 | 2 |
| v2d.winy | View2D | short | winy | 176 | 2 |
| v2d.oldwinx | View2D | short | oldwinx | 178 | 2 |
| v2d.oldwiny | View2D | short | oldwiny | 180 | 2 |
| v2d.around | View2D | short | around | 182 | 2 |
| v2d.cursor | View2D | float | cursor[2] | 184 | 8 |
| v2d.tab_offset | View2D | float | *tab_offset | 192 | 8 |
| v2d.tab_num | View2D | int | tab_num | 200 | 4 |
| v2d.tab_cur | View2D | int | tab_cur | 204 | 4 |
| files | SpaceImaSel | FileList | *files | 208 | 8 |
| title | SpaceImaSel | char | title[24] | 216 | 24 |
| dir | SpaceImaSel | char | dir[240] | 240 | 240 |
| file | SpaceImaSel | char | file[80] | 480 | 80 |
| type | SpaceImaSel | short | type | 560 | 2 |
| menu | SpaceImaSel | short | menu | 562 | 2 |
| flag | SpaceImaSel | short | flag | 564 | 2 |
| sort | SpaceImaSel | short | sort | 566 | 2 |
| curfont | SpaceImaSel | void | *curfont | 568 | 8 |
| active_file | SpaceImaSel | int | active_file | 576 | 4 |
| numtilesx | SpaceImaSel | int | numtilesx | 580 | 4 |
| numtilesy | SpaceImaSel | int | numtilesy | 584 | 4 |
| selstate | SpaceImaSel | int | selstate | 588 | 4 |
| viewrect.xmin | rcti | int | xmin | 592 | 4 |
| viewrect.xmax | rcti | int | xmax | 596 | 4 |
| viewrect.ymin | rcti | int | ymin | 600 | 4 |
| viewrect.ymax | rcti | int | ymax | 604 | 4 |
| bookmarkrect.xmin | rcti | int | xmin | 608 | 4 |
| bookmarkrect.xmax | rcti | int | xmax | 612 | 4 |
| bookmarkrect.ymin | rcti | int | ymin | 616 | 4 |
| bookmarkrect.ymax | rcti | int | ymax | 620 | 4 |
| scrollpos | SpaceImaSel | float | scrollpos | 624 | 4 |
| scrollheight | SpaceImaSel | float | scrollheight | 628 | 4 |
| scrollarea | SpaceImaSel | float | scrollarea | 632 | 4 |
| aspect | SpaceImaSel | float | aspect | 636 | 4 |
| retval | SpaceImaSel | short | retval | 640 | 2 |
| ipotype | SpaceImaSel | short | ipotype | 642 | 2 |
| filter | SpaceImaSel | short | filter | 644 | 2 |
| active_bookmark | SpaceImaSel | short | active_bookmark | 646 | 2 |
| pad | SpaceImaSel | short | pad | 648 | 2 |
| pad1 | SpaceImaSel | short | pad1 | 650 | 2 |
| prv_w | SpaceImaSel | short | prv_w | 652 | 2 |
| prv_h | SpaceImaSel | short | prv_h | 654 | 2 |
| returnfunc | SpaceImaSel | void | (*returnfunc)() | 656 | 8 |
| returnfunc_event | SpaceImaSel | void | (*returnfunc_event)() | 664 | 8 |
| returnfunc_args | SpaceImaSel | void | (*returnfunc_args)() | 672 | 8 |
| arg1 | SpaceImaSel | void | *arg1 | 680 | 8 |
| arg2 | SpaceImaSel | void | *arg2 | 688 | 8 |
| menup | SpaceImaSel | short | *menup | 696 | 8 |
| pupmenu | SpaceImaSel | char | *pupmenu | 704 | 8 |
| img | SpaceImaSel | ImBuf | *img | 712 | 8 |
| reference | structure | type | name | offset | size |
|---|---|---|---|---|---|
| next | ConsoleLine | ConsoleLine | *next | 0 | 8 |
| prev | ConsoleLine | ConsoleLine | *prev | 8 | 8 |
| len_alloc | ConsoleLine | int | len_alloc | 16 | 4 |
| len | ConsoleLine | int | len | 20 | 4 |
| line | ConsoleLine | char | *line | 24 | 8 |
| cursor | ConsoleLine | int | cursor | 32 | 4 |
| type | ConsoleLine | int | type | 36 | 4 |
| reference | structure | type | name | offset | size |
|---|---|---|---|---|---|
| next | SpaceConsole | SpaceLink | *next | 0 | 8 |
| prev | SpaceConsole | SpaceLink | *prev | 8 | 8 |
| regionbase.first | ListBase | void | *first | 16 | 8 |
| regionbase.last | ListBase | void | *last | 24 | 8 |
| spacetype | SpaceConsole | int | spacetype | 32 | 4 |
| blockscale | SpaceConsole | float | blockscale | 36 | 4 |
| blockhandler | SpaceConsole | short | blockhandler[8] | 40 | 16 |
| type | SpaceConsole | int | type | 56 | 4 |
| rpt_mask | SpaceConsole | int | rpt_mask | 60 | 4 |
| flag | SpaceConsole | int | flag | 64 | 4 |
| lheight | SpaceConsole | int | lheight | 68 | 4 |
| scrollback.first | ListBase | void | *first | 72 | 8 |
| scrollback.last | ListBase | void | *last | 80 | 8 |
| history.first | ListBase | void | *first | 88 | 8 |
| history.last | ListBase | void | *last | 96 | 8 |
| prompt | SpaceConsole | char | prompt[256] | 104 | 256 |
| language | SpaceConsole | char | language[32] | 360 | 32 |
| reference | structure | type | name | offset | size |
|---|---|---|---|---|---|
| next | SpaceUserPref | SpaceLink | *next | 0 | 8 |
| prev | SpaceUserPref | SpaceLink | *prev | 8 | 8 |
| regionbase.first | ListBase | void | *first | 16 | 8 |
| regionbase.last | ListBase | void | *last | 24 | 8 |
| spacetype | SpaceUserPref | int | spacetype | 32 | 4 |
| pad | SpaceUserPref | int | pad | 36 | 4 |
| reference | structure | type | name | offset | size |
|---|---|---|---|---|---|
| next | uiFont | uiFont | *next | 0 | 8 |
| prev | uiFont | uiFont | *prev | 8 | 8 |
| filename | uiFont | char | filename[256] | 16 | 256 |
| blf_id | uiFont | short | blf_id | 272 | 2 |
| uifont_id | uiFont | short | uifont_id | 274 | 2 |
| r_to_l | uiFont | short | r_to_l | 276 | 2 |
| pad | uiFont | short | pad | 278 | 2 |
| reference | structure | type | name | offset | size |
|---|---|---|---|---|---|
| uifont_id | uiFontStyle | short | uifont_id | 0 | 2 |
| points | uiFontStyle | short | points | 2 | 2 |
| kerning | uiFontStyle | short | kerning | 4 | 2 |
| pad | uiFontStyle | char | pad[6] | 6 | 6 |
| italic | uiFontStyle | short | italic | 12 | 2 |
| bold | uiFontStyle | short | bold | 14 | 2 |
| shadow | uiFontStyle | short | shadow | 16 | 2 |
| shadx | uiFontStyle | short | shadx | 18 | 2 |
| shady | uiFontStyle | short | shady | 20 | 2 |
| align | uiFontStyle | short | align | 22 | 2 |
| shadowalpha | uiFontStyle | float | shadowalpha | 24 | 4 |
| shadowcolor | uiFontStyle | float | shadowcolor | 28 | 4 |
| reference | structure | type | name | offset | size |
|---|---|---|---|---|---|
| next | uiStyle | uiStyle | *next | 0 | 8 |
| prev | uiStyle | uiStyle | *prev | 8 | 8 |
| name | uiStyle | char | name[64] | 16 | 64 |
| paneltitle.uifont_id | uiFontStyle | short | uifont_id | 80 | 2 |
| paneltitle.points | uiFontStyle | short | points | 82 | 2 |
| paneltitle.kerning | uiFontStyle | short | kerning | 84 | 2 |
| paneltitle.pad | uiFontStyle | char | pad[6] | 86 | 6 |
| paneltitle.italic | uiFontStyle | short | italic | 92 | 2 |
| paneltitle.bold | uiFontStyle | short | bold | 94 | 2 |
| paneltitle.shadow | uiFontStyle | short | shadow | 96 | 2 |
| paneltitle.shadx | uiFontStyle | short | shadx | 98 | 2 |
| paneltitle.shady | uiFontStyle | short | shady | 100 | 2 |
| paneltitle.align | uiFontStyle | short | align | 102 | 2 |
| paneltitle.shadowalpha | uiFontStyle | float | shadowalpha | 104 | 4 |
| paneltitle.shadowcolor | uiFontStyle | float | shadowcolor | 108 | 4 |
| grouplabel.uifont_id | uiFontStyle | short | uifont_id | 112 | 2 |
| grouplabel.points | uiFontStyle | short | points | 114 | 2 |
| grouplabel.kerning | uiFontStyle | short | kerning | 116 | 2 |
| grouplabel.pad | uiFontStyle | char | pad[6] | 118 | 6 |
| grouplabel.italic | uiFontStyle | short | italic | 124 | 2 |
| grouplabel.bold | uiFontStyle | short | bold | 126 | 2 |
| grouplabel.shadow | uiFontStyle | short | shadow | 128 | 2 |
| grouplabel.shadx | uiFontStyle | short | shadx | 130 | 2 |
| grouplabel.shady | uiFontStyle | short | shady | 132 | 2 |
| grouplabel.align | uiFontStyle | short | align | 134 | 2 |
| grouplabel.shadowalpha | uiFontStyle | float | shadowalpha | 136 | 4 |
| grouplabel.shadowcolor | uiFontStyle | float | shadowcolor | 140 | 4 |
| widgetlabel.uifont_id | uiFontStyle | short | uifont_id | 144 | 2 |
| widgetlabel.points | uiFontStyle | short | points | 146 | 2 |
| widgetlabel.kerning | uiFontStyle | short | kerning | 148 | 2 |
| widgetlabel.pad | uiFontStyle | char | pad[6] | 150 | 6 |
| widgetlabel.italic | uiFontStyle | short | italic | 156 | 2 |
| widgetlabel.bold | uiFontStyle | short | bold | 158 | 2 |
| widgetlabel.shadow | uiFontStyle | short | shadow | 160 | 2 |
| widgetlabel.shadx | uiFontStyle | short | shadx | 162 | 2 |
| widgetlabel.shady | uiFontStyle | short | shady | 164 | 2 |
| widgetlabel.align | uiFontStyle | short | align | 166 | 2 |
| widgetlabel.shadowalpha | uiFontStyle | float | shadowalpha | 168 | 4 |
| widgetlabel.shadowcolor | uiFontStyle | float | shadowcolor | 172 | 4 |
| widget.uifont_id | uiFontStyle | short | uifont_id | 176 | 2 |
| widget.points | uiFontStyle | short | points | 178 | 2 |
| widget.kerning | uiFontStyle | short | kerning | 180 | 2 |
| widget.pad | uiFontStyle | char | pad[6] | 182 | 6 |
| widget.italic | uiFontStyle | short | italic | 188 | 2 |
| widget.bold | uiFontStyle | short | bold | 190 | 2 |
| widget.shadow | uiFontStyle | short | shadow | 192 | 2 |
| widget.shadx | uiFontStyle | short | shadx | 194 | 2 |
| widget.shady | uiFontStyle | short | shady | 196 | 2 |
| widget.align | uiFontStyle | short | align | 198 | 2 |
| widget.shadowalpha | uiFontStyle | float | shadowalpha | 200 | 4 |
| widget.shadowcolor | uiFontStyle | float | shadowcolor | 204 | 4 |
| panelzoom | uiStyle | float | panelzoom | 208 | 4 |
| minlabelchars | uiStyle | short | minlabelchars | 212 | 2 |
| minwidgetchars | uiStyle | short | minwidgetchars | 214 | 2 |
| columnspace | uiStyle | short | columnspace | 216 | 2 |
| templatespace | uiStyle | short | templatespace | 218 | 2 |
| boxspace | uiStyle | short | boxspace | 220 | 2 |
| buttonspacex | uiStyle | short | buttonspacex | 222 | 2 |
| buttonspacey | uiStyle | short | buttonspacey | 224 | 2 |
| panelspace | uiStyle | short | panelspace | 226 | 2 |
| panelouter | uiStyle | short | panelouter | 228 | 2 |
| pad | uiStyle | short | pad[1] | 230 | 2 |
| reference | structure | type | name | offset | size |
|---|---|---|---|---|---|
| outline | uiWidgetColors | char | outline[4] | 0 | 4 |
| inner | uiWidgetColors | char | inner[4] | 4 | 4 |
| inner_sel | uiWidgetColors | char | inner_sel[4] | 8 | 4 |
| item | uiWidgetColors | char | item[4] | 12 | 4 |
| text | uiWidgetColors | char | text[4] | 16 | 4 |
| text_sel | uiWidgetColors | char | text_sel[4] | 20 | 4 |
| shaded | uiWidgetColors | short | shaded | 24 | 2 |
| shadetop | uiWidgetColors | short | shadetop | 26 | 2 |
| shadedown | uiWidgetColors | short | shadedown | 28 | 2 |
| pad | uiWidgetColors | short | pad | 30 | 2 |
| reference | structure | type | name | offset | size |
|---|---|---|---|---|---|
| inner_anim | uiWidgetStateColors | char | inner_anim[4] | 0 | 4 |
| inner_anim_sel | uiWidgetStateColors | char | inner_anim_sel[4] | 4 | 4 |
| inner_key | uiWidgetStateColors | char | inner_key[4] | 8 | 4 |
| inner_key_sel | uiWidgetStateColors | char | inner_key_sel[4] | 12 | 4 |
| inner_driven | uiWidgetStateColors | char | inner_driven[4] | 16 | 4 |
| inner_driven_sel | uiWidgetStateColors | char | inner_driven_sel[4] | 20 | 4 |
| blend | uiWidgetStateColors | float | blend | 24 | 4 |
| pad | uiWidgetStateColors | float | pad | 28 | 4 |
| reference | structure | type | name | offset | size |
|---|---|---|---|---|---|
| wcol_regular.outline | uiWidgetColors | char | outline[4] | 0 | 4 |
| wcol_regular.inner | uiWidgetColors | char | inner[4] | 4 | 4 |
| wcol_regular.inner_sel | uiWidgetColors | char | inner_sel[4] | 8 | 4 |
| wcol_regular.item | uiWidgetColors | char | item[4] | 12 | 4 |
| wcol_regular.text | uiWidgetColors | char | text[4] | 16 | 4 |
| wcol_regular.text_sel | uiWidgetColors | char | text_sel[4] | 20 | 4 |
| wcol_regular.shaded | uiWidgetColors | short | shaded | 24 | 2 |
| wcol_regular.shadetop | uiWidgetColors | short | shadetop | 26 | 2 |
| wcol_regular.shadedown | uiWidgetColors | short | shadedown | 28 | 2 |
| wcol_regular.pad | uiWidgetColors | short | pad | 30 | 2 |
| wcol_tool.outline | uiWidgetColors | char | outline[4] | 32 | 4 |
| wcol_tool.inner | uiWidgetColors | char | inner[4] | 36 | 4 |
| wcol_tool.inner_sel | uiWidgetColors | char | inner_sel[4] | 40 | 4 |
| wcol_tool.item | uiWidgetColors | char | item[4] | 44 | 4 |
| wcol_tool.text | uiWidgetColors | char | text[4] | 48 | 4 |
| wcol_tool.text_sel | uiWidgetColors | char | text_sel[4] | 52 | 4 |
| wcol_tool.shaded | uiWidgetColors | short | shaded | 56 | 2 |
| wcol_tool.shadetop | uiWidgetColors | short | shadetop | 58 | 2 |
| wcol_tool.shadedown | uiWidgetColors | short | shadedown | 60 | 2 |
| wcol_tool.pad | uiWidgetColors | short | pad | 62 | 2 |
| wcol_text.outline | uiWidgetColors | char | outline[4] | 64 | 4 |
| wcol_text.inner | uiWidgetColors | char | inner[4] | 68 | 4 |
| wcol_text.inner_sel | uiWidgetColors | char | inner_sel[4] | 72 | 4 |
| wcol_text.item | uiWidgetColors | char | item[4] | 76 | 4 |
| wcol_text.text | uiWidgetColors | char | text[4] | 80 | 4 |
| wcol_text.text_sel | uiWidgetColors | char | text_sel[4] | 84 | 4 |
| wcol_text.shaded | uiWidgetColors | short | shaded | 88 | 2 |
| wcol_text.shadetop | uiWidgetColors | short | shadetop | 90 | 2 |
| wcol_text.shadedown | uiWidgetColors | short | shadedown | 92 | 2 |
| wcol_text.pad | uiWidgetColors | short | pad | 94 | 2 |
| wcol_radio.outline | uiWidgetColors | char | outline[4] | 96 | 4 |
| wcol_radio.inner | uiWidgetColors | char | inner[4] | 100 | 4 |
| wcol_radio.inner_sel | uiWidgetColors | char | inner_sel[4] | 104 | 4 |
| wcol_radio.item | uiWidgetColors | char | item[4] | 108 | 4 |
| wcol_radio.text | uiWidgetColors | char | text[4] | 112 | 4 |
| wcol_radio.text_sel | uiWidgetColors | char | text_sel[4] | 116 | 4 |
| wcol_radio.shaded | uiWidgetColors | short | shaded | 120 | 2 |
| wcol_radio.shadetop | uiWidgetColors | short | shadetop | 122 | 2 |
| wcol_radio.shadedown | uiWidgetColors | short | shadedown | 124 | 2 |
| wcol_radio.pad | uiWidgetColors | short | pad | 126 | 2 |
| wcol_option.outline | uiWidgetColors | char | outline[4] | 128 | 4 |
| wcol_option.inner | uiWidgetColors | char | inner[4] | 132 | 4 |
| wcol_option.inner_sel | uiWidgetColors | char | inner_sel[4] | 136 | 4 |
| wcol_option.item | uiWidgetColors | char | item[4] | 140 | 4 |
| wcol_option.text | uiWidgetColors | char | text[4] | 144 | 4 |
| wcol_option.text_sel | uiWidgetColors | char | text_sel[4] | 148 | 4 |
| wcol_option.shaded | uiWidgetColors | short | shaded | 152 | 2 |
| wcol_option.shadetop | uiWidgetColors | short | shadetop | 154 | 2 |
| wcol_option.shadedown | uiWidgetColors | short | shadedown | 156 | 2 |
| wcol_option.pad | uiWidgetColors | short | pad | 158 | 2 |
| wcol_toggle.outline | uiWidgetColors | char | outline[4] | 160 | 4 |
| wcol_toggle.inner | uiWidgetColors | char | inner[4] | 164 | 4 |
| wcol_toggle.inner_sel | uiWidgetColors | char | inner_sel[4] | 168 | 4 |
| wcol_toggle.item | uiWidgetColors | char | item[4] | 172 | 4 |
| wcol_toggle.text | uiWidgetColors | char | text[4] | 176 | 4 |
| wcol_toggle.text_sel | uiWidgetColors | char | text_sel[4] | 180 | 4 |
| wcol_toggle.shaded | uiWidgetColors | short | shaded | 184 | 2 |
| wcol_toggle.shadetop | uiWidgetColors | short | shadetop | 186 | 2 |
| wcol_toggle.shadedown | uiWidgetColors | short | shadedown | 188 | 2 |
| wcol_toggle.pad | uiWidgetColors | short | pad | 190 | 2 |
| wcol_num.outline | uiWidgetColors | char | outline[4] | 192 | 4 |
| wcol_num.inner | uiWidgetColors | char | inner[4] | 196 | 4 |
| wcol_num.inner_sel | uiWidgetColors | char | inner_sel[4] | 200 | 4 |
| wcol_num.item | uiWidgetColors | char | item[4] | 204 | 4 |
| wcol_num.text | uiWidgetColors | char | text[4] | 208 | 4 |
| wcol_num.text_sel | uiWidgetColors | char | text_sel[4] | 212 | 4 |
| wcol_num.shaded | uiWidgetColors | short | shaded | 216 | 2 |
| wcol_num.shadetop | uiWidgetColors | short | shadetop | 218 | 2 |
| wcol_num.shadedown | uiWidgetColors | short | shadedown | 220 | 2 |
| wcol_num.pad | uiWidgetColors | short | pad | 222 | 2 |
| wcol_numslider.outline | uiWidgetColors | char | outline[4] | 224 | 4 |
| wcol_numslider.inner | uiWidgetColors | char | inner[4] | 228 | 4 |
| wcol_numslider.inner_sel | uiWidgetColors | char | inner_sel[4] | 232 | 4 |
| wcol_numslider.item | uiWidgetColors | char | item[4] | 236 | 4 |
| wcol_numslider.text | uiWidgetColors | char | text[4] | 240 | 4 |
| wcol_numslider.text_sel | uiWidgetColors | char | text_sel[4] | 244 | 4 |
| wcol_numslider.shaded | uiWidgetColors | short | shaded | 248 | 2 |
| wcol_numslider.shadetop | uiWidgetColors | short | shadetop | 250 | 2 |
| wcol_numslider.shadedown | uiWidgetColors | short | shadedown | 252 | 2 |
| wcol_numslider.pad | uiWidgetColors | short | pad | 254 | 2 |
| wcol_menu.outline | uiWidgetColors | char | outline[4] | 256 | 4 |
| wcol_menu.inner | uiWidgetColors | char | inner[4] | 260 | 4 |
| wcol_menu.inner_sel | uiWidgetColors | char | inner_sel[4] | 264 | 4 |
| wcol_menu.item | uiWidgetColors | char | item[4] | 268 | 4 |
| wcol_menu.text | uiWidgetColors | char | text[4] | 272 | 4 |
| wcol_menu.text_sel | uiWidgetColors | char | text_sel[4] | 276 | 4 |
| wcol_menu.shaded | uiWidgetColors | short | shaded | 280 | 2 |
| wcol_menu.shadetop | uiWidgetColors | short | shadetop | 282 | 2 |
| wcol_menu.shadedown | uiWidgetColors | short | shadedown | 284 | 2 |
| wcol_menu.pad | uiWidgetColors | short | pad | 286 | 2 |
| wcol_pulldown.outline | uiWidgetColors | char | outline[4] | 288 | 4 |
| wcol_pulldown.inner | uiWidgetColors | char | inner[4] | 292 | 4 |
| wcol_pulldown.inner_sel | uiWidgetColors | char | inner_sel[4] | 296 | 4 |
| wcol_pulldown.item | uiWidgetColors | char | item[4] | 300 | 4 |
| wcol_pulldown.text | uiWidgetColors | char | text[4] | 304 | 4 |
| wcol_pulldown.text_sel | uiWidgetColors | char | text_sel[4] | 308 | 4 |
| wcol_pulldown.shaded | uiWidgetColors | short | shaded | 312 | 2 |
| wcol_pulldown.shadetop | uiWidgetColors | short | shadetop | 314 | 2 |
| wcol_pulldown.shadedown | uiWidgetColors | short | shadedown | 316 | 2 |
| wcol_ |