Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- =begin
- # Name : Vehicles_Starter_kit.rb
- # Date : 12/12/2017 - Version 1.0
- # Description : It set up the wall with a rectangle where you can place the blueprint
- # Copyright : 2017
- # Creator : Sparda
- =end
- require 'sketchup.rb'
- require 'extensions.rb'
- module Sparda
- module StarterKit
- Ext.creator = hsh_ext[:Creator]
- Ext.description = hsh_ext[:Version]
- Ext.version = hsh_ext[:Version}
- Ext.copyright = hsh_ext[:Copyright]
- Status = Sketchup.register_extension Ext, true
- end
- end
Advertisement
Add Comment
Please, Sign In to add comment