A problem with armatures in Blender #53353

Closed
opened 2017-11-20 03:05:49 +01:00 by Edwin Andres Martinez Suarez · 16 comments

Computer: MSI K9N6PGM2-V with AMD Athlon simple-core processor
RAM: 2GB
OS: Debian 9 with 9wm interface
Graphics: NVIDIA GForce
Blender version: 2.78

Good evening,
I have a problem with the blender version (2.78).

I was editing the armatures for the character, but unexpected, when i was selecting a bone from the armature, Blender crashes!, and leaves an unexpected error code:

bpy.ops.object.editmode_toggle() # Operator
bpy.ops.armature.select_all(action='DESELECT') # Operator

backtrace

blender(BLI_system_backtrace+0x30) [0x55b10c15fec0]
blender(+0x1023101) [0x55b10b708101]
/lib/x86_64-linux-gnu/libc.so.6(+0x33030) [0x7f17f159e030]
/usr/lib/x86_64-linux-gnu/dri/nouveau_dri.so(+0x47334d) [0x7f17bd6f934d]
/usr/lib/x86_64-linux-gnu/dri/nouveau_dri.so(+0x480a03) [0x7f17bd706a03]
/usr/lib/x86_64-linux-gnu/dri/nouveau_dri.so(+0x480add) [0x7f17bd706add]
/usr/lib/x86_64-linux-gnu/dri/nouveau_dri.so(+0x1dd004) [0x7f17bd463004]
/usr/lib/x86_64-linux-gnu/dri/nouveau_dri.so(+0x1dd250) [0x7f17bd463250]
/usr/lib/x86_64-linux-gnu/dri/nouveau_dri.so(+0x143bbd) [0x7f17bd3c9bbd]
/usr/lib/x86_64-linux-gnu/dri/nouveau_dri.so(+0x1446af) [0x7f17bd3ca6af]
blender(GPU_select_end+0x76) [0x55b10bd36fb6]
blender(view3d_opengl_select+0x110) [0x55b10b8039a0]
blender(+0x12e07c6) [0x55b10b9c57c6]
blender(ED_armature_select_pick+0xab) [0x55b10b9c618b]
blender(+0x11184ce) [0x55b10b7fd4ce]
blender(+0x102af12) [0x55b10b70ff12]
blender(WM_operator_call_py+0x5a) [0x55b10b71082a]
blender(+0x1450803) [0x55b10bb35803]
/usr/lib/x86_64-linux-gnu/libpython3.5m.so.1.0(PyCFunction_Call+0xc9) [0x7f17fa4c9259]
/usr/lib/x86_64-linux-gnu/libpython3.5m.so.1.0(PyEval_EvalFrameEx+0x8039) [0x7f17fa5fa6a9]
/usr/lib/x86_64-linux-gnu/libpython3.5m.so.1.0(+0x263f94) [0x7f17fa6bbf94]
/usr/lib/x86_64-linux-gnu/libpython3.5m.so.1.0(PyEval_EvalCodeEx+0x23) [0x7f17fa6bc073]
/usr/lib/x86_64-linux-gnu/libpython3.5m.so.1.0(+0xf7665) [0x7f17fa54f665]
/usr/lib/x86_64-linux-gnu/libpython3.5m.so.1.0(PyObject_Call+0x47) [0x7f17fa62b9a7]
/usr/lib/x86_64-linux-gnu/libpython3.5m.so.1.0(+0x21f8cc) [0x7f17fa6778cc]
/usr/lib/x86_64-linux-gnu/libpython3.5m.so.1.0(PyObject_Call+0x47) [0x7f17fa62b9a7]
/usr/lib/x86_64-linux-gnu/libpython3.5m.so.1.0(+0x8c57d) [0x7f17fa4e457d]
/usr/lib/x86_64-linux-gnu/libpython3.5m.so.1.0(PyObject_Call+0x47) [0x7f17fa62b9a7]
/usr/lib/x86_64-linux-gnu/libpython3.5m.so.1.0(PyEval_EvalFrameEx+0x3bed) [0x7f17fa5f625d]
/usr/lib/x86_64-linux-gnu/libpython3.5m.so.1.0(+0x263f94) [0x7f17fa6bbf94]
/usr/lib/x86_64-linux-gnu/libpython3.5m.so.1.0(PyEval_EvalCodeEx+0x23) [0x7f17fa6bc073]
/usr/lib/x86_64-linux-gnu/libpython3.5m.so.1.0(+0xf7568) [0x7f17fa54f568]
/usr/lib/x86_64-linux-gnu/libpython3.5m.so.1.0(PyObject_Call+0x47) [0x7f17fa62b9a7]
blender(+0x1445afe) [0x55b10bb2aafe]
blender(+0x19f0cfc) [0x55b10c0d5cfc]
blender(+0x102ae0f) [0x55b10b70fe0f]
blender(+0x102c35d) [0x55b10b71135d]
blender(+0x102c79f) [0x55b10b71179f]
blender(+0x102cdb6) [0x55b10b711db6]
blender(wm_event_do_handlers+0x3c5) [0x55b10b712195]
blender(WM_main+0x18) [0x55b10b708ea8]
blender(main+0x37e) [0x55b10b6c600e]
/lib/x86_64-linux-gnu/libc.so.6(__libc_start_main+0xf1) [0x7f17f158b2b1]
blender(_start+0x2a) [0x55b10b704d7a]
Captura de pantalla_2017-11-19_21-04-43.png

