Iliya Katushenock mod_moder
  • Russian
  • Just student

  • Joined on 2019-01-20
Iliya Katushenock commented on pull request blender/blender#106666 2024-10-03 17:36:04 +02:00
Geometry Nodes: Sample Materials

Its much more scalable to turn ID's into data type supported in a fields.

Iliya Katushenock deleted branch compare_node from mod_moder/blender 2024-10-03 17:35:11 +02:00
Iliya Katushenock closed pull request blender/blender#104625 2024-10-03 17:35:03 +02:00
Geometry Node: Allow Data block types of sockets for comparing by Compare node
Iliya Katushenock commented on pull request blender/blender#104625 2024-10-03 17:35:00 +02:00
Geometry Node: Allow Data block types of sockets for comparing by Compare node

This can be done more clean with just support ID's in a multifunctions.

Iliya Katushenock deleted branch runtime_debug_singleton_flag from mod_moder/blender 2024-10-03 17:33:51 +02:00
Iliya Katushenock closed pull request blender/blender#112102 2024-10-03 17:33:43 +02:00
BLI: Runtime flags
Iliya Katushenock pushed to tmp_refactor_mask_slicing at mod_moder/blender 2024-10-03 17:31:10 +02:00
3e17df6086 Merge branch 'main' into tmp_refactor_mask_slicing
050133078f Merge branch 'blender-v4.3-release'
0872e898bc Fix: GPv3: Paint cursor rendering
e34feb347c Anim: make copy-paste of sequencer strips work with slotted actions
54234ebbc2 Merge branch 'blender-v4.3-release'
Compare 9204 commits »
Iliya Katushenock commented on issue blender/blender#126613 2024-10-02 19:49:12 +02:00
Changing Grease Pencil v3 "curve_type" Crashes Blender

Changing the curve_type directly is not even something that we can do internally. When converting strokes, multiple steps are required, so it's not just about writing to the attribute.

No,…

Iliya Katushenock commented on pull request blender/blender#128489 2024-10-02 18:05:55 +02:00
Nodes: Add Negate operator to Math and Vector Math nodes

I believe all the beckends we use already can optimize x * -1 or 0 - x. For ui, its the proper to just create node group.

Iliya Katushenock commented on pull request blender/blender#128398 2024-10-01 22:49:34 +02:00
GPv3: Split Operator

I don't see why not\

Iliya Katushenock closed issue blender/blender#128451 2024-10-01 20:24:26 +02:00
The "Correct Face Attributes" operator does not work correctly.
Iliya Katushenock commented on issue blender/blender#128451 2024-10-01 20:24:22 +02:00
The "Correct Face Attributes" operator does not work correctly.

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 pull request blender/blender#128398 2024-10-01 20:22:46 +02:00
GPv3: Split Operator

I aksed in context that its seems that everything that you need is to use join(delete(inverse(selection)), curve.copy_selected(invese(selection)))

Iliya Katushenock commented on pull request blender/blender#128398 2024-10-01 19:35:21 +02:00
GPv3: Split Operator

Is there is no yet operator for points deletion from the curve yet?

Iliya Katushenock deleted branch fix_lite_build from mod_moder/blender 2024-10-01 19:27:47 +02:00
Iliya Katushenock closed pull request blender/blender#128326 2024-10-01 19:27:39 +02:00
Fix: Broken lite build in 4.2
Iliya Katushenock commented on issue blender/blender#128299 2024-10-01 19:08:55 +02:00
A large number of fake dependency cylces freeze blender

This is more a feature request, it's just not the best design to add Disable Warnings in general just to consider this as actual bug that there is no such feature.

Iliya Katushenock closed issue blender/blender#128415 2024-10-01 19:03:42 +02:00
Geometry Nodes: Realize Instances operator not working properly with geometry nodes instancing