Blender Git Commit Log

All Blender Git commits.

Page: 620 / 8462

Revision 54ae7ba by YimingWu (master)
May 25, 2021, 14:11 (GMT)
Cleanup: Line art naming changes.

Make variable naming consistent with struct names.

Reviewed By: Sebastian Parborg (zeddb)

Differential Revision: https://developer.blender.org/D11382
Revision c3c576c by Hans Goudey (master)
May 25, 2021, 13:52 (GMT)
Cleanup: Convert to static type directly from CPPType
May 25, 2021, 13:18 (GMT)
Unreported fix: vertex colors overlay not set for new 3d views.

Found during researching {T86956}.
May 25, 2021, 13:18 (GMT)
Fix T86956: VSE shading mode ignores Grease Pencil Vertex colors.

Issue is that due to the strange definition of render in grease pencil
(meaning should be rendered similar to rendering). This included normal
viewport rendering in OB_RENDER and OpenGL render in OB_RENDER.

For other rendering modes the overlay vertex opacity would be used. This
patch sets this value to 1 when rendering via a scene strip override.

NOTE: that this isn't a good solution as I expect that users want to use
the opacity of the Grease pencil object. Perhaps the GPencil team has a
better solution for it.
May 25, 2021, 13:17 (GMT)
Bump FFmpeg version from 4.2.3 to 4.4
May 25, 2021, 13:09 (GMT)
Merge branch 'blender-v2.93-release'
May 25, 2021, 13:08 (GMT)
Fix T88551: Crash accessing uninitialized tool settings

Tool settings for sequencer were not initialized, which caused crash
when adding strips.

There was fix for same issue in versioning rB0f81dafe6cec, but
subversion was not bumped, so files with uninitialized tool settings
may still exist.

Add `SEQ_tool_settings_get()` accessor function that will initialize
tool settings if they are missing. Change operator code to use
`SEQ_tool_settings_fit_method_get()` function instead of accessing
tool settings directly

Reviewed By: campbellbarton

Differential Revision: https://developer.blender.org/D11383
May 25, 2021, 12:28 (GMT)
Minor cleanups.
May 25, 2021, 12:09 (GMT)
LineArt: Cleaning up edge list names.
May 25, 2021, 11:38 (GMT)
LineArt: Cleaning up naming convensions.
May 25, 2021, 11:37 (GMT)
Cleanup: use nullptr
May 25, 2021, 11:18 (GMT)
Merge remote-tracking branch 'origin/master' into temp-lineart-contained
May 25, 2021, 11:12 (GMT)
Cleanup: remove unused function
May 25, 2021, 11:10 (GMT)
Cleanup: remove unnecessary lambda capture
May 25, 2021, 10:45 (GMT)
Merge branch 'master' into override-recursive-resync
May 25, 2021, 10:16 (GMT)
Fix T88549: ID sorting tests.

Forgot to initialize the ID types array...

Weird though that this only failed on Windows!

Thanks a lot to @deadpin for helping investigating this.
May 25, 2021, 09:38 (GMT)
Merge branch 'master' into temp-attribute-processor
May 25, 2021, 09:36 (GMT)
Merge remote-tracking branch 'origin/master' into asset-browser-poselib
May 25, 2021, 09:13 (GMT)
support changing sockets
Revision 0a7bd3b by YimingWu (master)
May 25, 2021, 08:51 (GMT)
Fix T88464: Incorrect baking with camera markers.

This will update active camera based on the maker for each frame.

Reviewed By: Sebastian Parborg (zeddb), Antonio Vazquez (antoniov)

Differential Revision: https://developer.blender.org/D11358
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021