Blender Git Commit Log

All Blender Git commits.

Page: 1680 / 8462

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 (master)
April 28, 2020, 20:15 (GMT)
UI: Improve DataTransfer Modifier Error Message

Differential Revision: https://developer.blender.org/D7546
April 28, 2020, 19:52 (GMT)
Layouts for great pencil modifiers

Worked out the layouts with Matias Mendiola and implemented them here.
April 28, 2020, 17:18 (GMT)
BLI: add VectorSet.is_empty method
April 28, 2020, 16:57 (GMT)
Alembic: adjusted some unit tests

The new Alembic exporter will name exported data differently than the old
one, so tests need to be adjusted for this.

Not all tests succeed yet, but at least a few more do.
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:36 (GMT)
Alembic: added exporting of hair
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:48 (GMT)
Alembic: fixed time sampling index handling
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
April 28, 2020, 14:41 (GMT)
BLI: add Set.clear method
April 28, 2020, 14:35 (GMT)
BLI: add Set.is_empty method
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021