Skip to content

Commit

Permalink
Fix URL of required plugin.
Browse files Browse the repository at this point in the history
  • Loading branch information
SamuelTallet committed Apr 19, 2020
1 parent cc5be1f commit d024b10
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions source/pbr.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Physically-Based Rendering extension for SketchUp 2017 or newer.
# Copyright: © 2019 Samuel Tallet <samuel.tallet arobase gmail.com>
# Copyright: © 2020 Samuel Tallet <samuel.tallet arobase gmail.com>
#
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
Expand All @@ -26,7 +26,7 @@
# PBR plugin namespace.
module PBR

VERSION = '1.5.8'.freeze
VERSION = '1.5.9'.freeze

# Load translation if it's available for current locale.
TRANSLATE = LanguageHandler.new('pbr.strings')
Expand All @@ -45,7 +45,7 @@ module PBR

extension.version = VERSION
extension.creator = 'Samuel Tallet'
extension.copyright = 2019 #{extension.creator}"
extension.copyright = 2020 #{extension.creator}"

features = [
TRANSLATE['Add reflects, reliefs and lights to your SketchUp models.'],
Expand Down Expand Up @@ -79,7 +79,7 @@ def self.open_required_plugin_page

UI.messagebox(TRANSLATE['Please install required plugin: glTF Export.'])

UI.openURL('https://extensions.sketchup.com/content/gltf-exporter')
UI.openURL('http://extensions.sketchup.com/en/content/gltf-exporter')

end

Expand Down

0 comments on commit d024b10

Please sign in to comment.