Blender Git Commit Log

All Blender Git commits.

Page: 624 / 8462

May 24, 2021, 05:51 (GMT)
LineArt: Spreading load for multithread loading of geometry.
May 24, 2021, 05:28 (GMT)
Fix T88263: Incorrect image offset from old file

Versioning code for converting strip offset property doesn't work, when
property was animated and disabled or when crop was used.

When offset property is animated and offset is enabled, animation is
converted to be used with new transform design. When offset is disabled,
animation is left untouched. New transform design doesn't have option
to disable offset, and therefore old unconverted animation is used
instead of converted static value.

Remove animation from propery if it was unused.

Maniphest Tasks: T88263

Differential Revision: https://developer.blender.org/D11370
May 24, 2021, 04:39 (GMT)
Let's try that again.
May 24, 2021, 04:34 (GMT)
MIssed a flag in bli_strict_types.h
May 24, 2021, 04:02 (GMT)
DynTopo: Attempt to fix compiling on macos
May 24, 2021, 03:57 (GMT)
Fix T88466: Sound strips prevent strip rendering

When sound strip is above another strip such as movie strip, it prevents
from rendering movie strip.

This bug was introduced in 0b7744f4da66. Function `must_render_strip()`
checks if there is any strip with `SEQ_BLEND_REPLACE` blending and
considers this strip as lowest strip in stack. Sound strips do have this
blend mode set, which caused the bug.

Remove all sound strips and muted strips from stack collection before
checking with `must_render_strip()` function
May 24, 2021, 03:52 (GMT)
Fix one more strict flags violation
May 24, 2021, 03:39 (GMT)
* Added clang-cl support to BLI_strict_flags.h
May 23, 2021, 23:11 (GMT)
DynTopo: started refactoring pbvh drawing to handle customdata layers in
a more generic (and maintainable) way.
May 23, 2021, 21:30 (GMT)
Merge branch 'master' into temp_bmesh_multires
May 23, 2021, 19:31 (GMT)
UI: Use title case for labels
May 23, 2021, 17:57 (GMT)
Docs: Add readme for mikktspace
May 23, 2021, 17:10 (GMT)
Merge branch 'master' into asset-system-filelist
May 23, 2021, 17:10 (GMT)
Merge branch 'master' into asset-browser
May 23, 2021, 17:06 (GMT)
Merge branch 'master' into cycles_procedural_api
May 23, 2021, 17:03 (GMT)
Minor change reversion, bug fix.
May 23, 2021, 17:00 (GMT)
Refactor attribute optimization.
May 23, 2021, 14:11 (GMT)
Merge branch 'asset-browser-snap-dragging' into asset-browser
May 23, 2021, 08:18 (GMT)
New Load and Store nodes for attributes.
May 23, 2021, 06:41 (GMT)
Resolve function to set runtime type details.

This is optional node function can be used to resolve type details such
as base type, attribute domain, etc. at runtime. It is intended for
nodes whose operation depends on the concrete runtime type of outputs.
It gets called in a back-propagating manner so all outputs are resolved
before the function is called on a node.
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021