Blender Git Commit Log

Git Commits -> Revision b454a12

Revision b454a12 by Philipp Oeser (master)
March 3, 2020, 09:01 (GMT)
Separate operators (mesh/curve/armature/gpencil): take user preferences
into account for duplicating actions

Previously actions remained linked after duplication, now this is based
on the User Preferences (PreferencesEdit.use_duplicate_action).

note: default is ON here, so this changes default behavior of separate
operators.

First intuition was to respect _all_ preferences here (e.g. also
duplicating materials if chosen in the User Preferences) but after
consideration this is probably not what the User would expect from such
'modeling' opertions (e.g. separate by loose parts resulting in possibly
many duplicate materials)

Fixes T71038

Maniphest Tasks: T71038

Differential Revision: https://developer.blender.org/D6120

Commit Details:

Full Hash: b454a1223317c8d05bc09a745f85eae22be658e8
Parent Commit: ee70349
Lines Changed: +19, -8

4 Modified Paths:

/source/blender/editors/armature/armature_relations.c (+3, -2) (Diff)
/source/blender/editors/curve/editcurve.c (+5, -2) (Diff)
/source/blender/editors/gpencil/gpencil_edit.c (+5, -2) (Diff)
/source/blender/editors/mesh/editmesh_tools.c (+6, -2) (Diff)
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021