Crash when shading #107604

Open
opened 2023-05-04 08:51:29 +02:00 by Ash-Skabo · 4 comments

System Information
Model: HP Probook x360 435 G7 (independently upgraded SSD and RAM)
Operating system: Windows 11 Pro 22H2 22621.1555
Graphics card: AMD Radeon Graphics (Built-in graphics of AMD Ryzen 5 4500U with Radeon Graphics)

Blender Version
Broken: 3.5.1, branch: blender-v3.5-release, commit date: 2023-04-24 18:11, hash: e1ccd9d4a1d3 and 3.3.1, branch: master, commit date: 2022-10-04 18:35, hash: rBb292cfe5a936 were tested, both had this issue.
Worked: 3.1.2, branch: master, commit date: 2022-03-31 17:40, hash: rBcc66d1020c3b – At the time of issue creation, there are no newer versions that have worked, including the latest build of 3.6.0 Alpha.

Short description of error
Blender freezes for a second or so, and then crashes.

Exact steps for others to reproduce the error
I don't know if it is reproducable, but I have tested multiple conditions under which it crashes. These conditions are accompanied with the crash logs of that test. The problem does not seem to be (V)RAM usage, as the usage remains constant from before Blender is opened to long after.

  • Press F12 to Render Image: Crash Log
  • Select Default Cube, Click on Shading workspace: Crash Log
  • Select Default Cube, Go to Materials tab: Crash Log
  • Change Viewport Shading mode to Material Preview: Crash Log
  • Change Viewport Shading mode to Render Preview: Crash Log
  • DEL to delete Default Cube, SHIFT+A M P to create a Plane, Go into Materials Tab, Create Material: Crash Log
  • Change Render Engine to Cycles, Press F12 to Render Image: No crash
  • Change Render Engine to Cycles, Click on Shading workspace: Crash Log
  • Change Render Engine to Cycles, Go to Materials tab: No crash
  • Change Render Engine to Cycles, Change Viewport Shading mode to Material Preview: Crash Log
  • Change Render Engine to Cycles, Change Viewport Shading mode to Render Preview: No crash
  • Change Render Engine to Cycles, DEL to delete Default Cube, SHIFT+A M P to create a Plane, Go into Materials Tab, Create Material: No crash
  • Change Render Engine to Workbench, Press F12 to Render Image: No crash
  • Change Render Engine to Workbench, Click on Shading workspace: No crash
  • Change Render Engine to Workbench, Go to Materials tab: No crash
  • Change Render Engine to Workbench, Change Viewport Shading mode to Material Preview: No crash
  • Change Render Engine to Workbench, Change Viewport Shading mode to Render Preview: No crash
  • Change Render Engine to Workbench, DEL to delete Default Cube, SHIFT+A M P to create a Plane, Go into Materials Tab, Create Material: No crash
    Thank you for your help.
