Iliya Katushenock mod_moder
  • Russian
  • Just student

  • Joined on 2019-01-20
Iliya Katushenock commented on issue blender/blender#125989 2024-08-06 22:11:47 +02:00
Кнопка остановки цикла воспроизведения кадров на шкале времени отсутствует?! Останавливать клавишей "пробел" неудобно!

For help using Blender, please try one of the community websites: https://www.blender.org/community/

If you think you found a bug, please submit a new report and carefully follow the instruction…

Iliya Katushenock commented on issue blender/blender#125979 2024-08-06 20:46:42 +02:00
GN Image Texture node is missing Color Space option

It makes actually sense, because if you want to use image, you don't want to have to open yet another editor and dig deep into some side panel to find the option. It's bad that there's no parity…

Iliya Katushenock commented on issue blender/blender#125979 2024-08-06 20:40:10 +02:00
GN Image Texture node is missing Color Space option

This property of the image it self, so you can access this property in image editor. This is quite bad that shaders do epose such properties in the node body. ![image](/attachments/6f9f968a-afbd-4…

Iliya Katushenock commented on issue blender/blender#125979 2024-08-06 19:46:12 +02:00
GN Image Texture node is missing Color Space option

This image just do not work in geometry nodes. image

Iliya Katushenock commented on issue blender/blender#125979 2024-08-06 19:27:25 +02:00
GN Image Texture node is missing Color Space option

Can you at least provide example to check the issue?/

Iliya Katushenock closed issue blender/blender#125979 2024-08-06 18:57:21 +02:00
GN Image Texture node is missing Color Space option
Iliya Katushenock commented on issue blender/blender#125979 2024-08-06 18:56:56 +02:00
GN Image Texture node is missing Color Space option

Thanks for the report, but please use other channels for user feedback and feature requests: https://developer.blender.org/docs/handbook/communication/user_feedback/

For more information on why…

Iliya Katushenock commented on issue blender/blender#125952 2024-08-06 16:34:00 +02:00
Modifier's persistent_uid are not correctly assigned when appending or opening objects prior 4.2

You're saying that we gonna have multiple same uids in different objects at the same time so

I do not see any duplication of the uid at the report, ony that they are doned in different way.

Iliya Katushenock commented on issue blender/blender#125952 2024-08-06 15:24:06 +02:00
Modifier's persistent_uid are not correctly assigned when appending or opening objects prior 4.2

UID is a hash, it can be just 0,1,2... enumeration, but this also can be int_max, so you should not depend on the value of this UID, but use this only as a hash.

Iliya Katushenock commented on pull request blender/blender#114545 2024-08-06 14:32:59 +02:00
The SLIM UV unwrap algorithm implementation for Blender 4.x

Ah, this is was a function, had to ask my first question for ome other part of the code..\

Iliya Katushenock closed issue blender/blender#125962 2024-08-06 14:31:24 +02:00
make build error
Iliya Katushenock commented on issue blender/blender#125962 2024-08-06 14:31:20 +02:00
make build error

Since this is bug tracker only for user-side bug's, building issues need to be forwarded to the chat: https://blender.chat/channel/blender-builds

Iliya Katushenock commented on pull request blender/blender#114545 2024-08-06 14:29:43 +02:00
The SLIM UV unwrap algorithm implementation for Blender 4.x

I do not see the change of this file in this patch, i do not think copy-past of the function from somewhere as part of new feature is such a trivial cleanup that don't with to be cleaned more.

Iliya Katushenock commented on pull request blender/blender#114545 2024-08-06 14:26:54 +02:00
The SLIM UV unwrap algorithm implementation for Blender 4.x

max/lowest initial values seems more convenient in looking for the min/max.

Iliya Katushenock commented on pull request blender/blender#114545 2024-08-06 14:02:33 +02:00
The SLIM UV unwrap algorithm implementation for Blender 4.x

I do not see where is from this code is moved/

Iliya Katushenock commented on pull request blender/blender#114545 2024-08-06 13:56:48 +02:00
The SLIM UV unwrap algorithm implementation for Blender 4.x

I asked to change this not because they are the same.

Iliya Katushenock closed issue blender/blender#125939 2024-08-06 11:05:58 +02:00
Geometry Nodes: Curve to Points outputs incorrect values after changing handle type to Vector
Iliya Katushenock commented on issue blender/blender#125939 2024-08-06 11:05:53 +02:00
Geometry Nodes: Curve to Points outputs incorrect values after changing handle type to Vector

Thanks for report, since normal and tangent are stored on the points of the curve, even if you have hard corner around the point, its attributes still will be interpolated to fit into both next…

Iliya Katushenock commented on pull request blender/blender#125907 2024-08-05 18:11:33 +02:00
Sculpt: Refactor topology islands cache

Is there is some reason to have such limit for number of islands?