sketchucation logo sketchucation
    • Login
    โ„น๏ธ Licensed Extensions | FredoBatch, ElevationProfile, FredoSketch, LayOps, MatSim and Pic2Shape will require license from Sept 1st More Info

    [Talk] Plugins Index

    Scheduled Pinned Locked Moved Plugins
    179 Posts 70 Posters 68.0k Views 70 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.
    • A Offline
      Aerilius
      last edited by

      as an example, the Plugins page has around 891 and crai around 989 (with old versions/variants). And this does not include commercial plugins that are distributed via other ways, or company's internal tools.

      1 Reply Last reply Reply Quote 0
      • R Offline
        RickW
        last edited by

        @majid said:

        ...recently had strong need to "flightpath", and noticed that it is a long time that it hasn't been updated (and doesn't work for su8)...
        Majid

        Can you clarify by what you mean that it doesn't work for SU8? I use it in SU8 without problem.

        RickW
        [www.smustard.com](http://www.smustard.com)

        1 Reply Last reply Reply Quote 0
        • T Offline
          Trogluddite
          last edited by

          @aerilius said:

          as an example, the Plugins page has around 891 and crai around 989

          Now I can't stop myself seeing an image in my minds eye of SU open on a dozen 21" monitors - somewhere hidden amongst it is the remaining 1 sq.inch of viewport, the rest all containing the ultimate toolbar hell! ๐Ÿ˜†

          1 Reply Last reply Reply Quote 0
          • A Offline
            Aerilius
            last edited by

            All could even fit on one screen!
            (if every plugin has no more than 2 icons * 24px*24px). ๐Ÿ˜ฒ ๐Ÿ˜„
            If someone tries it out, please post a screenshot for John!

            1 Reply Last reply Reply Quote 0
            • majidM Offline
              majid
              last edited by

              @rickw said:

              @majid said:

              ...recently had strong need to "flightpath", and noticed that it is a long time that it hasn't been updated (and doesn't work for su8)...
              Majid

              Can you clarify by what you mean that it doesn't work for SU8? I use it in SU8 without problem.

              it gives me a message that says need linetool.rb or something ( I am not behind my pc at the moment)

              My inspiring A, B, Sketches book: https://sketchucation.com/shop/books/intermediate/2612-alphabet-inspired-sketches--inspiring-drills-for-architects--3d-artists-and-designers-

              1 Reply Last reply Reply Quote 0
              • Dan RathbunD Offline
                Dan Rathbun
                last edited by

                @majid said:

                @rickw said:

                @majid said:

                ...recently had strong need to "flightpath", and noticed that it is a long time that it hasn't been updated (and doesn't work for su8)...
                Majid

                Can you clarify by what you mean that it doesn't work for SU8? I use it in SU8 without problem.

                it gives me a message that says need linetool.rb or something ( I am not behind my pc at the moment)

                Sounds like you must be using the "Pro" edition FlightPath2, as the "Free" edition, does not attempt to use any of the application supplied features in the "Examples" directory. (.. which is where "linetool.rb" resides.)

                I'm not here much anymore.

                1 Reply Last reply Reply Quote 0
                • V Offline
                  victor hugo
                  last edited by

                  I started using SU about a month ago and I see there is a lot of plugins here and there on different websites for windows, doors roofs;etc... which some redirect to here, but I always want to have the minimal amount of tools you know just the essential for an architect like walls, doors and roofs.

                  Can someone make a recommendation or share a list of the more useful scripts or packages with toolbars preferably like the one from ValiArchitects or 1001bitPro is one better?

                  Gracias...

                  1 Reply Last reply Reply Quote 0
                  • majidM Offline
                    majid
                    last edited by

                    Thanks Dan.... it's now working nicely ๐Ÿ‘

                    My inspiring A, B, Sketches book: https://sketchucation.com/shop/books/intermediate/2612-alphabet-inspired-sketches--inspiring-drills-for-architects--3d-artists-and-designers-

                    1 Reply Last reply Reply Quote 0
                    • Dan RathbunD Offline
                      Dan Rathbun
                      last edited by

                      @majid said:

                      Thanks Dan.... it's now working nicely ๐Ÿ‘

                      Well.. how did you fix it ?

                      I'm not here much anymore.

                      1 Reply Last reply Reply Quote 0
                      • majidM Offline
                        majid
                        last edited by

                        @dan rathbun said:

                        @majid said:

                        Thanks Dan.... it's now working nicely ๐Ÿ‘

                        Well.. how did you fix it ?

                        just put linetool.rb from example folder into plugin folder, beside flightpathtool.rb

                        My inspiring A, B, Sketches book: https://sketchucation.com/shop/books/intermediate/2612-alphabet-inspired-sketches--inspiring-drills-for-architects--3d-artists-and-designers-

                        1 Reply Last reply Reply Quote 0
                        • T Offline
                          the.pjt
                          last edited by

                          hello .... ๐Ÿ˜‰ ๐Ÿ˜‰
                          dear Majid , It's better to copy the ruby file from example folder ... becouse this folder contions common ruby file they are required for many plugins .. it
                          So it's better not to move ruby files from that folder , copy is a better idea ...
                          but loading duplicated files increases the loading time and it's better to have a clean plugin folders ...
                          so I suggest you a better method :

                          1 open your flightpath.rb file with an editor like notepad
                          2 add this code to the first line of code
                          require 'examples/linetool.rb'
                          it should be OK
                          and .. you can delet this line if there is any :
                          require 'linetool.rb'

                          now it loads the linetool.rb from examples folder .... and every thing is OK ๐Ÿ˜‰

                          1 Reply Last reply Reply Quote 0
                          • Dan RathbunD Offline
                            Dan Rathbun
                            last edited by

                            (sigh) ๐Ÿ˜ข

                            The scripts in the "Examples" were NEVER supposed to be used "as is" for libraries for other plugins. (Because the user can turn off the loading of the Examples, via the Preferences dialog. In fact they really should not have an extension loader at all.)

                            They are sample code snippets, that should be cut and pasted into an Author's module (or Plugin sub-module,) and modified to suit the needs of the plugin.

                            MOVING or COPYING them just creates more confusion.

                            The plugin author (Rick Wilson,) needs to fix this (and I have written him about this.)
                            To be fair, this is a very old plugin, written back in the days when it was not understood that all plugins need to run within their own namespace modules, and each author needs to run their plugin submodules within their own Author or Company module namespace.

                            It is not the end user's responsibility to fix a commercial plugin.

                            For now.. it is better to just turn ON the "Examples" via the Preferences dialog, until Smustard releases a fixed version. (Then you can switch them back OFF.)

                            I'm not here much anymore.

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

                              ๐Ÿ˜•
                              I have a copy of the 6 yr old 'flightpath.rb' and I can't see any connection to 'linetool' in it... ok it makes two new methods without a module/class wrapper, but their names are quite unusual and unlikely to clash with something else - especially 'linetool' ๐Ÿ˜’
                              Can someone clarify why this issue ?
                              It's looks like a problem that shouldn't need fixing โ—

                              TIG

                              1 Reply Last reply Reply Quote 0
                              • Dan RathbunD Offline
                                Dan Rathbun
                                last edited by

                                There are two editions.. the FlightPath "Basic" free edition, and the commercial FlightPath2 edition.

                                Majid never really said which one he was having problems with, but I assume it is the commercial edition, because it has a feature that allows indicating a custom target path for the camera (which is likely drawn with the example LineTool class, as defined in "linetool.rb".)

                                I'm not here much anymore.

                                1 Reply Last reply Reply Quote 0
                                • majidM Offline
                                  majid
                                  last edited by

                                  @dan rathbun said:

                                  There are two editions.. the FlightPath "Basic" free edition, and the commercial FlightPath2 edition.

                                  Majid never really said which one he was having problems with, but I assume it is the commercial edition, because it has a feature that allows indicating a custom target path for the camera (which is likely drawn with the example LineTool class, as defined in "linetool.rb".)

                                  yeap there are two type, but both free (and if there is any commercial version, I am not aware), I am using this one:
                                  http://rhin.crai.archi.fr/rld/plugin_details.php?id=151
                                  this one doesn't work for me : http://rhin.crai.archi.fr/rld/plugin_details.php?id=150
                                  but the first one lets me to select a path.

                                  My inspiring A, B, Sketches book: https://sketchucation.com/shop/books/intermediate/2612-alphabet-inspired-sketches--inspiring-drills-for-architects--3d-artists-and-designers-

                                  1 Reply Last reply Reply Quote 0
                                  • Dan RathbunD Offline
                                    Dan Rathbun
                                    last edited by

                                    @majid said:

                                    ... (and if there is any commercial version, I am not aware), ...

                                    Then let me make you aware that the best place to get a Smustard plugin is the Smustard website itself. This way you will always get the latest version, and support.

                                    I'm not here much anymore.

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

                                      The flightpath rb at the Depot at crai is RickW's and should work fine and doesn't include any 'linetool' calls - it appears to be just the same as the Smustard.com one.
                                      The flightpathtool rb at the Depot at crai has been [clumsily] modified...It says
                                      @unknownuser said:

                                      ...modified by Matt Gorbet, using tons of code by RickW
                                      ...
                                      require 'sketchup.rb'
                                      require 'linetool.rb'
                                      ...

                                      So that's why linetool is getting called when you run that version because he changed it to use that tool ! But note that NEITHER tool is perfect either.

                                      Perhaps Didier should consider removing one or both ?

                                      TIG

                                      1 Reply Last reply Reply Quote 0
                                      • V Offline
                                        vacstudio
                                        last edited by

                                        @unknownuser said:

                                        I started using SU about a month ago and I see there is a lot of plugins here and there on different websites for windows, doors roofs;etc... which some redirect to here, but I always want to have the minimal amount of tools you know just the essential for an architect like walls, doors and roofs.

                                        Can someone make a recommendation or share a list of the more useful scripts or packages with toolbars preferably like the one from ValiArchitects or 1001bitPro is one better?

                                        Gracias...

                                        Hi Hugo,
                                        Here is a list of recommended SketchUp plugins for architects: http://www.cad-addict.com/2009/07/sketchup-list-of-plugins.html
                                        Both 1001 bit and Vali Architects' Instant Scripts are on the list!

                                        1 Reply Last reply Reply Quote 0
                                        • mitcorbM Offline
                                          mitcorb
                                          last edited by

                                          Hi, Jim:
                                          I would like to make a suggestion regarding the red comment on the list of "non-compliant" Toolbars. Perhaps an expandable red box around the list as it either grows or shrinks? This is after quickly viewing the index in this new webpage design. Maybe I missed something.

                                          I take the slow, deliberate approach in my aimless wandering.

                                          1 Reply Last reply Reply Quote 0
                                          • brianantB Offline
                                            brianant
                                            last edited by

                                            Hi All...

                                            I am a newly registered user.... I am trying to use the search function to find the "Simplify Contours" ruby script in the Plugins Index.... with 0 results?!!

                                            Am I just plain stupid, or is this Plugin Index just poorly designed with a bad search field?

                                            Can anyone suggest how to find this ruby script?

                                            Thanks!

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

                                            Advertisement