Revision 190170d by Sergey Sharybin November 6, 2020, 10:54 (GMT) |
Cleanup: Clang-Tidy, readability-redundant-member-init |
Revision dae0045 by Philipp Oeser November 6, 2020, 09:45 (GMT) |
Merge branch 'blender-v2.91-release' into master |
Revision 28e703b by Philipp Oeser November 6, 2020, 09:42 (GMT) |
Fix Outliner editbone selection with 'Sync Selection' When editbones were selected from the Outliner (and they were connected to a parent) with the 'Sync Selection' option turned ON, they could not get duplicated. For duplication to work, the (connected) parent bone's tip also has to be selected [which was not the case when selection is done from the Outliner under above circumstances]. The reason being that armature_duplicate_selected_exec -> ED_armature_edit_sync_selection clears the BONE_ROOTSEL flag if the parent bone's BONE_TIPSEL is not set. Caused by rB71eb65328078 btw. The correct "parent-tip-selection" would actually happen in activation - `tree_element_active_ebone` -- `tree_element_active_ebone__sel` but for 'Sync Selection' this happens [also] in - `outliner_sync_selection_from_outliner` -- `outliner_select_sync_to_edit_bone` which did not do the "flushing" to the parent bone's tip Now use existing dedicated function for this. ref. T82347 Reviewers: Zachman Differential Revision: https://developer.blender.org/D9470 |
Revision 0573f86 by Sergey Sharybin November 6, 2020, 08:54 (GMT) |
Cleanup: Clang-Tidy warnings |
Revision 9c34391 by Jeroen Bakker November 6, 2020, 07:23 (GMT) |
Fix compilation error in GHOST ELEM macro isn't available in GHOST library. |
Revision 84bbdfb by Ankit Meel November 6, 2020, 07:16 (GMT) |
Cleanup: Fix the order of info_cfg_option. |
Revision ec9241c by Aaron Carlisle November 6, 2020, 06:46 (GMT) |
Cleanup: add missing doxygen group |
Revision df4935b by Aaron Carlisle November 6, 2020, 06:46 (GMT) |
Revision 9762a09 by Campbell Barton November 6, 2020, 06:26 (GMT) |
CMake: configue_file() to pass strings for build-info Using configue_file(..) would have avoided the breakage from 1daa3c3f0a1cfd, caused by buildinfo not properly escaping quotes. Rely on CMake to escaping strings instead using configure_file(). |
Revision 9a7da12 by Aaron Carlisle November 6, 2020, 06:10 (GMT) |
Revision d9e7a42 by Campbell Barton November 6, 2020, 05:43 (GMT) |
Cleanup: use 'BKE_' prefix for initialization functions |
Revision 3c097af by Campbell Barton November 6, 2020, 05:25 (GMT) |
Cleanup: use doxy sections for node_group.c |
Revision 2f58535 by Campbell Barton November 6, 2020, 05:02 (GMT) |
Cleanup: use if/else check for property poll |
Revision f38ad4c by Campbell Barton November 6, 2020, 04:56 (GMT) |
Cleanup: replace STREQLEN with STRPREFIX for constant strings |
Revision 2d803d3 by Campbell Barton November 6, 2020, 04:42 (GMT) |
Cleanup: use STR_ELEM macro |
Revision 4f140ec by Hans Goudey November 6, 2020, 04:39 (GMT) |
Cleanup: Use LISTBASE_FOREACH macro |
Revision 06c030e by Hans Goudey November 6, 2020, 04:33 (GMT) |
Cleanup: Use descriptive variable names |
Revision a514559 by Campbell Barton November 6, 2020, 04:00 (GMT) |
Revision 605425c by Campbell Barton November 6, 2020, 03:35 (GMT) |
Cleanup: doxygen comments |
Revision eed6bf2 by Campbell Barton November 6, 2020, 03:25 (GMT) |
Cleanup: doxygen comments in ghost Use colon after parameters, use hash to reference symbols. |
|
|
|


Master Commits
MiikaH:n Sivut a.k.a. MiikaHweb | 2003-2021