63 prop,
"Maximum Volume",
"Maximum volume, no matter how near the object is");
73 prop,
"Minimum Volume",
"Minimum volume, no matter how far away the object is");
85 "Maximum distance for volume calculation, no matter how far away the object is");
95 prop,
"Reference Distance",
"Reference distance at which volume is 100%");
105 prop,
"Attenuation",
"How strong the distance affects volume, depending on distance model");
117 "Angle of the outer cone, in degrees, outside this cone the volume is "
118 "the outer cone volume, between inner and outer cone the volume is interpolated");
130 "Angle of the inner cone, in degrees, inside the cone the volume is 100%");
#define BLT_I18NCONTEXT_ID_SOUND
Read Guarded memory(de)allocation.
@ PROPOVERRIDE_OVERRIDABLE_LIBRARY
void rna_def_animdata_common(StructRNA *srna)
void RNA_def_property_boolean_sdna(PropertyRNA *prop, const char *structname, const char *propname, int64_t bit)
void RNA_def_property_float_funcs(PropertyRNA *prop, const char *get, const char *set, const char *range)
void RNA_def_property_ui_text(PropertyRNA *prop, const char *name, const char *description)
void RNA_def_struct_ui_text(StructRNA *srna, const char *name, const char *description)
void RNA_def_property_range(PropertyRNA *prop, double min, double max)
void RNA_def_property_struct_type(PropertyRNA *prop, const char *type)
void RNA_def_property_update(PropertyRNA *prop, int noteflag, const char *func)
PropertyRNA * RNA_def_property(StructOrFunctionRNA *cont_, const char *identifier, int type, int subtype)
void RNA_def_property_clear_flag(PropertyRNA *prop, PropertyFlag flag)
StructRNA * RNA_def_struct(BlenderRNA *brna, const char *identifier, const char *from)
void RNA_def_struct_ui_icon(StructRNA *srna, int icon)
void RNA_def_property_translation_context(PropertyRNA *prop, const char *context)
void RNA_def_property_flag(PropertyRNA *prop, PropertyFlag flag)
void RNA_def_property_override_flag(PropertyRNA *prop, PropertyOverrideFlag flag)
static void rna_def_speaker(BlenderRNA *brna)
void RNA_def_speaker(BlenderRNA *brna)