Blender Git Commit Log

Git Commits -> Revision 960a0b8

Revision 960a0b8 by Julian Eisel (master)
December 27, 2020, 14:55 (GMT)
Fix T84101: Duplicate operator not available for some data-block selectors

In some operators that previously allowed duplicating the selected data-block,
the operator would not be available now. 2250b5cefee7 split the "new" operators
into "new" and "delete" to allow clearly differentiating between the two. But I
apparently didn't amend all affected data-block selectors to use the added
"duplicate" operators.
I went over all operators that were split now and made sure all affected
data-block selectors are updated.

Commit Details:

Full Hash: 960a0b892c096965696bbd93d0782001d53c869e
Parent Commit: e56fe47
Lines Changed: +4, -4

2 Modified Paths:

/release/scripts/startup/bl_ui/properties_grease_pencil_common.py (+1, -1) (Diff)
/release/scripts/startup/bl_ui/space_node.py (+3, -3) (Diff)
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021