Iliya Katushenock mod_moder
  • Russian
  • Just student

  • Joined on 2019-01-20
Iliya Katushenock created pull request blender/blender#109394 2023-06-27 02:50:18 +02:00
WIP: Geometry Nodes: Propagate geometry component limitation on group declaration
Iliya Katushenock created branch group_declaration_geo_sup in mod_moder/blender 2023-06-27 02:48:21 +02:00
Iliya Katushenock pushed to group_declaration_geo_sup at mod_moder/blender 2023-06-27 02:48:21 +02:00
37dc19a95d init
3957a1ad03 Geometry Nodes: Mix Rotations
bef20cd3f1 Curves: Share positions array for single point profile at origin
6bccea2ceb Cleanup: Remove unused variable in a add node search function
49977c3aee Cleanup: Remove unused variable in curve to mesh conversion
Compare 10 commits »
Iliya Katushenock deleted branch slerp from mod_moder/blender 2023-06-27 00:53:25 +02:00
Iliya Katushenock closed issue blender/blender#109392 2023-06-27 00:42:25 +02:00
The number of metaballs suddenly increases more than they should be
Iliya Katushenock commented on issue blender/blender#109392 2023-06-27 00:42:23 +02:00
The number of metaballs suddenly increases more than they should be

Hi, thanks for report, but this is undefined behavior. Here is dependency cycle. You use metaballs as instances of mesh in geometry nodes. And after this, you instaned metaballs on mesh via…

Iliya Katushenock commented on issue blender/blender#109391 2023-06-26 23:14:29 +02:00
program crash with grease pencil

Hi, thanks for report. I can not reproduce this in last 3.6. Can you check if this bug is already fixed in new blender versions for you?

Iliya Katushenock pushed to slerp at mod_moder/blender 2023-06-26 22:35:05 +02:00
09c03cc4db progress
Iliya Katushenock deleted branch tmp_cleanup_del_unused_var from mod_moder/blender 2023-06-26 20:00:10 +02:00
Iliya Katushenock created pull request blender/blender#109385 2023-06-26 19:44:49 +02:00
Cleanup: Delete unused variable in a add node search function
Iliya Katushenock pushed to tmp_cleanup_del_unused_var at mod_moder/blender 2023-06-26 19:43:38 +02:00
52e419291d init
Iliya Katushenock created branch tmp_cleanup_del_unused_var in mod_moder/blender 2023-06-26 19:43:38 +02:00
Iliya Katushenock pushed to slerp at mod_moder/blender 2023-06-26 18:59:10 +02:00
30fd1893b5 progress
Iliya Katushenock pushed to slerp at mod_moder/blender 2023-06-26 18:57:41 +02:00
70096adcee progress
Iliya Katushenock pushed to slerp at mod_moder/blender 2023-06-26 17:24:21 +02:00
66b278199c progress
Iliya Katushenock closed issue blender/blender#107322 2023-06-26 17:16:52 +02:00
AO node causes kernel panic Eevee
Iliya Katushenock commented on issue blender/blender#107322 2023-06-26 17:15:30 +02:00
AO node causes kernel panic Eevee

@AlexMelkin Blender 3.5 is finished, there will be no fixes for it. 3.6 is LTS.

Iliya Katushenock pushed to slerp at mod_moder/blender 2023-06-26 17:11:12 +02:00
7329eed116 progress
bc9f8488b6 Merge branch 'main' into slerp
0f36f44db8 Fix #109295: Adding simulation item inconsistent with group interface
497f9a6941 GPv3: Add operator to reorder the active layer
d392a8f111 Fix (unreported): Memory leak when adding strip in VSE
Compare 286 commits »
Iliya Katushenock commented on pull request blender/blender#109084 2023-06-26 16:10:06 +02:00
Geometry Nodes: Mix Rotations

Yes, as I see it now, supporting some euler interpolation makes little sense if the quaternion is still clipping the rotation.