Blender V2.61 - r43446
|
#include <blender_plugin_types.h>
Public Attributes | |
NPP | browser_instance |
NPStream * | main_file_stream |
int | stream_total |
int | stream_retrieved |
void * | main_file_store |
char * | blend_file |
pid_t | pID |
Window | window |
Display * | display |
char * | temp_mail_file_name |
Definition at line 56 of file blender_plugin_types.h.
URL of the .blend you want to show. Must be set.
Definition at line 75 of file blender_plugin_types.h.
Referenced by NPP_Destroy(), and NPP_New().
reach back to the browser: needed for file streaming
Definition at line 60 of file blender_plugin_types.h.
Referenced by NPP_New().
Display* _BlenderPluginInstance::display |
Display used by browser
Definition at line 84 of file blender_plugin_types.h.
Referenced by NPP_New(), and NPP_SetWindow().
Mem chunk for the main file
Definition at line 72 of file blender_plugin_types.h.
Referenced by execute_blenderplayer(), NPP_Destroy(), NPP_New(), NPP_NewStream(), NPP_Write(), and NPP_WriteReady().
NPStream* _BlenderPluginInstance::main_file_stream |
The default stream....
Definition at line 63 of file blender_plugin_types.h.
Referenced by NPP_DestroyStream(), NPP_NewStream(), NPP_Write(), and NPP_WriteReady().
Blenderplayer pid
Definition at line 78 of file blender_plugin_types.h.
Referenced by execute_blenderplayer(), NPP_Destroy(), and NPP_New().
Total bytes retrieved for mail file
Definition at line 69 of file blender_plugin_types.h.
Referenced by execute_blenderplayer(), NPP_NewStream(), and NPP_Write().
Total bytes expected for main file
Definition at line 66 of file blender_plugin_types.h.
Referenced by NPP_NewStream(), and NPP_Write().
Temp filename used to pass animation data to the player
Definition at line 88 of file blender_plugin_types.h.
Referenced by execute_blenderplayer(), NPP_Destroy(), and NPP_New().
Window ID (used by embedder)
Definition at line 81 of file blender_plugin_types.h.
Referenced by execute_blenderplayer(), NPP_Destroy(), NPP_New(), and NPP_SetWindow().