Blender Git Commit Log

All Blender Git commits.

Page: 1691 / 8462

April 22, 2020, 21:59 (GMT)
Remove print statement
April 22, 2020, 21:58 (GMT)
More cleanup, versioning
April 22, 2020, 20:53 (GMT)
Add versioning code
April 22, 2020, 20:39 (GMT)
Patch 2
April 22, 2020, 20:14 (GMT)
Pre-review cleanup
- Remove the idea of "active modifier"
- Remove UIList. This can always be added later easily
- Cleanup various comments, unused headers, and unrelated changes
April 22, 2020, 19:42 (GMT)
Merge branch 'blender-v2.83-release'
April 22, 2020, 19:41 (GMT)
Workbench: Use GPU_texture_copy instead of GPU_framebuffer_blit for TAA

This fixes T75477 which seems to be a driver but caused by framebuffer
blitting.
April 22, 2020, 19:41 (GMT)
GPU: Add GPU_texture_copy

This allow to copy entire texture in a faster way than using framebuffer
blitting.

This uses ARB_copy_image extension if available and fallback to
glCopyTexSubImage2D for older gl version.

Both method should be as fast if not faster than the framebuffer blitting.
April 22, 2020, 19:34 (GMT)
Cleanup: Rearrange code
April 22, 2020, 19:04 (GMT)
Merge branch 'blender-v2.83-release'
April 22, 2020, 19:03 (GMT)
UI: Always check if IME Supported After Changing Language

Changing from IME-enabled language to English did not turn off IME.

Differential Revision: https://developer.blender.org/D7486

Reviewed by Campbell Barton
April 22, 2020, 18:28 (GMT)
UI: Always check if IME Supported After Changing Language

Changing from IME-enabled language to English did not turn off IME.

Differential Revision: https://developer.blender.org/D7486

Reviewed by Campbell Barton
April 22, 2020, 18:27 (GMT)
Only draw modifier name when panels are wide
April 22, 2020, 18:20 (GMT)
Reset submodule to the right place in master

Accidently changed on rB0dfe30502a02.
April 22, 2020, 17:54 (GMT)
Finish subsurf modifier UI
April 22, 2020, 17:48 (GMT)
GPencil: Fix random pressure when pressure switch is disabled

The random curve must use the pressure all the times.
April 22, 2020, 17:20 (GMT)
Merge branch 'blender-v2.83-release'
April 22, 2020, 17:13 (GMT)
Fix T75938: Workbench normal direction for matcaps

Set useMatcap to ensure correct normal direction when using matcaps
in the workbench engine.
April 22, 2020, 16:29 (GMT)
GPencil: Set Cuve panels closed by default
April 22, 2020, 16:18 (GMT)
Cleanup: Fix pep8 line spacing

By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021