Iliya Katushenock mod_moder
  • Russian
  • Just student

  • Joined on 2019-01-20
Iliya Katushenock commented on issue blender/blender#109765 2023-07-06 09:44:21 +02:00
Dissolve Edges should not dissolve vertices that are not previously selected

This is expected behavior and there is a separate setting for what you want: image Thanks for the report, but the issue reported here is a…

Iliya Katushenock commented on pull request blender/blender#109603 2023-07-06 02:36:08 +02:00
Fix #109770: WM: Memory leak of timers for file browser report

You are definitely missing steps to create this, as this does not include anything that would cause WM_report_banner_show to be called.

To me, commenting wm_file_read_report' call resolve…

Iliya Katushenock commented on issue blender/blender#109731 2023-07-06 01:58:36 +02:00
Realized instances render considerably faster in Solid View

Can't check, not enough RAM.

Iliya Katushenock closed issue blender/blender#109747 2023-07-06 01:55:51 +02:00
Regression: Mirror Modifier destroys custom normals
Iliya Katushenock commented on issue blender/blender#109747 2023-07-06 01:55:49 +02:00
Regression: Mirror Modifier destroys custom normals

Hi, it seems this has already been fixed in newer versions. I couldn't find the report, but this can most likely be closed as a duplicate of the solved report.

Iliya Katushenock created pull request blender/blender#109764 2023-07-06 00:46:07 +02:00
Geometry Nodes: Blur node speed up
Iliya Katushenock pushed to tmp_cleanup_blur_tp_map at mod_moder/blender 2023-07-06 00:44:12 +02:00
0a08e714ab init
2b4666b17b Geometry Nodes: Fill new quad poly offsets in parallel
4c6653274c Fix full frame compositor crash when Image node can't load image
a280e8a68c Fix #107416: Check length of Property Collection before type
0b7d8a20bf Cleanup: Move many editors files to C++
Compare 10 commits »
Iliya Katushenock created branch tmp_cleanup_blur_tp_map in mod_moder/blender 2023-07-06 00:44:12 +02:00
Iliya Katushenock commented on issue blender/blender#109359 2023-07-05 17:20:28 +02:00
GN Math Compare node in Less Than mode evaluates to true even though the value is equal

For me, the problem here is that they are expected to be equal. But this is not so, due to inaccuracies. Just shifting the border to the left by the size of the epsilon will just make the…

Iliya Katushenock commented on issue blender/blender#109359 2023-07-05 16:43:14 +02:00
GN Math Compare node in Less Than mode evaluates to true even though the value is equal

Well... that's still less than what you need, right? You can just subtract the epsilon...

Iliya Katushenock closed issue blender/blender#109359 2023-07-05 16:28:13 +02:00
GN Math Compare node in Less Than mode evaluates to true even though the value is equal
Iliya Katushenock commented on issue blender/blender#109359 2023-07-05 16:28:11 +02:00
GN Math Compare node in Less Than mode evaluates to true even though the value is equal

Thanks for report, but this not real bug. The problem described here is related to the accuracy of the float. image

Iliya Katushenock commented on pull request blender/blender#109733 2023-07-05 15:51:43 +02:00
GPv3: Add access functions for opacity and radius attributes

Make (domain_num, domain_custom_data, domain_custom_data) functions through a switch. Should return 0 for an unsupported domains. Now it will be the size of the curves, which is not always…

Iliya Katushenock commented on issue blender/blender#109713 2023-07-05 01:52:32 +02:00
Regression: It is not possible to edit all objects with linked data at the same time

I can understand the explanation from the commit. But it would be nice if it was somewhere in the release notes/ (because they wrote to me about it, but I did not find information about it and…

Iliya Katushenock deleted branch axis_angle_interpolate from mod_moder/blender 2023-07-05 00:25:25 +02:00
Iliya Katushenock closed pull request blender/blender#109106 2023-07-05 00:25:19 +02:00
Math: Axis Angle interpolation
Iliya Katushenock deleted branch tmp_test_mask_iterator from mod_moder/blender 2023-07-05 00:24:54 +02:00
Iliya Katushenock closed pull request blender/blender#109537 2023-07-05 00:24:29 +02:00
Experiment: Regular iterator for new index mask
Iliya Katushenock commented on pull request blender/blender#109603 2023-07-05 00:08:44 +02:00
Fix #109770: WM: Memory leak of timers for file browser report

is owned by a wmWindowManager

Okay, that simplifies things then. I've updated the fix to be much more correct.

Iliya Katushenock pushed to tmp_fix_mem_leak at mod_moder/blender 2023-07-05 00:08:09 +02:00
7f51735ff7 progress
54c1d70739 Merge branch 'main' into tmp_fix_mem_leak
44ee5b38ac GPv3: Add operator to insert blank frames
39b3a95efb CMake: Enable CMAKE_OPTIMIZE_DEPENDENCIES by default
b441a28ea0 Cleanup: Remove unused z_buffer from render result and view
Compare 110 commits »