Block a user
Iliya Katushenock
created branch tmp_cleanup_delete_redurend_include in mod_moder/blender
2023-06-22 16:39:13 +02:00
Iliya Katushenock
pushed to tmp_cleanup_delete_redurend_include at 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
light bug while moving cube in blender
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…
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…
Geometry Nodes related memory leak and exception access violation
Geometry Nodes related memory leak and exception access violation
I'll close this as precision/supported data size issues are not bugs.
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.
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…
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
Cleanup: Deduplicate code
Iliya Katushenock
deleted branch tmp_cleanup_unused_var from mod_moder/blender
2023-06-22 14:37:26 +02:00
Cleanup: Unused var from recent commit
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
created branch tmp_cleanup_deduplicate in 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