tornavis/source/blender/python
Jeroen Bakker c801c73d79 Python: Update BGL Deprecation Warning
BGL is deprecated and will not work on Metal devices. Although the
inital plan was to remove it in Blender 4.0, We don't see any harm
to still have it in the code-base until OpenGL itself is deprecated.

Add-on developers are warned when using the BGL module that the
add-on/script will not work on all platforms.

There are still some limitations inside the GPU module that needs
a more friendly API. This API isn't clear at this time.

Pull Request: https://projects.blender.org/blender/blender/pulls/112579
2023-10-06 07:37:44 +02:00
..
bmesh Fix typo in documentation for BMVertSeq.new 2023-10-04 15:13:06 +11:00
generic Python: Update BGL Deprecation Warning 2023-10-06 07:37:44 +02:00
gpu GPU: Remove GPU_shader_storage_buffer_objects_support 2023-09-21 12:55:51 +02:00
intern Fix incorrect function name in foreach_get/foreach_set exceptions 2023-10-01 14:19:44 +11:00
mathutils Cleanup: remove spaces from commented arguments 2023-09-22 12:21:18 +10:00
BPY_extern.h License Headers: Set copyright to "Blender Authors", add AUTHORS 2023-08-16 00:20:26 +10:00
BPY_extern_clog.h License Headers: Set copyright to "Blender Authors", add AUTHORS 2023-08-16 00:20:26 +10:00
BPY_extern_python.h PyAPI: free internal Python data using sys.exit(..) 2023-09-19 15:50:41 +10:00
BPY_extern_run.h License Headers: Set copyright to "Blender Authors", add AUTHORS 2023-08-16 00:20:26 +10:00
CMakeLists.txt License Headers: Set copyright to "Blender Authors", add AUTHORS 2023-08-16 00:20:26 +10:00
rna_dump.py License Headers: Set copyright to "Blender Authors", add AUTHORS 2023-08-16 00:20:26 +10:00