• Login
sketchucation logo sketchucation
  • Login
🔌 Quick Selection | Try Didier Bur's reworked classic extension that supercharges selections in SketchUp Download

[Plugin] Mirror

Scheduled Pinned Locked Moved Plugins
211 Posts 72 Posters 390.6k Views 72 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.
  • L Offline
    leminilab
    last edited by 25 Oct 2010, 18:54

    @diego-rodriguez said:

    this is the error.
    I use
    windows xp sp3, in Spanish. sketchup sketchup 8 in Spanish and 7 in Spanish
    in the two versions generated BugSplats.

    the image is made with sketchup 8.
    although sketchup 7, BugSplats generates but does not generate error reporting in the console ruby

    [attachment=1:3ncjb9nt]<!-- ia1 -->file without zoom.gif<!-- ia1 -->[/attachment:3ncjb9nt]
    [attachment=0:3ncjb9nt]<!-- ia0 -->mirror 01.jpg<!-- ia0 -->[/attachment:3ncjb9nt]

    Hi !

    A little off topic but how did you do that animated gif ? It's looking good !

    Nicolas

    • "Live every day as if it were your last and then some day you'll be right."
    • "ThomThom rules!!!"
    1 Reply Last reply Reply Quote 0
    • T Offline
      TIG Moderator
      last edited by 25 Oct 2010, 19:00

      sents=[]
          	ss.each{|e|sents.push(e)}
          	  copy_group=Sketchup.active_model.active_entities.add_group(sents)
            group_miner(copy_group.entities)###v3.1
              new_group=copy_group.copy
            group_miner(new_group.entities)###v3.1
      ...
      
      

      The last line is #266.
      It seems that there is nothing in the selection to copy... BUT if there is nothing then an earlier part of the code should trap it with an error, starting at line #109

      
          def activate
              ###Sketchup.send_action("showRubyPanel;")
              self.reset()
              ss=Sketchup.active_model.selection
              if ss.empty?
                  Sketchup;;set_status_text("Mirror; NO Selection !")###
          		UI.messagebox("Select Something BEFORE Using the Mirror Tool.")###v2.8
                  Sketchup.send_action("selectSelectionTool;")
                  return nil
              end
      ...
      
      

      Have you messed up the code with the translation ?

      TIG

      1 Reply Last reply Reply Quote 0
      • O Offline
        Oxer
        last edited by 25 Oct 2010, 21:56

        @tig said:

        sents=[]
        >     	ss.each{|e|sents.push(e)}
        >     	  copy_group=Sketchup.active_model.active_entities.add_group(sents)
        >       group_miner(copy_group.entities)###v3.1
        >         new_group=copy_group.copy
        >       group_miner(new_group.entities)###v3.1
        > ...
        > 
        

        The last line is #266.

        It seems that there is nothing in the selection to copy... BUT if there is nothing then an earlier part of the code should trap it with an error, staring at line #109

        
        >     def activate
        >         ###Sketchup.send_action("showRubyPanel;")
        >         self.reset()
        >         ss=Sketchup.active_model.selection
        >         if ss.empty?
        >             Sketchup;;set_status_text("Mirror; NO Selection !")###
        >     		UI.messagebox("Select Something BEFORE Using the Mirror Tool.")###v2.8
        >             Sketchup.send_action("selectSelectionTool;")
        >             return nil
        >         end
        > ...
        > 
        

        Have you messed up the code with the translation ?

        I haven't done changes in the code only i have translated the UI.messagebox and the text of the popups windows, i have probe with the mirror 3.3 original version (english) and don't works too.
        I don't know if there is a conflict with others plugins.

        "The result is the end what is important is the process" by Oxer
        [http://www.oxervision.blogspot.com/(http://www.oxervision.blogspot.com/)]

        1 Reply Last reply Reply Quote 0
        • T Offline
          TIG Moderator
          last edited by 25 Oct 2010, 22:00

          😕
          Can you try it with the 'Ruby Console' open and post all error messages...
          This is a puzzle... 😕

          TIG

          1 Reply Last reply Reply Quote 0
          • O Offline
            Oxer
            last edited by 25 Oct 2010, 22:15

            I have found the error!
            There is a conflict with SketchyPhisics 3.1, remember i work on Mac OSX.
            Excuse me, it not was a problem in the plugin there were a conflict.
            Thanks TIG¡¡

            "The result is the end what is important is the process" by Oxer
            [http://www.oxervision.blogspot.com/(http://www.oxervision.blogspot.com/)]

            1 Reply Last reply Reply Quote 0
            • T Offline
              TIG Moderator
              last edited by 25 Oct 2010, 22:48

              It's no problem for me! Now it's no problem for you!
              ¡No hay problema para mí! ¡Ahora no es problema para ti!

              TIG

              1 Reply Last reply Reply Quote 0
              • G Offline
                glro
                last edited by 2 Nov 2010, 14:03

                @oxer said:

                I have found the error!
                There is a conflict with SketchyPhisics 3.1, remember i work on Mac OSX.
                Excuse me, it not was a problem in the plugin there were a conflict.
                Thanks TIG¡¡

                i use windows XP SP3, and i noticed also a conflict between Mirror and Sketchyphysics3

                too bad, we'll have to choose between 2 excellent plugins...

                1 Reply Last reply Reply Quote 0
                • cottyC Offline
                  cotty
                  last edited by 8 Nov 2010, 21:23

                  @oxer said:

                  I have found the error!
                  There is a conflict with SketchyPhisics 3.1, remember i work on Mac OSX.
                  Excuse me, it not was a problem in the plugin there were a conflict.
                  Thanks TIG¡¡

                  Is there a solution to solve this conflict?


                  ruby_console_mirror33.jpg

                  my SketchUp gallery

                  1 Reply Last reply Reply Quote 0
                  • T Offline
                    TIG Moderator
                    last edited by 9 Nov 2010, 14:13

                    Here's v3.4 with some more code tweaks that might stop bugs...
                    http://forums.sketchucation.com/viewtopic.php?p=276512#p276512

                    TIG

                    1 Reply Last reply Reply Quote 0
                    • kenK Offline
                      ken
                      last edited by 9 Nov 2010, 14:21

                      TIG

                      I know this is an operator error. I have noticed if you press the delete key instead of the return, the plugin crashes. Is there a way to capture the delete key so it will not crash Sketchup.

                      Yes, I know I should be more careful.

                      Thank you for your plugin

                      Ken

                      Fight like your the third monkey on Noah's Ark gangway.

                      1 Reply Last reply Reply Quote 0
                      • D Offline
                        DIEGO-RODRIGUEZ
                        last edited by 9 Nov 2010, 16:56

                        tig thanks for this new update.
                        but unfortunately continues to generate bugplat when ouliner window this open, and make mirror for a group or component.

                        use sketchup 8, windows xp sp3

                        1 Reply Last reply Reply Quote 0
                        • T Offline
                          TIG Moderator
                          last edited by 9 Nov 2010, 19:10

                          @diego-rodriguez said:

                          tig thanks for this new update.
                          but unfortunately continues to generate bugplat when ouliner window this open, and make mirror for a group or component.

                          use sketchup 8, windows xp sp3

                          It should roll up the Outliner in Windows ? 😕

                          TIG

                          1 Reply Last reply Reply Quote 0
                          • D Offline
                            davidlouis
                            last edited by 10 Nov 2010, 09:09

                            TIG

                            I have replaced an archaic version of the Mirror tool with your new one and see that the right mouse context choice is now gone and only the icon in the toolbar is there. Could you please re-intoduce the necessary lines in the code to enable it to appear in the context menu....

                            Sorry but i am a creature of habit and the use of the icon interrupts my usual workflow...

                            Thanks in advance.

                            Dave

                            1 Reply Last reply Reply Quote 0
                            • T Offline
                              TIG Moderator
                              last edited by 10 Nov 2010, 10:36

                              @davidlouis said:

                              TIG
                              I have replaced an archaic version of the Mirror tool with your new one and see that the right mouse context choice is now gone and only the icon in the toolbar is there. Could you please re-introduce the necessary lines in the code to enable it to appear in the context menu....
                              Sorry but i am a creature of habit and the use of the icon interrupts my usual workflow...
                              Thanks in advance.
                              Dave

                              Sorry about that...
                              I disabled it temporarily whilst I was doing something else!
                              Here's v3.5 that has it reintroduced...
                              http://forums.sketchucation.com/viewtopic.php?p=276512#p276512
                              😒

                              TIG

                              1 Reply Last reply Reply Quote 0
                              • B Offline
                                budz
                                last edited by 13 Nov 2010, 01:56

                                thanks for sharing a great plugins like this sir,..

                                1 Reply Last reply Reply Quote 0
                                • L Offline
                                  LannorMov
                                  last edited by 16 Nov 2010, 06:19

                                  Tig: Thanks for that gift so beautiful. I'm using a lot and it works well.

                                  1 Reply Last reply Reply Quote 0
                                  • D Offline
                                    Dominance
                                    last edited by 20 Nov 2010, 19:41

                                    thanks for your sharing

                                    1 Reply Last reply Reply Quote 0
                                    • dereiD Offline
                                      derei
                                      last edited by 25 Nov 2010, 22:19

                                      @TIG: Could you make some loader for this ? I would like to have a folder with "MI.png, Mirror.rb and toggleWindows.rb" and a Mirror_loader.rb (or similar). Win32API.so I thinks it's best to stay in Plugins folder, as it is used by more plugins.

                                      Thanks a lot.

                                      DESIGNER AND ARTIST [DEREI.UK](http://derei.uk/l)

                                      1 Reply Last reply Reply Quote 0
                                      • T Offline
                                        TIG Moderator
                                        last edited by 26 Nov 2010, 09:23

                                        @unknownuser said:

                                        @TIG: Could you make some loader for this ? I would like to have a folder with "MI.png, Mirror.rb and toggleWindows.rb" and a Mirror_loader.rb (or similar). Win32API.so I thinks it's best to stay in Plugins folder, as it is used by more plugins.

                                        Thanks a lot.

                                        If you want to move files you need to rewrite the menu/toolbar part of their code to ensure the files are found in the new sub-folder.
                                        A loader is a simply a file in the ../Plugins/ folder called perhaps myloader.rb containing this line of code
                                        load "mysubfolder/myscript.rb"
                                        The line can be repeated for multiple files to be loaded...
                                        Where mysubfolder is a folder in ../Plugins/ containing the script myscript.rb that you want loading...

                                        TIG

                                        1 Reply Last reply Reply Quote 0
                                        • D Offline
                                          dedmin
                                          last edited by 4 Dec 2010, 19:18

                                          Today I noticed when I mirror a component the mirrored copy gets "Scale definition" active. When click to reset it rotates 180 degree, when choose to scale the original now gets "Scale definition"?

                                          1 Reply Last reply Reply Quote 0
                                          • 1
                                          • 2
                                          • 3
                                          • 4
                                          • 5
                                          • 10
                                          • 11
                                          • 2 / 11
                                          • First post
                                            Last post
                                          Buy SketchPlus
                                          Buy SUbD
                                          Buy WrapR
                                          Buy eBook
                                          Buy Modelur
                                          Buy Vertex Tools
                                          Buy SketchCuisine
                                          Buy FormFonts

                                          Advertisement