Blender Git Loki
Git Commits -> Revision 94388d6
Revision 94388d6 by Bastien Montagne (master) March 25, 2019, 09:09 (GMT) |
Add copy/paste of any IDs in Outliner. This adds entries to copy/paste (selected) IDs in the Outliner, as well as usual ctrl-C/ctrl-V shortcuts. Note that the clipboard is shared with other IDs copying (currently, the one for objects in 3DView). Reviewers: brecht, dfelinto, billreynish, pablovazquez Differential Revision: https://developer.blender.org/D4568 |
Commit Details:
Full Hash: 94388d69bb8082945e95f1b7583320cd43d90c69
Parent Commit: c1f8b97
Lines Changed: +125, -0
5 Modified Paths:
/release/scripts/presets/keyconfig/keymap_data/blender_default.py (+3, -0) (Diff)
/source/blender/editors/space_outliner/outliner_edit.c (+100, -0) (Diff)
/source/blender/editors/space_outliner/outliner_intern.h (+2, -0) (Diff)
/source/blender/editors/space_outliner/outliner_ops.c (+2, -0) (Diff)
/source/blender/editors/space_outliner/outliner_tools.c (+18, -0) (Diff)
/source/blender/editors/space_outliner/outliner_edit.c (+100, -0) (Diff)
/source/blender/editors/space_outliner/outliner_intern.h (+2, -0) (Diff)
/source/blender/editors/space_outliner/outliner_ops.c (+2, -0) (Diff)
/source/blender/editors/space_outliner/outliner_tools.c (+18, -0) (Diff)