|
Blender
V2.59
|
#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 58 of file blender_plugin_types.h.
URL of the .blend you want to show. Must be set.
Definition at line 77 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 62 of file blender_plugin_types.h.
Referenced by NPP_New().
| Display* _BlenderPluginInstance::display |
Display used by browser
Definition at line 86 of file blender_plugin_types.h.
Referenced by NPP_New(), and NPP_SetWindow().
Mem chunk for the main file
Definition at line 74 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 65 of file blender_plugin_types.h.
Referenced by NPP_DestroyStream(), NPP_NewStream(), NPP_Write(), and NPP_WriteReady().
Blenderplayer pid
Definition at line 80 of file blender_plugin_types.h.
Referenced by execute_blenderplayer(), NPP_Destroy(), and NPP_New().
Total bytes retrieved for mail file
Definition at line 71 of file blender_plugin_types.h.
Referenced by execute_blenderplayer(), NPP_NewStream(), and NPP_Write().
Total bytes expected for main file
Definition at line 68 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 90 of file blender_plugin_types.h.
Referenced by execute_blenderplayer(), NPP_Destroy(), and NPP_New().
Window ID (used by embedder)
Definition at line 83 of file blender_plugin_types.h.
Referenced by execute_blenderplayer(), NPP_Destroy(), NPP_New(), and NPP_SetWindow().