Merge branch 'master' into blender2.8

This commit is contained in:
2018-11-14 09:50:04 +11:00
18 changed files with 10 additions and 33 deletions

View File

@@ -1714,7 +1714,6 @@ static int filepath_drop_exec(bContext *C, wmOperator *op)
void FILE_OT_filepath_drop(wmOperatorType *ot)
{
ot->name = "File Selector Drop";
ot->description = "";
ot->idname = "FILE_OT_filepath_drop";
ot->exec = filepath_drop_exec;