|
Blender V4.3
|
#include <DNA_lightprobe_types.h>
Public Attributes | |
| int | cache_type |
| char | shared |
| char | dirty |
| char | _pad0 [2] |
| struct LightProbeGridCacheFrame * | grid_static_cache |
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.
| char LightProbeObjectCache::_pad0[2] |
Definition at line 347 of file DNA_lightprobe_types.h.
| 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.
| char LightProbeObjectCache::dirty |
True if the cache has been tagged for automatic baking.
Definition at line 345 of file DNA_lightprobe_types.h.
| struct LightProbeGridCacheFrame* LightProbeObjectCache::grid_static_cache |
Definition at line 349 of file DNA_lightprobe_types.h.
Referenced by BKE_lightprobe_cache_blend_read(), BKE_lightprobe_cache_blend_write(), BKE_lightprobe_cache_copy(), BKE_lightprobe_cache_free(), and blender::eevee::LightBake::update().
| 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().