I need to resolve this, because I want to return to create armatures in blender

Thanks

Edwin Andres Martinez Suarez


foreach ($list as $item) {

work_miracles($item);

}

Computer: MSI K9N6PGM2-V with AMD Athlon simple-core processor RAM: 2GB OS: Debian 9 with 9wm interface Graphics: NVIDIA GForce Blender version: 2.78 Good evening, I have a problem with the blender version (2.78). I was editing the armatures for the character, but unexpected, when i was selecting a bone from the armature, Blender crashes!, and leaves an unexpected error code: bpy.ops.object.editmode_toggle() # Operator bpy.ops.armature.select_all(action='DESELECT') # Operator # backtrace blender(BLI_system_backtrace+0x30) [0x55b10c15fec0] blender(+0x1023101) [0x55b10b708101] /lib/x86_64-linux-gnu/libc.so.6(+0x33030) [0x7f17f159e030] /usr/lib/x86_64-linux-gnu/dri/nouveau_dri.so(+0x47334d) [0x7f17bd6f934d] /usr/lib/x86_64-linux-gnu/dri/nouveau_dri.so(+0x480a03) [0x7f17bd706a03] /usr/lib/x86_64-linux-gnu/dri/nouveau_dri.so(+0x480add) [0x7f17bd706add] /usr/lib/x86_64-linux-gnu/dri/nouveau_dri.so(+0x1dd004) [0x7f17bd463004] /usr/lib/x86_64-linux-gnu/dri/nouveau_dri.so(+0x1dd250) [0x7f17bd463250] /usr/lib/x86_64-linux-gnu/dri/nouveau_dri.so(+0x143bbd) [0x7f17bd3c9bbd] /usr/lib/x86_64-linux-gnu/dri/nouveau_dri.so(+0x1446af) [0x7f17bd3ca6af] blender(GPU_select_end+0x76) [0x55b10bd36fb6] blender(view3d_opengl_select+0x110) [0x55b10b8039a0] blender(+0x12e07c6) [0x55b10b9c57c6] blender(ED_armature_select_pick+0xab) [0x55b10b9c618b] blender(+0x11184ce) [0x55b10b7fd4ce] blender(+0x102af12) [0x55b10b70ff12] blender(WM_operator_call_py+0x5a) [0x55b10b71082a] blender(+0x1450803) [0x55b10bb35803] /usr/lib/x86_64-linux-gnu/libpython3.5m.so.1.0(PyCFunction_Call+0xc9) [0x7f17fa4c9259] /usr/lib/x86_64-linux-gnu/libpython3.5m.so.1.0(PyEval_EvalFrameEx+0x8039) [0x7f17fa5fa6a9] /usr/lib/x86_64-linux-gnu/libpython3.5m.so.1.0(+0x263f94) [0x7f17fa6bbf94] /usr/lib/x86_64-linux-gnu/libpython3.5m.so.1.0(PyEval_EvalCodeEx+0x23) [0x7f17fa6bc073] /usr/lib/x86_64-linux-gnu/libpython3.5m.so.1.0(+0xf7665) [0x7f17fa54f665] /usr/lib/x86_64-linux-gnu/libpython3.5m.so.1.0(PyObject_Call+0x47) [0x7f17fa62b9a7] /usr/lib/x86_64-linux-gnu/libpython3.5m.so.1.0(+0x21f8cc) [0x7f17fa6778cc] /usr/lib/x86_64-linux-gnu/libpython3.5m.so.1.0(PyObject_Call+0x47) [0x7f17fa62b9a7] /usr/lib/x86_64-linux-gnu/libpython3.5m.so.1.0(+0x8c57d) [0x7f17fa4e457d] /usr/lib/x86_64-linux-gnu/libpython3.5m.so.1.0(PyObject_Call+0x47) [0x7f17fa62b9a7] /usr/lib/x86_64-linux-gnu/libpython3.5m.so.1.0(PyEval_EvalFrameEx+0x3bed) [0x7f17fa5f625d] /usr/lib/x86_64-linux-gnu/libpython3.5m.so.1.0(+0x263f94) [0x7f17fa6bbf94] /usr/lib/x86_64-linux-gnu/libpython3.5m.so.1.0(PyEval_EvalCodeEx+0x23) [0x7f17fa6bc073] /usr/lib/x86_64-linux-gnu/libpython3.5m.so.1.0(+0xf7568) [0x7f17fa54f568] /usr/lib/x86_64-linux-gnu/libpython3.5m.so.1.0(PyObject_Call+0x47) [0x7f17fa62b9a7] blender(+0x1445afe) [0x55b10bb2aafe] blender(+0x19f0cfc) [0x55b10c0d5cfc] blender(+0x102ae0f) [0x55b10b70fe0f] blender(+0x102c35d) [0x55b10b71135d] blender(+0x102c79f) [0x55b10b71179f] blender(+0x102cdb6) [0x55b10b711db6] blender(wm_event_do_handlers+0x3c5) [0x55b10b712195] blender(WM_main+0x18) [0x55b10b708ea8] blender(main+0x37e) [0x55b10b6c600e] /lib/x86_64-linux-gnu/libc.so.6(__libc_start_main+0xf1) [0x7f17f158b2b1] blender(_start+0x2a) [0x55b10b704d7a] ![Captura de pantalla_2017-11-19_21-04-43.png](https://archive.blender.org/developer/F1161680/Captura_de_pantalla_2017-11-19_21-04-43.png) I need to resolve this, because I want to return to create armatures in blender Thanks Edwin Andres Martinez Suarez ``` ``` foreach ($list as $item) { ``` work_miracles($item); ``` } ``` ```

