|
|
@ -5,6 +5,10 @@ from ArtNet.artnet_manager import ArtNetManager
|
|
|
|
# TODO 2. edit a tag on the current image & save the edit
|
|
|
|
# TODO 2. edit a tag on the current image & save the edit
|
|
|
|
# TODO 3. attempt to save the current image
|
|
|
|
# TODO 3. attempt to save the current image
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
# TODO fix bugs:
|
|
|
|
|
|
|
|
# TODO 1. import tags on #237 failed to catch all tags
|
|
|
|
|
|
|
|
# TODO 2. pressing prev. Unknown from ~#238 returns wrong unknowns! (always #136, #132, #127, then correct)
|
|
|
|
|
|
|
|
|
|
|
|
if __name__ == "__main__":
|
|
|
|
if __name__ == "__main__":
|
|
|
|
am = ArtNetManager()
|
|
|
|
am = ArtNetManager()
|
|
|
|
am.run()
|
|
|
|
am.run()
|
|
|
|