Iliya Katushenock mod_moder
  • Russian
  • Just student

  • Joined on 2019-01-20
Iliya Katushenock commented on pull request blender/blender#128890 2024-10-15 21:16:40 +02:00
Fix #128887: LineArt: Prevent iterating over not evaluated objects

Add comment about its data type somethere/

Iliya Katushenock commented on pull request blender/blender#128890 2024-10-15 21:16:39 +02:00
Fix #128887: LineArt: Prevent iterating over not evaluated objects

Can be const Object *.

Iliya Katushenock commented on pull request blender/blender#128638 2024-10-15 18:48:12 +02:00
Curves: Convert types when transforming

There is no reason to put this into separate scope, the IndexMask only is reference container (still large to be accidentally copied). Memory usage is liner and only depend on the IndexMaskMemory.

Iliya Katushenock commented on pull request blender/blender#128638 2024-10-15 18:42:32 +02:00
Curves: Convert types when transforming

I think this is important to process all points via index mask at once instead of relying on the curves, like issue with its fragmentation in #128325. Its also much simpler if case you just see…

Iliya Katushenock commented on pull request blender/blender#129026 2024-10-15 18:34:31 +02:00
WIP: UI: Node Editor Color Drag & Drop Support

You can do liternal the same thing by dragging the socket shape, and this works for all data types. But would be good to support this for properties outside of the node editor

Iliya Katushenock commented on pull request blender/blender#129021 2024-10-14 20:25:31 +02:00
Fix: Wrong offset in the 'Has Neighbour' output of the 'Index of Nearest' node

Ah, stop. Idea was that for single element here is no neigboard, so you actually should count with starting from 0 rather than 1.

Iliya Katushenock commented on pull request blender/blender#126988 2024-10-14 20:22:22 +02:00
Compositor: Implement Multi-Function Procedure Operation

Not sure about this, but does this mean that lambda is instantiated for single/field of outputs as well as for input? So there is 6 instances instead of just 2\

Iliya Katushenock commented on pull request blender/blender#126988 2024-10-14 19:24:54 +02:00
Compositor: Implement Multi-Function Procedure Operation

Looks like mf::MultiFunction case.. At least, not sure if this is correct / worth it to combine kind simple computation of two values ​​in one callback without explicit output.

Iliya Katushenock approved blender/blender#128998 2024-10-14 17:56:34 +02:00
FIX #128997: Wrong evaluation of outputs in the Index of Nearest node

Didn't check fix this changes looks correct, thanks!

Iliya Katushenock commented on pull request blender/blender#128998 2024-10-14 17:56:33 +02:00
FIX #128997: Wrong evaluation of outputs in the Index of Nearest node

This is correct fix, but should ge in separate PR, also into 4.3/

Iliya Katushenock commented on pull request blender/blender#128955 2024-10-13 18:32:54 +02:00
GPv3: Fix crash when using build modifier with cyclic curves

Create temporal const VArray<bool> cyclic = curves.cyclic(); outside of the lambda.

Iliya Katushenock closed issue blender/blender#128951 2024-10-13 17:27:06 +02:00
Geometry Nodes Menu Invalid Link
Iliya Katushenock commented on issue blender/blender#128951 2024-10-13 17:27:02 +02:00
Geometry Nodes Menu Invalid Link

For help using Blender, please try one of the community websites: https://www.blender.org/community/

If you think you found a bug, please submit a new report and carefully follow the instruction…

Iliya Katushenock pushed to fix_gp_instances_convertion at mod_moder/blender 2024-10-13 15:06:11 +02:00
b7a28da913 ... x2
Iliya Katushenock pushed to fix_gp_instances_convertion at mod_moder/blender 2024-10-13 15:04:16 +02:00
Iliya Katushenock pushed to fix_gp_instances_convertion at mod_moder/blender 2024-10-13 14:58:13 +02:00
7c0ee0af38 Remade things from scratch
e8d1584c4c Checkout to 4.3 from scratch ....
db43883638 Revert everything
Compare 3 commits »