Blender V4.3
BakeManager Class Reference

#include <bake.h>

Public Member Functions

 BakeManager ()
 
 ~BakeManager ()
 
void set (Scene *scene, const std::string &object_name)
 
bool get_baking () const
 
void set_use_camera (bool use_camera)
 
void set_use_seed (bool use_seed)
 
bool get_use_seed () const
 
void device_update (Device *device, DeviceScene *dscene, Scene *scene, Progress &progress)
 
void device_free (Device *device, DeviceScene *dscene)
 
void tag_update ()
 
bool need_update () const
 

Detailed Description

Definition at line 16 of file scene/bake.h.

Constructor & Destructor Documentation

◆ BakeManager()

CCL_NAMESPACE_BEGIN BakeManager::BakeManager ( )

Definition at line 17 of file bake.cpp.

◆ ~BakeManager()

BakeManager::~BakeManager ( )

Definition at line 23 of file bake.cpp.

Member Function Documentation

◆ device_free()

void BakeManager::device_free ( Device * device,
DeviceScene * dscene )

Definition at line 98 of file bake.cpp.

Referenced by Scene::free_memory().

◆ device_update()

void BakeManager::device_update ( Device * device,
DeviceScene * dscene,
Scene * scene,
Progress & progress )

◆ get_baking()

bool BakeManager::get_baking ( ) const

Definition at line 25 of file bake.cpp.

Referenced by Scene::update_kernel_features(), and Film::update_passes().

◆ get_use_seed()

bool BakeManager::get_use_seed ( ) const

Definition at line 54 of file bake.cpp.

Referenced by Film::update_passes().

◆ need_update()

bool BakeManager::need_update ( ) const

Definition at line 105 of file bake.cpp.

Referenced by device_update(), and Scene::need_data_update().

◆ set()

void BakeManager::set ( Scene * scene,
const std::string & object_name )

Definition at line 30 of file bake.cpp.

References Integrator::UPDATE_ALL.

◆ set_use_camera()

void BakeManager::set_use_camera ( bool use_camera)

Definition at line 41 of file bake.cpp.

◆ set_use_seed()

void BakeManager::set_use_seed ( bool use_seed)

Definition at line 49 of file bake.cpp.

◆ tag_update()

void BakeManager::tag_update ( )

Definition at line 100 of file bake.cpp.


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