Fix #134201: Invalid doc-string for Scene.ray_cast
This commit is contained in:
@@ -276,7 +276,7 @@ void RNA_api_scene(StructRNA *srna)
|
||||
|
||||
/* Ray Cast */
|
||||
func = RNA_def_function(srna, "ray_cast", "rna_Scene_ray_cast");
|
||||
RNA_def_function_ui_description(func, "Cast a ray onto in object space");
|
||||
RNA_def_function_ui_description(func, "Cast a ray onto evaluated geometry in world-space");
|
||||
|
||||
parm = RNA_def_pointer(func, "depsgraph", "Depsgraph", "", "The current dependency graph");
|
||||
RNA_def_parameter_flags(parm, PROP_NEVER_NULL, PARM_REQUIRED);
|
||||
|
||||
Reference in New Issue
Block a user