From 131c28a7559211cc0f255494a56cf83a998fe37c Mon Sep 17 00:00:00 2001 From: Ilya Razmanov Date: Wed, 12 Jun 2024 09:12:54 +0300 Subject: [PATCH] 1.6.12.12 Release --- 3zaika.py | 13 ++++--------- 4zaika.py | 14 ++++---------- 2 files changed, 8 insertions(+), 19 deletions(-) diff --git a/3zaika.py b/3zaika.py index 7430ff4..6093464 100644 --- a/3zaika.py +++ b/3zaika.py @@ -16,13 +16,8 @@ 04.04.2024 s3zaika.py final state, completely rewritten vs. first transition from FM. 0.0.0.1 Complete rewriting to more flexible project - 22 May 2024. -0.0.0.4 Position and scale mapping. More thingies. -0.0.0.6 Normal randomization. Position and rotation randomization. Unwanted commutation fixed. - Pigment format changed to rgbft (no lgbt puns please!). -0.0.0.8 Mapping moved to POVRay user-defined functions. - General restructure for easy editing. -0.0.0.10 Changes for easy scene patching with .inc -0.0.0.12 General output restructure for readability. Small additions to scene. +0.0.0.12 3zaika ready to release - 10 June 2024. +1.6.12.12 First Production release - 12 June 2024. Project mirrors: https://github.com/Dnyarri/POVmosaic @@ -34,10 +29,10 @@ __copyright__ = "(c) 2007-2024 Ilya Razmanov" __credits__ = "Ilya Razmanov" __license__ = "unlicense" -__version__ = "0.0.0.12" +__version__ = "1.6.12.12" __maintainer__ = "Ilya Razmanov" __email__ = "ilyarazmanov@gmail.com" -__status__ = "Development" +__status__ = "Production" from tkinter import Tk, Label, filedialog from time import time, ctime diff --git a/4zaika.py b/4zaika.py index 5e1e7ec..996344d 100644 --- a/4zaika.py +++ b/4zaika.py @@ -16,14 +16,8 @@ 04.04.2024 b4zaikaR.py final state. 0.0.0.1 Complete rewriting to more flexible project - 21 May 2024. -0.0.0.4 Position and scale mapping. More thingies. -0.0.0.6 Normal randomization. Position and rotation randomization. Unwanted commutation fixed. - Pigment format changed to rgbft (no lgbt puns please!). -0.0.0.8 Mapping moved to POVRay user-defined functions. - General restructure for easy editing. -0.0.0.10 Changes for easy scene patching with .inc -0.0.0.12 Separated even/odd scale/translate. Gave up and introduced initial scale - and rotate - makes file bigger but simplifies editing. Small additions to scene. +0.0.0.12 3zaika ready to release - 10 June 2024. +1.6.12.12 First Production release - 12 June 2024. Project mirrors: https://github.com/Dnyarri/POVmosaic @@ -35,10 +29,10 @@ __copyright__ = "(c) 2007-2024 Ilya Razmanov" __credits__ = "Ilya Razmanov" __license__ = "unlicense" -__version__ = "0.0.0.12" +__version__ = "1.6.12.12" __maintainer__ = "Ilya Razmanov" __email__ = "ilyarazmanov@gmail.com" -__status__ = "Development" +__status__ = "Production" from tkinter import Tk, Label, filedialog from time import time, ctime