Blender Git Commit Log

All Blender Git commits.

Page: 88 / 8462

November 14, 2021, 09:59 (GMT)
Sculpt-dev: update pbvh_print_mem_size
November 14, 2021, 09:28 (GMT)
Sculpt-dev: fix another freelist id bug
November 14, 2021, 09:10 (GMT)
Sculpt-dev: add corruption check

Stopgap measure to deal with rare
PBVH corruption until I have the
time to properly track it down.
November 14, 2021, 03:04 (GMT)
Adds backdrop, icon, tooltip, and refactored.
November 14, 2021, 02:57 (GMT)
Sculpt-dev: Replace usage of smallhash with ghash

SmallHash doesn't deal with repeated removals
and insertions very well.
November 14, 2021, 00:26 (GMT)
Fix text editor auto-close with quotes

Back-spacing a quote from the beginning of a line
would delete the quote in-front instead of doing nothing.
November 14, 2021, 00:17 (GMT)
Sculpt-dev: fix missing NULL assignment
November 14, 2021, 00:11 (GMT)
Cleanup: minor tweaks to auto-close

Spelling and failure to reuse variable missed in review.
November 13, 2021, 20:00 (GMT)
Fix failing subdivision test
November 13, 2021, 17:39 (GMT)
BLF: Use Floats for Font Point Sizes

Allow the use of floating-point values for font point sizes, which
allows greater precision and flexibility for text output.

See D8960 for more information, details, and justification.

Differential Revision: https://developer.blender.org/D8960

Reviewed by Campbell Barton
November 13, 2021, 09:13 (GMT)
Sculpt-dev: Performance improvements

* PBVH_BMESH construction is now partially
threaded.
* Fixed n**2 behavior in freelist-based
bmesh id implementation. I'd really
rather get range-tree faster, but
this works as a stopgap.
* Removed a bunch of debug ATTR_NO_OPTs.
November 13, 2021, 04:47 (GMT)
Cleanup: Correct order of guard and lock in moviecache_valfree

Fix own mistake in rB7061d1e39fe

In my attempt to quickly address T92838, along with the original bug, I
made a nonsensical choice to use the limiter lock to guard the check
against the cache item itself. While harmless, it is not necessary and
semantically wrong / potentially confusing to future readers of the code.

Differential Revision: https://developer.blender.org/D13122
November 13, 2021, 03:05 (GMT)
Fix splash screen showing on startup with files loaded by scripts

Suppressing the splash was only done when passing in an argument from
the command line.

Remove G.file_loaded, as it is misleading, only set once on startup,
replace with G.relbase_valid which is used everywhere else to check
if the file path should be used.
November 13, 2021, 02:56 (GMT)
Text Editor: Auto close relevant characters

Support the ability to close relevant characters like '(', '[' and '{'.

It will also delete the pair character if they're empty.

Ref D13119

Reviewed By: campbellbarton
November 13, 2021, 02:07 (GMT)
Cleanup: spelling in comments, comment block formatting
November 13, 2021, 01:47 (GMT)
Cleanup: clang-format
November 13, 2021, 00:57 (GMT)
Merge branch 'blender-v3.0-release'

November 13, 2021, 00:56 (GMT)
Fix snapping not performing on selected bones or splines

This is an old issue but never reported as it is only visible in the measure tool snapping.
November 13, 2021, 00:36 (GMT)
Merge branch 'blender-v3.0-release'

November 13, 2021, 00:34 (GMT)
Cleanup: reference some snap parameters in the snap context itself

This decreases the number of parameters in functions and makes important variables available in more places.
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021