Blender Git Commit Log

All Blender Git commits.

Page: 336 / 8462

August 11, 2021, 14:40 (GMT)
Rename "Points to Volume" to "Points to Level Set"
August 11, 2021, 14:40 (GMT)
Fix audaspace not reading ffmpeg files with start offset correctly
August 11, 2021, 14:39 (GMT)
PyAPI: GPU: Expose builtin shaders

Expose `3D_POLYLINE_SMOOTH_COLOR` and
`3D_POLYLINE_FLAT_COLOR` builtins.

Requested by addon developers.
August 11, 2021, 14:38 (GMT)
Flush audio encode after finishing video export
August 11, 2021, 14:38 (GMT)
Fix "off by one" error when encoding audio
August 11, 2021, 14:38 (GMT)
Fix memory leak when adding bad VSE image/movie strips
August 11, 2021, 14:38 (GMT)
Fix VSE video strip duration calculation
August 11, 2021, 14:38 (GMT)
Fix VSE seeking issues.

The seek pts was not correctly calculated.
In addition to that we were not seeking in the video pts time base.
August 11, 2021, 14:26 (GMT)
Merge functions describing overlap into single function.
August 11, 2021, 14:20 (GMT)
Make sure non-procedural volumes are loaded, add debug timers
August 11, 2021, 14:19 (GMT)
Add level set to fog volume node
August 11, 2021, 14:12 (GMT)
Cleanup: use socket identifier instead of names in Cycles shader export

Will be required when we support setting different names and identifiers
for OSL.

Ref D12074
Revision e6bbbd9 by Pedro A / Brecht Van Lommel (master)
August 11, 2021, 14:12 (GMT)
Cycles: OSL metadata support for UI labels and checkboxes

To improve the presentation of nodes in the node editor. Recognize the
following metadata from the OSL specification:

* [[ string label = "UI Label" ]]
* [[ string widget = "checkBox" ]]
* [[ string widget = "boolean" ]]

Ref T89741

Differential Revision: https://developer.blender.org/D12074
August 11, 2021, 14:03 (GMT)
Revert ovelap mode property back to enum
August 11, 2021, 13:52 (GMT)
Asset Catalogs: change default catalog definition file name

Change the default catalog definition file name from
"single_catalog_definition_file.cats.txt" to "blender_assets.cats.txt".
August 11, 2021, 13:51 (GMT)
VSE: Transform overwrite mode

Add mode to overwrite strips on overlap instead of resolving overlap.
When overlap is created, 3 things can happen:
- On partial overlap, handles of overlapped strip are moved
- On complete overlap with smaller strip, overlapped strip is split
- On complete overlap with larger strip, overlapped strip is removed

This mode can be enabled in header.

---

Demonstration:
{F10226243}

Reviewed By: mano-wii

Differential Revision: https://developer.blender.org/D11805
August 11, 2021, 13:36 (GMT)
Cleanup: use same parameter name in declaration & definition
August 11, 2021, 13:18 (GMT)
GPencil: Fix extended experimental in python script

August 11, 2021, 13:09 (GMT)
GPencil: Replace to `use_extended_asset_browser`

Some features have been moved to extended asset browser.
August 11, 2021, 13:07 (GMT)
Merge branch 'master' into asset-greasepencil
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021