Blender Git Commit Log
Git Commits -> Revision 1363932
Revision 1363932 by Harley Acheson (soc-2021-curves) June 21, 2021, 14:31 (GMT) |
UI: Windows Blend File Association This patch allows Windows users to specify that their current blender installation should be used to create thumbnails and be associated with ".blend" files. This is done from Preferences / System. The only way to do this currently is from the command-line and this is sometimes inconvenient. Differential Revision: https://developer.blender.org/D10887 Reviewed by Brecht Van Lommel |
Commit Details:
Full Hash: 136393265d685c86846b7ef1814a0496c8a4e3bb
Parent Commit: 02a5674
Committed By: Dilith Jayakody
Lines Changed: +68, -4
7 Modified Paths:
/release/scripts/startup/bl_ui/space_userpref.py (+20, -0) (Diff)
/source/blender/blenlib/BLI_winstuff.h (+1, -1) (Diff)
/source/blender/blenlib/intern/winstuff.c (+7, -3) (Diff)
/source/blender/editors/space_file/file_intern.h (+1, -0) (Diff)
/source/blender/editors/space_file/file_ops.c (+37, -0) (Diff)
/source/blender/editors/space_file/space_file.c (+1, -0) (Diff)
/source/creator/creator_args.c (+1, -0) (Diff)
/source/blender/blenlib/BLI_winstuff.h (+1, -1) (Diff)
/source/blender/blenlib/intern/winstuff.c (+7, -3) (Diff)
/source/blender/editors/space_file/file_intern.h (+1, -0) (Diff)
/source/blender/editors/space_file/file_ops.c (+37, -0) (Diff)
/source/blender/editors/space_file/space_file.c (+1, -0) (Diff)
/source/creator/creator_args.c (+1, -0) (Diff)