81# ifdef DURIAN_CAMERA_SWITCH
bool BKE_scene_camera_switch_update(Scene *scene)
void DEG_relations_tag_update(Main *bmain)
@ PROPOVERRIDE_OVERRIDABLE_LIBRARY
void RNA_def_struct_name_property(StructRNA *srna, PropertyRNA *prop)
void RNA_def_property_boolean_sdna(PropertyRNA *prop, const char *structname, const char *propname, int64_t bit)
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_struct_sdna(StructRNA *srna, const char *structname)
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)
StructRNA * RNA_def_struct(BlenderRNA *brna, const char *identifier, const char *from)
void RNA_def_struct_idprops_func(StructRNA *srna, const char *idproperties)
void RNA_def_property_flag(PropertyRNA *prop, PropertyFlag flag)
void RNA_def_property_override_flag(PropertyRNA *prop, PropertyOverrideFlag flag)
static void rna_def_timeline_marker(BlenderRNA *brna)
void RNA_def_timeline_marker(BlenderRNA *brna)
void WM_main_add_notifier(uint type, void *reference)
void WM_windows_scene_data_sync(const ListBase *win_lb, Scene *scene)