Iliya Katushenock mod_moder
  • Russian
  • Just student

  • Joined on 2019-01-20
Iliya Katushenock pushed to make_zone_transparent at mod_moder/blender 2023-08-01 17:52:25 +02:00
498ce6cdbf progress
Iliya Katushenock created branch make_zone_transparent in mod_moder/blender 2023-08-01 17:37:49 +02:00
Iliya Katushenock pushed to make_zone_transparent at mod_moder/blender 2023-08-01 17:37:49 +02:00
b8ae78fd2e init
Iliya Katushenock created pull request blender/blender#110693 2023-08-01 17:04:21 +02:00
Cleanup: Splitting a nodes drawing to a different layers
Iliya Katushenock created branch cleanup_split_node_drawing in mod_moder/blender 2023-08-01 16:58:29 +02:00
Iliya Katushenock pushed to cleanup_split_node_drawing at mod_moder/blender 2023-08-01 16:58:29 +02:00
fba0011e64 init
Iliya Katushenock commented on issue blender/blender#110651 2023-08-01 16:01:20 +02:00
Refresh shader node previews per updated nodes

It seems to be logical to first study the implementation of main updating node trees in their current form and build from there.

Iliya Katushenock commented on pull request blender/blender#110686 2023-08-01 14:47:43 +02:00
Nodes: use auto registration for nodes

A very useful thing! It also seems to make sense to consider using user-defined attributes ([AutoLinking(node_geometry_register)]) as a way to label this kind of functionality. Then it would be…

Iliya Katushenock commented on pull request blender/blender#110679 2023-08-01 14:02:48 +02:00
GPv3: Add remove_frame function to layers

Oh yeah, I see you didn't do it all with indexes and ranges...

Iliya Katushenock created pull request blender/blender#110683 2023-08-01 13:40:45 +02:00
Fix #110666: Copy build-in attributes from old curves for masked curves type conversion
Iliya Katushenock created branch tmp_fix_copy_old_curves_data_on_convert in mod_moder/blender 2023-08-01 13:33:21 +02:00
Iliya Katushenock commented on pull request blender/blender#110679 2023-08-01 13:11:10 +02:00
GPv3: Add remove_frame function to layers

I mean, why are there pointer iterators at all?

Iliya Katushenock commented on pull request blender/blender#110679 2023-08-01 12:55:33 +02:00
GPv3: Add remove_frame function to layers

Why this is not a IndexMask, IndexRange, Span<int>, ... ?

Iliya Katushenock commented on pull request blender/blender#109610 2023-08-01 12:24:57 +02:00
Geometry Nodes: Points to Curves node

Yes, still undecided on the names. In the end, it seems that the weight is more appropriate here.

Iliya Katushenock commented on issue blender/blender#110647 2023-08-01 02:39:49 +02:00
Crash during open of 3.4 open movie project

@mano-wii This look like duplicate of #110485. Bug in specific case branch. Other bug, in edge split node, can cause execution in wrong code branch. Based on your stack, i see this bug in mesh to…

Iliya Katushenock created pull request blender/blender#110663 2023-08-01 01:38:46 +02:00
WIP: Refactoring: Unification of transformations
Iliya Katushenock created branch refactoring_unifie_transformation in mod_moder/blender 2023-08-01 01:37:35 +02:00
055249c531 init
61ee554e3f Fix #110333: Sound strip length not correct when opening old file
76817e5951 Fix #110205: Separate images not working correctly.
d7281b142d Cleanup: Add missing struct to some definitions in liboverride BKE header.
c126708d69 Fix #110001: Edit mesh overlay text uses final positions instead of cage
Compare 10 commits »
Iliya Katushenock commented on issue blender/blender#103457 2023-07-31 22:59:45 +02:00
Attribute Map node

Low priority task now..