Iliya Katushenock mod_moder
  • Russian
  • Just student

  • Joined on 2019-01-20
Iliya Katushenock pushed to fix_128220 at mod_moder/blender 2024-09-29 17:26:36 +02:00
eb5f7b5162 init
c03d7d98a4 Release: Bump to 4.2.2 release
06ad4d6431 4.2 backport: Fix fake_retiming_key_init returning uninitialized stack memory
a2d0206349 Fix #127654: Video Deinterlace option does not work in some cases
0c8392c093 Fix: #126524: Overlay: Missing loose geometry wireframe with sub-D mesh
Compare 10 commits »
Iliya Katushenock created pull request blender/blender#128325 2024-09-29 16:28:29 +02:00
Refactoring: Geometry Nodes: Use IndexMask in Blur Attribute node
Iliya Katushenock pushed to blur_attr_use_masks at mod_moder/blender 2024-09-29 16:20:07 +02:00
64bb9a3a91 init
117d4a51c3 Fix #128193: conditional socket visibility broken on Distribute Points on Faces node
578fd9b10e Geometry Nodes: support grease pencil in Duplicate Elements node
63a4b45b43 Cleanup: USD: take advantage of new AttributeIter::get API
6d83f9a6b3 Cleanup: Sculpt: Extract common factor calculation methods
Compare 10 commits »
Iliya Katushenock created branch blur_attr_use_masks in mod_moder/blender 2024-09-29 16:20:06 +02:00
Iliya Katushenock commented on issue blender/blender#128299 2024-09-29 12:48:37 +02:00
A large number of fake dependency cylces freeze blender

Even if you do not see any issue, dependency cycle still here. Blender support dependencies between multiple properties on the same data block, but can not do that for components of the same…

Iliya Katushenock closed issue blender/blender#128321 2024-09-29 11:57:39 +02:00
Geometry Nodes - Output node reads single value as field
Iliya Katushenock commented on issue blender/blender#128321 2024-09-29 11:57:35 +02:00
Geometry Nodes - Output node reads single value as field

Nothing here is odd, geometry nodes can output only a fields outside of the modifier.

Iliya Katushenock deleted branch fix_128193 from mod_moder/blender 2024-09-27 22:30:44 +02:00
Iliya Katushenock commented on pull request blender/blender#128264 2024-09-27 18:07:41 +02:00
Refactor: Anim, remove use of MutableSpan in layered Actions C++ wrappers

What the point of this function right now?

To get access to the list of layers in a way that's safer than direct array access via a pointer-to-a-pointer?

`blender::Span<const Layer…

Iliya Katushenock commented on pull request blender/blender#128264 2024-09-27 17:42:34 +02:00
Refactor: Anim, remove use of MutableSpan in layered Actions C++ wrappers

What the point of this function right now? Ideally you should change the things only via spans and move all non-trivial processing algorithm into separate free functions.

Iliya Katushenock commented on pull request blender/blender#128197 2024-09-27 17:39:34 +02:00
Nodes: improve inserting nodes with link-drag-search

I actually do like the second one case from the video to be. Even more, with multi-input support, but this is not main one.

Iliya Katushenock commented on issue blender/blender#128216 2024-09-27 00:06:22 +02:00
Hash Crash

Every time you put the hash into the socket that define number of details of geometry, you trying to allocate more memory then anyone even can have. Totaly expected.

Iliya Katushenock created pull request blender/blender#128214 2024-09-26 23:37:49 +02:00
Fix #128193: Conditional socket visibility broken on Distribute Points on Faces node
Iliya Katushenock created branch fix_128193 in mod_moder/blender 2024-09-26 23:35:24 +02:00
Iliya Katushenock pushed to fix_128193 at mod_moder/blender 2024-09-26 23:35:24 +02:00
909b581ef1 init
28e5c1412e UI: Editor Edge Highlighting
6d9641daee Sculpt: Followup change/fix to clay strips brush
74f266c119 Fix #127855: crash when changing interface socket type with custom sockets
f095f41c4a VSE: Faster timeline retiming keys drawing
Compare 10 commits »
Iliya Katushenock commented on pull request blender/blender#128212 2024-09-26 23:14:00 +02:00
Geometry Nodes: Add Matrix Determinant node

Please run make format in the root of your blender fork folder\

Iliya Katushenock commented on pull request blender/blender#128212 2024-09-26 23:13:59 +02:00
Geometry Nodes: Add Matrix Determinant node

2024

Iliya Katushenock commented on pull request blender/blender#128196 2024-09-26 18:13:47 +02:00
Function Node: Compare Node, add epsilon socket to integer data type

Between node with some smaller range of supported types and explicit mean to be exclusive/inclusive actually would be better to probably will allow us to remove float epsilon.

Yes this is…

Iliya Katushenock commented on issue blender/blender#128124 2024-09-26 18:00:05 +02:00
Nodes: Linear Algebra Node Groups

I don't see why it should be a built-in node. Making a node group that calculates the Determinant is easy and is also already part of the Linear Algebra bundle that I presented.

This one is…

Iliya Katushenock commented on pull request blender/blender#128196 2024-09-26 17:51:48 +02:00
Function Node: Compare Node, add epsilon socket to integer data type

Just use one more compare nodes and boolean math?