This repository has been archived by the owner on Jul 18, 2020. It is now read-only.
forked from DavidBluecame/su2yafaray
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Updates to version, date and authors
- Loading branch information
1 parent
ebc4122
commit 32674cf
Showing
2 changed files
with
9 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -16,14 +16,17 @@ | |
# Description : Model exporter and material editor for Yafaray http://www.yafaray.org | ||
# Menu Item : Plugins\Luxrender Exporter | ||
# Authors : Alexander Smirnov (aka Exvion) e-mail: [email protected] http://exvion.ru | ||
# (Original su2yafaray exporter (and most of the work) done by Exvion) | ||
# David Bluecame (updates and changes to this exporter starting 2016) | ||
# Initialy based on SU exporters: | ||
# SU2LUX by Alexander Smirnov, Mimmo Briganti | ||
# SU2KT by Tomasz Marek, Stefan Jaensch, Tim Crandall, | ||
# SU2POV by Didier Bur and OGRE exporter by Kojack | ||
# Usage : Copy script to PLUGINS folder in SketchUp folder, run SU, go to Plugins\Yafaray exporter | ||
# Date : 2010-06-29 | ||
# (Still way behind YafaRay Core, very limited and probably buggy (pre-alpha state)) | ||
# Date : 2017-03-14 | ||
# Type : Exporter | ||
# Version : 0.1 alpha | ||
# Version : 3.2.0-pre-alpha | ||
|
||
|
||
$:.push(File.join(File.dirname(__FILE__))) #add the su2yafaray folder to the ruby library search list | ||
|
@@ -288,4 +291,4 @@ def onMaterialSetCurrent(materials, material) | |
Sketchup.active_model.materials.add_observer(SU2YAFARAY_material_observer.new) | ||
end | ||
|
||
file_loaded(__FILE__) | ||
file_loaded(__FILE__) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters