Iliya Katushenock mod_moder
  • Russian
  • Just student

  • Joined on 2019-01-20
Iliya Katushenock pushed to fix_string_attribute_processing at mod_moder/blender 2024-11-05 21:09:22 +01:00
0edeed1bf3 init
Iliya Katushenock created branch fix_string_attribute_processing in mod_moder/blender 2024-11-05 21:09:22 +01:00
Iliya Katushenock commented on pull request blender/blender#129835 2024-11-05 20:44:13 +01:00
Fix: VSE: use after free in for loop

Made another version: #129880\

Iliya Katushenock created pull request blender/blender#129880 2024-11-05 20:43:46 +01:00
Cleanup: BLI: Delete r-value iterator from Map
Iliya Katushenock pushed to fix_map_r_value_iterator at mod_moder/blender 2024-11-05 20:40:45 +01:00
d2ccf8eaee init
c2e3c87201 Merge branch 'blender-v4.3-release'
5afee98ad9 Fix: Unsaved changes label not showing up for essentials brushes
351575bc83 Fix: EEVEE: Depth of Field regression
8c0bd61342 Merge branch 'blender-v4.3-release'
Compare 10 commits »
Iliya Katushenock created branch fix_map_r_value_iterator in mod_moder/blender 2024-11-05 20:40:45 +01:00
Iliya Katushenock deleted branch fix_gp_instances_convertion from mod_moder/blender 2024-11-05 19:42:41 +01:00
Iliya Katushenock commented on pull request blender/blender#129824 2024-11-05 18:35:14 +01:00
WIP: Geometry Nodes: Space Field node

btw noob question - i'm seeing that you used power = 3 what is this supposed to mean? like a 3d pythagorean theorem for distance or some inverse gravity thing ??

For me that looks like way to…

Iliya Katushenock created pull request blender/blender#129824 2024-11-04 22:21:00 +01:00
WIP: Geometry Nodes: Space Field node
Iliya Katushenock pushed to dissolve_boundary_verts at mod_moder/blender 2024-11-04 22:17:20 +01:00
86f7ca86e7 update to main
b0fa9681b0 Merge branch 'main' into dissolve_boundary_verts
888ae45dfa Cleanup: Remove unused grease pencil legacy draw cache
a64a2fe3ff Merge branch 'blender-v4.3-release'
af58c223a4 Fix #129598: Resample curves node missing type alignment handling
Compare 2643 commits »
Iliya Katushenock pushed to sample_field_node at mod_moder/blender 2024-11-04 21:23:46 +01:00
4f8144be8b Cleanup
668cdd1a94 Speedup of sampling
2d92dda28b Some speedup of sampling
Compare 3 commits »
Iliya Katushenock commented on pull request blender/blender#129751 2024-11-04 18:05:22 +01:00
WIP: Core: support buffers larger than 2GB in .blend files

Yeah this is out of the PR scope IMO, this is even not new line of code (okay if moved or copied, but not such case)\

Iliya Katushenock commented on pull request blender/blender#127299 2024-11-04 18:01:46 +01:00
Fix: Geometry Nodes: crash when converting layers to instances

Not my TODO, this is one of the reason why i statr refactor of the Instance on Points node and fond that bug what for this PR is.

Iliya Katushenock commented on pull request blender/blender#129402 2024-11-04 16:46:08 +01:00
NPR: Light Loop Zones

You can pass something into zone in that way, you output of the zone always have to be though the output node.

Iliya Katushenock commented on pull request blender/blender#129402 2024-11-04 16:33:49 +01:00
NPR: Light Loop Zones

It also supports "incomplete" zones (ie. only the zone begin or end node is connected to the tree output) since I saw geometry nodes supported those, but in the case of shader code generation it…

Iliya Katushenock commented on pull request blender/blender#129402 2024-11-04 16:12:23 +01:00
NPR: Light Loop Zones

Just in case, you tried this in debug build and there is no error messages in the terminal?

Iliya Katushenock pushed to sample_field_node at mod_moder/blender 2024-11-04 15:11:43 +01:00
9584a3a7d6 Merge branch 'main' into sample_field_node
888ae45dfa Cleanup: Remove unused grease pencil legacy draw cache
a64a2fe3ff Merge branch 'blender-v4.3-release'
af58c223a4 Fix #129598: Resample curves node missing type alignment handling
57a7a940e1 Merge branch 'blender-v4.3-release'
Compare 25 commits »
Iliya Katushenock pushed to fix_gp_instances_convertion at mod_moder/blender 2024-11-04 14:05:51 +01:00
e4ebf12818 Merge branch 'blender-v4.3-release' into fix_gp_instances_convertion
450aad7489 Cleanup: Fix Erase Displacement typos
140c0f1db9 Fix #129066: ParticleSettings.material_slot wrong from python
187938465e create_release_notes: include 4.2 LTS gitea issue
7e720a8dd6 Fix #127195: Changing curve mean weight/radius/tilt changes handle type
Compare 82 commits »
Iliya Katushenock pushed to sample_field_node at mod_moder/blender 2024-11-04 14:01:43 +01:00
87bf280c77 Start of stackless traversal
Iliya Katushenock commented on pull request blender/blender#129788 2024-11-04 12:08:32 +01:00
Nodes: Add "Power" and "Sign" operations to Vector Math Node

I'm okay with pow but not sure about sign\