Iliya Katushenock mod_moder
  • Russian
  • Just student

  • Joined on 2019-01-20
Iliya Katushenock commented on issue blender/blender#107322 2023-04-25 11:17:19 +02:00
AO node causes kernel panic Eevee

Can't reproduce in debug/daly build from 24.04.

Iliya Katushenock commented on pull request blender/blender#106848 2023-04-25 11:05:51 +02:00
Initial Grease Pencil 3.0 stage

Right now regular we do this manually, but true, this could be better to use BLI_SCOPED_DEFER.

Iliya Katushenock commented on pull request blender/blender#107312 2023-04-24 22:40:15 +02:00
Fix #107306: Merge by distance node is not deterministic

Will check later (23:40)

Iliya Katushenock created pull request blender/blender#107312 2023-04-24 21:58:00 +02:00
Fix #107306: Geometry Nodes: Merge by Distance node be deterministically
Iliya Katushenock created branch tmp_fix_merge_by_distance_indexing in mod_moder/blender 2023-04-24 21:54:14 +02:00
Iliya Katushenock reopened issue blender/blender#107306 2023-04-24 21:45:50 +02:00
Merge by Distance node re-indexes points non-determinstically.
Iliya Katushenock commented on issue blender/blender#107306 2023-04-24 21:45:47 +02:00
Merge by Distance node re-indexes points non-determinstically.

Hans said that nodes should have deterministic behavior, so this can be considered a bug. After a light build: the performance drop is hard to find, seems to be quite low indeed. So this is…

Iliya Katushenock commented on issue blender/blender#107306 2023-04-24 21:19:20 +02:00
Merge by Distance node re-indexes points non-determinstically.

This is a feature request.

Iliya Katushenock closed issue blender/blender#107306 2023-04-24 21:16:18 +02:00
Merge by Distance node re-indexes points non-determinstically.
Iliya Katushenock commented on issue blender/blender#107306 2023-04-24 21:16:16 +02:00
Merge by Distance node re-indexes points non-determinstically.

Just use the attributes, they already give you that, and no one will suffer performance but you.

Iliya Katushenock commented on issue blender/blender#107306 2023-04-24 21:14:50 +02:00
Merge by Distance node re-indexes points non-determinstically.
Loop over the coordinates ordered by #KDTreeNode.index. At the expense of some performance, this ensures the layout of the tree doesn't influence the iteration order.

Not sure if…

Iliya Katushenock commented on issue blender/blender#107306 2023-04-24 20:19:28 +02:00
Merge by Distance node re-indexes points non-determinstically.

@MMMM This is not stated in the documentation. And I can't read minds, but for some reason it seems that this was not planned. You MUST do this with attributes, since copying them alone will not…

Iliya Katushenock pushed to tmp_fix_text_cursor_transform at mod_moder/blender 2023-04-24 20:11:31 +02:00
fcc281a6c0 replace geom by rotate_v2_v2f
Iliya Katushenock closed issue blender/blender#107306 2023-04-24 20:09:00 +02:00
Merge by Distance node re-indexes points non-determinstically.
Iliya Katushenock commented on issue blender/blender#107306 2023-04-24 20:08:57 +02:00
Merge by Distance node re-indexes points non-determinstically.

With this you can get around your problem I hope. image

The problem is that you relied on non-deterministic behavior. Indexing is not…

Iliya Katushenock closed issue blender/blender#107306 2023-04-24 18:42:04 +02:00
Merge by Distance node re-indexes points non-determinstically.
Iliya Katushenock commented on issue blender/blender#107306 2023-04-24 18:42:02 +02:00
Merge by Distance node re-indexes points non-determinstically.

Hello, thanks for the report. While I can confirm this behavior, it's not a bug.

This node must resize the point domain randomly and in random order. Because of this, some deterministic…

Iliya Katushenock pushed to tmp_fix_text_cursor_transform at mod_moder/blender 2023-04-24 18:24:12 +02:00
a4cb14b473 progress
07b51b0799 Merge branch 'main' into tmp_fix_text_cursor_transform
9a671c401d Fix several issues in recent changes to ID swap and lib_query.
d9621add55 Vulkan: Initialize Device Capabilities.
b94a0ec8db WindowManager: Context Creation
Compare 30 commits »
Iliya Katushenock commented on issue blender/blender#107305 2023-04-24 17:06:55 +02:00
search mix color node

Hey, thank for report. Can you check, if this still in 3.5/3.6?