Blender Git Commit Log

All Blender Git commits.

Page: 1534 / 8462

June 24, 2020, 12:13 (GMT)
MEM_guardedalloc: allow freeing const arrays with MEM_SAFE_FREE

'const' arrays couldn't use this macro with GNUC.
June 24, 2020, 11:50 (GMT)
Fix T77672 EEVEE: Reflections with reflection plane broken (regression)
June 24, 2020, 11:23 (GMT)
Fix T78190 EEVEE: Render passes broken in final render

This was caused by the step motion blur implementation.
`DRW_cache_restart` was reseting the cache and cause
`EEVEE_renderpasses_postprocess` to not work inside
`EEVEE_render_read_result`.
June 24, 2020, 10:51 (GMT)
Fix T78172: Undo crash due to IDTemplate operations missing undo push.

This should be included in 2.83 as well.
June 24, 2020, 10:08 (GMT)
Add support for exporting nurbs curves & surfaces

Added functionality in OBJNurbs & OBJWriter to export nurbs curve, not
as vertices and edges, but rather control points.

Nurbs surfaces are always converted to mesh and then exported as a
regular mesh with vertices, normals, UV (if it has any), and edges
(if it has no polygons) etc.
June 24, 2020, 07:58 (GMT)
Minor clean up
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
Revision 77ca7ab by over0219 (soc-2020-soft-body)
June 24, 2020, 04:09 (GMT)
init guess on x
Revision 9e2042c by over0219 (soc-2020-soft-body)
June 24, 2020, 04:03 (GMT)
several bugfixes but I think I'm going to need to change the way I handle constrained solve
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:30 (GMT)
Add support for curves to be exported as nurbs
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.
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021