From b57b1173f796bcd0249eee7520f992f730a16bb5 Mon Sep 17 00:00:00 2001 From: Ilya Razmanov Date: Mon, 7 Oct 2024 09:16:13 +0300 Subject: [PATCH] Defaults tweaks --- linen.py | 6 +++--- stitch.py | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/linen.py b/linen.py index ead8d0f..bb2596e 100644 --- a/linen.py +++ b/linen.py @@ -26,7 +26,7 @@ __copyright__ = '(c) 2007-2024 Ilya Razmanov' __credits__ = 'Ilya Razmanov' __license__ = 'unlicense' -__version__ = '1.10.4.1' +__version__ = '1.10.4.2' __maintainer__ = 'Ilya Razmanov' __email__ = 'ilyarazmanov@gmail.com' __status__ = 'Production' @@ -257,8 +257,8 @@ def src_lum(x, y): ' look_at <0.0, 0.0, 0.0>\n', '}\n\n', # Light {#aaaa00, 2} - 'light_source{0*x\n color rgb <1.1, 1.0, 1.0>\n// area_light <1, 0, 0>, <0, 1, 0>, 5, 5 circular orient area_illumination on\n translate <-4, -3, 2>\n}\n\n', - 'light_source{0*x\n color rgb <0.9, 1.0, 1.0>\n// area_light <1, 0, 0>, <0, 1, 0>, 5, 5 circular orient area_illumination on\n translate <1, 2, 3>\n}\n\n', + 'light_source{0*x\n color rgb <1.1, 1.0, 1.0>\n// area_light <0.5, 0, 0>, <0, 0.5, 0>, 5, 5 circular orient area_illumination on\n translate <-4, -3, 2>\n}\n\n', + 'light_source{0*x\n color rgb <0.9, 1.0, 1.0>\n// area_light <0.5, 0, 0>, <0, 0.5, 0>, 5, 5 circular orient area_illumination on\n translate <1, -2, 3>\n}\n\n', '\n/* ----------------------------------------------\n | Insert preset to override settings above |\n ---------------------------------------------- */\n\n', '// #include "preset.inc" // Set path and name of your file related to scene file\n\n', # Main object start {#ffaa00,0} diff --git a/stitch.py b/stitch.py index 66623b2..5408277 100644 --- a/stitch.py +++ b/stitch.py @@ -26,7 +26,7 @@ __copyright__ = '(c) 2007-2024 Ilya Razmanov' __credits__ = 'Ilya Razmanov' __license__ = 'unlicense' -__version__ = '1.10.4.1' +__version__ = '1.10.4.2' __maintainer__ = 'Ilya Razmanov' __email__ = 'ilyarazmanov@gmail.com' __status__ = 'Production' @@ -261,8 +261,8 @@ def src_lum(x, y): ' look_at <0.0, 0.0, 0.0>\n', '}\n\n', # Light {#aaaa00, 2} - 'light_source{0*x\n color rgb <1.1, 1.0, 1.0>\n// area_light <1, 0, 0>, <0, 1, 0>, 5, 5 circular orient area_illumination on\n translate <-4, 1, 3>\n}\n\n', - 'light_source{0*x\n color rgb <0.9, 1.0, 1.0>\n// area_light <1, 0, 0>, <0, 1, 0>, 5, 5 circular orient area_illumination on\n translate <1, -3, 4>\n}\n\n', + 'light_source{0*x\n color rgb <1.1, 1.0, 1.0>\n// area_light <0.5, 0, 0>, <0, 0.5, 0>, 5, 5 circular orient area_illumination on\n translate <-4, 1, 3>\n}\n\n', + 'light_source{0*x\n color rgb <0.9, 1.0, 1.0>\n// area_light <0.5, 0, 0>, <0, 0.5, 0>, 5, 5 circular orient area_illumination on\n translate <1, -3, 4>\n}\n\n', '\n/* ----------------------------------------------\n | Insert preset to override settings above |\n ---------------------------------------------- */\n\n', '// #include "preset.inc" // Set path and name of your file related to scene file\n\n', # Main object start {#ffaa00,0}