Iliya Katushenock mod_moder
  • Russian
  • Just student

  • Joined on 2019-01-20
Iliya Katushenock commented on issue blender/blender#129445 2024-10-31 17:32:24 +01:00
Unexpected behaviour of matrix attribute inheritance from edge to point domain.

Seems this still related with wrong quaternion conversion that i had reported separatly, not sure there is anything else wrong.

Iliya Katushenock commented on issue blender/blender#105038 2024-10-31 16:02:39 +01:00
Curves edit mode Bezier handle editing

Congratulation @laurynas @HooglyBoogly!/

Iliya Katushenock commented on pull request blender/blender#129628 2024-10-31 15:59:08 +01:00
Fix #129598: Resample curves node missing type alignment handling

I see fix of heap allocation alignment.

Iliya Katushenock commented on pull request blender/blender#129628 2024-10-31 15:59:06 +01:00
Fix #129598: Resample curves node missing type alignment handling

I think this can be part of GuardedAllocator with compile time switch in allocate()/

Iliya Katushenock commented on issue blender/blender#129604 2024-10-31 06:18:53 +01:00
Geometry Nodes: Primitives UV Map display issue

Might be simular to #113734.

Iliya Katushenock closed issue blender/blender#129506 2024-10-29 18:05:23 +01:00
Extra Geometry is adding by duplicate element in Geometry Node
Iliya Katushenock commented on issue blender/blender#129506 2024-10-29 18:05:19 +01:00
Extra Geometry is adding by duplicate element in Geometry Node

Ah, well, once there is just one version of every element (Amount = 1) we do not create any additional edge/face, but: every duplicate edge have its own vertices. We can not share vertices…

Iliya Katushenock commented on pull request blender/blender#114629 2024-10-29 17:44:33 +01:00
Refractor: Compositor: Render layer node to dynamic declaration

Thanks @Sergey for that input! I see literally everyday this PR (like my first tab) but did not found a time yet to sit down and check everything here\

Iliya Katushenock commented on pull request blender/blender#114629 2024-10-29 17:42:22 +01:00
Refractor: Compositor: Render layer node to dynamic declaration

I guess here can be two nullptr arguments, not sure. In case node tree is edited we have to update everything that is depends on the node tree, so this is correct. Like in versioning, we do not…

Iliya Katushenock closed issue blender/blender#129506 2024-10-29 17:37:54 +01:00
Extra Geometry is adding by duplicate element in Geometry Node
Iliya Katushenock commented on issue blender/blender#129506 2024-10-29 17:37:50 +01:00
Extra Geometry is adding by duplicate element in Geometry Node

I closed first version of this report, this is expected. Multiple edges/faces with the same vertices is invalid topology. This is not a bug.

Iliya Katushenock closed issue blender/blender#129537 2024-10-29 17:34:02 +01:00
Search for nodes in Russian with lowercase
Iliya Katushenock commented on issue blender/blender#129537 2024-10-29 17:33:59 +01:00
Search for nodes in Russian with lowercase

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#129444 2024-10-29 05:36:18 +01:00
Node editor: node stays active for renaming, despite another one selected.

This is simular to #108049.

Iliya Katushenock commented on issue blender/blender#129492 2024-10-29 05:32:01 +01:00
Nodes: Reroute cutted on disconnected route always have color domain instead inherited one

There is just missed some update call.

Iliya Katushenock closed issue blender/blender#129493 2024-10-29 05:28:14 +01:00
Geometry nodes: Viewer node become blind for attributes with Bake node
Iliya Katushenock commented on issue blender/blender#129493 2024-10-29 05:28:10 +01:00
Geometry nodes: Viewer node become blind for attributes with Bake node

Any captured attributes are gone once you pass geometry though the Bake node. This is expected. In case you did not capture a field then this will work since this is not an attribute.

Iliya Katushenock commented on issue blender/blender#129445 2024-10-28 21:13:37 +01:00
Unexpected behaviour of matrix attribute inheritance from edge to point domain.

original file I submitted

I just don't know at which place in that file i should look at.

Iliya Katushenock commented on issue blender/blender#129445 2024-10-28 21:04:12 +01:00
Unexpected behaviour of matrix attribute inheritance from edge to point domain.

Thanks for the report, but the issue reported here is a request for modified/improved behavior and not a bug in current behavior. Closing as this bug tracker is only for bugs and errors.

For…

Iliya Katushenock closed issue blender/blender#129445 2024-10-28 21:03:44 +01:00
Unexpected behaviour of matrix attribute inheritance from edge to point domain.