Blender Git Loki
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