|
Blender V4.3
|
Go to the source code of this file.
Functions | |
| void | WM_OT_drop_import_file (wmOperatorType *ot) |
| void | ED_dropbox_drop_import_file () |
| void ED_dropbox_drop_import_file | ( | ) |
Definition at line 220 of file io_drop_import_file.cc.
References drop_import_file_copy(), drop_import_file_poll(), drop_import_file_tooltip(), RGN_TYPE_WINDOW, SPACE_EMPTY, WM_dropbox_add(), and WM_dropboxmap_find().
Referenced by ED_operatortypes_io().
| void WM_OT_drop_import_file | ( | wmOperatorType * | ot | ) |
Definition at line 158 of file io_drop_import_file.cc.
References wmOperatorType::description, wmOperatorType::exec, FILE_MAX, wmOperatorType::flag, wmOperatorType::idname, wmOperatorType::invoke, wmOperatorType::name, OPTYPE_INTERNAL, ot, PROP_HIDDEN, PROP_SKIP_SAVE, RNA_def_collection_runtime(), RNA_def_property_flag(), RNA_def_string_dir_path(), wmOperatorType::srna, wm_drop_import_file_exec(), and wm_drop_import_file_invoke().
Referenced by ED_operatortypes_io().