Revision 7706053 by Antonio Vazquez April 29, 2020, 08:14 (GMT) |
Merge branch 'blender-v2.83-release' |
Revision 601a1a3 by Antonio Vazquez 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. |
Revision 21ef8c4 by Campbell Barton April 29, 2020, 02:36 (GMT) |
Cleanup: use const args for depsgraph functions |
Revision af835ee by Campbell Barton April 29, 2020, 02:21 (GMT) |
Cleanup: use doxy sections for multires & subdiv sources |
Revision 3ea67e0 by jens verwiebe April 28, 2020, 21:49 (GMT) |
Fix crash after 475bd6b occuring on each render end, we need another nullcheck here |
Revision cec9dbc by Brecht Van Lommel April 28, 2020, 20:42 (GMT) |
Merge branch 'blender-v2.83-release' |
Revision 05274ca by Brecht Van Lommel 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. |
Revision d66aa52 by Germano Cavalcante 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 |
Revision 4d06c1c by Jacques Lucke April 28, 2020, 17:18 (GMT) |
BLI: add VectorSet.is_empty method |
Revision 44ac789 by Antonio Vazquez April 28, 2020, 16:42 (GMT) |
GPencil: Remove redundant UVs text It's clear you change the UVs |
Revision cdd980c by Antonio Vazquez April 28, 2020, 16:40 (GMT) |
GPencil: Rename modifier Texture to Texture Mapping |
Revision d366658 by Antonio Vazquez April 28, 2020, 16:35 (GMT) |
GPencil: Remove redundant Control word from UI |
Revision c1e6865 by Jacques Lucke April 28, 2020, 16:08 (GMT) |
Cleanup: remove unnecessary includes |
Revision 67bd6bb by Jacques Lucke April 28, 2020, 15:53 (GMT) |
Depsgraph: use BLI::Vector for Relations Reviewers: sergey Differential Revision: https://developer.blender.org/D7556 |
Revision 05283f8 by Jacques Lucke April 28, 2020, 15:44 (GMT) |
Depsgraph: Use BLI::Map for constraint_to_pchan_map_ Reviewers: sergey Differential Revision: https://developer.blender.org/D7553 |
Revision 7dfa1b1 by Jacques Lucke April 28, 2020, 15:40 (GMT) |
Depsgraph: use BLI::Set for entry_tags Reviewers: sergey Differential Revision: https://developer.blender.org/D7555 |
Revision 7bc4a43 by Philipp Oeser April 28, 2020, 15:18 (GMT) |
Merge branch 'blender-v2.83-release' |
Revision 475bd6b by Philipp Oeser 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 |
Revision a72eed7 by Jacques Lucke April 28, 2020, 15:04 (GMT) |
BLI: rename Vector.empty to Vector.is_empty |
|
|
|


Master Commits
MiikaHweb | 2003-2021