[Plugin] Another Sketchup v1.6.1 Feb 19 2013
16 posts
• Page 1 of 1
[Plugin] Another Sketchup v1.6.1 Feb 19 2013Another_Sketchup v1.6.1
Copyright Feb 19, 2012 DukeJazz: by James Cochran What is this plugin about, its a Project editor: (lite) - Auto loads another sketchup with clipboard information.... Gives easy power functionality actions, to the editing of sketchup models, objects, or entities;... The objects can be pull out to a child sketchup and return back to illustrate new details to main project when done. It works in the context menu named "Another Sketchup". Just give a right click on any object for automation loading. Freely use, and abuse at your own risk. No warranty, Implied Has been tested on PC sketchup free, pro 6,7,8 and 8m2. Features list: ----------------- - Paste in place (Paste in place or paste) - Repaste select (Select, delete and paste) ------------------ - Move select (Move select to another sketchup) - Send select (Send select to another sketchup) - Send all (Send select all to another sketchup. Restart Entities objects and flushes script plugins) - Non selected Move (Clipboard info is sent to another sketchup) - Non selected Select (Clipboard info is sent to another sketchup) ---------------- - Select exit (Copy selected then exit sketchup) - Select all exit (Copy all then exit sketchup) - Non Select exit (Keeps Clipboard then exit) ----------------- (*) Warning this copy is lost, if you use the clipboard before repasting Tip 1) If it's, paste in place, to a new SU document and you don't need it just undo once or copy something before starting. Tip 2) Also you can edit the Context/file/Toolbar menu there and more idea are inside. History: Feb 19, 2012 Another_Sketchup v1.6.2_Mac (no paste in place) Feb 19, 2012 Another_Sketchup v1.6.1 -add select all,delete and paste in place Dec 26 2012 v1.5.4 - plugins wrap in Module DJ::pluginsName.methodDJ(name space) - @variable format (name space) dj_variable - plugins name are in subject and name order (easy to look up) - feature toolbar add - Big new programs is safe to use, now in module format 7/23/12 - Toolbar version - move to dj_Plugins folder 5/20/12 Another_Sketchup Ver. 1.3 > fix messagebox hand shake problem has been removed > rename some features to a better fitting names > full functions context_menu > uses the plus sys engin > added two pasting tool 5/16/12 Another_Sketchup v1.2a KISS... ("keep it simple, sir" approach) I basically need only 2 options: > move select > select all exit > the messagebox has been removed > added two pasting tool 1/18/12 Another_Sketchup v1.1 -rewritten codes for the MAC -UI.messagebox("Fixes the nil bug splat") don't remove messagebox. -UI.messagebox("Gives you a warning that another sketchup is pasting from -clipboard) Download: Another Sketchup ver 1.6.2_Mac Another Sketchup ver 1.6.1 Another Sketchup ver 1.5.4 Another Sketchup ver 1.5 Another Sketchup ver 1.3 Another Sketchup ver 1.2a Another_Sketchup v1.0 Bata. DukeJazz Dec 28 2011 downloaded 74 times Another_Sketchup v1.0 Bata. DukeJazz Dec 28 2011 downloaded 66 times Please, register (free) to access all the attachments on the forums.
Last edited by dukejazz on Tue Feb 19, 2013 5:21 pm, edited 39 times in total.
Re: [Plugin] Another SketchupVerified it works on the PC with sketchup free, pro, 6,7,8 and 8m2
Not verified yet on the Mac yet, Let me know if its works for you. I may put it in file menu area instead of contxt menu Last edited by dukejazz on Wed Jan 18, 2012 10:35 am, edited 3 times in total.
Re: [Plugin] Another Sketchuppretty kool.... I often use more than one instance of SU... I'll give it a whirl on my Pro 8.
Re: [Plugin] Another Sketchup update v1.1Just release new update for Another_Sketchup
Ver 1.1 1/18/12 -rewritten codes to work on the MAC -UI.messagebox("Fixes the nil bug splat") don't remove messagebox. -UI.messagebox("Gives you a warning that another sketchup is pasting from clipboard) Ver 1.0 12/28/11
Re: [Plugin] Another Sketchup v1.1 update Jan 18 2012This plugin is helpful, but it took me time to understand how to use it
too many options for me ... and "Another sketchup plus" is even more complicated KISS... ("keep it simple, sir" approach) I basically need only 2 options: > move select > select all exit and this is how i proceed in detail: > select the detail i want to modify in the first sketchup session window > right click, "another sketchup > move select" the selection disappears from the first sketchup window and a second sketchup session is opened with the selection in it. modify the detail as needed; when it is done: > right click anywhere in the second sketchup session, "another sketchup > select all exit" > message asks if i want to save modifications (no...) > i come back to the first sketchup session > and this is the important step: go the "menu > edition > paste on place (or something similar)" the detail appears in its previous position, and with the modifications If these options are all that i need, i guess it will be the same for some other sketchup users... The only detail that disturbs me is the messagebox when a sketchup session is opened; would there be a way to get rid of it?
Re: [Plugin] Another Sketchup v1.1 update Jan 18 2012KISS... ("keep it simple, sir" approach)
I basically need only 2 options: > move select > select all exit ok Here your ver of Another Sketchup Ver. 1.2a KISS options: I guess it will be the same for some other sketchup users... If you need more options Edit another_sketchup Ver. 1.2a KISS Plugins\dj_another_sketchup\Another_Sketchup_Plus_loader.rb @ def youSU_contextAa UI.add_context_menu_handler do |context| m = context.add_submenu("Another Sketchup plus") m.add_item("Place in place") { youSCF_placer } m.add_item("Replace what is selected") { another_place } #m.add_item("Duplicater") { another_sumPaste } #m.add_item("Duplicate all") { another_copyAllPaste } #m.add_item("Point axes") { another_axis } #m.add_separator #m.add_item("Ruby repeat installer") { youSL_loadRubyRepearter } #m.add_item("Explorer") { youSU_explorer } #m.add_item("Extensions") { youSU_extSet } #m.add_item("Clear clipboard") { another_clearCB } #m.add_separator m.add_item("Move select") { another_moveSelect } #m.add_item("Send select") { another_sendSelect } #m.add_item("Send select all") { another_sendSelectAll } #m.add_separator #m.add_item("Select exit") { another_copyExit } m.add_item("Select all exit") { another_copyAllExit } #m.add_item("Clear clipboard Exit") { youSU_clearCBExit } end #do end;# def Please, register (free) to access all the attachments on the forums.
Re: [Plugin] Another Sketchup v1.1 update Jan 18 2012
Yes, the messagebox has been removed; it is much more convenient, at least for me thank you i'll try to understand what are all the options later
Re: [Plugin] Another Sketchup v1.2a update May 16 2012Thanks dukejazz, it's very usefull plugin,
btw, I am using dj_another_sketchup Ver. 1.2a KISS options now, but how to make the toolbar appearing again like when I'm using Another Sketchup ver 1.2? I'm no see it in View > Toolbar
Re: [Plugin] Another Sketchup v1.2a update May 16 2012To turn on toolbars put pound sign in front, like this #=begin and #=end below in this file loader
Plugins\dj_another_sketchup\Another_Sketchup_Plus_loader.rb Another Sketchup plus ver 1.2a (toolbar ver) viewtopic.php?f=323&t=42951
Re: [Plugin] Another Sketchup v1.3 update May 20 2012update
Another_Sketchup Ver. 1.3 > fix messagebox hand shake problem has been removed > rename some features to a better fitting names > full functions context_menu > uses the plus sys engin
Re: [Plugin] Another Sketchup v1.5 July 23 2012update:
7/23/12 - Toolbar version - move to dj_Plugins folder
Re: [Plugin] Another Sketchup v1.5.4 update Dec 29 2012Update Dec 26 2012 v1.5.4 - plugins wrap in Module DJ::pluginsName.methodDJ(name space) - @variable format (name space) dj_variable - plugins name are in subject and name order (easy to look up) - feature toolbar add - Big new programs is safe to use, now in module format Please, register (free) to access all the attachments on the forums.
Re: [Plugin] Another Sketchup v1.5.4 update Dec 29 2012failed to load on mac.
I change "\" to "/" in the path, the file loaded, but with this error: Error Loading File Another_Sketchup.rb can't convert Fixnum into String
Re: [Plugin] Another Sketchup v1.5.4 update Dec 29 2012Update to Mac
Feb 19, 2012 Another_Sketchup v1.6.2_Mac (no paste in place just paste) Sorry I don't own a mac Not all api codes run on the mac. cmd=Sketchup.send_action 21939;#mac 57637 is one of them (Pc paste in place, Mac paste) If this dose not fix it, I need to know the line #no of the error please. I have releaed the new version at the above downloads (Another_Sketchup)
Re: [Plugin] Another Sketchup v1.6.1 Feb 19 2013DJ
Really good of you to share all of this and free too. Thanks dtr
Re: [Plugin] Another Sketchup v1.6.1 Feb 19 2013Thank you dukejazz for the reply.
With the new version still no luck. The plug-in is loaded, the toolbar is shown, and the menu is added, but after that an error box pop up (see attachment). Please, register (free) to access all the attachments on the forums.
SketchUcation One-Liner AdvertsNeed SketchUp Books, Models, Styles or Textures? Check out our One Stop Shop for SketchUp.
Premium Members get 20% discount!
16 posts
• Page 1 of 1
|