Blender Git Commit Log

All Blender Git commits.

Page: 1903 / 8462

January 31, 2020, 11:09 (GMT)
undoexp: cleanup typo.
January 31, 2020, 10:58 (GMT)
Volumes: expose grid data type in Python API
January 31, 2020, 10:29 (GMT)
USD: Include USD library version in System Info

Pixar recently released USD 20.02 [1]. I think it's important for people
to be able to figure out which version of the USD library is used in
Blender.

[1] https://github.com/PixarAnimationStudios/USD/releases/tag/v20.02

This commit exposes the USD library information via `bpy.app.usd`, and
includes that info in the `system-info.txt` saved via Help ? Save System
Info.

Reviewed by: brecht

Differential Revision: https://developer.blender.org/D6724
January 31, 2020, 10:23 (GMT)
Volumes: use full transform matrix for workbench drawing
January 31, 2020, 03:21 (GMT)
Cleanup: Workbench: Remove background code

We now use clear color to apply background color in render mode.
January 31, 2020, 03:19 (GMT)
Overlay: Support viewport background modes

Port code from Workbench.
January 31, 2020, 03:18 (GMT)
Cleanup: DRW: Remove unused code and redundant state changes
January 31, 2020, 01:55 (GMT)
Displist: Add mikktspace tangent space generation for DL_SURF

This should match mesh tangents form surfaces converted to mesh.
January 30, 2020, 20:56 (GMT)
undoexp: tweak `setup_app_data()` to better handle undo case.

The way we detected undo case there was somewhat weak, now we have a
stronger way to do it from `BlendFileReadParams`.
January 30, 2020, 20:56 (GMT)
undoexp: fix memleak after recent change of WM/SCR/WS IDs handling.
January 30, 2020, 17:50 (GMT)
Volumes: cycles rendering support of volume object as dense grids

This does not yet use OpenVDB grid transforms properly, in particular
it is assumed all grids have the same transform and do not contain
rotation or shear.

The conversion is also not optimized. Grid bounds are being computed
multiple times, and for the bounding mesh we should be using the VDB
tree directly.
January 30, 2020, 16:38 (GMT)
Volumes: work on completing the grid access API
January 30, 2020, 16:18 (GMT)
Fix unreported: Missing Empty Transparency panel poll

Own mistake in recent change
January 30, 2020, 15:59 (GMT)
GPencil: Fix crash when mask layer is empty

When the layer is empty, the mask framebuffer must be created.
January 30, 2020, 14:51 (GMT)
Merge branch 'blender-v2.82-release'
January 30, 2020, 14:29 (GMT)
undoexp: tweak `setup_app_data()` to better handle undo case.

The way we detected undo case there was somewhat weak, now we have a
stronger way to do it from `BlendFileReadParams`.
Revision 2de704d by Simon G / Sergey Sharybin (master)
January 30, 2020, 14:23 (GMT)
Fix preset tracking setttings missing a comma

Preset tracking settings is missing a comma here.
Without a comma this will result in an implicit string concatenation.
This was probably not wanted.

Reviewed By: sergey, Blendify

Differential Revision: https://developer.blender.org/D6717
January 30, 2020, 14:11 (GMT)
undoexp: fix memleak after recent change of WM/SCR/WS IDs handling.
January 30, 2020, 14:07 (GMT)
EEVEE: Test maximum texture size before render.

This will catch any non renderable size.
January 30, 2020, 12:56 (GMT)
Fix T73450, crash when adding segments on bevel.

Needed to protect against a case where clamp overlap limited
the offset to approximately zero, and the snap-to-pipe code
would therefore encounter an almost degenerate profile and
fail in matrix inversion.
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021