Blender  V2.93
Public Attributes | List of all members
EffectInfo Struct Reference

Public Attributes

const char * struct_name
 
const char * ui_name
 
const char * ui_desc
 
void(* func )(StructRNA *)
 
int inputs
 

Detailed Description

Definition at line 64 of file rna_sequencer.c.

Member Data Documentation

◆ func

void(* EffectInfo::func) (StructRNA *)

Definition at line 68 of file rna_sequencer.c.

Referenced by rna_def_effects().

◆ inputs

int EffectInfo::inputs

Definition at line 69 of file rna_sequencer.c.

Referenced by rna_def_effects().

◆ struct_name

const char* EffectInfo::struct_name

Definition at line 65 of file rna_sequencer.c.

Referenced by rna_def_effects().

◆ ui_desc

const char* EffectInfo::ui_desc

Definition at line 67 of file rna_sequencer.c.

Referenced by rna_def_effects().

◆ ui_name

const char* EffectInfo::ui_name

Definition at line 66 of file rna_sequencer.c.

Referenced by rna_def_effects().


The documentation for this struct was generated from the following file: