![]() |
Blender V2.61 - r43446
|
#include <BKE_plugin_types.h>
Public Attributes | |
| char * | name |
| char * | snames |
| int | stypes |
| int | nvars |
| VarStruct * | varstr |
| float * | result |
| float * | cfra |
| void(* | init )(void) |
| void(* | callback )(int) |
| void(* | tex_doit )(void *) |
| SeqDoit | seq_doit |
| void(* | instance_init )(void *) |
| TexDoit | tex_doit |
Definition at line 50 of file BKE_plugin_types.h.
| void(* _PluginInfo::callback)(int) |
Definition at line 61 of file BKE_plugin_types.h.
Referenced by open_plugin_tex().
| float * _PluginInfo::cfra |
Definition at line 58 of file BKE_plugin_types.h.
Referenced by open_plugin_seq(), and open_plugin_tex().
| void(* _PluginInfo::init)(void) |
Definition at line 60 of file BKE_plugin_types.h.
Referenced by open_plugin_seq(), and open_plugin_tex().
| void(* _PluginInfo::instance_init)(void *) |
Definition at line 64 of file BKE_plugin_types.h.
Referenced by open_plugin_tex().
| char * _PluginInfo::name |
Definition at line 51 of file BKE_plugin_types.h.
Referenced by open_plugin_seq(), and open_plugin_tex().
Definition at line 55 of file BKE_plugin_types.h.
Referenced by open_plugin_seq(), and open_plugin_tex().
| float * _PluginInfo::result |
Definition at line 57 of file BKE_plugin_types.h.
Referenced by open_plugin_tex().
Definition at line 63 of file BKE_plugin_types.h.
Referenced by open_plugin_seq().
| char * _PluginInfo::snames |
Definition at line 52 of file BKE_plugin_types.h.
Referenced by open_plugin_tex().
Definition at line 54 of file BKE_plugin_types.h.
Referenced by open_plugin_tex().
| void(* _PluginInfo::tex_doit)(void *) |
Definition at line 62 of file BKE_plugin_types.h.
Referenced by open_plugin_tex().
Definition at line 56 of file BKE_plugin_types.h.
Referenced by open_plugin_seq(), and open_plugin_tex().