Iliya Katushenock mod_moder
  • Russian
  • Just student

  • Joined on 2019-01-20
Iliya Katushenock created branch tmp_cleanup_delete_redurend_include in mod_moder/blender 2023-06-22 16:39:13 +02:00
96be1757b2 init
a711c5004c Geometry Nodes: Simplify code in duplicate elements face mode
dddc69d0be GPv3: Add layers RNA
c5fe62ac8e Cleanup: Quiet unused warnings in rna_mesh.cc
d695619a55 Fix file/asset previews showing document icon on initial load
Compare 10 commits »
Iliya Katushenock pushed to cleanup_panels at mod_moder/blender 2023-06-22 16:20:30 +02:00
1cac192f21 progress
Iliya Katushenock closed issue blender/blender#109246 2023-06-22 16:07:26 +02:00
light bug while moving cube in blender
Iliya Katushenock commented on issue blender/blender#109246 2023-06-22 16:07:24 +02:00
light bug while moving cube in blender

Hi, it seems you are running blender on VM which is not supported: https://docs.blender.org/manual/en/latest/troubleshooting/gpu/common/other.html#virtual-machines

Will close this report. Feel…

Iliya Katushenock commented on issue blender/blender#109231 2023-06-22 15:32:08 +02:00
In custom trees socket type in group input nodes is not changing.

Let me rephrase. This is an internal change. Which means that now the operators themselves must change the data of the sockets. And since internal operators do not process data from addons, this…

Iliya Katushenock closed issue blender/blender#109219 2023-06-22 15:28:59 +02:00
Geometry Nodes related memory leak and exception access violation
Iliya Katushenock commented on issue blender/blender#109219 2023-06-22 15:28:55 +02:00
Geometry Nodes related memory leak and exception access violation

I'll close this as precision/supported data size issues are not bugs.

Iliya Katushenock commented on issue blender/blender#109219 2023-06-22 15:27:47 +02:00
Geometry Nodes related memory leak and exception access violation

Geometry nodes is not supporting int64_t right now. So, this just extremely high mesh for geometry nodes right now.

Iliya Katushenock commented on pull request blender/blender#109240 2023-06-22 15:10:53 +02:00
GPv3: Select Alternate
const int half_of_size = points.size() / 2;
const IndexRange selected = points.shift(select_ends ? 0 : 1);
const IndexRange deselected = points.shift(select_ends ? 1 : 0);
for (const
Iliya Katushenock commented on issue blender/blender#109236 2023-06-22 14:39:54 +02:00
Regression: Split Edges node skips loose edges

@emilian Vertices is not connected, there is just 4 connected edges and 3 dangling points.

Iliya Katushenock deleted branch tmp_cleanup_deduplicate from mod_moder/blender 2023-06-22 14:38:07 +02:00
Iliya Katushenock closed pull request blender/blender#109241 2023-06-22 14:38:01 +02:00
Cleanup: Deduplicate code
Iliya Katushenock deleted branch tmp_cleanup_unused_var from mod_moder/blender 2023-06-22 14:37:26 +02:00
Iliya Katushenock created pull request blender/blender#109242 2023-06-22 14:36:06 +02:00
Cleanup: Unused var from recent commit
Iliya Katushenock created pull request blender/blender#109241 2023-06-22 14:35:50 +02:00
Cleanup: Deduplicate code
Iliya Katushenock created branch tmp_cleanup_unused_var in mod_moder/blender 2023-06-22 14:35:10 +02:00
Iliya Katushenock pushed to tmp_cleanup_unused_var at mod_moder/blender 2023-06-22 14:35:10 +02:00
c48a24b6aa init
Iliya Katushenock created branch tmp_cleanup_deduplicate in mod_moder/blender 2023-06-22 14:31:01 +02:00
Iliya Katushenock pushed to tmp_cleanup_deduplicate at mod_moder/blender 2023-06-22 14:31:01 +02:00
f42204334e init
a711c5004c Geometry Nodes: Simplify code in duplicate elements face mode
dddc69d0be GPv3: Add layers RNA
c5fe62ac8e Cleanup: Quiet unused warnings in rna_mesh.cc
d695619a55 Fix file/asset previews showing document icon on initial load
Compare 10 commits »