Blender Git Commit Log
Git Commits -> Revision 0b10a96
Revision 0b10a96 by Julian Eisel (master) July 30, 2021, 17:07 (GMT) |
Assets: Disable File Browser only operators for asset browsing These operators shouldn't be available in the Asset Browser. https://developer.blender.org/T83556 Added a comment to each operator poll assignment to explicitly mention the intention. That should also remind devs to decide if the operator should apply for both file & asset browsing when copy & pasting operator definition code. |
Commit Details:
Full Hash: 0b10a964741d19cf7ada6d72cfaa6ffea9eded4b
Parent Commit: f783601
Lines Changed: +77, -25
5 Modified Paths:
/source/blender/editors/include/ED_fileselect.h (+1, -0) (Diff)
/source/blender/editors/include/ED_screen.h (+2, -0) (Diff)
/source/blender/editors/screen/screen_ops.c (+27, -0) (Diff)
/source/blender/editors/space_file/filesel.c (+5, -0) (Diff)
/source/blender/editors/space_file/file_ops.c (+42, -25) (Diff)
/source/blender/editors/include/ED_screen.h (+2, -0) (Diff)
/source/blender/editors/screen/screen_ops.c (+27, -0) (Diff)
/source/blender/editors/space_file/filesel.c (+5, -0) (Diff)
/source/blender/editors/space_file/file_ops.c (+42, -25) (Diff)