Blender Git Commit Log
Git Commits -> Revision 8d6b0ed
Revision 8d6b0ed by Julian Eisel (master) September 16, 2019, 16:25 (GMT) |
UI: Show in-/decrement buttons for exporters As per Brecht's suggestion, use the check_existing property to control visibility of the '+' and '-' icons. It is typically set for save operations. Adds another FileSelectParams flag (to avoid duplicated propertie lookups) and removes the recently introduced FileSelectParams.action_type again. Fixes T69881. |
Commit Details:
Full Hash: 8d6b0eda5db45b63de8fccea1e3af41bf0bf09e0
Parent Commit: 3618b2c
Lines Changed: +13, -29
5 Modified Paths:
/source/blender/editors/space_file/filesel.c (+3, -4) (Diff)
/source/blender/editors/space_file/file_ops.c (+6, -9) (Diff)
/source/blender/editors/space_file/file_panels.c (+1, -1) (Diff)
/source/blender/makesdna/DNA_space_types.h (+3, -3) (Diff)
/source/blender/windowmanager/intern/wm_operator_props.c (+0, -12) (Diff)
/source/blender/editors/space_file/file_ops.c (+6, -9) (Diff)
/source/blender/editors/space_file/file_panels.c (+1, -1) (Diff)
/source/blender/makesdna/DNA_space_types.h (+3, -3) (Diff)
/source/blender/windowmanager/intern/wm_operator_props.c (+0, -12) (Diff)