Skip to content

Commit

Permalink
Defaults tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
Dnyarri committed Oct 7, 2024
1 parent 26f9389 commit b57b117
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions linen.py
Original file line number Diff line number Diff line change
Expand Up @@ -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__ = '[email protected]'
__status__ = 'Production'
Expand Down Expand Up @@ -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}
Expand Down
6 changes: 3 additions & 3 deletions stitch.py
Original file line number Diff line number Diff line change
Expand Up @@ -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__ = '[email protected]'
__status__ = 'Production'
Expand Down Expand Up @@ -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}
Expand Down

0 comments on commit b57b117

Please sign in to comment.