blender/scripts/modules
Jeroen Bakker 6d91d36161 GPU: Remove GPU_shader_storage_buffer_objects_support
Blender 4.0 requires OpenGL 4.3 which always support SSBO's.
Platforms that don't support enough SSBO bind points will be marked
as unsupported.

Users who start Blender on those platforms will be informed via a
dialog. This PR also updates the `--debug-gpu-force-workarounds`
to match our minimum requirements. Note that some bugs are still
there that should be solved in other PRs:

* Workbench only renders the object using a unit matrix this is because
  there is a bug in the workaround for shader_draw_parameters
* Navigating with middle mouse button is not working. Unsure what the
  cause is, but might be a missing feature check in the OpenGL backend.

Related to #112224

Pull Request: https://projects.blender.org/blender/blender/pulls/112572
2023-09-21 12:55:51 +02:00
..
bl_app_override License Headers: Set copyright to "Blender Authors", add AUTHORS 2023-08-16 00:20:26 +10:00
bl_console_utils Cleanup: spelling in comments 2023-09-05 11:04:27 +10:00
bl_i18n_utils Cleanup: format, spelling 2023-09-17 09:05:40 +10:00
bl_keymap_utils License Headers: Set copyright to "Blender Authors", add AUTHORS 2023-08-16 00:20:26 +10:00
bl_previews_utils License Headers: Set copyright to "Blender Authors", add AUTHORS 2023-08-16 00:20:26 +10:00
bl_rna_utils License Headers: Set copyright to "Blender Authors", add AUTHORS 2023-08-16 00:20:26 +10:00
bl_ui_utils License Headers: Set copyright to "Blender Authors", add AUTHORS 2023-08-16 00:20:26 +10:00
bpy Fix fast-path addon_utils._initialize_once not being used on startup 2023-09-15 17:00:46 +10:00
bpy_extras Cleanup: spelling in comments 2023-09-05 11:04:27 +10:00
gpu_extras License Headers: Set copyright to "Blender Authors", add AUTHORS 2023-08-16 00:20:26 +10:00
addon_utils.py addon_utils: don't print a traceback when the add-on isn't found 2023-09-15 17:23:08 +10:00
animsys_refactor.py License Headers: Set copyright to "Blender Authors", add AUTHORS 2023-08-16 00:20:26 +10:00
bl_app_template_utils.py Cleanup: spelling in comments 2023-09-05 11:04:27 +10:00
blend_render_info.py License Headers: Set copyright to "Blender Authors", add AUTHORS 2023-08-16 00:20:26 +10:00
bpy_restrict_state.py License Headers: Set copyright to "Blender Authors", add AUTHORS 2023-08-16 00:20:26 +10:00
bpy_types.py Cleanup: spelling in comments 2023-09-05 11:04:27 +10:00
console_python.py Fix Python console command execution without a __main__ module 2023-09-15 12:23:40 +10:00
console_shell.py License Headers: Set copyright to "Blender Authors", add AUTHORS 2023-08-16 00:20:26 +10:00
graphviz_export.py License Headers: Set copyright to "Blender Authors", add AUTHORS 2023-08-16 00:20:26 +10:00
keyingsets_utils.py License Headers: Set copyright to "Blender Authors", add AUTHORS 2023-08-16 00:20:26 +10:00
nodeitems_utils.py Cleanup: spelling in comments 2023-09-05 11:04:27 +10:00
rna_info.py License Headers: Set copyright to "Blender Authors", add AUTHORS 2023-08-16 00:20:26 +10:00
rna_keymap_ui.py License Headers: Set copyright to "Blender Authors", add AUTHORS 2023-08-16 00:20:26 +10:00
rna_manual_reference.py Anim: armature edit mode, replace 'bone layers' operator with collections 2023-09-19 11:45:40 +02:00
rna_prop_ui.py Cleanup: spelling in comments 2023-09-05 11:04:27 +10:00
rna_xml.py Cleanup: spelling in comments 2023-09-05 11:04:27 +10:00
sys_info.py GPU: Remove GPU_shader_storage_buffer_objects_support 2023-09-21 12:55:51 +02:00