I have an object (say the default cube) and I want to limit its movement along the x-axis only, in integer increments of 1m. How can I achieve this using only object constraints if possible (without snapping, without keyframes, etc)?
For example, in this case the cube can only have the coordinates {0, 0}, {1, 0}, {2, 0}, ..., {inf, 0}, and no float numbers in between, only integers.
The problem if I use the Limit Location Constraint in Blender for example, is that the object can have any non integer value between {lower limit, higher limit} which is not desirable.




