Blender
V3.3
|
#include <DNA_shader_fx_types.h>
Public Attributes | |
struct ShaderFxData * | next |
struct ShaderFxData * | prev |
int | type |
int | mode |
char | _pad0 [4] |
short | flag |
short | ui_expand_flag |
char | name [64] |
char * | error |
Definition at line 52 of file DNA_shader_fx_types.h.
char ShaderFxData::_pad0[4] |
Definition at line 56 of file DNA_shader_fx_types.h.
char* ShaderFxData::error |
Definition at line 63 of file DNA_shader_fx_types.h.
Referenced by BKE_shaderfx_free_ex(), and shaderfx_panel_end().
short ShaderFxData::flag |
Definition at line 57 of file DNA_shader_fx_types.h.
Referenced by BKE_shaderfx_copydata_ex(), BKE_shaderfx_is_nonlocal_in_liboverride(), and BKE_shaderfx_new().
int ShaderFxData::mode |
Definition at line 55 of file DNA_shader_fx_types.h.
Referenced by BKE_shaderfx_copydata_ex(), BKE_shaderfx_new(), and effect_is_active().
char ShaderFxData::name[64] |
MAX_NAME.
Definition at line 61 of file DNA_shader_fx_types.h.
Referenced by BKE_shaderfx_new(), BKE_shaderfx_unique_name(), ED_object_shaderfx_add(), ED_object_shaderfx_copy(), ED_object_shaderfx_remove(), edit_shaderfx_invoke_properties(), object_copy_data(), shaderfx_copy_exec(), shaderfx_remove_exec(), and shaderfx_reorder().
struct ShaderFxData* ShaderFxData::next |
Definition at line 53 of file DNA_shader_fx_types.h.
Referenced by BKE_shaderfx_copy(), BKE_shaderfx_findby_type(), BKE_shaderfx_foreach_ID_link(), BKE_shaderfx_has_gpencil(), ED_object_shaderfx_clear(), ED_object_shaderfx_move_down(), gpencil_shaderfx_ops_extra_draw(), object_has_shaderfx(), and uiTemplateShaderFx().
struct ShaderFxData * ShaderFxData::prev |
Definition at line 53 of file DNA_shader_fx_types.h.
Referenced by ED_object_shaderfx_move_up(), and gpencil_shaderfx_ops_extra_draw().
int ShaderFxData::type |
Definition at line 55 of file DNA_shader_fx_types.h.
Referenced by BKE_shaderfx_copydata_ex(), BKE_shaderfx_copydata_generic(), BKE_shaderfx_depends_ontime(), BKE_shaderfx_findby_type(), BKE_shaderfx_foreach_ID_link(), BKE_shaderfx_free_ex(), BKE_shaderfx_has_gpencil(), BKE_shaderfx_new(), BKE_shaderfx_unique_name(), ED_object_shaderfx_copy(), edit_shaderfx_property_get(), object_has_shaderfx(), shaderfx_copy_exec(), and shaderfx_panel_id().
short ShaderFxData::ui_expand_flag |
Definition at line 59 of file DNA_shader_fx_types.h.
Referenced by BKE_shaderfx_copydata_ex(), BKE_shaderfx_new(), BKE_shaderfx_panel_expand(), get_shaderfx_expand_flag(), and set_shaderfx_expand_flag().