sketchucation logo sketchucation
    • Login
    ℹ️ Licensed Extensions | FredoBatch, ElevationProfile, FredoSketch, LayOps, MatSim and Pic2Shape will require license from Sept 1st More Info

    Closed Plugins

    Scheduled Pinned Locked Moved Newbie Forum
    sketchup
    14 Posts 6 Posters 853 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.
    • M Offline
      mokhtar
      last edited by

      any help, i want know, Why the plugins is closed as the attachment showing ?


      Capture.PNG

      1 Reply Last reply Reply Quote 0
      • cottyC Offline
        cotty
        last edited by

        What plugin is it?

        my SketchUp gallery

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

          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
          • Dave RD Offline
            Dave R
            last edited by

            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
            • TIGT Offline
              TIG Moderator
              last edited by

              @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
              • Dave RD Offline
                Dave R
                last edited by

                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
                • Dave RD Offline
                  Dave R
                  last edited by

                  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

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

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

                      @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
                      • pilouP Offline
                        pilou
                        last edited by

                        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
                        • pilouP Offline
                          pilou
                          last edited by

                          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

                            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
                            • TIGT Offline
                              TIG Moderator
                              last edited by

                              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

                                Thanks TIG for your answer and your help

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

                                Advertisement