Blender V2.61 - r43446
Classes | Public Member Functions | Static Public Member Functions

BlenderSync Class Reference

#include <blender_sync.h>

List of all members.

Classes

struct  RenderLayerInfo

Public Member Functions

 BlenderSync (BL::BlendData b_data, BL::Scene b_scene, Scene *scene_, bool preview_)
 ~BlenderSync ()
bool sync_recalc ()
void sync_data (BL::SpaceView3D b_v3d, int layer=0)
void sync_camera (int width, int height)
void sync_view (BL::SpaceView3D b_v3d, BL::RegionView3D b_rv3d, int width, int height)

Static Public Member Functions

static SceneParams get_scene_params (BL::Scene b_scene, bool background)
static SessionParams get_session_params (BL::UserPreferences b_userpref, BL::Scene b_scene, bool background)
static bool get_session_pause (BL::Scene b_scene, bool background)
static BufferParams get_buffer_params (BL::Scene b_scene, BL::RegionView3D b_rv3d, int width, int height)

Detailed Description

Definition at line 50 of file blender_sync.h.


Constructor & Destructor Documentation

CCL_NAMESPACE_BEGIN BlenderSync::BlenderSync ( BL::BlendData  b_data,
BL::Scene  b_scene,
Scene scene_,
bool  preview_ 
)

Definition at line 43 of file blender_sync.cpp.

BlenderSync::~BlenderSync ( )

Definition at line 58 of file blender_sync.cpp.


Member Function Documentation

BufferParams BlenderSync::get_buffer_params ( BL::Scene  b_scene,
BL::RegionView3D  b_rv3d,
int  width,
int  height 
) [static]
SceneParams BlenderSync::get_scene_params ( BL::Scene  b_scene,
bool  background 
) [static]
SessionParams BlenderSync::get_session_params ( BL::UserPreferences  b_userpref,
BL::Scene  b_scene,
bool  background 
) [static]
bool BlenderSync::get_session_pause ( BL::Scene  b_scene,
bool  background 
) [static]
void BlenderSync::sync_camera ( int  width,
int  height 
)
void BlenderSync::sync_data ( BL::SpaceView3D  b_v3d,
int  layer = 0 
)
bool BlenderSync::sync_recalc ( )
void BlenderSync::sync_view ( BL::SpaceView3D  b_v3d,
BL::RegionView3D  b_rv3d,
int  width,
int  height 
)

The documentation for this class was generated from the following files: