• Login
sketchucation logo sketchucation
  • Login
🤑 SketchPlus 1.3 | 44 Tools for $15 until June 20th Buy Now

[Plugin] FloorGenerator ( Updated 6-Apr-2017)

Scheduled Pinned Locked Moved Plugins
331 Posts 109 Posters 341.1k Views
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.
  • T Offline
    tt_su
    last edited by 14 May 2014, 20:57

    I think offset.rb modifies core classes which breaks plugins.

    1 Reply Last reply Reply Quote 0
    • O Offline
      Openspaces
      last edited by 15 May 2014, 10:41

      Thank you so very much, very useful Plugin. 👍

      1 Reply Last reply Reply Quote 0
      • S Offline
        sdmitch
        last edited by 15 May 2014, 13:32

        @tt_su said:

        I think offset.rb modifies core classes which breaks plugins.

        Shortly after finding and using offset.rb, it was pointed out that that could be a potential problem so I did away with the class and just used it as a method. The first versions of Floor Generator used this offset method until I tried to add the Herringbone pattern. It failed apparently because the way the faces are arranged it cause multiple edges to be reversed in the face and it couldn't handle that. So I had to create my own version.

        Nothing is worthless, it can always be used as a bad example.

        http://sdmitch.blogspot.com/

        1 Reply Last reply Reply Quote 0
        • A Offline
          azumayugo
          last edited by 25 May 2014, 09:21

          hi,

          i've used your script for several times, it's nice and run well. But suddenly, the script didn't load. When I check ruby console, it show some error message like this :

          @unknownuser said:

          Error: #<NoMethodError: undefined method to_l' for nil:NilClass> C:/Users/Design/AppData/Roaming/SketchUp/SketchUp 2014/SketchUp/Plugins/SDM_FloorGenerator_WD.rb:89:in dialog'
          C:/Users/Design/AppData/Roaming/SketchUp/SketchUp 2014/SketchUp/Plugins/SDM_FloorGenerator_WD.rb:63:in initialize' C:/Users/Design/AppData/Roaming/SketchUp/SketchUp 2014/SketchUp/Plugins/SDM_FloorGenerator_WD.rb:33:in new'
          C:/Users/Design/AppData/Roaming/SketchUp/SketchUp 2014/SketchUp/Plugins/SDM_FloorGenerator_WD.rb:33:in block in <top (required)>' -e:1:in call'

          What should I do to make the script run again?

          Thank's before

          1 Reply Last reply Reply Quote 0
          • S Offline
            sdmitch
            last edited by 25 May 2014, 16:13

            @azumayugo said:

            hi,

            i've used your script for several times, it's nice and run well. But suddenly, the script didn't load. When I check ruby console, it show some error message like this :

            @unknownuser said:

            Error: #<NoMethodError: undefined method to_l' for nil:NilClass> C:/Users/Design/AppData/Roaming/SketchUp/SketchUp 2014/SketchUp/Plugins/SDM_FloorGenerator_WD.rb:89:in dialog'
            C:/Users/Design/AppData/Roaming/SketchUp/SketchUp 2014/SketchUp/Plugins/SDM_FloorGenerator_WD.rb:63:in initialize' C:/Users/Design/AppData/Roaming/SketchUp/SketchUp 2014/SketchUp/Plugins/SDM_FloorGenerator_WD.rb:33:in new'
            C:/Users/Design/AppData/Roaming/SketchUp/SketchUp 2014/SketchUp/Plugins/SDM_FloorGenerator_WD.rb:33:in block in <top (required)>' -e:1:in call'

            What should I do to make the script run again?

            Thank's before

            It is probably a problem related to the saved defaults. If the plugin runs at all, choose the reset option at the bottom of the pattern list to reset the defaults.

            If that isn't possible, paste the following into the Ruby Console and press Enter.

            ["Brick","Tile","Wood","Tweed","Hbone","BsktWv","HpScth1","HpScth2",'HpScth3',"HpScth4","IrPoly","Hexgon","Octgon","Wedge","I_Block"].each{|o| Sketchup.write_default("FloorGenerator",o,nil)};
            

            Nothing is worthless, it can always be used as a bad example.

            http://sdmitch.blogspot.com/

            1 Reply Last reply Reply Quote 0
            • A Offline
              azumayugo
              last edited by 27 May 2014, 05:06

              @sdmitch said:

              @azumayugo said:

              hi,

              i've used your script for several times, it's nice and run well. But suddenly, the script didn't load. When I check ruby console, it show some error message like this :

              @unknownuser said:

              Error: #<NoMethodError: undefined method to_l' for nil:NilClass> C:/Users/Design/AppData/Roaming/SketchUp/SketchUp 2014/SketchUp/Plugins/SDM_FloorGenerator_WD.rb:89:in dialog'
              C:/Users/Design/AppData/Roaming/SketchUp/SketchUp 2014/SketchUp/Plugins/SDM_FloorGenerator_WD.rb:63:in initialize' C:/Users/Design/AppData/Roaming/SketchUp/SketchUp 2014/SketchUp/Plugins/SDM_FloorGenerator_WD.rb:33:in new'
              C:/Users/Design/AppData/Roaming/SketchUp/SketchUp 2014/SketchUp/Plugins/SDM_FloorGenerator_WD.rb:33:in block in <top (required)>' -e:1:in call'

              What should I do to make the script run again?

              Thank's before

              It is probably a problem related to the saved defaults. If the plugin runs at all, choose the reset option at the bottom of the pattern list to reset the defaults.

              If that isn't possible, paste the following into the Ruby Console and press Enter.

              ["Brick","Tile","Wood","Tweed","Hbone","BsktWv","HpScth1","HpScth2",'HpScth3',"HpScth4","IrPoly","Hexgon","Octgon","Wedge","I_Block"].each{|o| Sketchup.write_default("FloorGenerator",o,nil)};
              

              Thank's sdmitch. It work again 👍

              1 Reply Last reply Reply Quote 0
              • U Offline
                unsuns
                last edited by 1 Jun 2014, 21:29

                Hello Everyone !

                First of all, thank you for the great job you did to bring us that tool.

                However, I have an issue : I wanted to be able to run it through a toolbar button (which I successfully did, but when I close the FG window the button is still activated and if I try to run it again the FG window doesnt show up anymore (even if I use other tools after that).

                Could you please help me to fix it ? 😕


                My issue

                1 Reply Last reply Reply Quote 0
                • S Offline
                  sdmitch
                  last edited by 2 Jun 2014, 00:03

                  @unsuns said:

                  Hello Everyone !

                  First of all, thank you for the great job you did to bring us that tool.

                  However, I have an issue : I wanted to be able to run it through a toolbar button (which I successfully did, but when I close the FG window the button is still activated and if I try to run it again the FG window doesnt show up anymore (even if I use other tools after that).

                  Could you please help me to fix it ? 😕

                  Just don't "X" out of the WebDialog window, instead Right click in space or select any other tool. This will close the WebDialog window an unselect the Toolbar Icon.

                  Nothing is worthless, it can always be used as a bad example.

                  http://sdmitch.blogspot.com/

                  1 Reply Last reply Reply Quote 0
                  • jolranJ Offline
                    jolran
                    last edited by 2 Jun 2014, 07:28

                    @unknownuser said:

                    Just don't "X" out of the WebDialog window, instead Right click in space or select any other tool. This will close the WebDialog window an unselect the Toolbar Icon.

                    Sam. I think you could try trigger some actions during the closing of the dialog with "X", using @yourdialog.set_on_close { #set closing action here }. If you are not already using it, that is.
                    As usual concerning webdialogs, I don't know how reliable that method is..

                    1 Reply Last reply Reply Quote 0
                    • U Offline
                      unsuns
                      last edited by 2 Jun 2014, 11:36

                      I tried what you said jolran but I couldn't figure it out. How should I do it ?
                      Here is the code:

                      ...
                      

                      [mod=:3izmkj1d]Please don't post entire blocks of code from other authors - it's bad manners...
                      Extracts are fine...[/mod:3izmkj1d]

                      1 Reply Last reply Reply Quote 0
                      • S Offline
                        sdmitch
                        last edited by 2 Jun 2014, 12:00

                        @jolran said:

                        @unknownuser said:

                        Just don't "X" out of the WebDialog window, instead Right click in space or select any other tool. This will close the WebDialog window an unselect the Toolbar Icon.

                        Sam. I think you could try trigger some actions during the closing of the dialog with "X", using @yourdialog.set_on_close { #set closing action here }. If you are not already using it, that is.
                        As usual concerning webdialogs, I don't know how reliable that method is..

                        I wasn't. Another one of those things that is there but not a necessity so I just ignored it. Thanks for the suggestion.

                        Nothing is worthless, it can always be used as a bad example.

                        http://sdmitch.blogspot.com/

                        1 Reply Last reply Reply Quote 0
                        • jolranJ Offline
                          jolran
                          last edited by 2 Jun 2014, 12:47

                          @unknownuser said:

                          I tried what you said jolran but I couldn't figure it out. How should I do it ?

                          unsuns, I meant this to be tried by Sam at developer-level. I havent dug in his script, so this suggestion was a shot in the dark.

                          @unknownuser said:

                          I wasn't. Another one of those things that is there but not a necessity so I just ignored it. Thanks for the suggestion.

                          Hope it helps.
                          /Joel

                          1 Reply Last reply Reply Quote 0
                          • U Offline
                            unsuns
                            last edited by 2 Jun 2014, 13:33

                            Can't I do it myself ? To help improve that script

                            1 Reply Last reply Reply Quote 0
                            • S Offline
                              sdmitch
                              last edited by 2 Jun 2014, 13:49

                              Posted new version.

                              Unsuns, I would appreciate it if you would let me take care of my plugins. Thank you.

                              Nothing is worthless, it can always be used as a bad example.

                              http://sdmitch.blogspot.com/

                              1 Reply Last reply Reply Quote 0
                              • U Offline
                                unsuns
                                last edited by 2 Jun 2014, 14:04

                                That's alright ! Thank you !

                                1 Reply Last reply Reply Quote 0
                                • U Offline
                                  unsuns
                                  last edited by 2 Jun 2014, 18:40

                                  Did you test it ?
                                  Now when I select a pattern it closes the window, so I have to reopen to adjust settings and if I select another pattern it's the same.

                                  1 Reply Last reply Reply Quote 0
                                  • guanjinG Offline
                                    guanjin
                                    last edited by 3 Jun 2014, 14:16

                                    @sdmitch said:

                                    Posted new version.

                                    Unsuns, I would appreciate it if you would let me take care of my plugins. Thank you.

                                    eeeeeeee.gif

                                    Each pattern, cannot directly activate command, to repeat the icon to perform。

                                    I come from China, is to learn

                                    1 Reply Last reply Reply Quote 0
                                    • S Offline
                                      sdmitch
                                      last edited by 3 Jun 2014, 15:06

                                      @unsuns said:

                                      Did you test it ?
                                      Now when I select a pattern it closes the window, so I have to reopen to adjust settings and if I select another pattern it's the same.

                                      Apparently not enough!

                                      The .set_on_close had unintended consequences and has been removed. Although it did seem to fix the problem of X'ing out, it, for some bazaar reason, was triggered when the pattern was changed. My bad 🤢

                                      Nothing is worthless, it can always be used as a bad example.

                                      http://sdmitch.blogspot.com/

                                      1 Reply Last reply Reply Quote 0
                                      • U Offline
                                        unsuns
                                        last edited by 3 Jun 2014, 17:18

                                        The X-ing problem is back again !

                                        1 Reply Last reply Reply Quote 0
                                        • S Offline
                                          sdmitch
                                          last edited by 3 Jun 2014, 17:52

                                          @unsuns said:

                                          The X-ing problem is back again !

                                          Yes I know and it will be until I can figure out why changing the pattern selection causes the window to close.

                                          Why do you insist on X'ing out of the window? If it is in your way then minimize it.

                                          Nothing is worthless, it can always be used as a bad example.

                                          http://sdmitch.blogspot.com/

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

                                          Advertisement