Fix T66605: Operation on origins not working correct

This commit is contained in:
Sergey Sharybin 2019-07-09 18:52:41 +02:00
parent 3f208ed927
commit 23f1bc7414
5 changed files with 5 additions and 5 deletions

@ -1 +1 @@
Subproject commit 6a6b84fd50538a65276c729b5d396be615bc79f2
Subproject commit 0f771b0f380a1ae21d859416043c6119f66e40c9

@ -1 +1 @@
Subproject commit 5819abebf40d5f09543bfe2af3aa4dfa698b3114
Subproject commit aa3366b7805bbe4d1afee890bda81b6d91bd47be

@ -1 +1 @@
Subproject commit f00d4fbe84852e40af281267c06dc21bafb5df49
Subproject commit 0aa23a4d6177bed4c12392c81d0b767a8b35fe61

@ -1062,7 +1062,7 @@ static int object_origin_set_exec(bContext *C, wmOperator *op)
/* move active first */
if (ob == obact) {
memmove(&objects[1], objects, object_index);
memmove(&objects[1], objects, object_index * sizeof(Object *));
objects[0] = ob;
}
}

@ -1 +1 @@
Subproject commit 8598818108ddaf35e30d2a2dbd408ad371e41eb5
Subproject commit aa9cc18913aca559e932d5b7894e3c222ccffae4