Yevgeny Makarov jenkm
  • Joined on 2016-08-12
Yevgeny Makarov commented on issue blender/blender#111952 2023-09-05 10:34:13 +02:00
Blender 2.80 Очень сильно лагает

В любом случае с этим ничего уже сделать нельзя. Текущая версия в разработке это 4.0.

Yevgeny Makarov commented on issue blender/blender#111952 2023-09-05 10:31:33 +02:00
Blender 2.80 Очень сильно лагает

Железо из 2010-го, максимум что можно попробовать это 2.79b.

Yevgeny Makarov commented on issue blender/blender#97909 2023-08-22 18:31:31 +02:00
Some icons cannot be overriden from python (e.g. 'Constraint.mute', 'use_fake_user')

You can see the same behavior in 2.8 as well, try the code from #109080. What has changed is that an icon has been added to Disable Constraint property. bf95ab6bb2

It's always been in Blender,…

Yevgeny Makarov commented on issue blender/blender#97909 2023-08-22 13:50:34 +02:00
Some icons cannot be overriden from python (e.g. 'Constraint.mute', 'use_fake_user')

Checkboxes (toggles are more correct) change the icon automatically to represent the on/off state. It simply selects the next defined icon. PROP_ICONS_CONSECUTIVE But for hide/show properties…

Yevgeny Makarov commented on issue blender/blender#105817 2023-08-21 11:10:02 +02:00
Grease Pencil Erase /Tablet

I seems like the tablet input is retrieved at a higher rate then the mouse input.

Yes, it should be, for more precision. There's also this kind of thing: [https://projects.blender.org/blende

Yevgeny Makarov commented on issue blender/blender#105816 2023-08-21 11:09:43 +02:00
Grease Pencil Tint / Also Vertex Paint on Grease Pencil Objects very slow with Cintiq Pro 24

Sorry, I did not quite understand this. Could you expand on it?

Just very poor performance, it takes a few seconds to process a stroke, hence the lag. May be related to a specific file, although.

Yevgeny Makarov commented on issue blender/blender#109989 2023-08-20 20:38:15 +02:00
Viewport fps tanks when application is full screened on macOS

Well, obviously, the more pixels to render, the slower it is. I wouldn't be surprised if 6K is ten times slower than Full HD, hopefully in reality the correlation is not direct.

You need to…

Yevgeny Makarov commented on issue blender/blender#111195 2023-08-19 10:20:05 +02:00
Inconsistent input drag editing

Humm in this case maybe we could make the cursor visible in properties with PROP_FACTOR? So there's a better visual reference.

No, it won't work. The slider position (value) does not change…

Yevgeny Makarov commented on pull request blender/blender#110930 2023-08-19 09:56:27 +02:00
Fix #110848: Trackpad: Allow changing the speed while fly navigating

@ChengduLittleA Leave only:

("SPEED", {"type": 'TRACKPADPAN', "value": 'ANY'}, None),

{FLY_MODAL_SPEED, "SPEED", 0, "Speed", ""},

the rest is more logical in 111141 since it fixes the…

Yevgeny Makarov commented on pull request blender/blender#110930 2023-08-18 13:58:30 +02:00
Fix #110848: Trackpad: Allow changing the speed while fly navigating

Some fixes from #111141 are included here, so only the first two lines directly relate to this fix, sorry for the mess.

Yevgeny Makarov opened issue blender/blender#111256 2023-08-18 11:36:24 +02:00
GP Fill tool crashes with maximum Precision (macOS, Metal)
Yevgeny Makarov commented on issue blender/blender#94148 2023-08-18 01:42:13 +02:00
Top bar and Status bar have hardcoded color offset

Since the highlight effect is only when the mouse is over the current editor.

But the status bar and top bar always like the mouse is over.

Yevgeny Makarov commented on pull request blender/blender#111232 2023-08-17 22:54:04 +02:00
macOS: update app icon to have dark rounded square background

Also, the smallest sizes of icons are without backgrounds. Personally, I'm not sure if this is the right approach if the icons will look different depending on the size. In addition, these icons…

Yevgeny Makarov commented on pull request blender/blender#111232 2023-08-17 20:18:44 +02:00
macOS: update app icon to have dark rounded square background

Looks too blurry, like an upscaled png. There is a vector source of the logo.

Here's a comparison with my version from blender/blender#63623 (comment)

Yevgeny Makarov commented on issue blender/blender#111195 2023-08-17 12:43:46 +02:00
Inconsistent input drag editing

The color picker clearly shows what's going on - you select the color right under the cursor.

The "slider" works in the same way:

![slider.gif](/attachments/9a32edcc-c35c-41a5-a830-ace81f…

Yevgeny Makarov commented on issue blender/blender#109400 2023-08-16 16:55:24 +02:00
panning the viewport on touchpad is inverted

@Michael-309 There are builds you can try and an explanation of how it should work: blender/blender#111141 (comment)

You seem to have everything…

Yevgeny Makarov commented on pull request blender/blender#111141 2023-08-16 16:52:57 +02:00
Fix #89906: Consistent track pad zoom directions

Download

Patch based builds: https://builder.blender.org/download/patch/PR111141

How it's designed to work

**The zoom/orbit direction should be consistent between trackpad, mouse…

Yevgeny Makarov commented on issue blender/blender#109739 2023-08-16 08:40:04 +02:00
Resizing the Blender Window causes the interface to disappear

@PratikPB2123 I have the same bug. I've updated the description.

Yevgeny Makarov commented on issue blender/blender#110898 2023-08-16 07:34:39 +02:00
Text Editor scrolling lag, macOS Metal backend

Not sure if this patch will help? blender/blender#110927

No, the current bug is present with the MMB-drag as well. I've added a video to the description.

Yevgeny Makarov commented on issue blender/blender#89906 2023-08-16 06:54:07 +02:00
Multi-touch gesture: Zooming is reverse in shader editor comparing to viewport

110375 is full of changes not related to trackpad. There are a lot of common changes to Zoom and Dolly operators, can't say anything about those changes.

My 111141 is minimal, to fix trackpad…