|
Blender
V2.93
|
#include <gpencil_intern.h>
Public Attributes | |
| struct bActListElem * | next |
| struct bActListElem * | prev |
| void * | data |
| int | type |
| int | flag |
| int | index |
| void * | key_data |
| short | datatype |
| struct bActionGroup * | grp |
| void * | owner |
| short | ownertype |
Definition at line 552 of file gpencil_intern.h.
| void* bActListElem::data |
Definition at line 555 of file gpencil_intern.h.
| short bActListElem::datatype |
Definition at line 561 of file gpencil_intern.h.
| int bActListElem::flag |
Definition at line 557 of file gpencil_intern.h.
| struct bActionGroup* bActListElem::grp |
Definition at line 563 of file gpencil_intern.h.
| int bActListElem::index |
Definition at line 558 of file gpencil_intern.h.
| void* bActListElem::key_data |
Definition at line 560 of file gpencil_intern.h.
| struct bActListElem* bActListElem::next |
Definition at line 553 of file gpencil_intern.h.
| void* bActListElem::owner |
Definition at line 565 of file gpencil_intern.h.
| short bActListElem::ownertype |
Definition at line 566 of file gpencil_intern.h.
| struct bActListElem * bActListElem::prev |
Definition at line 553 of file gpencil_intern.h.
| int bActListElem::type |
Definition at line 556 of file gpencil_intern.h.