Blender Git Commit Log

All Blender Git commits.

Page: 2587 / 8462

April 10, 2019, 10:12 (GMT)
Industry Compatible Keymap: Remove JKL keys

This wasn't working enough how video editors work.
April 10, 2019, 10:03 (GMT)
Correct enum name
April 10, 2019, 09:49 (GMT)
Merge branch 'master' into temp-keymap-industry-compat
April 10, 2019, 09:47 (GMT)
Keyframing: add operators that use keying-set ID's

Unfortunately we can't use insert/delete_keyframe operators in keymaps
because the enums aren't known at the time of keymap registration
and the keying sets are dynamic and use a poll function.

Add a version of insert/delete operators that takes a string
instead of an enum. Needed for D4626.

Also extract int to keying-set into a utility function.
April 10, 2019, 09:44 (GMT)
Cycles: Fixed adaptive sampling with progressive refine on CUDA devices.
April 10, 2019, 09:31 (GMT)
Fix T63455: Legacy GPencil settings in Annotations
April 10, 2019, 09:21 (GMT)
Use new insert keyframe operator
April 10, 2019, 08:42 (GMT)
Merge branch 'master' into greasepencil-object
April 10, 2019, 08:42 (GMT)
GPencil: Improve Gradient in Dots mode

The old method was too complex and got weird results when mixed with brush strength. Now the result is far better.
April 10, 2019, 08:22 (GMT)
De-duplicate code
April 10, 2019, 08:19 (GMT)
Fix T63347: No longer supported disable-ffserver option in install_deps script.

FFMPEG removed ffserver and that option alltogether three years ago.
April 10, 2019, 08:17 (GMT)
Temp branch for industry compat keymap
April 10, 2019, 08:06 (GMT)
Fix T63441: Cycles applies modifiers twice

Was a mistake in df26f28835f, which caused access uninitialized variable.
April 10, 2019, 08:00 (GMT)
Cleanup: rename old -> versioning

The term 'old' isn't very meaningful, follow naming for existing
code that updates data.
April 10, 2019, 07:56 (GMT)
Cycles: Some refactoring and improved shuffle in PMJ02 sampler.
April 10, 2019, 07:36 (GMT)
Cleanup: use STR_ELEM macro
April 10, 2019, 07:25 (GMT)
BLI_string: Add STR_ELEM macro

A string comparison version of the ELEM macro,
add to avoid verbose & repetitive strcmp/STREQ usage.
April 10, 2019, 07:05 (GMT)
Cleanup: order simple check before function call
April 10, 2019, 06:40 (GMT)
Cleanup: spelling
April 10, 2019, 06:34 (GMT)
Cleanup: style, shadow warning
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021