UI: Removal of Win32 Platform-Specific Cursor Files
We are now able to make antialiased mouse cursors at any size directly from SVG sources. Therefore there is no need for the platform-specific "cur" versions of these cursors. This removes the work required in duplicating the cursors in this format. Otherwise the results should be identical. Pull Request: https://projects.blender.org/blender/blender/pulls/141309
|
Before Width: | Height: | Size: 30 KiB |
|
Before Width: | Height: | Size: 30 KiB |
|
Before Width: | Height: | Size: 30 KiB |
|
Before Width: | Height: | Size: 30 KiB |
|
Before Width: | Height: | Size: 30 KiB |
|
Before Width: | Height: | Size: 30 KiB |
|
Before Width: | Height: | Size: 30 KiB |
|
Before Width: | Height: | Size: 30 KiB |
|
Before Width: | Height: | Size: 30 KiB |
|
Before Width: | Height: | Size: 30 KiB |
|
Before Width: | Height: | Size: 30 KiB |
|
Before Width: | Height: | Size: 30 KiB |
|
Before Width: | Height: | Size: 30 KiB |
|
Before Width: | Height: | Size: 30 KiB |
|
Before Width: | Height: | Size: 30 KiB |
|
Before Width: | Height: | Size: 30 KiB |
|
Before Width: | Height: | Size: 30 KiB |
|
Before Width: | Height: | Size: 30 KiB |
|
Before Width: | Height: | Size: 30 KiB |
|
Before Width: | Height: | Size: 30 KiB |
|
Before Width: | Height: | Size: 30 KiB |
|
Before Width: | Height: | Size: 30 KiB |
|
Before Width: | Height: | Size: 30 KiB |
|
Before Width: | Height: | Size: 30 KiB |
|
Before Width: | Height: | Size: 30 KiB |
|
Before Width: | Height: | Size: 30 KiB |
|
Before Width: | Height: | Size: 30 KiB |
|
Before Width: | Height: | Size: 30 KiB |
|
Before Width: | Height: | Size: 30 KiB |
@@ -12,36 +12,6 @@
|
||||
APPICON ICON DISCARDABLE "winblender.ico"
|
||||
BLENDERFILE ICON DISCARDABLE "winblenderfile.ico"
|
||||
|
||||
pointer_cursor CURSOR "cursors/pointer.cur"
|
||||
moveew_cursor CURSOR "cursors/moveew.cur"
|
||||
movens_cursor CURSOR "cursors/movens.cur"
|
||||
arrowdown_cursor CURSOR "cursors/arrowdown.cur"
|
||||
arrowleft_cursor CURSOR "cursors/arrowleft.cur"
|
||||
arrowright_cursor CURSOR "cursors/arrowright.cur"
|
||||
arrowup_cursor CURSOR "cursors/arrowup.cur"
|
||||
cross_cursor CURSOR "cursors/cross.cur"
|
||||
crossA_cursor CURSOR "cursors/crossa.cur"
|
||||
crossB_cursor CURSOR "cursors/crossb.cur"
|
||||
crossC_cursor CURSOR "cursors/crossc.cur"
|
||||
eraser_cursor CURSOR "cursors/eraser.cur"
|
||||
eyedropper_cursor CURSOR "cursors/eyedropper.cur"
|
||||
handopen_cursor CURSOR "cursors/handopen.cur"
|
||||
handclosed_cursor CURSOR "cursors/handclosed.cur"
|
||||
handpoint_cursor CURSOR "cursors/handpoint.cur"
|
||||
knife_cursor CURSOR "cursors/knife.cur"
|
||||
pencil_cursor CURSOR "cursors/pencil.cur"
|
||||
scrollew_cursor CURSOR "cursors/scrollew.cur"
|
||||
scrollns_cursor CURSOR "cursors/scrollns.cur"
|
||||
scrollnsew_cursor CURSOR "cursors/scrollnsew.cur"
|
||||
splith_cursor CURSOR "cursors/splith.cur"
|
||||
splitv_cursor CURSOR "cursors/splitv.cur"
|
||||
zoomin_cursor CURSOR "cursors/zoomin.cur"
|
||||
zoomout_cursor CURSOR "cursors/zoomout.cur"
|
||||
forbidden_cursor CURSOR "cursors/forbidden.cur"
|
||||
handle_left_cursor CURSOR "cursors/handle_left.cur"
|
||||
handle_right_cursor CURSOR "cursors/handle_right.cur"
|
||||
handle_both_cursor CURSOR "cursors/handle_both.cur"
|
||||
|
||||
IDR_VERSION1 VERSIONINFO
|
||||
FILEVERSION BLEN_VER_RC_1, BLEN_VER_RC_2, BLEN_VER_RC_3, BLEN_VER_RC_4
|
||||
PRODUCTVERSION BLEN_VER_RC_1, BLEN_VER_RC_2, BLEN_VER_RC_3, BLEN_VER_RC_4
|
||||
|
||||