Skip to content

Commit

Permalink
warehouse wip
Browse files Browse the repository at this point in the history
  • Loading branch information
devthejo committed Mar 13, 2018
1 parent 0236ca5 commit 395f2af
Show file tree
Hide file tree
Showing 3 changed files with 449 additions and 586 deletions.
16 changes: 10 additions & 6 deletions Zome.rb
Original file line number Diff line number Diff line change
@@ -1,9 +1,13 @@
require 'sketchup.rb'
require 'extensions.rb'

zome_extension = SketchupExtension.new('Zome', 'Zome/core.rb')
zome_extension.version = '1.2.4'
zome_extension.copyright = '2018'
zome_extension.description = 'Zome Creator - PolarZonahedron'
zome_extension.creator = 'Jo Takion <[email protected]>'
Sketchup.register_extension(zome_extension, true)
module Takion
module Zome
zome_extension = SketchupExtension.new('Zome', 'Zome/core.rb')
zome_extension.version = '1.2.4'
zome_extension.copyright = '2018'
zome_extension.description = 'Zome Creator - PolarZonahedron'
zome_extension.creator = 'Jo Takion <[email protected]>'
Sketchup.register_extension(zome_extension, true)
end
end
Binary file modified Zome.rbz
Binary file not shown.
Loading

0 comments on commit 395f2af

Please sign in to comment.