May 2, 2021, 09:20 (GMT) |
Merge branch 'blender-v2.93-release' |
May 2, 2021, 09:13 (GMT) |
Fix T82824: Draw sensor size with correct alpha Previously the option in the camera's //Object Data Properties > Viewport Display > Sensor// would not display the sensor in camera view. This seemed to be caused by the theme color `TH_VIEW_OVERLAY` having zero set for the alpha channel and alpha blending being active, resulting in no visible output. Hence `immUniformThemeColorShade(TH_VIEW_OVERLAY, 100);` is replaced with `immUniformThemeColorShadeAlpha(TH_VIEW_OVERLAY, 100, 255);`. Reviewed By: mano-wii Differential Revision: https://developer.blender.org/D11075 |
May 1, 2021, 20:53 (GMT) |
Renames |
May 1, 2021, 20:45 (GMT) |
Fix comments |
May 1, 2021, 18:59 (GMT) |
Merge branch 'master' into cycles_procedural_api |
May 1, 2021, 16:15 (GMT) |
UI: Object Thumbnails Orientation Change Object orientation for thumbnail creation changed to be slightly oblique (tilted to one side and from above) to better show shape, especially when axis-aligned. Camera lens changed to 85 to avoid distortion of close objects like human heads. see D9940 for details and examples. Differential Revision: https://developer.blender.org/D9940 Reviewed by Julian Eisel |
May 1, 2021, 15:23 (GMT) |
Merge branch 'blender-v2.93-release' |
May 1, 2021, 15:22 (GMT) |
Fix T87905: GPencil modifiers not applied if saved with multiframe When saving a file in Edit mode with Multiframe enabled, the render did not include the modifiers. Now the multiframe is not enabled if it's doing a render. |
May 1, 2021, 15:12 (GMT) |
Python GPU: Replace a few calls of the bgl module with gpu Concludes these files: [x]bpy_types.py [x]operator_modal_draw.py Reviewed By: fclem Differential Revision: https://developer.blender.org/D11129 |
May 1, 2021, 15:05 (GMT) |
GPencil: Rename curve_fit to bezier_mode |
May 1, 2021, 14:41 (GMT) |
GPencil: Auto lock layers, tooltip grammar fix Reviewed By: #grease_pencil, antoniov Differential Revision: https://developer.blender.org/D11136 |
May 1, 2021, 14:13 (GMT) |
Merge branch 'blender-v2.93-release' |
May 1, 2021, 14:11 (GMT) |
Fix T86450: Random dark UI elements when redrawing Resolves occasional glitch/flicker drawing dark buttons in the UI. Regression in 405a5d3bd7ada5dd5af605b59ba07c7144f144a2 which removed shader unbinding when the batch is drawn. GPU_shader_bind could run with the sRGB uniform in an unexpected state. Reviewed By: fclem Ref D11124 |
May 1, 2021, 11:13 (GMT) |
simplify naming |
May 1, 2021, 11:11 (GMT) |
support profiling ranges more efficiently |
May 1, 2021, 10:08 (GMT) |
use linear allocator for task names |
May 1, 2021, 08:54 (GMT) |
cleanup |
May 1, 2021, 08:49 (GMT) |
cleanup |
May 1, 2021, 08:29 (GMT) |
Merge branch 'master' into profiler-editor |
May 1, 2021, 08:13 (GMT) |
Merge remote-tracking branch 'origin/master' into temp-lineart-contained |
|
|
|


Master Commits
MiikaHweb | 2003-2021