Iliya Katushenock mod_moder
  • Russian
  • Just student

  • Joined on 2019-01-20
Iliya Katushenock reopened issue blender/blender#108578 2023-06-26 15:45:25 +02:00
Regression: Crash on detaching noddle with click-drag
Iliya Katushenock commented on issue blender/blender#109374 2023-06-26 15:13:09 +02:00
Custom property: string

Can't reproduce in last 3.6, 4.0.

Iliya Katushenock commented on issue blender/blender#106741 2023-06-26 15:00:58 +02:00
Solidify Modifier wrong solidification normals in some cases

@Pierre-Samuel-GREAU-HAMARD Thanks, still have some detection problems. More precisely, I see your result, but I can't reproduce it. Can you make the same file, but it must have a model without a…

Iliya Katushenock deleted branch fix_memory_leak from mod_moder/blender 2023-06-26 14:08:28 +02:00
Iliya Katushenock deleted branch fix_sim_socket_add from mod_moder/blender 2023-06-26 14:08:05 +02:00
Iliya Katushenock closed issue blender/blender#109370 2023-06-26 13:16:17 +02:00
Fur dont support UDIM Mask
Iliya Katushenock commented on issue blender/blender#109370 2023-06-26 13:16:15 +02:00
Fur dont support UDIM Mask

Hi, thanks for report, but geometry nodes don't support UDIM right now. So, that behavior is expected. Also, i can close this report as duplicate of https://projects.blender.org/blender/blender/iss

Iliya Katushenock commented on pull request blender/blender#109366 2023-06-26 12:24:04 +02:00
Curves: Reimplement random selection with mask

Switch statement below also doesn't make sense.

Iliya Katushenock pushed to tmp_fix_mem_leak at mod_moder/blender 2023-06-26 12:21:50 +02:00
efd897bf61 use MEM_delete
dd1a0dcff6 init
8fd824c4b7 Fix #109314: Metal Debug 'Shaders' Folder appearing in 3.6 &. 4.0
f2fb22b94b Fix snap normal not in world-space
0b0a5d21ac Fix: Revert changes in Mesh to Volume node and modifier to Blender 3.6
Compare 5 commits »
Iliya Katushenock commented on pull request blender/blender#109366 2023-06-26 12:19:31 +02:00
Curves: Reimplement random selection with mask

const int64_t domain_size = curves.attributes().domain_size(selection_domain);

Iliya Katushenock commented on pull request blender/blender#108001 2023-06-26 10:19:58 +02:00
Nodes: Move preview images to an overlay

@brecht Yes, that's what I meant. The preview frame has a size, depending only on the presence of an image and the size of the node. So checking their maximum sizes would be the fastest.

The…

Iliya Katushenock deleted branch tmp_fix_rot_sock_hide from mod_moder/blender 2023-06-26 10:10:35 +02:00
Iliya Katushenock created pull request blender/blender#109352 2023-06-26 01:22:48 +02:00
Geometry Nodes: Fix typo in hiding of rotation sockets for Raycast node
Iliya Katushenock pushed to tmp_fix_rot_sock_hide at mod_moder/blender 2023-06-26 01:20:35 +02:00
65ebe18e9a init
9a4e823f3f Cleanup: minor changes to string join logic
2c214d5bb5 Fix error in recent removal of BLI_strcpy_rlen
f4a65cfe5d BLI_string: remove potentially unsafe BLI_sprintf
85029da289 Cleanup: compiler warnings
Compare 8 commits »
Iliya Katushenock created branch tmp_fix_rot_sock_hide in mod_moder/blender 2023-06-26 01:20:35 +02:00
Iliya Katushenock commented on issue blender/blender#107369 2023-06-25 18:20:04 +02:00
X-ray anomaly in edit mode.

@Macwelshman Have you seen both video yourself?

Iliya Katushenock commented on pull request blender/blender#108001 2023-06-25 16:13:09 +02:00
Nodes: Move preview images to an overlay

There is some wrong clipping happening. When I zoom in an navigate around, somethings a preview disappears while it should still be in view. Maybe there is some clipping of node bounding boxes,…

Iliya Katushenock opened issue blender/blender#109343 2023-06-25 15:54:36 +02:00
Geometry Nodes: Assert on writing built-in attribute by it self value
Iliya Katushenock commented on issue blender/blender#106741 2023-06-25 15:21:13 +02:00
Solidify Modifier wrong solidification normals in some cases

Can you share blend file with this bug?

Iliya Katushenock commented on issue blender/blender#109341 2023-06-25 14:26:43 +02:00
Geometry Nodes: Simulation nodes not work with sampling nodes if value is single

Hello, thanks for the report. I edited it to make it easier to understand what exactly the bug is.