Drop object assets and associated objects at the cursor location

When dropping asset objects, place them under the mouse-cursor
along with any other objects they link in.

Ref D12935

Reviewed By: Severin
This commit is contained in:
2021-10-27 04:19:45 +11:00
parent eaed38cbd3
commit a062d86230
8 changed files with 296 additions and 76 deletions

View File

@@ -122,6 +122,8 @@ void ED_object_xform_skip_child_container_item_ensure(struct XFormObjectSkipChil
struct Object *ob_parent_recurse,
int mode);
void ED_object_xform_array_m4(struct Object **objects, uint objects_len, const float matrix[4][4]);
/* object_ops.c */
void ED_operatortypes_object(void);
void ED_operatormacros_object(void);