Iliya Katushenock mod_moder
  • Russian
  • Just student

  • Joined on 2019-01-20
Iliya Katushenock commented on pull request blender/blender#130470 2024-11-18 19:12:00 +01:00
BLI: support constructing Map with items

It is valid that you can create map with any keys but this is not valid that you initialize map only once and keep inline buffer even in case it will never be used.

Iliya Katushenock commented on pull request blender/blender#130470 2024-11-18 18:44:20 +01:00
BLI: support constructing Map with items

Is that is possible to add assertion or maybe even static assertion for case initialized list can not fit into inlined buffer? I do not know is there is way to customize container size deduction from initializer list in compile time..

Iliya Katushenock pushed to sample_field_node at mod_moder/blender 2024-11-17 23:46:38 +01:00
f102272f06 cleanup
daed8bcd6d Merge branch 'main' into sample_field_node
1a96d73f52 Fix: DRW: PassSimple do not pass resource_id correctly
94d2a1e6a2 GPU: GLSL CPP stubs: Allow printf in code
dcec1d5f68 Fix #130365 : Hard to read brush names in Blender Light theme
Compare 10 commits »
Iliya Katushenock pushed to sample_field_node at mod_moder/blender 2024-11-17 20:59:45 +01:00
7199e1c07d data race speedup...
Iliya Katushenock pushed to sample_field_node at mod_moder/blender 2024-11-17 19:21:07 +01:00
6faf07036b dihotomy attemt
5d3e9c6510 mvp of base latest sampler
4a65f574dd Merge branch 'main' into sample_field_node
af3ddb5551 Fix #130369: wrong attributes removed in Extrude Mesh node
bb3eb9aa23 Cleanup: Add missing BLI headers.
Compare 8 commits »
Iliya Katushenock closed issue blender/blender#130408 2024-11-17 18:12:04 +01:00
Blender
Iliya Katushenock commented on issue blender/blender#130408 2024-11-17 18:12:00 +01:00
Blender

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 closed issue blender/blender#130412 2024-11-17 18:11:21 +01:00
Blender 4.2.3 LTS crashes literally within every minute using Linux Ubuntu 22.04.5 LTS. I have a gaming desktop computer with great memory.
Iliya Katushenock commented on issue blender/blender#130412 2024-11-17 18:11:17 +01:00
Blender 4.2.3 LTS crashes literally within every minute using Linux Ubuntu 22.04.5 LTS. I have a gaming desktop computer with great memory.

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 closed issue blender/blender#130414 2024-11-17 18:10:35 +01:00
cell fracture
Iliya Katushenock commented on issue blender/blender#130414 2024-11-17 18:10:31 +01:00
cell fracture

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 issue blender/blender#130244 2024-11-17 16:13:37 +01:00
Viewer node toggle button strange cursor detection (eye icon)

Is that is possible to change order of buttons to just increase priority of icons over than name?

Iliya Katushenock commented on pull request blender/blender#130403 2024-11-17 12:49:34 +01:00
VSE: Optimize Text Box w/ roundness with multi-threading

Did you tried to move this if statement out of the loop to improve speed by less branch predictor miss?

Iliya Katushenock commented on pull request blender/blender#122693 2024-11-17 12:02:15 +01:00
Compositor: gizmo for box mask

This probably should use the same gizmo aproath as geometry nodes to IMO

Iliya Katushenock commented on pull request blender/blender#130393 2024-11-17 09:39:25 +01:00
Fix #129492: Reroute node inserted in disconnected route always has color domain

Wonder if this will not break cease where chain is connected to some input socket, but not to output. In that case, type of chain rerouts will only depends on the order of pushing into nodes_linked_with_reroutes, so if order is bad type of chain will be propagated from new reroute, instead of group input socket of the node.

Iliya Katushenock closed issue blender/blender#130399 2024-11-17 09:22:32 +01:00
When i start blender for new project it opens with my previous saved file but when i open new project it opens My project with named Unsaved this is happening when im trying to make new file but it opens my Some project file in to it with that file data
Iliya Katushenock commented on issue blender/blender#130399 2024-11-17 09:22:28 +01:00
When i start blender for new project it opens with my previous saved file but when i open new project it opens My project with named Unsaved this is happening when im trying to make new file but it opens my Some project file in to it with that file data

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 issue blender/blender#130244 2024-11-16 22:09:27 +01:00
Viewer node toggle button strange cursor detection (eye icon)

@Bartosz-Kosiorek /

Iliya Katushenock commented on pull request blender/blender#130379 2024-11-16 21:57:17 +01:00
UI: Implement snapping for node resizing

I do not mean that something have to be done in different place, but that there is the thing (TransConvertTypeInfo) that do that with taking all settings and corner cases into account.