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

    Grey Out Issue is back

    Scheduled Pinned Locked Moved Developers' Forum
    30 Posts 6 Posters 599 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.
    • TIGT Offline
      TIG Moderator
      last edited by

      Doing it from within SketchUp... open the Ruby Console and type/copy:
      Dir.entries(Sketchup.find_support_file('plugins')).each{|f|puts f if f=~/.rb$/; puts f if f=~/.rbs$/};puts
      You'll get a list of all .rb/.rbs files that are auto-loading [sorted] from that folder.
      Copy/paste that text into a .txt file and PM it to me...

      If you also have other 'custom-plugins-folders' that you have plugins in defined in your your $LOAD_PATH then you need to do multiple lists - change the text in the example above -
      Sketchup.find_support_file('plugins') - to be the path to the custom folder - within '' - e.g. 'C:/Users/Rich/Desktop/MyPlugins'... Make a separate txt file for each 'plugins' folder...

      TIG

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

        @Rich

        The first thing I notice is that I have double the amount of plugins loading !
        So what is different?

        Here's what I don't have loading and you do...

        You have some early loaders that I think you use to group menu items...
        ####camera.rb ####misc.rb ####TIG.rb **##hideEverythingElse.rb**
        then there's
        Add Vertex.rb addfaces.rb **ae_Console.rb ae_Snapshot.rb ae_ToolbarEditor.rb** angle_between.rb arcs.rb **as_loadsketchfab.rb as_loadsketchupnews.rb**
        and then
        cameraKeyMaker.rb **catmull-clark_subdivision.rb** CenterPointAll.rb cleanup.rb **Color_N_Gon.rb**
        then
        default_scenes.rb dimsvis.rb Double Line.rb EdgeFollowMe.rb **flightsofideas.rb** frontface.rb **GeoNuke.rb** grid.rb Groove Maker.rb **Hatchfaces.rb** **Image2Model.rb** keyframe_animation.rb **load_qpik_simple_rays.rb** Make_Components.rb **mshstick.rb** [WTF?] **normal_map_maker.rb** PolyLine.rb proxy.rb PutOnLayer_sortname.rb
        and then
        **RamTools_StepEx.rb** **recurve.rb** remove_inner_faces.rb rename_comp_inst.rb Re_Glue.rb ruby_console.rb scenetweak.rb selection_edge.rb **smoothStepAnim.rb** sptm.rb **susolid.rbs** **Terrain Tools.rb** **tgi3d.rbs** **Thea4SU_loader.rb** **TheaExporter_loader.rb** toggle_units_3icons.rb **Wikii_MRS.rbs** Window Settings.rb

        I have not even heard of some of these ๐Ÿ˜’
        I have emboldened some of my initial suspects [with NO proof - just gut-feeling! - the .rbs ones I can't look into anyway!].

        Can you try disabling some of them, restart and see if the gray-out issue continues ?
        You have some 'bit-hitters' in there so I'd be interested to see what's what...

        TIG

        1 Reply Last reply Reply Quote 0
        • thomthomT Offline
          thomthom
          last edited by

          catmull-clark_subdivision.rb is my experiment of a plugin. It adds one sub-menu to Tools with three menus and a separator.

          Thomas Thomassen โ€” SketchUp Monkey & Coding addict
          List of my plugins and link to the CookieWare fund

          1 Reply Last reply Reply Quote 0
          • Rich O BrienR Online
            Rich O Brien Moderator
            last edited by

            I can't read that bold text

            Change the color

            Download the free D'oh Book for SketchUp ๐Ÿ“–

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

              @Box

              I have six times more plugins loading that you - and no grey-out !! ๐Ÿ˜ฒ
              So some of yours must be suspect !

              Here's the differences I have spotted...
              **ae_ToolbarEditor.rb** Brighter3D.rb move_to_origin.rb move_to_origin_and_center.rb multi_face_scale_offset.rb Quick Lathe.rb **recurve.rb throw_to.rb Tile Grid.rb** **ToolbarBuilderFree.rb**

              You'll see that Rich has many different 'different ones'... so perhaps try disabling some of your common ones first ?
              But it doesn't mean that some others may be screwing up additionally... ๐Ÿ˜•

              TIG

              1 Reply Last reply Reply Quote 0
              • BoxB Offline
                Box
                last edited by

                Recurve seems to be the only one we have in common, but I've been using that for a long time.
                Both Move to origins have had since I got off the ark.
                The toolbar ones and offset scale have only been installed very recently and the greyout was before that.
                Brighter3d, tile grid and quicklathe were about the same time.

                So I have removed a bunch and will see if it happens again.
                Be a shame if it is throw_to or recurve, use them both a lot.

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

                  ae_ToolbarEditor.rb ?

                  TIG

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

                    @Box
                    The problem is not insolvable - if a tool is found to be make multiple commands it is possible to fix the code to avoid it...

                    TIG

                    1 Reply Last reply Reply Quote 0
                    • BoxB Offline
                      Box
                      last edited by

                      @tig said:

                      ae_ToolbarEditor.rb ?

                      I only installed that after having the greyout issues.

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

                        @rich o brien said:

                        I can't read that bold text

                        Change the color
                        What are you on about? All the items are in 'ruby' bbcode with bold for those.
                        There's little difference... but there is some.


                        Capture.PNG

                        TIG

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

                          @box said:

                          @tig said:

                          ae_ToolbarEditor.rb ?

                          I only installed that after having the greyout issues.
                          BUT it might have been the straw that breaks the proverbial... Maybe a few scripts are adding several extra commands, these then accumulate to the dangerous level ๐Ÿ˜ฎ

                          TIG

                          1 Reply Last reply Reply Quote 0
                          • soloS Offline
                            solo
                            last edited by

                            I have one called !ae_LaunchUp.rb that I suspect may be the cause, what is it?

                            http://www.solos-art.com

                            If you see a toilet in your dreams do not use it.

                            1 Reply Last reply Reply Quote 0
                            • Rich O BrienR Online
                              Rich O Brien Moderator
                              last edited by

                              Aerilius Shortcut Tool

                              Download the free D'oh Book for SketchUp ๐Ÿ“–

                              1 Reply Last reply Reply Quote 0
                              • Rich O BrienR Online
                                Rich O Brien Moderator
                                last edited by

                                @tig said:

                                What are you on about? All the items are in 'ruby' bbcode with bold for those.
                                There's little difference... but there is some.

                                Well, my eye can't see the difference

                                Download the free D'oh Book for SketchUp ๐Ÿ“–

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

                                  Buy some glasses...

                                  TIG

                                  1 Reply Last reply Reply Quote 0
                                  • soloS Offline
                                    solo
                                    last edited by

                                    I have only installed loaded LumenRT,Revizto, TT autosmooth, Tig splitdonut, clf components onto faces this year and prior to that I never had a grey out.

                                    What is the plugin for Revizto called anyway, I cannot find it in plugin folder.

                                    http://www.solos-art.com

                                    If you see a toilet in your dreams do not use it.

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

                                      @Pete

                                      If you disable those that you listed do the gray-outs stop ?

                                      TIG

                                      1 Reply Last reply Reply Quote 0
                                      • Rich O BrienR Online
                                        Rich O Brien Moderator
                                        last edited by

                                        @tig said:

                                        Buy some glasses...

                                        ๐Ÿ‘

                                        even with glasses I can't read it...

                                        must be chrome or screen res

                                        I can see it on my phone ok though

                                        Download the free D'oh Book for SketchUp ๐Ÿ“–

                                        1 Reply Last reply Reply Quote 0
                                        • Rich O BrienR Online
                                          Rich O Brien Moderator
                                          last edited by

                                          I'm also noticing that box select is not selecting or click select.

                                          If i right click something it selects but the menu is greyed

                                          Download the free D'oh Book for SketchUp ๐Ÿ“–

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

                                          Advertisement