When an object is at any number that does not end with .5 (ex. 4 , 8 , 13) it skips to the closest number that ends with .5 (ex. 4.5, 8.5 ,13.5) and then snaps 1 unit like it is supposed to ( 5.5 , 9.5 ,14.5). I want it to to skip from the start. For example i have object at 0 i want it to go 1 2 3 . But it is going from 0 to 0.5 1.5 2.5 3.5 please help
SOLVED
I changed the tool handle position to pivot from center and it got fixed