Changeset View
Changeset View
Standalone View
Standalone View
source/blender/makesrna/intern/rna_internal.h
| Show First 20 Lines • Show All 415 Lines • ▼ Show 20 Lines | |||||
| void RNA_api_text(struct StructRNA *srna); | void RNA_api_text(struct StructRNA *srna); | ||||
| void RNA_api_ui_layout(struct StructRNA *srna); | void RNA_api_ui_layout(struct StructRNA *srna); | ||||
| void RNA_api_window(struct StructRNA *srna); | void RNA_api_window(struct StructRNA *srna); | ||||
| void RNA_api_wm(struct StructRNA *srna); | void RNA_api_wm(struct StructRNA *srna); | ||||
| void RNA_api_space_node(struct StructRNA *srna); | void RNA_api_space_node(struct StructRNA *srna); | ||||
| void RNA_api_space_text(struct StructRNA *srna); | void RNA_api_space_text(struct StructRNA *srna); | ||||
| void RNA_api_region_view3d(struct StructRNA *srna); | void RNA_api_region_view3d(struct StructRNA *srna); | ||||
| void RNA_api_texture(struct StructRNA *srna); | void RNA_api_texture(struct StructRNA *srna); | ||||
| void RNA_api_sequences(BlenderRNA *brna, PropertyRNA *cprop); | void RNA_api_sequences(BlenderRNA *brna, PropertyRNA *cprop, const bool metastrip); | ||||
| void RNA_api_sequence_elements(BlenderRNA *brna, PropertyRNA *cprop); | void RNA_api_sequence_elements(BlenderRNA *brna, PropertyRNA *cprop); | ||||
| void RNA_api_sound(struct StructRNA *srna); | void RNA_api_sound(struct StructRNA *srna); | ||||
| void RNA_api_vfont(struct StructRNA *srna); | void RNA_api_vfont(struct StructRNA *srna); | ||||
| void RNA_api_workspace(struct StructRNA *srna); | void RNA_api_workspace(struct StructRNA *srna); | ||||
| void RNA_api_workspace_tool(struct StructRNA *srna); | void RNA_api_workspace_tool(struct StructRNA *srna); | ||||
| /* main collection functions */ | /* main collection functions */ | ||||
| void RNA_def_main_cameras(BlenderRNA *brna, PropertyRNA *cprop); | void RNA_def_main_cameras(BlenderRNA *brna, PropertyRNA *cprop); | ||||
| ▲ Show 20 Lines • Show All 227 Lines • Show Last 20 Lines | |||||