|
Blender V5.0
|
#include "DNA_screen_types.h"#include "BLI_math_vector.h"#include "BLI_utildefines.h"#include "BLT_translation.hh"#include "BKE_context.hh"#include "BKE_idtype.hh"#include "BKE_modifier.hh"#include "BKE_screen.hh"#include "BKE_shader_fx.h"#include "UI_interface_layout.hh"#include "UI_resources.hh"#include "RNA_access.hh"#include "FX_shader_types.h"#include "FX_ui_common.h"Go to the source code of this file.
Functions | |
| static void | init_data (ShaderFxData *md) |
| static void | copy_data (const ShaderFxData *md, ShaderFxData *target) |
| static void | panel_draw (const bContext *, Panel *panel) |
| static void | panel_register (ARegionType *region_type) |
| static void | foreach_working_space_color (ShaderFxData *fx, const IDTypeForeachColorFunctionCallback &fn) |
Variables | |
| ShaderFxTypeInfo | shaderfx_Type_Glow |
|
static |
Definition at line 40 of file FX_shader_glow.cc.
References BKE_shaderfx_copydata_generic().
|
static |
Definition at line 81 of file FX_shader_glow.cc.
References GlowShaderFxData::glow_color, GlowShaderFxData::select_color, and IDTypeForeachColorFunctionCallback::single.
|
static |
Definition at line 30 of file FX_shader_glow.cc.
References ARRAY_SET_ITEMS, GlowShaderFxData::blur, copy_v2_fl(), GlowShaderFxData::glow_color, GlowShaderFxData::samples, GlowShaderFxData::select_color, and GlowShaderFxData::threshold.
Definition at line 45 of file FX_shader_glow.cc.
References eShaderFxGlowMode_Color, Panel::layout, uiLayout::prop(), ptr, RNA_enum_get(), uiLayout::separator(), shaderfx_panel_end(), shaderfx_panel_get_property_pointers(), UI_ITEM_NONE, and uiLayout::use_property_split_set().
|
static |
Definition at line 76 of file FX_shader_glow.cc.
References eShaderFxType_Glow, panel_draw(), and shaderfx_panel_register().
| ShaderFxTypeInfo shaderfx_Type_Glow |
Definition at line 89 of file FX_shader_glow.cc.