Skip to content
This repository has been archived by the owner on Jul 18, 2020. It is now read-only.

Commit

Permalink
Updates to version, date and authors
Browse files Browse the repository at this point in the history
  • Loading branch information
DavidBluecame committed Mar 14, 2017
1 parent ebc4122 commit 32674cf
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 6 deletions.
9 changes: 6 additions & 3 deletions su2yafaray/su2yafaray.rb
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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__)
6 changes: 3 additions & 3 deletions su2yafaray_loader.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
require 'extensions.rb'

su2yafaray = SketchupExtension.new "YafaRay", "su2yafaray/su2yafaray.rb"
su2yafaray.copyright= 'GNU LGPLv.2 2010 Alexander Smirnov aka Exvion'
su2yafaray.copyright= 'GNU LGPLv.2 2010 Alexander Smirnov aka Exvion; 2016,2017 David Bluecame'
su2yafaray.creator= 'Alexander Smirnov, www.exvion.ru'
su2yafaray.version = '0.1'
su2yafaray.version = '3.2.0-pre-alpha'
su2yafaray.description = "Model exporter and material editor for YafaRay."
Sketchup.register_extension su2yafaray, true
Sketchup.register_extension su2yafaray, true

0 comments on commit 32674cf

Please sign in to comment.