**System Information** Model: HP Probook x360 435 G7 (independently upgraded SSD and RAM) Operating system: Windows 11 Pro 22H2 22621.1555 Graphics card: AMD Radeon Graphics (Built-in graphics of AMD Ryzen 5 4500U with Radeon Graphics) **Blender Version** Broken: 3.5.1, branch: blender-v3.5-release, commit date: 2023-04-24 18:11, hash: `e1ccd9d4a1d3` and 3.3.1, branch: master, commit date: 2022-10-04 18:35, hash: `rBb292cfe5a936` were tested, both had this issue. Worked: 3.1.2, branch: master, commit date: 2022-03-31 17:40, hash: `rBcc66d1020c3b` – At the time of issue creation, there are no newer versions that have worked, including the latest build of 3.6.0 Alpha. **Short description of error** Blender freezes for a second or so, and then crashes. **Exact steps for others to reproduce the error** I don't know if it *is* reproducable, but I have tested multiple conditions under which it crashes. These conditions are accompanied with the crash logs of that test. The problem does not seem to be (V)RAM usage, as the usage remains constant from before Blender is opened to long after. - Press F12 to Render Image: Crash [Log](https://snippet.host/itihmb) - Select Default Cube, Click on Shading workspace: Crash [Log](https://snippet.host/nxyeck) - Select Default Cube, Go to Materials tab: Crash [Log](https://snippet.host/ixgrhp) - Change Viewport Shading mode to Material Preview: Crash [Log](https://snippet.host/diwmma) - Change Viewport Shading mode to Render Preview: Crash [Log](https://snippet.host/ztajes) - DEL to delete Default Cube, SHIFT+A M P to create a Plane, Go into Materials Tab, Create Material: Crash [Log](https://snippet.host/gcaded) - Change Render Engine to Cycles, Press F12 to Render Image: **No** crash - Change Render Engine to Cycles, Click on Shading workspace: Crash [Log](https://snippet.host/chmkgj) - Change Render Engine to Cycles, Go to Materials tab: **No** crash - Change Render Engine to Cycles, Change Viewport Shading mode to Material Preview: Crash [Log](https://snippet.host/fhfyfo) - Change Render Engine to Cycles, Change Viewport Shading mode to Render Preview: **No** crash - Change Render Engine to Cycles, DEL to delete Default Cube, SHIFT+A M P to create a Plane, Go into Materials Tab, Create Material: **No** crash - Change Render Engine to Workbench, Press F12 to Render Image: **No** crash - Change Render Engine to Workbench, Click on Shading workspace: **No** crash - Change Render Engine to Workbench, Go to Materials tab: **No** crash - Change Render Engine to Workbench, Change Viewport Shading mode to Material Preview: **No** crash - Change Render Engine to Workbench, Change Viewport Shading mode to Render Preview: **No** crash - Change Render Engine to Workbench, DEL to delete Default Cube, SHIFT+A M P to create a Plane, Go into Materials Tab, Create Material: **No** crash Thank you for your help.
Ash-Skabo added the
Priority
Normal
Type
Report
Status
Needs Triage
labels 2023-05-04 08:51:30 +02:00
Member

Looks like it's all from EEVEE_render_cache_init or EEVEE_lookdev_cache_init, crashed with DRW_shgroup_uniform_float_copy and GPU_shader_get_builtin_block. Could be some shader incompatibility, especially you are using integrated graphics. Could you run blender_debug_gpu.cmd then provide relevant logs as indicated here: https://docs.blender.org/manual/en/3.6/troubleshooting/crash.html#windows ? Thanks!

Looks like it's all from `EEVEE_render_cache_init` or `EEVEE_lookdev_cache_init`, crashed with `DRW_shgroup_uniform_float_copy` and `GPU_shader_get_builtin_block`. Could be some shader incompatibility, especially you are using integrated graphics. Could you run `blender_debug_gpu.cmd` then provide relevant logs as indicated here: https://docs.blender.org/manual/en/3.6/troubleshooting/crash.html#windows ? Thanks!
YimingWu added
Module
EEVEE & Viewport
Status
Needs Information from User
and removed
Status
Needs Triage
labels 2023-05-04 09:04:56 +02:00
Author

Could you run blender_debug_gpu.cmd then provide relevant logs as indicated here: https://docs.blender.org/manual/en/3.6/troubleshooting/crash.html#windows ?

Sure! Here's the blender_debug_output.txt and here's the blender_system_info.txt.

Thanks for your help :)

> Could you run `blender_debug_gpu.cmd` then provide relevant logs as indicated here: https://docs.blender.org/manual/en/3.6/troubleshooting/crash.html#windows ? Sure! Here's the [blender_debug_output.txt](https://snippet.host/notkvu) and here's the [blender_system_info.txt](https://snippet.host/pdffmb). Thanks for your help :)
Member

The error seems to be the same as #102546, note that in that thread it was marked as duplicate of #101675, however it's not the same error message as #101675. I think we need to keep this open.

cc @fclem

ERROR (gpu.shader): GPU_material_compile VertShader: 
      | 
    1 | #version 430
      |                   ^
      | '#extension' : extension not supported: GL_AMD_vertex_shader_layer
      | 
      | #version 430
      |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                ^
      | Error: 'closure_eval' : function already has a body 
      | 
      | #version 430
      |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 ^
      | Error: '' : compilation terminated 
      | 
    2 | #extension GL_ARB_texture_gather: enable
      | 
      | Error: compilation errors.  No code generated.

ERROR (gpu.shader): GPU_material_compile FragShader: 
      | 
    1 | #version 430
      |                   ^
      | '#extension' : extension not supported: GL_AMD_vertex_shader_layer
      | 
      | #version 430
      |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     ^
      | Error: 'closure_eval' : function already has a body 
      | 
      | #version 430
      |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      ^
      | Error: '' : compilation terminated 
      | 
    2 | #extension GL_ARB_texture_gather: enable
      | 
      | Error: compilation errors.  No code generated.

ERROR (gpu.shader): GPU_material_compile VertShader: 
      | 
    1 | #version 430
      |                   ^
      | '#extension' : extension not supported: GL_AMD_vertex_shader_layer
      | 
      | #version 430
      |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               ^
      | Error: 'closure_eval' : function already has a body 
      | 
      | #version 430
      |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                ^
      | Error: '' : compilation terminated 
      | 
    2 | #extension GL_ARB_texture_gather: enable
      | 
      | Error: compilation errors.  No code generated.

ERROR (gpu.shader): GPU_material_compile FragShader: 
      | 
    1 | #version 430
      |                   ^
      | '#extension' : extension not supported: GL_AMD_vertex_shader_layer
      | 
      | #version 430
      |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               ^
      | Error: 'closure_eval' : function already has a body 
      | 
      | #version 430
      |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                ^
      | Error: '' : compilation terminated 
      | 
    2 | #extension GL_ARB_texture_gather: enable
      | 
      | Error: compilation errors.  No code generated.
The error seems to be the same as #102546, note that in that thread it was marked as duplicate of #101675, however it's not the same error message as #101675. I think we need to keep this open. cc @fclem ``` ERROR (gpu.shader): GPU_material_compile VertShader: | 1 | #version 430 | ^ | '#extension' : extension not supported: GL_AMD_vertex_shader_layer | | #version 430 | ^ | Error: 'closure_eval' : function already has a body | | #version 430 | ^ | Error: '' : compilation terminated | 2 | #extension GL_ARB_texture_gather: enable | | Error: compilation errors. No code generated. ERROR (gpu.shader): GPU_material_compile FragShader: | 1 | #version 430 | ^ | '#extension' : extension not supported: GL_AMD_vertex_shader_layer | | #version 430 | ^ | Error: 'closure_eval' : function already has a body | | #version 430 | ^ | Error: '' : compilation terminated | 2 | #extension GL_ARB_texture_gather: enable | | Error: compilation errors. No code generated. ERROR (gpu.shader): GPU_material_compile VertShader: | 1 | #version 430 | ^ | '#extension' : extension not supported: GL_AMD_vertex_shader_layer | | #version 430 | ^ | Error: 'closure_eval' : function already has a body | | #version 430 | ^ | Error: '' : compilation terminated | 2 | #extension GL_ARB_texture_gather: enable | | Error: compilation errors. No code generated. ERROR (gpu.shader): GPU_material_compile FragShader: | 1 | #version 430 | ^ | '#extension' : extension not supported: GL_AMD_vertex_shader_layer | | #version 430 | ^ | Error: 'closure_eval' : function already has a body | | #version 430 | ^ | Error: '' : compilation terminated | 2 | #extension GL_ARB_texture_gather: enable | | Error: compilation errors. No code generated. ```
YimingWu added
Status
Needs Info from Developers
and removed
Status
Needs Information from User
labels 2023-05-04 09:34:52 +02:00
Author

In case it helps, here's some more information about my APU's drivers:

Field Value
Driver Version 22.20.16.03-220829a0382887C-HP
AMD Windows Driver Version 27.20.14501.31001
Direct3D API Version 12.1
VulkantM API Version 1.3.217
OpenCL API Version 2.0
OpenGL API Version 4.6
Direct3D Driver Version 9.14.10.01523
Vulkan Driver Version 2.0.233
OpenCL Driver Version 31.0.12016.3004
OpenGL Driver Version 22.08.Beta Release
2D Driver Version 8.1.1.1634
2D Driver File Path /REGlSTRY/MACHlNE/SYSTEM/CurrentControlSet/Control/Class/{4d36e968-e325-11ce-bfc1-08002be10318}/0000
Ul Version 10.22.20070.0
Driver Provider Advanced Micro Devices, Inc.
In case it helps, here's some more information about my APU's drivers: | **Field** | **Value** | |----------|----------:| | Driver Version | 22.20.16.03-220829a0382887C-HP | | AMD Windows Driver Version | 27.20.14501.31001 | | Direct3D API Version | 12.1 | | VulkantM API Version | 1.3.217 | | OpenCL API Version | 2.0 | | OpenGL API Version | 4.6 | | Direct3D Driver Version | 9.14.10.01523 | | Vulkan Driver Version | 2.0.233 | | OpenCL Driver Version | 31.0.12016.3004 | | OpenGL Driver Version | 22.08.Beta Release | | 2D Driver Version | 8.1.1.1634 | | 2D Driver File Path | /REGlSTRY/MACHlNE/SYSTEM/CurrentControlSet/Control/Class/{4d36e968-e325-11ce-bfc1-08002be10318}/0000 | | Ul Version | 10.22.20070.0 | | Driver Provider | Advanced Micro Devices, Inc. |
Sign in to join this conversation.
No Label
Interest
Alembic
Interest
Animation & Rigging
Interest
Asset Browser
Interest
Asset Browser Project Overview
Interest
Audio
Interest
Automated Testing
Interest
Blender Asset Bundle
Interest
BlendFile
Interest
Collada
Interest
Compatibility
Interest
Compositing
Interest
Core
Interest
Cycles
Interest
Dependency Graph
Interest
Development Management
Interest
EEVEE
Interest
EEVEE & Viewport
Interest
Freestyle
Interest
Geometry Nodes
Interest
Grease Pencil
Interest
ID Management
Interest
Images & Movies
Interest
Import Export
Interest
Line Art
Interest
Masking
Interest
Metal
Interest
Modeling
Interest
Modifiers
Interest
Motion Tracking
Interest
Nodes & Physics
Interest
OpenGL
Interest
Overlay
Interest
Overrides
Interest
Performance
Interest
Physics
Interest
Pipeline, Assets & IO
Interest
Platforms, Builds & Tests
Interest
Python API
Interest
Render & Cycles
Interest
Render Pipeline
Interest
Sculpt, Paint & Texture
Interest
Text Editor
Interest
Translations
Interest
Triaging
Interest
Undo
Interest
USD
Interest
User Interface
Interest
UV Editing
Interest
VFX & Video
Interest
Video Sequencer
Interest
Virtual Reality
Interest
Vulkan
Interest
Wayland
Interest
Workbench
Interest: X11
Legacy
Blender 2.8 Project
Legacy
Milestone 1: Basic, Local Asset Browser
Legacy
OpenGL Error
Meta
Good First Issue
Meta
Papercut
Meta
Retrospective
Meta
Security
Module
Animation & Rigging
Module
Core
Module
Development Management
Module
EEVEE & Viewport
Module
Grease Pencil
Module
Modeling
Module
Nodes & Physics
Module
Pipeline, Assets & IO
Module
Platforms, Builds & Tests
Module
Python API
Module
Render & Cycles
Module
Sculpt, Paint & Texture
Module
Triaging
Module
User Interface
Module
VFX & Video
Platform
FreeBSD
Platform
Linux
Platform
macOS
Platform
Windows
Priority
High
Priority
Low
Priority
Normal
Priority
Unbreak Now!
Status
Archived
Status
Confirmed
Status
Duplicate
Status
Needs Info from Developers
Status
Needs Information from User
Status
Needs Triage
Status
Resolved
Type
Bug
Type
Design
Type
Known Issue
Type
Patch
Type
Report
Type
To Do
No Milestone
No project
No Assignees
2 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: blender/blender#107604
No description provided.