Blender Git Commit Log

All Blender Git commits.

Page: 2608 / 8462

March 28, 2019, 11:47 (GMT)
Improve interface of IR generators and wrap IRBuilder<>
March 28, 2019, 11:07 (GMT)
Fix T62944: Memory leak in animation playback

Missing memory free in the early output of particles distribute
initialization.

Seems it was always there.
March 28, 2019, 10:49 (GMT)
Fix T63030: Edge crease is not applied for boundary edges

Caused by missing vertex sharpness comparison in the topology
comparator.
March 28, 2019, 10:43 (GMT)
Fix T63031: Keyframing Annotations doesn't work

By design the annotation parameters must not be animatable.

Annotations are designed to take notes, not to create animations, so any animatable parameters have been flagged as non-animatable.

Note: As some properties are shared with grease pencil, I had to duplicate one property (adviced by @mont29) to keep grease pencil animatable but annotations don't.
March 28, 2019, 10:17 (GMT)
build_environment: Fixed FindOpenImageDenoise.cmake.
March 28, 2019, 10:04 (GMT)
Depsgraph: Fix dependency cycle when adding rigid body

Was a mistake in the recent change.

The idea here is: manual should invalidate point cache, but
rigid body simulation should only happen after point cache
was ensured to be in the correct state.
March 28, 2019, 08:50 (GMT)
push initial function caller information on execution stack
March 28, 2019, 07:17 (GMT)
build_environment: OpenImageDenoise fixes for Linux and Windows.
March 28, 2019, 05:44 (GMT)
Fix T63037: Accelerator keys fail when another key is highlighted
March 28, 2019, 04:20 (GMT)
Cleanup: add doxy sections to view3d_draw,header
March 28, 2019, 00:40 (GMT)
Fix bpy.msgbus.subscribe_rna argument parsing

Also enforce all arguments are keywords and update docstring.
March 27, 2019, 23:34 (GMT)
Edit Mesh Selection: Clear buffer before using in glReadPixel.

Areas out of bound are not written.
March 27, 2019, 23:11 (GMT)
Cleanup: style, use braces for makesdna, datatoc
March 27, 2019, 22:36 (GMT)
DRW manager: Always assume that the GL_DITHER and GL_SCISSOR_TEST should be disabled if not used.

This may fix a glitch detected when you perform edited mesh selection.
See comment in rB00bdb5cdf08f
March 27, 2019, 21:32 (GMT)
Fix T63023: wrong Eevee window coordinates for background.
March 27, 2019, 21:21 (GMT)
Fix part of T63023: wrong Cycles window coordinates for background.
March 27, 2019, 21:02 (GMT)
Eevee: Fix reflection plane weird behavior when comming from lookdev mode

The reflection was set to use the 1x1px texture as rendering target and was
considered valid reflection texture.
March 27, 2019, 19:48 (GMT)
Fix T63017: selection via lasso does not work properly in X-ray.

Probably missed in rB40f8ddf8297a.
March 27, 2019, 19:47 (GMT)
Fix T55956: Transfer Weights: Source Layers can't be set to Active Layer.

Behavior of source/destination options was rather flaky in reversed
mode...

Note that even though this mode is a bit annoying and cumbersome, the
only alternative (defining a specific transfer weight operator) would be
much more verbose, so think that for now we'd rather keep what we have
here.
March 27, 2019, 19:47 (GMT)
Cleanup: minor comments fixes.
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021