Blender  V3.3
Public Member Functions | List of all members
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 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 15 of file scene/bake.h.

Constructor & Destructor Documentation

◆ BakeManager()

CCL_NAMESPACE_BEGIN BakeManager::BakeManager ( )

Definition at line 16 of file bake.cpp.

◆ ~BakeManager()

BakeManager::~BakeManager ( )

Definition at line 21 of file bake.cpp.

Member Function Documentation

◆ device_free()

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

Definition at line 77 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

◆ need_update()

bool BakeManager::need_update ( ) const

Definition at line 86 of file bake.cpp.

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

◆ set()

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

◆ tag_update()

void BakeManager::tag_update ( )

Definition at line 81 of file bake.cpp.


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