|
Blender V5.0
|
#include <COM_static_cache_manager.hh>
Public Member Functions | |
| void | reset () |
| void | skip_next_reset () |
Definition at line 49 of file COM_static_cache_manager.hh.
| void blender::compositor::StaticCacheManager::reset | ( | ) |
Definition at line 9 of file static_cache_manager.cc.
References bokeh_kernels, cached_images, cached_masks, cached_shaders, deriche_gaussian_coefficients, distortion_grids, fog_glow_kernels, image_coordinates, keying_screens, morphological_distance_feather_weights, ocio_color_space_conversion_shaders, ocio_to_display_shaders, smaa_precomputed_textures, symmetric_blur_weights, symmetric_separable_blur_weights, and van_vliet_gaussian_coefficients.
| void blender::compositor::StaticCacheManager::skip_next_reset | ( | ) |
Definition at line 34 of file static_cache_manager.cc.
| BokehKernelContainer blender::compositor::StaticCacheManager::bokeh_kernels |
Definition at line 61 of file COM_static_cache_manager.hh.
Referenced by blender::nodes::node_composite_bokehimage_cc::BokehImageOperation::execute(), blender::nodes::node_composite_defocus_cc::DefocusOperation::execute(), and reset().
| CachedImageContainer blender::compositor::StaticCacheManager::cached_images |
Definition at line 62 of file COM_static_cache_manager.hh.
Referenced by blender::nodes::node_composite_image_cc::ImageOperation::compute_output(), blender::nodes::node_composite_cryptomatte_cc::CryptoMatteOperation::get_layers_from_image(), and reset().
| CachedMaskContainer blender::compositor::StaticCacheManager::cached_masks |
Definition at line 54 of file COM_static_cache_manager.hh.
Referenced by blender::nodes::node_composite_mask_cc::MaskOperation::execute(), and reset().
| CachedShaderContainer blender::compositor::StaticCacheManager::cached_shaders |
Definition at line 60 of file COM_static_cache_manager.hh.
Referenced by blender::compositor::Context::get_shader(), and reset().
| DericheGaussianCoefficientsContainer blender::compositor::StaticCacheManager::deriche_gaussian_coefficients |
Definition at line 63 of file COM_static_cache_manager.hh.
Referenced by reset().
| DistortionGridContainer blender::compositor::StaticCacheManager::distortion_grids |
Definition at line 58 of file COM_static_cache_manager.hh.
Referenced by blender::nodes::node_composite_moviedistortion_cc::MovieDistortionOperation::execute(), and reset().
| FogGlowKernelContainer blender::compositor::StaticCacheManager::fog_glow_kernels |
Definition at line 65 of file COM_static_cache_manager.hh.
Referenced by reset().
| ImageCoordinatesContainer blender::compositor::StaticCacheManager::image_coordinates |
Definition at line 66 of file COM_static_cache_manager.hh.
Referenced by blender::nodes::node_composite_image_coordinates_cc::ImageCoordinatesOperation::execute(), and reset().
| KeyingScreenContainer blender::compositor::StaticCacheManager::keying_screens |
Definition at line 59 of file COM_static_cache_manager.hh.
Referenced by blender::nodes::node_composite_keyingscreen_cc::KeyingScreenOperation::execute(), and reset().
| MorphologicalDistanceFeatherWeightsContainer blender::compositor::StaticCacheManager::morphological_distance_feather_weights |
Definition at line 53 of file COM_static_cache_manager.hh.
Referenced by reset().
| OCIOColorSpaceConversionShaderContainer blender::compositor::StaticCacheManager::ocio_color_space_conversion_shaders |
Definition at line 56 of file COM_static_cache_manager.hh.
Referenced by blender::nodes::node_composite_convert_color_space_cc::ConvertColorSpaceOperation::execute_gpu(), and reset().
| OCIOToDisplayShaderContainer blender::compositor::StaticCacheManager::ocio_to_display_shaders |
Definition at line 57 of file COM_static_cache_manager.hh.
Referenced by blender::nodes::node_composite_convert_to_display_cc::ConvertToDisplayOperation::execute_gpu(), and reset().
| SMAAPrecomputedTexturesContainer blender::compositor::StaticCacheManager::smaa_precomputed_textures |
Definition at line 55 of file COM_static_cache_manager.hh.
Referenced by reset().
| SymmetricBlurWeightsContainer blender::compositor::StaticCacheManager::symmetric_blur_weights |
Definition at line 51 of file COM_static_cache_manager.hh.
Referenced by blender::nodes::node_composite_blur_cc::BlurOperation::execute_constant_size_cpu(), blender::nodes::node_composite_blur_cc::BlurOperation::execute_constant_size_gpu(), and reset().
| SymmetricSeparableBlurWeightsContainer blender::compositor::StaticCacheManager::symmetric_separable_blur_weights |
Definition at line 52 of file COM_static_cache_manager.hh.
Referenced by reset().
| VanVlietGaussianCoefficientsContainer blender::compositor::StaticCacheManager::van_vliet_gaussian_coefficients |
Definition at line 64 of file COM_static_cache_manager.hh.
Referenced by reset().