Fix T68161: typo in ui_text of RNA scene.objects
This commit is contained in:
@@ -6276,7 +6276,7 @@ static void rna_def_scene_objects(BlenderRNA *brna, PropertyRNA *cprop)
|
||||
RNA_def_property_srna(cprop, "SceneObjects");
|
||||
srna = RNA_def_struct(brna, "SceneObjects", NULL);
|
||||
RNA_def_struct_sdna(srna, "Scene");
|
||||
RNA_def_struct_ui_text(srna, "Scene Objects", "All the of scene objects");
|
||||
RNA_def_struct_ui_text(srna, "Scene Objects", "All of the scene objects");
|
||||
}
|
||||
|
||||
/* scene.timeline_markers */
|
||||
|
||||
Reference in New Issue
Block a user