Blender Git Commit Log
Git Commits -> Revision f783601
Revision f783601 by Julian Eisel (master) July 30, 2021, 17:07 (GMT) |
Fix incorrect poll function used for file path dropping The operator to drop file paths into the File Browser was just checking if there's an active window. This wasn't really an issue since the operator was only used as drop-operator for the File Browser. But the operator would show up in the operator search. Plus, for asset browsing, we'll also have to check the file browsing mode, so the more specific poll function will be needed. |
Commit Details:
Full Hash: f7836019b37152558f6808f81eea6344aa8d9608
Parent Commit: 9ac782b
Lines Changed: +1, -1
1 Modified Path:
/source/blender/editors/space_file/file_ops.c (+1, -1) (Diff)