Fix T66605: Operation on origins not working correct
This commit is contained in:
Submodule release/datafiles/locale updated: 6a6b84fd50...0f771b0f38
Submodule release/scripts/addons updated: 5819abebf4...aa3366b780
Submodule release/scripts/addons_contrib updated: f00d4fbe84...0aa23a4d61
@@ -1062,7 +1062,7 @@ static int object_origin_set_exec(bContext *C, wmOperator *op)
|
|||||||
|
|
||||||
/* move active first */
|
/* move active first */
|
||||||
if (ob == obact) {
|
if (ob == obact) {
|
||||||
memmove(&objects[1], objects, object_index);
|
memmove(&objects[1], objects, object_index * sizeof(Object *));
|
||||||
objects[0] = ob;
|
objects[0] = ob;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Submodule source/tools updated: 8598818108...aa9cc18913
Reference in New Issue
Block a user