Iliya Katushenock mod_moder
  • Russian
  • Just student

  • Joined on 2019-01-20
Iliya Katushenock commented on issue blender/blender#109583 2023-07-01 18:59:47 +02:00
Regression: Crash on COW delete of shared custom data

So far, I can see that this can be simplified down to an object with time dependent geometry and a bunch of attached hair objects. And also a lot of layers of custom data. But still can't…

Iliya Katushenock closed issue blender/blender#109591 2023-07-01 18:06:40 +02:00
Crash when enabling wireframe shading caused by Shape Keys
Iliya Katushenock commented on issue blender/blender#109591 2023-07-01 18:06:38 +02:00
Crash when enabling wireframe shading caused by Shape Keys

Hi, thanks for report. Based on bisect, this is the same as blender/blender#109432. So i close this as duplicate. Feel free to reopen this after fix, if bug…

Iliya Katushenock opened issue blender/blender#109590 2023-07-01 17:19:25 +02:00
Outliner: Assert in outliner_collect_objects_to_delete
Iliya Katushenock opened issue blender/blender#109588 2023-07-01 17:09:31 +02:00
Assert: lib_link_all(), at 'fd->flags & FD_FLAGS_IS_MEMFILE'
Iliya Katushenock opened issue blender/blender#109587 2023-07-01 16:53:10 +02:00
Dependency Graph: Assert for DEG_get_evaluated_scene
Iliya Katushenock opened issue blender/blender#109586 2023-07-01 16:42:59 +02:00
Geometry Nodes: Simulation Cache disable cause asserting on Jump to First frame for geometry depend on time
Iliya Katushenock commented on issue blender/blender#109583 2023-07-01 14:52:58 +02:00
Regression: Crash on COW delete of shared custom data

Potentially caused by: 7eee378eccc8f87e1330 or by baf68922700c7bb7d34a1329a5dd54072356faa2

Search problem: This is not a regression. Previously, this was a very long memory leak. But now it's a…

Iliya Katushenock closed issue blender/blender#109581 2023-07-01 14:04:01 +02:00
3d Viewport not updating unless restarting to factory settings
Iliya Katushenock commented on issue blender/blender#109581 2023-07-01 14:03:59 +02:00
3d Viewport not updating unless restarting to factory settings

You have a simulation already baked, return the timeline to the start frame, and everything will work. This is not a bug, so I'll close this report.

Iliya Katushenock closed issue blender/blender#109582 2023-07-01 14:02:04 +02:00
Rauch animation
Iliya Katushenock commented on issue blender/blender#109582 2023-07-01 14:02:01 +02:00
Rauch animation

This report does not contain all the requested information, which is required for us to investigate the issue.

Please submit a new report and carefully follow the instructions. Be sure to…

Iliya Katushenock commented on issue blender/blender#109577 2023-07-01 13:00:50 +02:00
Regression: Wireframe overlay on mesh Merge by Distance omits some edges

I suspect it is caused by 1380ee74ffa73745d8e71a55d6a936b9c9abc792 @mano-wii /

Iliya Katushenock commented on issue blender/blender#109577 2023-07-01 12:55:36 +02:00
Regression: Wireframe overlay on mesh Merge by Distance omits some edges

The problem can be reproduced with an array of cubes. The only problem is that they have contiguous polygons. I see that this is a regression, thanks for the report!

Iliya Katushenock closed issue blender/blender#109575 2023-07-01 02:28:12 +02:00
Error when clicking "New" in a geometry nodes modifier on a Curve object
Iliya Katushenock commented on issue blender/blender#109575 2023-07-01 02:28:09 +02:00
Error when clicking "New" in a geometry nodes modifier on a Curve object

I can confirm, however this issue has been reported before, see #109547. Will merge reports. Please subscribe in #109547 if you want to see further updates

Iliya Katushenock commented on issue blender/blender#106760 2023-07-01 01:57:35 +02:00
OSL CheckBox socket not working in NodeGroup

@WinNder This is just undefined behavior due to cpu can read 4 byte of float as boolean / 1 byte of boolean as float. But this is not expected. And this shouldn't work to make blender more fase i…