sketchucation logo sketchucation
    • Login
    πŸ›£οΈ Road Profile Builder | Generate roads, curbs and pavements easily Download

    New: HouseBuilder metric 1.2 (customizable)

    Scheduled Pinned Locked Moved Plugins
    44 Posts 14 Posters 16.0k Views 14 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.
    • S Offline
      sabba
      last edited by

      Didier,
      I am using a Mac and have the same issues loading the metric version of Housebuilder as the other mac users here.
      The executable file for SketchUp is typically contained in ../Applications/Google SketchUp 8/SketchUp.app in the root of the system drive. ".app" files are some sort of folder with hidden contents. The path to the executable file within this folder is: ../contents/MacOS/SketchUp.
      The plugins folder is typically ..Library/Application Support/Google SketchUp 8/SketchUp/plugins also in the root of the system drive.

      The line with the offending code must be in one of the obfuscated files. Are there clear text versions of these files available for debugging or has this been solved somewhere else?

      1 Reply Last reply Reply Quote 0
      • Didier BurD Offline
        Didier Bur
        last edited by

        Hi,
        Try with the attached file: delete the old one and replace with this one (no need to rename it).
        Tell me if it works,


        HouseBuilder_extension_Mac.rb

        DB

        1 Reply Last reply Reply Quote 0
        • deaneauD Offline
          deaneau
          last edited by

          your attached file give me the error

          Error Loading File HouseBuilder_extension.rb
          No such file or directory - /Library/Application Support/Google SketchUp 8/SketchUp/Plugins\HouseBuilder\housebuilder_sections.txt

          MADE, BORN AND LIVING IN BERLIN
          Big Thank You to all Programmers
          Some German words are so long that they have a perspective. M.Twain

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

            hi Didier,

              #/HouseBuilder/housebuilder_sections.txt
              $housebuilder_path = Sketchup.find_support_file("Plugins") + "/HouseBuilder/"
            

            this works on mac
            housebuilder.jpg

            learn from the mistakes of others, you may not live long enough to make them all yourself...

            1 Reply Last reply Reply Quote 0
            • deaneauD Offline
              deaneau
              last edited by

              @driven said:

              hi Didier,

                #/HouseBuilder/housebuilder_sections.txt
              >   $housebuilder_path = Sketchup.find_support_file("Plugins") + "/HouseBuilder/"
              

              this works on mac
              [attachment=0:2ejy72bt]<!-- ia0 -->housebuilder.jpg<!-- ia0 -->[/attachment:2ejy72bt]

              hi driven, what the linenumber you insert your code snipped?
              i use bbedit on mac.

              tnx deaneau

              MADE, BORN AND LIVING IN BERLIN
              Big Thank You to all Programmers
              Some German words are so long that they have a perspective. M.Twain

              1 Reply Last reply Reply Quote 0
              • Didier BurD Offline
                Didier Bur
                last edited by

                Hi,

                @driven: $housebuilder_path = Sketchup.find_support_file("Plugins") + "/HouseBuilder/" is working ?? (still no Macs here)

                In this case, deaneau you just have to download the file below:


                HouseBuilder_extension_Mac.rb

                DB

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

                  @didier bur said:

                  Hi,

                  @driven: $housebuilder_path = Sketchup.find_support_file("Plugins") + "/HouseBuilder/" is working ?? (still no Macs here)

                  seems to be working, but I've never used, I just loaded to see if the back slashes where the problem or not, had that problem before...

                  the only odd thing is where the generated report file (i.e. ** _wall.txt) ends up it's in the top level HD folder and I had to use Spotlight to find it, but it's all there

                  john

                  learn from the mistakes of others, you may not live long enough to make them all yourself...

                  1 Reply Last reply Reply Quote 0
                  • sketcpeppe75S Offline
                    sketcpeppe75
                    last edited by

                    how can i insert other sections... 16x20cm, 20x24cm 20x28cm... these in program are small for european structure. thank you very much

                    1 Reply Last reply Reply Quote 0
                    • TIGT Offline
                      TIG Moderator
                      last edited by

                      @sketcpeppe75 said:

                      how can i insert other sections... 16x20cm, 20x24cm 20x28cm... these in program are small for european structure. thank you very much

                      Look in the subfolder, in the file 'housebuilder_sections.txt' there are the lists of section-types and sizes etc...
                      Make a copy of that file, edit the file to show the sections you want in the single-line as shown for each of the four types; use the same 'syntax' as the original sizes in 'mm' [aaxbb|aaaxbbb|... etc], test it and if it works with your new custom sizes you've cooking-with-gas; if NOT then you've always got the original version to revert to...Capture.PNG

                      TIG

                      1 Reply Last reply Reply Quote 0
                      • sketcpeppe75S Offline
                        sketcpeppe75
                        last edited by

                        @tig said:

                        @sketcpeppe75 said:

                        how can i insert other sections... 16x20cm, 20x24cm 20x28cm... these in program are small for european structure. thank you very much

                        Look in the subfolder, in the file 'housebuilder_sections.txt' there are the lists of section-types and sizes etc...
                        Make a copy of that file, edit the file to show the sections you want in the single-line as shown for each of the four types; use the same 'syntax' as the original sizes in 'mm' [aaxbb|aaaxbbb|... etc], test it and if it works with your new custom sizes you've cooking-with-gas; if NOT then you've always got the original version to revert to...[attachment=0:36niodui]<!-- ia0 -->Capture.PNG<!-- ia0 -->[/attachment:36niodui]

                        thank you very much TIG πŸ˜„)

                        1 Reply Last reply Reply Quote 0
                        • K Offline
                          KarlPals
                          last edited by

                          @sketcpeppe75 said:

                          @tig said:

                          @sketcpeppe75 said:

                          how can i insert other sections... 16x20cm, 20x24cm 20x28cm... these in program are small for european structure. thank you very much

                          Look in the subfolder, in the file 'housebuilder_sections.txt' there are the lists of section-types and sizes etc...
                          Make a copy of that file, edit the file to show the sections you want in the single-line as shown for each of the four types; use the same 'syntax' as the original sizes in 'mm' [aaxbb|aaaxbbb|... etc], test it and if it works with your new custom sizes you've cooking-with-gas; if NOT then you've always got the original version to revert to...[attachment=0:e0cz8i6k]<!-- ia0 -->Capture.PNG<!-- ia0 -->[/attachment:e0cz8i6k]

                          thank you very much TIG πŸ˜„)

                          I'm using the TIG version of metric 1.2 plugin. I edited the housebuilder_sections.txt file as described but the new values I entered seem to be ignored by the script. They don't show up on the selection menu.

                          Thanks,
                          Karl

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

                          Advertisement