From eb1ede569316027803e8327af92029f2b9598944 Mon Sep 17 00:00:00 2001 From: Julian Eisel Date: Fri, 1 Apr 2022 16:41:52 +0200 Subject: Assets: Instancing operator option for collection asset dropping Makes it possible to toggle instancing via the "Adjust Last Operation" panel after dropping a collection asset into the viewport. A design task that puts this into more context is pending still, but this is a useful option to have either way. Differential Revision: https://developer.blender.org/D14507 Reviewed by: Bastien Montagne --- source/blender/editors/object/object_intern.h | 1 + 1 file changed, 1 insertion(+) (limited to 'source/blender/editors/object/object_intern.h') diff --git a/source/blender/editors/object/object_intern.h b/source/blender/editors/object/object_intern.h index 490c495dad5..cb703caa8d1 100644 --- a/source/blender/editors/object/object_intern.h +++ b/source/blender/editors/object/object_intern.h @@ -119,6 +119,7 @@ void OBJECT_OT_pointcloud_add(struct wmOperatorType *ot); * Only used as menu. */ void OBJECT_OT_collection_instance_add(struct wmOperatorType *ot); +void OBJECT_OT_collection_external_asset_drop(struct wmOperatorType *ot); void OBJECT_OT_data_instance_add(struct wmOperatorType *ot); void OBJECT_OT_duplicates_make_real(struct wmOperatorType *ot); -- cgit v1.2.3