mirror of
https://github.com/blender/blender-addons-contrib.git
synced 2025-07-20 16:54:35 +00:00
Cleanup: add newline at EOF, trim trailing space
This commit is contained in:
@ -1259,7 +1259,7 @@ def choose_0_or_180(piv, rot_co3d_pos, rot_co3d_neg, rot_ang_rad, mouse_co):
|
||||
|
||||
def prep_rotation_info(curr_ms_stor, new_ms_stor):
|
||||
'''
|
||||
Reduces the provided rotation amount (new_ms_stor) to an "equivalent"
|
||||
Reduces the provided rotation amount (new_ms_stor) to an "equivalent"
|
||||
value less than or equal to 180 degrees. Calculates the angle offset
|
||||
from curr_ms_stor to achieve a new_ms_stor value.
|
||||
'''
|
||||
|
@ -154,4 +154,4 @@ def unregister():
|
||||
|
||||
|
||||
if __name__ == "__main__":
|
||||
register()
|
||||
register()
|
||||
|
Reference in New Issue
Block a user