Changed status to: 'Open'

Changed status to: 'Open'

#53395 was marked as duplicate of this issue

#53395 was marked as duplicate of this issue

Added subscriber: @edwartinez

Added subscriber: @edwartinez
Member

Added subscriber: @JulienDuroure

Added subscriber: @JulienDuroure
Member

Please follow our submission template and guidelines and make a complete, valid bug report, with required info, precise description of the issue, precise steps to reproduce it, small and simple .blend and/or other files to do so if needed, etc.

A guideline for making a good bug report can be found here: https://wiki.blender.org/index.php/Dev:Doc/Process/Bug_Reports

Marking as "Incomplete" until the requested information/data is provided.

Please provide a .blend file, your system.info file. Please test with our latest stable release 2.79, and be sure that your video drivers are up to date.

Please follow our submission template and guidelines and make a complete, valid bug report, with required info, precise description of the issue, precise steps to reproduce it, small and simple .blend and/or other files to do so if needed, etc. A guideline for making a good bug report can be found here: https://wiki.blender.org/index.php/Dev:Doc/Process/Bug_Reports Marking as "Incomplete" until the requested information/data is provided. Please provide a .blend file, your system.info file. Please test with our latest stable release 2.79, and be sure that your video drivers are up to date.
Member

Added subscriber: @JoshuaLeung

