Iliya Katushenock mod_moder
  • Russian
  • Just student

  • Joined on 2019-01-20
Iliya Katushenock commented on pull request blender/blender#129270 2024-11-01 18:12:28 +01:00
Geometry Nodes: String Key Count and LineSelect

_COUNT_TOKEN

Iliya Katushenock pushed to sample_field_node at mod_moder/blender 2024-10-31 22:08:38 +01:00
340291d59e Continue refactoring
Iliya Katushenock pushed to sample_field_node at mod_moder/blender 2024-10-31 21:06:02 +01:00
fa7b32522a refactoring of the code in general
d85691a6d2 refactor: use general iteration functions
e021d0a0dd Merge branch 'main' into sample_field_node
29c66dab88 Restore 'writable' handling in bpy_class_call.
391612c725 USD: Add support for animated volumes
Compare 127 commits »
Iliya Katushenock commented on pull request blender/blender#129628 2024-10-31 17:34:06 +01:00
Fix #129598: Resample curves node missing type alignment handling

+1 to something like bke::attribute_math::least_aligment instead of hardcoded constant/

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