Yevgeny Makarov jenkm
  • Joined on 2016-08-12
Yevgeny Makarov commented on issue blender/blender#106964 2023-08-14 12:45:07 +02:00
Can't scroll through options on some drop down boxes with Ctrl+Shift+Scroll

The issue here is that this is not a drop-down list (where you change a property), but a regular menu (like the File or Edit menu). I.e. it is actually a row of buttons for executing operators,…

Yevgeny Makarov commented on issue blender/blender-addons#104830 2023-08-10 12:59:40 +02:00
Can't open svg with Affinity Designer: Use UTF-8 encoding instead of ascii

This is a known issue of Affinity Designer (see affinity forum). The ascii is valid for the svg.

Yevgeny Makarov commented on pull request blender/blender#110928 2023-08-09 08:47:21 +02:00
Fix #110853: Trackpad: support for 'ui_colorpicker_small_wheel_cb'

Sorry, I meant that U.scale_factor and UI_SCALE_FAC are the same thing. Just divide by UI_SCALE_FAC.

WM_event_absolute_delta_y(event) / UI_SCALE_FAC
Yevgeny Makarov opened issue blender/blender#110936 2023-08-08 21:04:11 +02:00
Misuse of 'U.pixelsize' in code
Yevgeny Makarov opened issue blender/blender#110917 2023-08-08 10:51:03 +02:00
Slow View2D scrolling on a high-resolution (hiDPI) screen
Yevgeny Makarov commented on pull request blender/blender#110375 2023-08-07 20:15:15 +02:00
Made 2D zoom consistent with 3D zoom for touchpads

Yeah, U.dpi_fac has been renamed to U.scale_factor / UI_SCALE_FAC.

The delta that trackpad sends depends on the screen resolution, on Retina it's 2x than on a standard screen. So on…

Yevgeny Makarov opened issue blender/blender#110898 2023-08-07 18:05:27 +02:00
Text Editor scrolling lag, macOS Metal backend
Yevgeny Makarov commented on pull request blender/blender#110375 2023-08-07 09:54:10 +02:00
Made 2D zoom consistent with 3D zoom for touchpads

Regarding MOUSEZOOM, MOUSEROTATE: the flag indicating the "natural scrolling on/off" is only changing for MOUSEPAN. I've tested it. So:

if (U.uiflag & USER_ZOOM_HORIZ) {
…
Yevgeny Makarov commented on pull request blender/blender#110855 2023-08-06 22:17:11 +02:00
UI: support searching in menus

You don't need to open a separate search window, it's weird. Looks like almost the same as using F3 search.

Check how native menus work in macOS or Windows. There's some kind of incremental…

Yevgeny Makarov opened issue blender/blender#110853 2023-08-06 14:56:30 +02:00
Allow changing Color Picker value with the trackpad
Yevgeny Makarov opened issue blender/blender#110852 2023-08-06 14:26:43 +02:00
Improve support for Rotate and Pinch trackpad gestures
Yevgeny Makarov opened issue blender/blender#110849 2023-08-06 10:45:05 +02:00
UV Stitch and Minimize Stretch do not support the trackpad
Yevgeny Makarov opened issue blender/blender#110848 2023-08-06 10:42:44 +02:00
Fly Navigation using the trackpad is broken
Yevgeny Makarov commented on issue blender/blender#76464 2023-08-06 08:24:20 +02:00
Can't scrub timeline with alt + pan trackpad gesture

Here are two archived patches that add trackpad support for changing the current frame.

The D8542 is very straightforward. For D8675 it may need some tweaking, it seems you can use the recently…

Yevgeny Makarov opened issue blender/blender#110834 2023-08-05 17:51:22 +02:00
Button flickering when scrolling popovers using the trackpad
Yevgeny Makarov opened issue blender/blender#110833 2023-08-05 17:44:37 +02:00
Trackpad scrolling is too sensitive in Text Editor
Yevgeny Makarov opened issue blender/blender#110766 2023-08-03 16:47:42 +02:00
Zoom to mousepos makes 2D Views pan after zoom limits are reached
Yevgeny Makarov commented on issue blender/blender#86339 2023-08-02 13:58:59 +02:00
Animation player won't fully fill floating window with video

Duplicate of #70036; btw, there is a patch.

Yevgeny Makarov closed issue blender/blender#77509 2023-08-01 22:43:07 +02:00
Issues with using a Mac trackpad when the Auto Depth option is enabled