Blender Git Loki
Git Commits -> Revision bcff0ef
Revision bcff0ef by Harley Acheson (master) June 14, 2021, 17:22 (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: bcff0ef9cabc37c4b89a1e2c7972a09ac80d4555
Parent Commit: 2e5671a
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)