Blender Git Commits

Blender Git "master" branch commits.

Page: 712 / 5574

June 24, 2020, 05:31 (GMT)
Cleanup: Replace GSet with Edgeset in Cloth Brush
June 24, 2020, 05:00 (GMT)
Text: add replace all operator

D8032 by @Poulpator with minor edits
June 24, 2020, 04:30 (GMT)
Cleanup: redundant self assignment
June 24, 2020, 04:23 (GMT)
Cleanup: clang-format
June 24, 2020, 04:19 (GMT)
Cleanup: unused struct members
June 24, 2020, 04:19 (GMT)
Cleanup: unused functions
June 23, 2020, 23:21 (GMT)
UI: ShaderFX: Manually add X/Z labels for rim lighting

These need to be labeled manually because offset is a #PROP_PIXEL.

Matches other changes made in rBbb4cef71eeaf36aa61187d47b8a8ae06ba55f7c0
June 23, 2020, 21:54 (GMT)
UI: Cycles: Use Title Case
June 23, 2020, 21:45 (GMT)
Fix T66934 Overlay: "Outline Selected" overlay doesnt affect armatures

This is a really small fix. Could be included in 2.83 LTS branch.
June 23, 2020, 21:10 (GMT)
API Docs: Small edits to recent commit

- Revert string formatting change
- Add missing text edit
June 23, 2020, 20:59 (GMT)
Fix T62961 EEVEE: Viewport refresh when hovering widgets

We now bypass EEVEE's rendering if the TAA accumulation has ended.
June 23, 2020, 20:56 (GMT)
UI: Remove unnecessary ellipsis
June 23, 2020, 19:18 (GMT)
Snapping: Snap to the origin of Light and Camera objects

I see no reason to ignore them.
This is not a limitation.
June 23, 2020, 19:14 (GMT)
Fix camera snapping in camera View

The `T_CAMERA` flag was being set in the wrong place.
June 23, 2020, 17:20 (GMT)
GPencil: Implement antialiasing parameter to Pixel FX

Related to T78153

Differential Revision: https://developer.blender.org/D8100
June 23, 2020, 15:55 (GMT)
Refactor: use new api for lib linking mask, windowmanager and screen

This is part of T76372.
Revision 2dd60e6 by Julian Eisel
June 23, 2020, 15:28 (GMT)
Fix T77830: Crash in VR session when opening material preview

Draw-manager mutex has to be set before activating OpenGL/GPU context.
Otherwise, parallel jobs (like preview rendering) may try to activate
the context from another thread.

Also: Use WM wrappers for activating/releasing OpenGL context, which
have an additional assert check.

Suggest to backport this for 2.83.1.
June 23, 2020, 15:25 (GMT)
Refactor: move more modifier specific code out of readfile.c
June 23, 2020, 15:08 (GMT)
Refactor: move blenloader code of bevel modifier
June 23, 2020, 15:08 (GMT)
Refactor: move blenloader code of curve profile to blenkernel
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021