Added subscriber: @JoshuaLeung
Member

In the User Prefs -> System tab, try changing the "Selection" field to "OpenGL Occlusion Queries" instead.

In the User Prefs -> System tab, try changing the "Selection" field to "OpenGL Occlusion Queries" instead.

Ok, I update the Blender program to the latest version 2.79, and now I create this report for resolve this problem and more:Intro 2.blend1

Intro 2.blend

Blender 2.79 (sub 0), Commit date: 2017-09-11 10:43, Hash 5bd8ac9abf

bpy.ops.object.editmode_toggle() # Operator

backtrace

/home/tag1/Desktop/blender-2.79-linux-glibc219-x86_64/blender-2.79-linux-glibc219-x86_64/blender(BLI_system_backtrace+0x20) [0x1a6c8e0]
/home/tag1/Desktop/blender-2.79-linux-glibc219-x86_64/blender-2.79-linux-glibc219-x86_64/blender() [0x107a525]
/lib/x86_64-linux-gnu/libc.so.6(+0x33030) [0x7f1fa2575030]
/usr/lib/x86_64-linux-gnu/dri/nouveau_dri.so(+0x47334d) [0x7f1f866f834d]
/usr/lib/x86_64-linux-gnu/dri/nouveau_dri.so(+0x480a03) [0x7f1f86705a03]
/usr/lib/x86_64-linux-gnu/dri/nouveau_dri.so(+0x480add) [0x7f1f86705add]
/usr/lib/x86_64-linux-gnu/dri/nouveau_dri.so(+0x1dd004) [0x7f1f86462004]
/usr/lib/x86_64-linux-gnu/dri/nouveau_dri.so(+0x1dd250) [0x7f1f86462250]
/usr/lib/x86_64-linux-gnu/dri/nouveau_dri.so(+0x143bbd) [0x7f1f863c8bbd]
/usr/lib/x86_64-linux-gnu/dri/nouveau_dri.so(+0x1446af) [0x7f1f863c96af]
/home/tag1/Desktop/blender-2.79-linux-glibc219-x86_64/blender-2.79-linux-glibc219-x86_64/blender(gpu_select_query_end+0x7f) [0x16b1f6f]
/home/tag1/Desktop/blender-2.79-linux-glibc219-x86_64/blender-2.79-linux-glibc219-x86_64/blender(GPU_select_end+0x2d) [0x16b0e2d]
/home/tag1/Desktop/blender-2.79-linux-glibc219-x86_64/blender-2.79-linux-glibc219-x86_64/blender(view3d_opengl_select+0x193) [0x1173aa3]
/home/tag1/Desktop/blender-2.79-linux-glibc219-x86_64/blender-2.79-linux-glibc219-x86_64/blender() [0x116a631]
/home/tag1/Desktop/blender-2.79-linux-glibc219-x86_64/blender-2.79-linux-glibc219-x86_64/blender() [0x116c9e3]
/home/tag1/Desktop/blender-2.79-linux-glibc219-x86_64/blender-2.79-linux-glibc219-x86_64/blender(WM_border_select_modal+0x1d1) [0x10964f1]
/home/tag1/Desktop/blender-2.79-linux-glibc219-x86_64/blender-2.79-linux-glibc219-x86_64/blender() [0x10831b2]
/home/tag1/Desktop/blender-2.79-linux-glibc219-x86_64/blender-2.79-linux-glibc219-x86_64/blender() [0x1083b65]
/home/tag1/Desktop/blender-2.79-linux-glibc219-x86_64/blender-2.79-linux-glibc219-x86_64/blender() [0x1083ba8]
/home/tag1/Desktop/blender-2.79-linux-glibc219-x86_64/blender-2.79-linux-glibc219-x86_64/blender(wm_event_do_handlers+0x1d4) [0x1083eb4]
/home/tag1/Desktop/blender-2.79-linux-glibc219-x86_64/blender-2.79-linux-glibc219-x86_64/blender(WM_main+0x18) [0x107b108]
/home/tag1/Desktop/blender-2.79-linux-glibc219-x86_64/blender-2.79-linux-glibc219-x86_64/blender(main+0x3f8) [0x1018bd8]
/lib/x86_64-linux-gnu/libc.so.6(__libc_start_main+0xf1) [0x7f1fa25622b1]
/home/tag1/Desktop/blender-2.79-linux-glibc219-x86_64/blender-2.79-linux-glibc219-x86_64/blender() [0x107747e]

