sketchucation logo sketchucation
    • Login
    ℹ️ Licensed Extensions | FredoBatch, ElevationProfile, FredoSketch, LayOps, MatSim and Pic2Shape will require license from Sept 1st More Info

    [Plugin] Another Sketchup v1.6.1 Feb 19 2013

    Scheduled Pinned Locked Moved Plugins
    16 Posts 6 Posters 20.0k Views 6 Watching
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • dukejazzD Offline
      dukejazz
      last edited by

      Just 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

      1 Reply Last reply Reply Quote 0
      • G Offline
        glro
        last edited by

        This 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?

        1 Reply Last reply Reply Quote 0
        • dukejazzD Offline
          dukejazz
          last edited by

          KISS... ("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:
          dj_another_sketchup Ver. 1.2a KISS options.zip
          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

          1 Reply Last reply Reply Quote 0
          • G Offline
            glro
            last edited by

            @dukejazz said:

            KISS... ("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:
            [attachment=0:2vcdagm3]<!-- ia0 -->dj_another_sketchup Ver. 1.2a KISS options.zip<!-- ia0 -->[/attachment:2vcdagm3]
            I guess it will be the same for some other sketchup users...

            If you need more options
            Edit another_sketchup Ver. 1.2a KISS

            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

            1 Reply Last reply Reply Quote 0
            • sadyoS Offline
              sadyo
              last edited by

              Thanks 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
              ❓

              1 Reply Last reply Reply Quote 0
              • dukejazzD Offline
                dukejazz
                last edited by

                To 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)
                http://forums.sketchucation.com/viewtopic.php?f=323&t=42951

                1 Reply Last reply Reply Quote 0
                • dukejazzD Offline
                  dukejazz
                  last edited by

                  update
                  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

                  1 Reply Last reply Reply Quote 0
                  • dukejazzD Offline
                    dukejazz
                    last edited by

                    update:
                    7/23/12

                    • Toolbar version
                    • move to dj_Plugins folder
                    1 Reply Last reply Reply Quote 0
                    • dukejazzD Offline
                      dukejazz
                      last edited by

                      pic_0029.jpg

                      Update

                      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
                      1 Reply Last reply Reply Quote 0
                      • G Offline
                        greatoe
                        last edited by

                        failed 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

                        1 Reply Last reply Reply Quote 0
                        • dukejazzD Offline
                          dukejazz
                          last edited by

                          Update 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)

                          1 Reply Last reply Reply Quote 0
                          • D Offline
                            dtrarch
                            last edited by

                            DJ
                            Really good of you to share all of this and free too. 👍 👍

                            Thanks 😄

                            dtr

                            1 Reply Last reply Reply Quote 0
                            • G Offline
                              greatoe
                              last edited by

                              Thank 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).

                              屏幕快照 2013-02-20 21.00.26.jpg

                              屏幕快照 2013-02-20 20.57.30.jpg

                              1 Reply Last reply Reply Quote 0
                              • 1 / 1
                              • First post
                                Last post
                              Buy SketchPlus
                              Buy SUbD
                              Buy WrapR
                              Buy eBook
                              Buy Modelur
                              Buy Vertex Tools
                              Buy SketchCuisine
                              Buy FormFonts

                              Advertisement