fix regression since early 2.5x, there was no way to copy library linked objects.

This commit is contained in:
Campbell Barton
2013-06-28 19:33:58 +00:00
parent 24e8f2f4ce
commit f55ef8b3fc

View File

@@ -2038,7 +2038,7 @@ static int duplicate_exec(bContext *C, wmOperator *op)
clear_id_newpoins();
clear_sca_new_poins(); /* sensor/contr/act */
CTX_DATA_BEGIN (C, Base *, base, selected_editable_bases)
CTX_DATA_BEGIN (C, Base *, base, selected_bases)
{
Base *basen = object_add_duplicate_internal(bmain, scene, base, dupflag);