@@ -2065,7 +2065,7 @@ static int collection_drop_exec(bContext *C, wmOperator *op)
|
||||
ob->transflag |= OB_DUPLICOLLECTION;
|
||||
id_us_plus(&add_info->collection->id);
|
||||
}
|
||||
else {
|
||||
else if (ID_IS_EDITABLE(&add_info->collection->id)) {
|
||||
ViewLayer *view_layer = CTX_data_view_layer(C);
|
||||
float delta_mat[4][4];
|
||||
unit_m4(delta_mat);
|
||||
|
||||
Reference in New Issue
Block a user