Merge pull request #4535 from RosettaCommons/vmullig/float_not_int
Allow Rotate mover to accept floats for the number of degrees, rather than ints.
For some reason, the Rotate mover was set to take an integer for the rotation in degrees rather than a float. Fixing this.