Blender V4.3
LightProbeObjectCache Struct Reference

#include <DNA_lightprobe_types.h>

Public Attributes

int cache_type
 
char shared
 
char dirty
 
char _pad0 [2]
 
struct LightProbeGridCacheFramegrid_static_cache
 

Detailed Description

Per object container of baked data. Should be called LightProbeCache but name is already taken.

Definition at line 339 of file DNA_lightprobe_types.h.

Member Data Documentation

◆ _pad0

char LightProbeObjectCache::_pad0[2]

Definition at line 347 of file DNA_lightprobe_types.h.

◆ cache_type

int LightProbeObjectCache::cache_type

Allow correct versioning / different types of data for the same layout.

Definition at line 341 of file DNA_lightprobe_types.h.

◆ dirty

char LightProbeObjectCache::dirty

True if the cache has been tagged for automatic baking.

Definition at line 345 of file DNA_lightprobe_types.h.

◆ grid_static_cache

◆ shared

char LightProbeObjectCache::shared

True if this cache references the original object's cache.

Definition at line 343 of file DNA_lightprobe_types.h.

Referenced by BKE_lightprobe_cache_free(), and object_copy_data().


The documentation for this struct was generated from the following file: