September 1, 2020, 08:31 (GMT) |
Render background when image isn't available |
September 1, 2020, 07:02 (GMT) |
PyAPI: expose 'bl_options' for operators in bpy.ops Useful for checking which operators are only for internal use. |
September 1, 2020, 06:35 (GMT) |
RNA: rename Area.ui_type 'VIEW' enum identifier to 'IMAGE_EDITOR' The term makes sense in the image editor, but not among other editors where we had both VIEW and VIEW_3D. |
September 1, 2020, 06:32 (GMT) |
Merge branch 'master' into uvimage-editor-drawing |
September 1, 2020, 06:32 (GMT) |
PyAPI: prevent leading comma when printing some enums BPy_enum_as_string (used for creating error messages) showed a leading comma for enums that used category headings. While harmless, it looks odd. |
September 1, 2020, 05:00 (GMT) |
Fix T78601: User count errors when reading home-file Calling: bpy.ops.wm.read_homefile(use_empty=True) exposes invalid user-counts in versioning code. Simplified logic for assigning materials in versioning code. Caused by 29f3af9527259. |
September 1, 2020, 05:00 (GMT) |
Fix errors ensuring grease pencil palette - Direct assignment caused ID user counts to be invalid. - The first palette would always be used, even when the named palette searched for was found. Also pass 'const' string to `hex_to_rgb`, avoid casting to 'non-const'. |
September 1, 2020, 05:00 (GMT) |
Cleanup: don't register mix-in menu class The class is only used as a base for other menus. This caused complications for tests that inspect menu contents. |
September 1, 2020, 05:00 (GMT) |
Cleanup: correct doxy sections |
September 1, 2020, 04:02 (GMT) |
Merge branch 'master' into fcurve-modifier-panels |
September 1, 2020, 03:30 (GMT) |
September 1, 2020, 03:30 (GMT) |
Fix T80100: To sphere tooltip uses "vertices" even in object mode |
August 31, 2020, 23:09 (GMT) |
Remove export_params_ from OBJNurbs. |
August 31, 2020, 22:30 (GMT) |
GL: Fix two GLerror The gizmo one was only reproducible in debug builds. The GLImmediate one was only affecting amdpro drivers when --debug-gpu was enabled. |
August 31, 2020, 22:30 (GMT) |
GLImmediate: Use CL_CHECK_ERROR This provides a bit more debugging info on MacOS. |
August 31, 2020, 22:30 (GMT) |
GL: Move MacOS debug callback to gl_debug.cc And format to use the same callback as standard debugging layer. |
August 31, 2020, 22:30 (GMT) |
GPUDebug: Reformat GL debug callbacks and move them to GL backend Now the callbacks are setup for each debug context. The formating has been reworked to be less verbose and make errors and warnings stand out from the notifications. Errors are most of the time sufficiently explicit in their message. This also remove the support for AMD_debug_output which is 10 years old. This is related to the Vulkan port T68990. |
August 31, 2020, 22:30 (GMT) |
GHOST: Enable debug context on offscreen context too This was a long standing TODO. This was also preventing debug callbacks form other context than the main window. |
August 31, 2020, 22:30 (GMT) |
Cleanup: GPU: Remove GPU_draw_primitive and default_vao_ These are not used anymore and can be replicated using the GPUBatch API. |
August 31, 2020, 22:30 (GMT) |
Cleanup: Use GPUBatch for icon and area drawing This is in order to remove GPU_draw_primitive to streamline the drawing abstraction. |
|
|
|


Master Commits
MiikaHweb | 2003-2021