Depsgraph: Don;t use copy actions flag

Is useless without main.
This commit is contained in:
Sergey Sharybin
2018-04-25 17:00:41 +02:00
parent 99c5bd0cd9
commit e584f3d8d2

View File

@@ -289,7 +289,6 @@ bool scene_copy_inplace_no_main(const Scene *scene, Scene *new_scene)
bool result = BKE_id_copy_ex(NULL,
id_for_copy,
(ID **)&new_scene,
LIB_ID_COPY_ACTIONS |
LIB_ID_CREATE_NO_MAIN |
LIB_ID_CREATE_NO_USER_REFCOUNT |
LIB_ID_CREATE_NO_ALLOCATE |