Blender Git Commits

Blender Git "master" branch commits.

Page: 803 / 5574

April 29, 2020, 08:14 (GMT)
Merge branch 'blender-v2.83-release'
April 29, 2020, 08:14 (GMT)
Fix T76185: GPencil from Curve ignores Cyclic when curve has only 2 points

Also changed default thickness to 10 because after draw engine refactor the final line was too thin.
April 29, 2020, 02:36 (GMT)
Cleanup: use const args for depsgraph functions
April 29, 2020, 02:21 (GMT)
Cleanup: use doxy sections for multires & subdiv sources
April 28, 2020, 21:49 (GMT)
Fix crash after 475bd6b occuring on each render end, we need another nullcheck here
April 28, 2020, 20:42 (GMT)
Merge branch 'blender-v2.83-release'
April 28, 2020, 20:40 (GMT)
Fix T75432: Cycles progressive refine render slow with denoising data

Only perform denoising prefilter for the last sample, not every sample.
April 28, 2020, 20:32 (GMT)
Cleanup: Use more descriptive names for functions

count_set_pose_transflags --> transform_convert_pose_transflags_update
count_bone_select --> armature_bone_transflags_update_recursive

Also don't mix `BONE_TRANSFORM_MIRROR` with `BONE_TRANSFORM` in
transflag. (This was a mess introduced in rBde530a95dc7b).
Revision b443e1b by Hans Goudey
April 28, 2020, 20:15 (GMT)
UI: Improve DataTransfer Modifier Error Message

Differential Revision: https://developer.blender.org/D7546
April 28, 2020, 17:18 (GMT)
BLI: add VectorSet.is_empty method
April 28, 2020, 16:42 (GMT)
GPencil: Remove redundant UVs text

It's clear you change the UVs
April 28, 2020, 16:40 (GMT)
GPencil: Rename modifier Texture to Texture Mapping

April 28, 2020, 16:35 (GMT)
GPencil: Remove redundant Control word from UI

April 28, 2020, 16:08 (GMT)
Cleanup: remove unnecessary includes
April 28, 2020, 15:53 (GMT)
Depsgraph: use BLI::Vector for Relations

Reviewers: sergey

Differential Revision: https://developer.blender.org/D7556
April 28, 2020, 15:44 (GMT)
Depsgraph: Use BLI::Map for constraint_to_pchan_map_

Reviewers: sergey

Differential Revision: https://developer.blender.org/D7553
April 28, 2020, 15:40 (GMT)
Depsgraph: use BLI::Set for entry_tags

Reviewers: sergey

Differential Revision: https://developer.blender.org/D7555
April 28, 2020, 15:18 (GMT)
Merge branch 'blender-v2.83-release'
April 28, 2020, 15:06 (GMT)
Fix T76179: Unable to select render passes when a render has fewer
passes than one in another slot

If a particular pass is not available in a slot we are switching to,
still show the menu, but with a blank name for the currently selected
item so that the user can change it to a valid value.

thx @brecht for providing the standard way Blender deals with these
kinds of situations.

Maniphest Tasks: T76179

Differential Revision: https://developer.blender.org/D7552
April 28, 2020, 15:04 (GMT)
BLI: rename Vector.empty to Vector.is_empty
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021