Iliya Katushenock mod_moder
  • Russian
  • Just student

  • Joined on 2019-01-20
Iliya Katushenock commented on pull request blender/blender#114545 2024-08-01 11:32:17 +02:00
The SLIM UV unwrap algorithm implementation for Blender 4.x

Always write the type instead of auto except of the cases with complicated templates (like map iterator).

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

Name style for the varibles, constexpr int

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

Add period in the end of the sentence.

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

Is this code is unused? Can be deleted? Or at least add comment why...

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

Do not create multiple variables at single line.

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

Use references where this possible.

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

Pass const arguments first.

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

public: for structure can be omited.

Iliya Katushenock commented on issue blender/blender#125758 2024-08-01 11:08:06 +02:00
Geometry Nodes: Duplicate warnings accumulate in repeat zone

Do no think this is a bug, but might need to be improved by add index of pass.

Iliya Katushenock closed issue blender/blender#125749 2024-08-01 10:26:02 +02:00
Node Wrangler lazy connect doesn't create proper links to some nodes
Iliya Katushenock commented on issue blender/blender#125749 2024-08-01 10:25:57 +02:00
Node Wrangler lazy connect doesn't create proper links to some nodes

I can confirm, however this issue has been reported before, see #124467. Will merge reports. Please subscribe in #124467 if you want to see further updates

Iliya Katushenock commented on issue blender/blender#125368 2024-08-01 09:25:51 +02:00
Insert node on existing links from link drag search

No, you found correct things/

Iliya Katushenock commented on issue blender/blender#125749 2024-08-01 09:25:08 +02:00
Node Wrangler lazy connect doesn't create proper links to some nodes

In case you use some addon, you need to send this report to author of the addon, the api of the node being changed in 4.2.

Iliya Katushenock commented on issue blender/blender#122994 2024-07-31 20:06:13 +02:00
GN: GN change UV Maps sequence.

Order of attributes, additional attribute properties like selection or anything else - is external things for geometry nodes. If you want to have any of them - do this manually, for example, with…

Iliya Katushenock closed issue blender/blender#125728 2024-07-31 19:54:36 +02:00
Geo Nodes UVMap attribute Index is impossible to set
Iliya Katushenock commented on issue blender/blender#125728 2024-07-31 19:54:32 +02:00
Geo Nodes UVMap attribute Index is impossible to set

I can confirm, however this issue has been reported before, see #122994. Will merge reports. Please subscribe in #122994 if you want to see further updates

Iliya Katushenock closed issue blender/blender#125726 2024-07-31 19:18:01 +02:00
Blender crashes as soon as i hit material preview
Iliya Katushenock commented on issue blender/blender#125726 2024-07-31 19:17:57 +02:00
Blender crashes as soon as i hit material preview

This report does not contain all the requested information, which is required for us to investigate the issue.

Please submit a new report and carefully follow the instructions. Be sure to…

Iliya Katushenock commented on pull request blender/blender#125718 2024-07-31 17:32:36 +02:00
Geometry Nodes: Implement Gabor noise node

Use function style for trivial/numeric type/