Blender Git Commit Log

All Blender Git commits.

Page: 296 / 8462

August 25, 2021, 07:40 (GMT)
Keymap: repeat was disabled for Ctrl-Backspace in the text editor
August 25, 2021, 07:38 (GMT)
Cleanup.
August 25, 2021, 07:37 (GMT)
Cleanup: Fixed compile error in debug code.
August 25, 2021, 07:26 (GMT)
Cleanup, rename some members, comments.
August 25, 2021, 07:18 (GMT)
August 25, 2021, 07:10 (GMT)
Cleanup, unused function.
August 25, 2021, 07:10 (GMT)
Use loose geometry lengths from MeshRenderData.
August 25, 2021, 06:55 (GMT)
Merge branch 'master' into temp-runtime-node-def
August 25, 2021, 05:36 (GMT)
August 25, 2021, 05:28 (GMT)
BLI_string_utf8: remove unnecessary utf8 decoding functions

Remove BLI_str_utf8_as_unicode_and_size and
BLI_str_utf8_as_unicode_and_size_safe.

Use BLI_str_utf8_as_unicode_step instead since it takes
a buffer bounds argument to prevent buffer over-reading.
August 25, 2021, 05:27 (GMT)
BLI_string_utf8: simplify utf8 stepping logic

There were multiple utf8 functions which treated
errors slightly differently.

Split BLI_str_utf8_as_unicode_step into two functions.

- BLI_str_utf8_as_unicode_step_or_error returns error value
when decoding fails and doesn't step.

- BLI_str_utf8_as_unicode_step always steps forward at least one
returning the byte value without decoding
(needed to display some latin1 file-paths).

Font drawing uses BLI_str_utf8_as_unicode_step and no longer
check for error values.
August 25, 2021, 05:03 (GMT)
Cleanup, comments.
August 25, 2021, 04:58 (GMT)
VSE: Set default sound and video export format

Use video format for export instead of image sequence. Settings are same
as defined in h264_in_MP4 preset.

Sound default is AAC with 256kbit bitrate.

Reviewed By: campbellbarton

Differential Revision: https://developer.blender.org/D7916
August 25, 2021, 04:48 (GMT)
Cleanup: reuse existing loose geometry facility.
Revision f80c39b by Hans Goudey (master)
August 25, 2021, 04:40 (GMT)
Cleanup: Use shorter enum item names
August 25, 2021, 03:27 (GMT)
Curve Pen: Make cyclic only if more than 2 points
August 25, 2021, 03:06 (GMT)
Merge remote-tracking branch 'origin/master' into temp-lineart-contained
Revision 891e3e9 by YimingWu (master)
August 25, 2021, 03:05 (GMT)
LineArt: Fix (Unreported) Crash when loading objects.

Fix mesh freeing call for obi->original_me so the address is correct.
August 25, 2021, 03:00 (GMT)
LineArt: Fix mesh freeing for obi->original_me
Revision a2e0f71 by Hans Goudey (master)
August 25, 2021, 02:57 (GMT)
Cleanup: Remove unecessary variables

Instead of passing separate booleans for whether to store the locations
and distances, check if the spans are empty. And instead of passing a
separate boolean for whether there is valid tree data, pass a pointer
to the data.
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021