• Login
sketchucation logo sketchucation
  • Login
ℹ️ GoFundMe | Our friend Gus Robatto needs some help in a challenging time Learn More

[Plugin] VisTools v1.3.4

Scheduled Pinned Locked Moved Plugins
67 Posts 13 Posters 98.0k Views
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.
  • D Offline
    Dan Rathbun
    last edited by 5 Jan 2013, 00:24

    @anton_s said:

    I examined the Vis Tools.rb and find it strictly licened.

    πŸ˜† The MIT License is very NON-Strict.

    Really there are only 2 requirements: that the copyright notices of the previous authors must stay in the code documentation (you add your own name if you make changes and distribute an edition of your own;) and the original License text (and it's requirements, along with it's 2 restrictions, AND ALL it's privileges,) must be passed on to any future users, or authors.

    Basically.. the "MIT License" is a liberal, socialistic, community property type of license, that is meant to encourage "open source" projects that anyone can use, and improve. Since many people may put their valuable time into the product and do not want some entity "stealing" their work and turning it into a commercial product,... the license has the requirements that the contributor copyright notices and all privileges to use or modify the software, must be passed on.

    @anton_s said:

    How do I get it?

    The license text IS distributed with the plugin in " %(#004080)[**LICENCE.txt**]", ...
    and I also pasted it into the documentation headers of the " %(#004080)[Plugins/load_VisTools.rb]" extension loader and the " %(#004080)[Plugins/IntrepidBear/VisTools/VisTools.rb]" main script file.

    IF you installed the rbz archive, then you have the license files.

    @anton_s said:

    I found a link here, though I'm still not sure.

    That website has nothing to do with THIS VisTools SketchUp plugin nor it's license.
    That website is a form guide that helps you decide what license to use with YOUR OWN projects, that have never before been subject to any "End-User License Agreement" (EULA), "Terms of Service" (TOS) or "Terms of Use".)

    @anton_s said:

    What kind of licence should I get? MIT?

    The license attached to the plugin IS the MIT license.

    The terms of the MIT license (as distributed with the plugin,) along with the Warranty Disclaimer / Limitations on Liabilities, apply to your use of the software as it is now; and grant you privileges (subject to those 2 restrictions,) to modify or extend the software, and distribute your own edition.

    @anton_s said:

    Is it required to pay for the licence?

    No ... but I would not mind donations to help pay for my time, or new features.

    I could have charged a fee for the updates (under the terms of the MIT license,) but chose not to, because I really did not add any new features. I just cleaned up the code mostly, and fixed a few things. The language support files were done by volunteers back when I forked off the edition that was temporarily called "FreezeTools".

    I do not use the VisTools plugin much myself, because I really do not feel it Freezes things the way they are frozen in AutoCAD. But I suppose it is better than nothing.

    Unless I get feedback from users who really like to use the plugin, and likely get some donations to do more work on it,... I probably will not do much more to it, other than fix any glaring bugs, that are easily fixed.

    I'm not here much anymore.

    1 Reply Last reply Reply Quote 0
    • A Offline
      Anton_S
      last edited by 5 Jan 2013, 00:45

      Thank Dan, that explains it well.
      πŸ‘

      1 Reply Last reply Reply Quote 0
      • D Offline
        Dan Rathbun
        last edited by 5 Jan 2013, 01:39

        @dan rathbun said:

        @__guanjin__:

        The plugin should have just used English ...

        OK I found the error.

        It was me:

        VisTools.rb: line 95
        @@lang == 'en' %(#008000)[# just use English]

        should be making an assignment:
        @@lang **=** 'en' %(#008000)[# just use English]

        😳 'tupid booboo!

        I'll make changes and push an update.

        I'm not here much anymore.

        1 Reply Last reply Reply Quote 0
        • D Offline
          Dan Rathbun
          last edited by 5 Jan 2013, 06:07

          ➑ UPDATE v1.3.2

          Pushed update into a forked GitHub online repository at:
          https://github.com/DanRathbun/sketchup-vistools

          πŸ€“

          Feedback via: https://github.com/DanRathbun/sketchup-vistools/issues

          I'm not here much anymore.

          1 Reply Last reply Reply Quote 0
          • D Offline
            Dan Rathbun
            last edited by 6 Jan 2013, 01:01

            ➑ UPDATE v1.3.3

            Added Asian language support:

            • Chinese Simplified (zh-CN) language support by Xiao Long (guanjin)

            • Other Asian language support files (preliminary):

            • Chinese Traditional (zh-TW)

            • Japanese (ja)

            • Korean (ko)

            THANK YOU to :

            • Xiao Long (guanjin)

            Chinese Simplified (zh-CN) language file.

            Pushed update into a forked GitHub online repository at:
            https://github.com/DanRathbun/sketchup-vistools

            πŸ€“

            Feedback via: https://github.com/DanRathbun/sketchup-vistools/issues

            I'm not here much anymore.

            1 Reply Last reply Reply Quote 0
            • H Offline
              hygicell
              last edited by 14 Jan 2013, 08:08

              I have installed vistools with ThomThom's install plugin,
              but I get these startup errors:
              ScreenHunter_23 Jan. 14 07.53.jpg

              Error Loading File load_VisTools.rb
              C:/Program Files (x86)/Google/Google SketchUp 8/Plugins/load_VisTools.rb:4: syntax error, unexpected '<'
              <!DOCTYPE html>
              ^
              C:/Program Files (x86)/Google/Google SketchUp 8/Plugins/load_VisTools.rb:5: syntax error, unexpected '<'
              <html>
              ^
              C:/Program Files (x86)/Google/Google SketchUp 8/Plugins/load_VisTools.rb:7: syntax error, unexpected '<'
              <meta charset='utf-8'>
              ^
              C:/Program Files (x86)/Google/Google SketchUp 8/Plugins/load_VisTools.rb:8: syntax error, unexpected '<'
              <meta http-equiv="X-UA-Compatible" content="IE=edge">
              ^
              C:/Program Files (x86)/Google/Google SketchUp 8/Plugins/load_VisTools.rb:8: syntax error, unexpected tIDENTIFIER, expecting $end
              <meta http-equiv="X-UA-Compatible" content="IE=edge">

              1 Reply Last reply Reply Quote 0
              • D Offline
                Dan Rathbun
                last edited by 14 Jan 2013, 10:25

                These errors are not caused by VisTools.

                VisTools has NO html files, and therefor NO <!DOCTYPE> nor <META> tags,... so the errors are caused by ThomThom's installer in some way. (But may be meaningless.)

                Restart SketchUp... see if VisTools runs normally after a restart.

                I have never used ThomThom's installer tool,... NOR DID I EVER SAY VisTools was compatible with it!

                I recommend using the built-in "Install Extension..." button on the Extensions panel of the Preferences dialog (via the Window menu.)

                I'm not here much anymore.

                1 Reply Last reply Reply Quote 0
                • H Offline
                  hygicell
                  last edited by 14 Jan 2013, 12:25

                  sorry to have upset you, I am only asking for help

                  Thomthom's install pugin has always worked fine for me

                  I have restarted Sketchup several times, to no avail
                  I deleted the intrepidBear folder,
                  the errors remained

                  I then reinstalled the plugin through the built-in "Install Extension..." button on the Extensions panel of the Preferences dialog (via the Window menu.)
                  the error messages still remained,
                  I could not find the menu bar, the plugin was not working

                  I deleted the intrepidBear folder again,
                  now the errors still remain
                  is there anything else I shoud delete?

                  might it be that there is a conflict with TIG' s selectionhideshow.rb ?
                  http://sketchucation.com/forums/viewtopic.php?t=19576

                  greetings
                  Frank

                  1 Reply Last reply Reply Quote 0
                  • thomthomT Offline
                    thomthom
                    last edited by 14 Jan 2013, 14:08

                    ??

                    That's just bizarre. This Vistool is an RBZ, right? The Simple Installer uses the API to install RBZ so it should be the same as Install Extensions from the UI.

                    No idea what produces that.

                    Looks like the content of the .rb file is HTML ... ? :s

                    Tried re-downloading?

                    Have you looked at the content of the .rb file? Can you upload it for inspection?

                    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 14 Jan 2013, 14:29

                      Sorry, I was thinking of the .rb file.

                      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 14 Jan 2013, 14:30

                        here is the .rbz file

                        grts
                        Frank

                        1 Reply Last reply Reply Quote 0
                        • H Offline
                          hygicell
                          last edited by 14 Jan 2013, 15:04

                          there's more than one inside the folder
                          I guess you mean load_vistools.rb in plugins folder


                          load_VisTools.rb

                          1 Reply Last reply Reply Quote 0
                          • thomthomT Offline
                            thomthom
                            last edited by 14 Jan 2013, 15:06

                            That file looks fine.
                            Can you try without Additional Folders?

                            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 14 Jan 2013, 16:22

                              I don't really understand what you mean

                              1 Reply Last reply Reply Quote 0
                              • thomthomT Offline
                                thomthom
                                last edited by 14 Jan 2013, 16:30

                                Your errormessage show that you use the plugin Additional Folders by Fredo. http://sketchucation.com/forums/viewtopic.php?t=39073

                                Can you disable the plugin and see what happens when SketchUp loads the files without Additional Folders?


                                Additional Folders.png

                                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 14 Jan 2013, 18:38

                                  I have searched for the plugin and can't find it anywhere
                                  it appears to be loaded (see attachments)
                                  it is all a big puzzle for me
                                  Frank


                                  ScreenHunter_26 Jan. 14 19.31.jpg


                                  ScreenHunter_25 Jan. 14 19.19.jpg


                                  ScreenHunter_24 Jan. 14 19.17.jpg


                                  ScreenHunter_27 Jan. 14 19.35.jpg

                                  1 Reply Last reply Reply Quote 0
                                  • thomthomT Offline
                                    thomthom
                                    last edited by 14 Jan 2013, 19:38

                                    Compat.png

                                    Looks like you got some files stuck in Windows' VirtualStore.

                                    Utility for inspecting it:
                                    http://sketchucation.com/forums/viewtopic.php?f=180&t=48399#p434453

                                    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 14 Jan 2013, 20:47

                                      done!
                                      here are the results,
                                      looks to me as if all or parts of the plugins folder is in virtualstore
                                      even all program files
                                      what should I do?


                                      ScreenHunter_29 Jan. 14 21.42.jpg

                                      1 Reply Last reply Reply Quote 0
                                      • thomthomT Offline
                                        thomthom
                                        last edited by 14 Jan 2013, 22:16

                                        First of all you should move them into your real Plugins folder and clean up what you might not need. I see two instances of madefaces for instance.

                                        You probably want to change the permissions of the Plugins folder so you have proper access to it from your user account.

                                        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 15 Jan 2013, 08:25

                                          you've done it !
                                          problem completely solved!
                                          thanks again, Thomthom
                                          Frank

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

                                          Advertisement