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

    [Plugin] Architect Tools

    Scheduled Pinned Locked Moved Plugins
    119 Posts 32 Posters 152.5k Views 32 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.
    • thomthomT Offline
      thomthom
      last edited by

      The estimated remaining time is based on how much time it has taken to process the current set of entities vs the remaining. The problem is that adding geometry to SketchUp gets slower the more geometry there is - which is problematic to estimate. I haven't even tried to account for that.

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

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

        Why not use a '% complete' report ?
        It changes to show it's working and the user then knows how much is left to do...
        If THEY assume the second 50% will take as long as the first 50%, then that's their issue not yours.
        All you will have done is told them how much has been processed so far, and that it is actively continuing...

        TIG

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

          I was reusing some generic code - which for linear time code works well.
          I am working on a version 2 where I am cleaning up lots of stuff. Everything has so far just been quickly assembled to automate tasks I've been working on.

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

          1 Reply Last reply Reply Quote 0
          • DareDevilD Offline
            DareDevil
            last edited by

            @thomthom said:

            The estimated remaining time is based on how much time it has taken to process the current set of entities vs the remaining. The problem is that adding geometry to SketchUp gets slower the more geometry there is - which is problematic to estimate. I haven't even tried to account for that.

            I dont know if it's many or not, the process made 7,000 groups. My computer is a i5 @2.4 GHz with 3 Gb RAM. It's not a race computer but is not a Minitel...
            For this job, the problem was'nt the time but just my wife asking me "when you will be back home ?"... "SU says in fifty minutes..." and half an hour later "SU says in one hour...". SU is a liar !! 😆

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

              Many or not many - doesn't matter. The time it takes to add geometry in SU slows down every time more geometry is added.

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

              1 Reply Last reply Reply Quote 0
              • guanjinG Offline
                guanjin
                last edited by

                Help loading error!
                未命名.jpg

                I come from China, is to learn

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

                  That's strange - can't quite pin-point where the error is. "eval" error..

                  Exactly what SketchUp version do you have?
                  And what TT_Lib2 version?

                  Did you just install Plan Tools and got the error on first run? Or did it suddenly appear?

                  Can you open the Ruby Console and type:
                  load 'tt_plan_tools.rb'

                  post back any error-messages.

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

                  1 Reply Last reply Reply Quote 0
                  • guanjinG Offline
                    guanjin
                    last edited by

                    @thomthom said:

                    That's strange - can't quite pin-point where the error is. "eval" error..

                    Exactly what SketchUp version do you have?
                    And what TT_Lib2 version?

                    Did you just install Plan Tools and got the error on first run? Or did it suddenly appear?

                    Can you open the Ruby Console and type:
                    load 'tt_plan_tools.rb'

                    Starts running, and later has been an error
                    sketchup8M2
                    Latest
                    QQ截图20120226115449.jpg

                    I come from China, is to learn

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

                      @guanjin said:

                      Starts running, and later has been an error

                      Can you explain more. It's very hard to debug with so little info.

                      And did you try the Ruby Console command?

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

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

                        @hygicell said:

                        after installing "plan tools", "edge tools", "quadface tools" and "additional plugin folders" (I used your installer for that),
                        I get the following error messages:

                        The ones that relate to my plugins appear to be a result of not having TT_Lib2 installed. It's a library listed as a requirement for most of my plugins. You find a link to it in the Requirement section of the description.

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

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

                          @Frank

                          Please correctly install thomthom's missing Lib...

                          But a problem persists with my tools [almost certainly with different error messages] then perhaps you have mis-installed the 'flattentoplane' and/or 'workplane' scripts too - so, reread their threads to ensure that you also have everything installed that is needed for those tools too [e.g. the first one needs the second one to make the workplane needed to be flattened too]...
                          It might be that one tools error generates another, but if there are several overlapping errors it is harder to resolve,,,

                          I also see you have '000_AdditionPluginFolder' loading... unless you are specifically expecting files located in folders other than Plugins and Tools to be auto-loaded at startup then you do not really need this... Its error reporting is really specific to itself, but if you have mis-installed another script's files then its messages can also be somewhat confusing, since the replicate much of the normal error reports too, with overlaid info...

                          TIG

                          1 Reply Last reply Reply Quote 0
                          • H Offline
                            hygicell
                            last edited by

                            after installing "plan tools", "edge tools", "quadface tools" and "additional plugin folders" (I used your installer for that),
                            I get the following error messages:
                            ScreenHunter_59 Dec. 03 10.32.jpg

                            more:
                            Error Loading File #FlattenToPlane.rb
                            no such file to load -- #WorkPlane.rbError Loading File C:/Program Files (x86)/Google/Google SketchUp 8/Plugins/TT_EdgeTools/close_gaps.rb
                            uninitialized constant TTError Loading File C:/Program Files (x86)/Google/Google SketchUp 8/Plugins/TT_EdgeTools/core.rb
                            uninitialized constant TT::Plugins::EdgeTools::PREF_KEYError Loading File C:/Program Files (x86)/Google/Google SketchUp 8/Plugins/TT_EdgeTools/divider.rb
                            undefined method add_item' for nil:NilClassError Loading File C:/Program Files (x86)/Google/Google SketchUp 8/Plugins/TT_EdgeTools/make_colinear.rb undefined method add_separator' for nil:NilClassError Loading File C:/Program Files (x86)/Google/Google SketchUp 8/Plugins/TT_EdgeTools/simplify.rb
                            undefined method add_separator' for nil:NilClassError Loading File C:/Program Files (x86)/Google/Google SketchUp 8/Plugins/TT_QuadFaceTools/core.rb uninitialized constant TT::Plugins::QuadFaceTools::PLUGIN_IDError Loading File C:/Program Files (x86)/Google/Google SketchUp 8/Plugins/bim-tools/clsBtEntity.rb undefined local variable or method ' for main:Object

                            PS I have apparently solved the Bim Tools error thanks to Jan's and your and other's help
                            thanks to all !

                            greetings
                            Frank

                            1 Reply Last reply Reply Quote 0
                            • H Offline
                              hygicell
                              last edited by

                              I have learned how to follow your very adequate instructions, Thom
                              so TT_Lib2 was and still is installed
                              should I delete and renew it ?

                              @thomthom said:

                              @hygicell said:

                              after installing "plan tools", "edge tools", "quadface tools" and "additional plugin folders" (I used your installer for that),
                              I get the following error messages:

                              The ones that relate to my plugins appear to be a result of not having TT_Lib2 installed. It's a library listed as a requirement for most of my plugins. You find a link to it in the Requirement section of the description.

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

                                Ensure you have the latest version of that Lib.

                                Otherwise. if you STILL get errors after updating, then it might be [the superfluous] '000_AdditionPluginFolder' throwing up errors, when you have not installed all of the scripts needed for 'my tools' ???

                                TIG

                                1 Reply Last reply Reply Quote 0
                                • H Offline
                                  hygicell
                                  last edited by

                                  @tig said:

                                  @Frank

                                  Please correctly install thomthom's missing Lib...

                                  checked that, Tig, it was installed, should I delete and reinstall?
                                  I am pretty sure it is the latest version, as I installed it the same day

                                  But a problem persists with my tools [almost certainly with different error messages] then perhaps you have mis-installed the 'flattentoplane' and/or 'workplane' scripts too - so, reread their threads to ensure that you also have everything installed that is needed for those tools too [e.g. the first one needs the second one to make the workplane needed to be flattened too]...
                                  It might be that one tools error generates another, but if there are several overlapping errors it is harder to resolve,,,

                                  checked that too, both files were missing. Installed them. The errors still keep popping up

                                  I also see you have '000_AdditionPluginFolder' loading... unless you are specifically expecting files located in folders other than Plugins and Tools to be auto-loaded at startup then you do not really need this... Its error reporting is really specific to itself, but if you have mis-installed another script's files then its messages can also be somewhat confusing, since the replicate much of the normal error reports too, with overlaid info...

                                  [b]although it is obviously loading, I can't find it anywhere (to delete it):[/b]
                                  ScreenHunter_60 Dec. 03 11.45.jpg

                                  Frank
                                  PS you guys are fabulously helpful !!!
                                  tell me how to donate !
                                  Thomthom already knows I do

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

                                    hm... might be that the files have ended up in VirtualStore because you don't have full permissions to the Plugins folder. Here's a way to check for that: http://sketchucation.com/forums/viewtopic.php?f=180&t=48399

                                    It's a but difficult to debug when you've installed so much at the same time and get so many errors spread across multiple plugins. :s

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

                                    1 Reply Last reply Reply Quote 0
                                    • H Offline
                                      hygicell
                                      last edited by

                                      @thomthom said:

                                      hm... might be that the files have ended up in VirtualStore because you don't have full permissions to the Plugins folder. Here's a way to check for that: http://sketchucation.com/forums/viewtopic.php?f=180&t=48399

                                      It's a but difficult to debug when you've installed so much at the same time and get so many errors spread across multiple plugins. :s

                                      downloaded and installed,using your installer
                                      still same errors at startup:

                                      Error Loading File C:/Program Files (x86)/Google/Google SketchUp 8/Plugins/TT_EdgeTools/close_gaps.rb
                                      uninitialized constant TTError Loading File C:/Program Files (x86)/Google/Google SketchUp 8/Plugins/TT_EdgeTools/core.rb
                                      uninitialized constant TT::Plugins::EdgeTools::PREF_KEYError Loading File C:/Program Files (x86)/Google/Google SketchUp 8/Plugins/TT_EdgeTools/divider.rb
                                      undefined method add_item' for nil:NilClassError Loading File C:/Program Files (x86)/Google/Google SketchUp 8/Plugins/TT_EdgeTools/make_colinear.rb undefined method add_separator' for nil:NilClassError Loading File C:/Program Files (x86)/Google/Google SketchUp 8/Plugins/TT_EdgeTools/simplify.rb
                                      undefined method `add_separator' for nil:NilClassError Loading File C:/Program Files (x86)/Google/Google SketchUp 8/Plugins/TT_QuadFaceTools/core.rb
                                      uninitialized constant TT::Plugins::QuadFaceTools::PLUGIN_ID

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

                                        You do NOT have FULL security permissions 1.PNG aka 'Compatibility Files...'...
                                        Click that link-button to see the mess you have unleashed...
                                        Follow the link thomthom gave which goes a long way to resolving this...

                                        There are several folders in the Sketchup folder - like Plugins, Materials, Components and Styles - that all need FULL permissions to allow you to add files and subfolders to them etc, and also to use some tools that will need to write log files into there etc.

                                        To fix these folders' permissions [as an Admin] right-click each folder's icon and get Properties > Security > Edit - set to be 'FULL' - this needs to apply to all contained files and subfolders...
                                        Simply being an Admin is NOT enough... 😒

                                        TIG

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

                                          Do you still have that AdditionalPlugins folder installed? Or some similar plugin?

                                          It seems something is loading the files in incorrect order.

                                          Did you check the virtual store?

                                          (Please answer to each of the questions we ask. Each are important in order to debug this.)

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

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

                                            @tig said:

                                            Click that link-button to see the mess you have unleashed...

                                            To be fair, if he used the Simple Installer to install RB or RBS files they would have ended up there without his knowledge. I added a warning before the download. RBZ or ZIP should install correctly though.

                                            But there's something else going on there. The loading errors almost indicate that the subfolders are loaded directly, before the root files are. I wonder if it's a plugin loader messing about - compounded with VirtualStore we got a nice big soup.

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

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

                                            Advertisement