Blender Git Loki

Blenderin Git "master"-kehityshaaran kommitit.

Page: 500 / 5574

November 6, 2020, 10:54 (GMT)
Cleanup: Clang-Tidy, readability-redundant-member-init
November 6, 2020, 09:45 (GMT)
Merge branch 'blender-v2.91-release' into master
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
November 6, 2020, 08:54 (GMT)
Cleanup: Clang-Tidy warnings
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.
November 6, 2020, 06:46 (GMT)
Cleanup: add missing doxygen group
November 6, 2020, 06:46 (GMT)
Cleanup: Fix wrong doxygen groups

Was missed in rB9b6088cb9da4df1a893361997fc1a22986bf6f2e
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().
November 6, 2020, 06:10 (GMT)
Fix uninitialized value

Own mistake in rB74188e65028d268af887ab2140e4253087410c1e
November 6, 2020, 05:43 (GMT)
Cleanup: use 'BKE_' prefix for initialization functions
November 6, 2020, 05:25 (GMT)
Cleanup: use doxy sections for node_group.c
November 6, 2020, 05:02 (GMT)
Cleanup: use if/else check for property poll
November 6, 2020, 04:56 (GMT)
Cleanup: replace STREQLEN with STRPREFIX for constant strings
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
November 6, 2020, 04:00 (GMT)
Cleanup: de-duplicate code for instancing objects when linking

Ref D8843
November 6, 2020, 03:35 (GMT)
Cleanup: doxygen comments
November 6, 2020, 03:25 (GMT)
Cleanup: doxygen comments in ghost

Use colon after parameters, use hash to reference symbols.
Tehnyt: Miika HämäläinenViimeksi päivitetty: 07.11.2014 14:18MiikaH:n Sivut a.k.a. MiikaHweb | 2003-2021