forked from bartvdbraak/blender
Fix: tooltip when adding a new 'Excluded path' for python execution
This commit is contained in:
parent
4cf57c02fa
commit
08838e0d18
@ -4091,7 +4091,7 @@ static void rna_def_userdef_autoexec_path_collection(BlenderRNA *brna, PropertyR
|
||||
|
||||
func = RNA_def_function(srna, "new", "rna_userdef_pathcompare_new");
|
||||
RNA_def_function_flag(func, FUNC_NO_SELF);
|
||||
RNA_def_function_ui_description(func, "Add a new addon");
|
||||
RNA_def_function_ui_description(func, "Add a new path");
|
||||
/* return type */
|
||||
parm = RNA_def_pointer(func, "pathcmp", "PathCompare", "", "");
|
||||
RNA_def_function_return(func, parm);
|
||||
|
Loading…
Reference in New Issue
Block a user