|
Blender V4.3
|
#include <DNA_shader_fx_types.h>
Public Attributes | |
| ShaderFxData | shaderfx |
| struct Object * | object |
| int | flag |
| int | radius |
| float | angle |
| int | transparent |
| ShaderFxData_Runtime | runtime |
Definition at line 215 of file DNA_shader_fx_types.h.
| float SwirlShaderFxData::angle |
Definition at line 221 of file DNA_shader_fx_types.h.
Referenced by gpencil_vfx_swirl(), and init_data().
| int SwirlShaderFxData::flag |
Flags.
Definition at line 219 of file DNA_shader_fx_types.h.
| struct Object* SwirlShaderFxData::object |
Definition at line 217 of file DNA_shader_fx_types.h.
Referenced by foreach_ID_link(), gpencil_vfx_swirl(), is_disabled(), and update_depsgraph().
| int SwirlShaderFxData::radius |
Definition at line 220 of file DNA_shader_fx_types.h.
Referenced by gpencil_vfx_swirl(), and init_data().
| ShaderFxData_Runtime SwirlShaderFxData::runtime |
Definition at line 224 of file DNA_shader_fx_types.h.
| ShaderFxData SwirlShaderFxData::shaderfx |
Definition at line 216 of file DNA_shader_fx_types.h.
| int SwirlShaderFxData::transparent |
Not visible in rna.
Definition at line 223 of file DNA_shader_fx_types.h.