Skip to content

Commit

Permalink
main branch merged rel branch
Browse files Browse the repository at this point in the history
  • Loading branch information
liu-yucheng committed May 19, 2022
2 parents face4f1 + 9fa718b commit 948e894
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions aidesign_blend/libs/blenders.py
Original file line number Diff line number Diff line change
Expand Up @@ -537,7 +537,7 @@ def _prep_matrices(self):
if rot_180:
rot = "180"
else:
rot = "0"
rot = ""
# end if

rot_matrix[iy][ix] = rot
Expand All @@ -546,7 +546,7 @@ def _prep_matrices(self):
else:
for iy in range(c.y_frag_count):
for ix in range(c.x_frag_count):
rot_matrix[iy][ix] = "0"
rot_matrix[iy][ix] = ""
# end for
# end for
# end if
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ def main():
"""Main function."""
_setup(
name="aidesign-blend",
version="1.7.1",
version="1.7.2",
author="Yucheng Liu (From The AIDesign Team)",
license="Copyright (C) 2022 Yucheng Liu. GNU GPL3 license.",
description="AIDesign image fragments blending application.",
Expand Down

0 comments on commit 948e894

Please sign in to comment.