Skip to content

Commit

Permalink
1.6.12.12 Release
Browse files Browse the repository at this point in the history
  • Loading branch information
Dnyarri committed Jun 12, 2024
1 parent dc13915 commit 131c28a
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 19 deletions.
13 changes: 4 additions & 9 deletions 3zaika.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down
14 changes: 4 additions & 10 deletions 4zaika.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down

0 comments on commit 131c28a

Please sign in to comment.