• Login
sketchucation logo sketchucation
  • Login
πŸ€‘ SketchPlus 1.3 | 44 Tools for $15 until June 20th Buy Now

Closed Plugins

Scheduled Pinned Locked Moved Newbie Forum
sketchup
14 Posts 6 Posters 847 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.
  • T Offline
    TIG Moderator
    last edited by 15 Apr 2015, 16:49

    When suitably coded, a Toolbar button [or a menu entry] may be shown 'grayed-out' [disabled] until there is a suitable selection.
    So for example, if the tool expects one Component-Instance to be selected, then if there is no Suitable selection then it's gray/disabled, but if there is a suitable selection it becomes colored/enabled.

    What is the larger Toolbar ?
    That might give us a little clue ?

    Help us to help you...

    TIG

    1 Reply Last reply Reply Quote 0
    • D Offline
      Dave R
      last edited by 15 Apr 2015, 16:56

      The gray one on the right is for a suitably coded plugin; TIG's Offset tool. It only shows as being available to use if you have a face selected.

      Etaoin Shrdlu

      %

      (THERE'S NO PLACE LIKE)

      G28 X0.0 Y0.0 Z0.0

      M30

      %

      1 Reply Last reply Reply Quote 0
      • T Offline
        TIG Moderator
        last edited by 15 Apr 2015, 17:53

        @dave r said:

        The gray one on the right is for a suitably coded plugin; TIG's Offset tool. It only shows as being available to use if you have a face selected.
        Well spotted πŸ˜•
        But what is the bigger Toolbar ??

        TIG

        1 Reply Last reply Reply Quote 0
        • D Offline
          Dave R
          last edited by 15 Apr 2015, 18:36

          That's a good question.

          Etaoin Shrdlu

          %

          (THERE'S NO PLACE LIKE)

          G28 X0.0 Y0.0 Z0.0

          M30

          %

          1 Reply Last reply Reply Quote 0
          • D Offline
            Dave R
            last edited by 15 Apr 2015, 19:36

            That's nice, Pilou. We are interested in the toolbar with three buttons to the left of TIG's Offset tool.

            Etaoin Shrdlu

            %

            (THERE'S NO PLACE LIKE)

            G28 X0.0 Y0.0 Z0.0

            M30

            %

            1 Reply Last reply Reply Quote 0
            • S Offline
              slbaumgartner
              last edited by 15 Apr 2015, 19:53

              That's for the plugin that erases a cylinder by dropping a large weight on it

              1 Reply Last reply Reply Quote 0
              • D Offline
                Dave R
                last edited by 15 Apr 2015, 19:57

                @slbaumgartner said:

                That's for the plugin that erases a cylinder by dropping a large weight on it

                What a coincidence! I was just about to make a request for a plugin like that. πŸ˜†

                Etaoin Shrdlu

                %

                (THERE'S NO PLACE LIKE)

                G28 X0.0 Y0.0 Z0.0

                M30

                %

                1 Reply Last reply Reply Quote 0
                • P Offline
                  pilou
                  last edited by 15 Apr 2015, 20:08

                  The big ToolBar with eye inside a pyramyd is from the serial of Kyrill2008
                  LSS toolbarr πŸ˜‰
                  http://sketchucation.com/pluginstore?pln=lss_toolbar_2_0_beta_light

                  Frenchy Pilou
                  Is beautiful that please without concept!
                  My Little site :)

                  1 Reply Last reply Reply Quote 0
                  • P Offline
                    pilou
                    last edited by 15 Apr 2015, 20:22

                    Never seen it! 😳

                    Frenchy Pilou
                    Is beautiful that please without concept!
                    My Little site :)

                    1 Reply Last reply Reply Quote 0
                    • M Offline
                      mokhtar
                      last edited by 16 Apr 2015, 06:51

                      the plugins is " steel sketch and smart offset" the last 2 plugins which closed as showen

                      and i get that errors when i open sketchup as show in capture1, don't know why also, so how can i fix all of of that ?


                      Capture.PNG


                      Capture1.PNG


                      Capture.PNG

                      1 Reply Last reply Reply Quote 0
                      • T Offline
                        TIG Moderator
                        last edited by 16 Apr 2015, 09:54

                        The error message you get when loading relate to several plugins.

                        The first is Remus's 'multi face offset.rb' which requires a helper file named 'offset.rb'.
                        You need to install that helper .rb into the Plugins folder - downloaded separately from here http://www.smustard.com/script/Offset
                        Without its helper being available that plugin will fail to load.
                        It is also an old plugin, so it might not be fully compatible with newer SketchUp versions like v2015 - so you need to test it once it's loading - but it'll probably be OK.

                        The next error is 'rp_loxodrome.rb'.
                        http://sketchucation.com/pluginstore?pln=rp_loxodrome
                        That is an encoding error.
                        Earlier versions of SketchUp can load plugin-scripts written in files encoded as ANSI or UTF-8, but Since v2014 all plugins must be UTF-8_without_BOM encoded.
                        This can be set/reset in a text-editor like Notepad++.
                        The loader .rb file is ANSI, so it won't load properly in >= v2014 !
                        Unfortunately you can only 'fix' .rb files and the author of this tool has encrypted part of the code as a .rbs file; this was doubtlessly made from a .rb file, which itself will have been encoded as ANSI.
                        You only recourse here is to contact the author and ask for it to be fixed...
                        Assuming there are no other coding anomalies the re-encoding and re-encryption would take but a minute!
                        Remove the .rb file from the Plugins folder for now.

                        The final 'visible' error is 'shapes.rb'.
                        The old versions of many of the @Last plugins are not compatible with >= v2014.
                        Remove the .rb file from the Plugins folder for now.
                        There is a suitable updated 'su_' version available from the Extension-Warehouse here https://extensions.sketchup.com/en/content/shapes

                        Because you haven't included the whole error message there might be more problems later in the list...

                        I think you have multiple issues to resolve - those gray buttons are NOT related to those posted error messages.

                        I don't know of 'steel sketch' - where is it from ?
                        Perhaps you also need to make suitable selections before the buttons are enabled ??

                        My 'smart_offset' is compatible with all Sketchup versions, for it's toolbar button to be enabled you need to preselect a face - because it offsets faces !

                        TIG

                        1 Reply Last reply Reply Quote 0
                        • M Offline
                          mokhtar
                          last edited by 18 Apr 2015, 14:19

                          Thanks TIG for your answer and your help

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

                          Advertisement