Ludvik Koutny Rawalanche
  • Joined on 2017-03-08
Ludvik Koutny commented on issue blender/blender#112912 2023-09-30 16:28:01 +02:00
Geometry Nodes: Subdivide Surface Node Performance Discrepancy Due to 'Use Limit Surface' Option

Is changing type to Know Issue really appropriate here? Reports labeled as Known Issue usually mean "It's a bug but we won't do anything about it in near future"

If the problem is one internal…

Ludvik Koutny commented on pull request blender/blender#113082 2023-09-30 15:31:00 +02:00
Fix #113022: Disabled menu item's text uses inner color

Strange. Not sure if that's a gitea bug or so. Could you see this ?


BTW, this PR only deals with text color of disabled…

Ludvik Koutny commented on pull request blender/blender#113082 2023-09-30 12:35:16 +02:00
Fix #113022: Disabled menu item's text uses inner color

cc @Rawalanche (I was not able to find your name in reviewer's search menu)

Thanks, I can't see images though. They report as file not found.

Ludvik Koutny commented on issue blender/blender#113022 2023-09-30 11:44:40 +02:00
Regression: Blender 4.0 frozen menu items use Inner Menu item color

The text of the frozen items should use the "Text" color, with reduced alpha, let's say 0.5

Make sense actually. I'll make a quick PR. (But this is not a regression really 🙂

Ludvik Koutny commented on issue blender/blender#113009 2023-09-30 11:25:33 +02:00
Regression: Blender 4.0 Menu Item inner color does not match the color selected in the theme editor:

Between this and #113022 someone has just messed with menu drawing code and broke theme customization in process by hardcoding some values

For reference, this was done in 9f4b28bba82dc70…

Ludvik Koutny commented on issue blender/blender#113022 2023-09-30 11:19:36 +02:00
Regression: Blender 4.0 frozen menu items use Inner Menu item color

With the PR applied ,Hovered item will not have inner color. Instead, color of it will be mix of the text color and background color of menu. BTW do you build blender yourself? Otherwise…

Ludvik Koutny commented on issue blender/blender#113022 2023-09-30 10:56:53 +02:00
Regression: Blender 4.0 frozen menu items use Inner Menu item color

Re: hovered item using inner widget color. I've submitted a PR for it: blender/blender#112380 . Feel free to add your suggestions there. We can close…

Ludvik Koutny commented on issue blender/blender#113009 2023-09-30 09:30:26 +02:00
Regression: Blender 4.0 Menu Item inner color does not match the color selected in the theme editor:

I checked that piece of code and it's even worse. It seems to just straight up disregard some of the user defined theme colors and override them:

  else if (state->but_flag & UI_ACTIVE) {
 …
Ludvik Koutny reopened issue blender/blender#113009 2023-09-30 09:18:57 +02:00
Regression: Blender 4.0 Menu Item inner color does not match the color selected in the theme editor:
Ludvik Koutny commented on issue blender/blender#113022 2023-09-30 08:24:28 +02:00
Regression: Blender 4.0 frozen menu items use Inner Menu item color

This is clearly a regression. (...) It works in 3.6...

Oh, that changes things! Confirming then.

Sorry for the misunderstand.

(It is useful to fill in all the fields…

Ludvik Koutny commented on issue blender/blender#113022 2023-09-29 22:11:12 +02:00
Regression: Blender 4.0 frozen menu items use Inner Menu item color

Thanks for the report, but the issue reported here is a request for modified/improved behavior and not a bug in current behavior. Closing as this bug tracker is only for bugs and errors.

Ludvik Koutny commented on issue blender/blender#113005 2023-09-29 10:21:45 +02:00
Regression: Blender 4.0 font rendering blurry and broken.

@Rawalanche - Made you some custom builds that incorporate that PR. When you launch it you will have "Subpixel antialiasing" separate from "Hinting" to make it easier to see what each does.…

Ludvik Koutny commented on issue blender/blender#113005 2023-09-28 19:30:45 +02:00
Regression: Blender 4.0 font rendering blurry and broken.

I have a PR for this here: blender/blender#113027

Wait, you already did the patch? I just came to tell you that when using DejaVu font in 4.0 the rendering…

Ludvik Koutny commented on issue blender/blender#113005 2023-09-28 17:52:08 +02:00
Regression: Blender 4.0 font rendering blurry and broken.

BTW what is the name of the 3.6 font?

It's "Inter".

https://rsms.me/inter/

Technically it is the base "Inter" with features "tnum", "ss01", and "ss04" turned on. You can…

Ludvik Koutny commented on issue blender/blender#113005 2023-09-28 17:13:53 +02:00
Regression: Blender 4.0 font rendering blurry and broken.

Ohhh, it's a new font! That explains it.

I forgot to mention. I always have hinting set to "Full" and I have migrated my settings from 3.6. I guess that could explain part of it.…

Ludvik Koutny opened issue blender/blender#113022 2023-09-28 16:50:40 +02:00
Regression: Blender 4.0 frozen menu items use Inner Menu item color
Ludvik Koutny commented on issue blender/blender#113009 2023-09-28 16:31:11 +02:00
Regression: Blender 4.0 Menu Item inner color does not match the color selected in the theme editor:

This looks like the hover color overlapped on top of the selected inner color.

To clarify, I have alpha value of that inner color set to 0, so that only the hovered menu item has the accent…

Ludvik Koutny commented on issue blender/blender#113005 2023-09-28 16:29:25 +02:00
Regression: Blender 4.0 font rendering blurry and broken.

You could technically adjust the hinting option in the text rendering section, it will make some slight difference. This is also due to recently updated default font being a bit narrower.

Ludvik Koutny opened issue blender/blender#113010 2023-09-28 12:55:45 +02:00
Regression: Blender 4.0 3D View resizing in Workbench mode slower and laggier than 3.6