|
Blender V4.5
|
Classes | |
| class | DenoiseOperation |
Functions | |
| static void | cmp_node_denoise_declare (NodeDeclarationBuilder &b) |
| static void | node_composit_init_denonise (bNodeTree *, bNode *node) |
| static bool | is_oidn_supported () |
| static void | node_composit_buts_denoise (uiLayout *layout, bContext *, PointerRNA *ptr) |
| static bool | oidn_progress_monitor_function (void *user_ptr, double) |
| static NodeOperation * | get_compositor_operation (Context &context, DNode node) |
|
static |
Definition at line 41 of file node_composite_denoise.cc.
References b, cmp_node_denoise_declare(), blender::nodes::decl::Bool::default_value, blender::nodes::decl::Color::default_value, blender::nodes::decl::Vector::default_value, and max.
Referenced by cmp_node_denoise_declare().
|
static |
Definition at line 344 of file node_composite_denoise.cc.
|
static |
Definition at line 69 of file node_composite_denoise.cc.
References BLI_cpu_support_sse42().
Referenced by blender::nodes::node_composite_denoise_cc::DenoiseOperation::execute(), and node_composit_buts_denoise().
|
static |
Definition at line 86 of file node_composite_denoise.cc.
References IFACE_, is_oidn_supported(), uiLayout::label(), uiLayout::prop(), ptr, RPT_, and UI_ITEM_R_SPLIT_EMPTY_NAME.
|
static |
Definition at line 61 of file node_composite_denoise.cc.
References CMP_NODE_DENOISE_PREFILTER_ACCURATE, CMP_NODE_DENOISE_QUALITY_SCENE, MEM_callocN(), NodeDenoise::prefilter, NodeDenoise::quality, and bNode::storage.
|
static |
Definition at line 109 of file node_composite_denoise.cc.
Referenced by blender::nodes::node_composite_denoise_cc::DenoiseOperation::execute().