Ok, I update the Blender program to the latest version 2.79, and now I create this report for resolve this problem and more:[Intro 2.blend1](https://archive.blender.org/developer/F1167591/Intro_2.blend1) [Intro 2.blend](https://archive.blender.org/developer/F1167592/Intro_2.blend) # Blender 2.79 (sub 0), Commit date: 2017-09-11 10:43, Hash 5bd8ac9abfa bpy.ops.object.editmode_toggle() # Operator # backtrace /home/tag1/Desktop/blender-2.79-linux-glibc219-x86_64/blender-2.79-linux-glibc219-x86_64/blender(BLI_system_backtrace+0x20) [0x1a6c8e0] /home/tag1/Desktop/blender-2.79-linux-glibc219-x86_64/blender-2.79-linux-glibc219-x86_64/blender() [0x107a525] /lib/x86_64-linux-gnu/libc.so.6(+0x33030) [0x7f1fa2575030] /usr/lib/x86_64-linux-gnu/dri/nouveau_dri.so(+0x47334d) [0x7f1f866f834d] /usr/lib/x86_64-linux-gnu/dri/nouveau_dri.so(+0x480a03) [0x7f1f86705a03] /usr/lib/x86_64-linux-gnu/dri/nouveau_dri.so(+0x480add) [0x7f1f86705add] /usr/lib/x86_64-linux-gnu/dri/nouveau_dri.so(+0x1dd004) [0x7f1f86462004] /usr/lib/x86_64-linux-gnu/dri/nouveau_dri.so(+0x1dd250) [0x7f1f86462250] /usr/lib/x86_64-linux-gnu/dri/nouveau_dri.so(+0x143bbd) [0x7f1f863c8bbd] /usr/lib/x86_64-linux-gnu/dri/nouveau_dri.so(+0x1446af) [0x7f1f863c96af] /home/tag1/Desktop/blender-2.79-linux-glibc219-x86_64/blender-2.79-linux-glibc219-x86_64/blender(gpu_select_query_end+0x7f) [0x16b1f6f] /home/tag1/Desktop/blender-2.79-linux-glibc219-x86_64/blender-2.79-linux-glibc219-x86_64/blender(GPU_select_end+0x2d) [0x16b0e2d] /home/tag1/Desktop/blender-2.79-linux-glibc219-x86_64/blender-2.79-linux-glibc219-x86_64/blender(view3d_opengl_select+0x193) [0x1173aa3] /home/tag1/Desktop/blender-2.79-linux-glibc219-x86_64/blender-2.79-linux-glibc219-x86_64/blender() [0x116a631] /home/tag1/Desktop/blender-2.79-linux-glibc219-x86_64/blender-2.79-linux-glibc219-x86_64/blender() [0x116c9e3] /home/tag1/Desktop/blender-2.79-linux-glibc219-x86_64/blender-2.79-linux-glibc219-x86_64/blender(WM_border_select_modal+0x1d1) [0x10964f1] /home/tag1/Desktop/blender-2.79-linux-glibc219-x86_64/blender-2.79-linux-glibc219-x86_64/blender() [0x10831b2] /home/tag1/Desktop/blender-2.79-linux-glibc219-x86_64/blender-2.79-linux-glibc219-x86_64/blender() [0x1083b65] /home/tag1/Desktop/blender-2.79-linux-glibc219-x86_64/blender-2.79-linux-glibc219-x86_64/blender() [0x1083ba8] /home/tag1/Desktop/blender-2.79-linux-glibc219-x86_64/blender-2.79-linux-glibc219-x86_64/blender(wm_event_do_handlers+0x1d4) [0x1083eb4] /home/tag1/Desktop/blender-2.79-linux-glibc219-x86_64/blender-2.79-linux-glibc219-x86_64/blender(WM_main+0x18) [0x107b108] /home/tag1/Desktop/blender-2.79-linux-glibc219-x86_64/blender-2.79-linux-glibc219-x86_64/blender(main+0x3f8) [0x1018bd8] /lib/x86_64-linux-gnu/libc.so.6(__libc_start_main+0xf1) [0x7f1fa25622b1] /home/tag1/Desktop/blender-2.79-linux-glibc219-x86_64/blender-2.79-linux-glibc219-x86_64/blender() [0x107747e]
Member

Added subscriber: @FloridaJo

Added subscriber: @FloridaJo
Member

@edwartinez Again, have you tried the setting I suggested?

In #53353#471496, @JoshuaLeung wrote:
In the User Prefs -> System tab, try changing the "Selection" field to "OpenGL Occlusion Queries" instead.

Also, something else you might try:

There are known problems with some graphics cards when using Multisampling, also called FSAA or Fullscreen Anti-Aliasing.

This can be disabled in the User Preferences:

User Preferences -> System -> Window Draw Method -> (Set to 'No Multi-Sample')

Also, this can be set in the graphics cards preferences, there is often an option to override, or let the application choose. You should set to let the application choose.

This causes problems with the selection-buffer under some configurations, Blender disables this via OpenGL API, but some drivers ignore the request.

Could you see if either of these are causing the problem?

@edwartinez Again, have you tried the setting I suggested? > In #53353#471496, @JoshuaLeung wrote: > In the User Prefs -> System tab, try changing the "Selection" field to "OpenGL Occlusion Queries" instead. Also, something else you might try: > There are known problems with some graphics cards when using Multisampling, also called FSAA or Fullscreen Anti-Aliasing. > > This can be disabled in the User Preferences: > > User Preferences -> System -> Window Draw Method -> (Set to 'No Multi-Sample') > > Also, this can be set in the graphics cards preferences, there is often an option to override, or let the application choose. You should set to let the application choose. > > This causes problems with the selection-buffer under some configurations, Blender disables this via OpenGL API, but some drivers ignore the request. > Could you see if either of these are causing the problem?

I followed the instructions and the result, is a failrure.
Sorry, but I have to reinstall Linux and resolve this problem, because the cause is the crashes in linux caused by inflated software that i dont support any more, and the single-core prosessor is more insufficient for editing armatures in blender

I followed the instructions and the result, is a failrure. Sorry, but I have to reinstall Linux and resolve this problem, because the cause is the crashes in linux caused by inflated software that i dont support any more, and the single-core prosessor is more insufficient for editing armatures in blender
Member

Added subscriber: @lichtwerk

Added subscriber: @lichtwerk
Member

since I guess both of the above didnt solve the problem, but the information was given: reopening

since I guess both of the above didnt solve the problem, but the information was given: reopening
Member

@Edwin Andres Martinez Suarez: since you were mentioning you upgraded linux (and thus propably nouveau as well): could you tell us if this problem still persists?

@Edwin Andres Martinez Suarez: since you were mentioning you upgraded linux (and thus propably nouveau as well): could you tell us if this problem still persists?
Member

Changed status from 'Open' to: 'Archived'

Changed status from 'Open' to: 'Archived'
Philipp Oeser self-assigned this 2018-01-12 20:31:30 +01:00
Member

Since last asking for information it has been 7 or more days, due to the policy of our bug tracker we will have to archive the report until the requested information is given.

Since last asking for information it has been 7 or more days, due to the policy of our bug tracker we will have to archive the report until the requested information is given.
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
5 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#53353
No description provided.