blender/release/scripts
Philipp Oeser 7f9b6b1dc9 Sculpt: 'Unifiy' Dyntopo Detail Size operators
Prior to rB99a7c917eab7, Shift + D was used to set detail size for both
constant and relative detail (using radial control). The commit added an
improved operator for doing this for constant detail (showing the
triangle grid representation), but left the user without a shortcut to
do this for relative detail.

Interestingly rB99a7c917eab7 only changed this for the Blender keymap,
the Industy Compatible keymap still has the "old" entry.

This patch changes both keymaps to have both entries.

For user experience, the real change here is to have both available on
one 'primary' shortcut (Shift+D), the improved
'dyntopo_detail_size_edit' operator will now act on all possible cases.
If it deals with constant detail, it acts as before, if it deals with
relative detail etc, it will fallback to the "old" way of doing it via
radial control instead. I assume this adresses what was stated in
rB99a7c917eab7: "Deciding if both detail sizes can be unified needs a
separate discussion"

Also, move dyntopo_detail_size_edit to sculpt_detail.c

Fixes T83828

Maniphest Tasks: T83828

Differential Revision: https://developer.blender.org/D9871
2021-03-09 13:55:37 +01:00
..
addons@117faa96af Speedup for usual non-manifold exact boolean case. 2021-03-07 18:13:19 -05:00
addons_contrib@a140f066ac Fix T84707: Wrong icon for Movie Clip Editor 2021-02-23 12:07:25 +01:00
freestyle Pydoc: Fix duplicate totree for freestyle 2020-10-11 15:50:24 -04:00
modules Cleanup: remove workaround for Python 3.7x crashing with libedit 2021-03-06 19:31:49 +11:00
presets Sculpt: 'Unifiy' Dyntopo Detail Size operators 2021-03-09 13:55:37 +01:00
startup "Show Texture in texture tab" button: full support for Sculpt / Paint 2021-03-08 19:38:35 +01:00
templates_osl OSL: remove fresnel template that was not public domain. 2019-01-28 12:04:54 +01:00
templates_py Cleanup: remove unused layers property from template 2021-02-21 20:55:31 +11:00