You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is a very nice extension. However I can't use it because it renames all of my images "00000.png, 00001.png, 00002.png," etc. Checking or unchecking "Rename images" has no effect.
The text was updated successfully, but these errors were encountered:
I dont familar with Python, so I just change the smartprocess.py line 232 to:
231 if rename:
232 basename = os.path.splitext(src_name)[0]
as I dont need the rename fuction.
I assume its the matter of checking rename tickled, sorry for my english.
This is a very nice extension. However I can't use it because it renames all of my images "00000.png, 00001.png, 00002.png," etc. Checking or unchecking "Rename images" has no effect.
The text was updated successfully, but these errors were encountered: