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

    [Plugin] Point v1.2

    Scheduled Pinned Locked Moved Plugins
    42 Posts 25 Posters 78.2k Views 25 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.
    • N Offline
      NewOne
      last edited by

      The Blue Icon, because Simon Le Bon loved it...PointTool-blue.png
      for making the script to show cursor, see this post: http://forums.sketchucation.com/viewtopic.php?f=180&t=13077&st=0&sk=t&sd=a&start=15#p184325


      contains icons (24x24, 16x16) and cursor (32x32)

      1 Reply Last reply Reply Quote 0
      • simon le bonS Offline
        simon le bon
        last edited by

        Hi NewOne,
        Thank for it (the blue pen) . Now adopted 👍 😉
        simon

        1 Reply Last reply Reply Quote 0
        • W Offline
          watkins
          last edited by

          Dear Matt,

          I have downloaded your version 1.2, but cannot work out how to draw a single point other than hitting the Esc key. What should I do?

          Kind regards,
          Bob

          1 Reply Last reply Reply Quote 0
          • utilerU Offline
            utiler
            last edited by

            @simon le bon said:

            Hi NewOne,
            Your icons are NumberOne 😉
            But when i try to use them (32x32), their quality isn't at the "rendez-vous" . Why? I can't say.

            http://i274.photobucket.com/albums/jj245/Spendauballet/SketchUp/Matt_Point.jpg

            simon

            I think JClements made the Construction line tool Icon. Would be good to see a similar icon for the point tool also.

            Both point and Construction line tool I use all the time, thanks heaps guys!!!!!

            purpose/expression/purpose/....

            1 Reply Last reply Reply Quote 0
            • JClementsJ Offline
              JClements
              last edited by

              Try one of these.
              16x16

              John | Illustrator | Beaverton, Oregon

              1 Reply Last reply Reply Quote 0
              • JClementsJ Offline
                JClements
                last edited by

                Or this one.24x24

                John | Illustrator | Beaverton, Oregon

                1 Reply Last reply Reply Quote 0
                • JClementsJ Offline
                  JClements
                  last edited by

                  Or this one 😄PointTool 32x32.png

                  John | Illustrator | Beaverton, Oregon

                  1 Reply Last reply Reply Quote 0
                  • JClementsJ Offline
                    JClements
                    last edited by

                    and the master file.
                    Xara format.

                    Great app. Cheap. Free trial down load at http://www.xara.com

                    Point Tool Icon for Utiller.zip

                    John | Illustrator | Beaverton, Oregon

                    1 Reply Last reply Reply Quote 0
                    • utilerU Offline
                      utiler
                      last edited by

                      You're the man, John!!!!

                      purpose/expression/purpose/....

                      1 Reply Last reply Reply Quote 0
                      • EdsonE Offline
                        Edson
                        last edited by

                        i have a small problem with this tool: it works fine but does not load at startup even though it was open when i closed sketchup. i always have to go to View>Toolbars to open it before using it.

                        edson mahfuz, architect| porto alegre • brasil
                        http://www.mahfuz.arq.br

                        1 Reply Last reply Reply Quote 0
                        • dereiD Offline
                          derei
                          last edited by

                          This simple tool I find it extremely useful yet... too bad is not available trough Extension Warehause or Sketchucation Extension Store... it should be added, so it will be saved in the bundles...easy to reinstall and less likely to lose it.

                          Cheers!

                          DESIGNER AND ARTIST [DEREI.UK](http://derei.uk/l)

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

                            hi there, i downloaded the point tools plugin, BUT the problem is how to add the plugin to my sketchup 2015
                            i dont know how to put the plugin point tools into the ruby console
                            please help !

                            1 Reply Last reply Reply Quote 0
                            • J Offline
                              johnwmcc
                              last edited by

                              I love this tool for its simplicity and convenience in use.

                              Unfortunately, it freezes the newly released SU 2020, and needs a Force Quit (on Mac Mojave) and I can't see why. It fails, and freezes SU 2020 when you try to add a point. No error message in Ruby console, either.

                              Any chance, Matt, you could update it to work in the latest version of SU? It worked fine in 2019.

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

                                I use this tool in v2020 without issue - PC/Win10
                                So it looks like a MAC issue...
                                Not even a newest MAC OS issue !
                                Matt hasn't supported this tool for some years.
                                If you run it with the Ruby Console open are there any error messages ?
                                The tool itself is relatively simple so I am a loss as to why you see this issue ...
                                Any other MAC users seeing this ??

                                TIG

                                1 Reply Last reply Reply Quote 0
                                • S Offline
                                  slb_jwm
                                  last edited by

                                  Sorry, TIG, I've only just seen your response, months late.

                                  Tried it again just now.

                                  It downloads and installs via the SketchUcation plugin, apparently without issue.

                                  But when I try to draw a point, the first one appears on screen, but when I try to draw another in the same session of the tool, it just hangs SU indefinitely, with no Ruby console message of any kind at any time.

                                  Great pity.

                                  I remember trying a quick look at the code, and so did Steve Baumgartner. He couldn't see anything amiss in the ruby code, but said it appeared to be triggering some error in an unidentifiable place, deep in the graphics driver code.

                                  Shame - I haven't found as good or as simple an alternative.

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

                                    Let's see if it's the add_cpoint() method making an issue first...
                                    Easier that dabbling around in the Tool class point picking...

                                    Try this in the Ruby Console with an empty v2020 model... does it add all of the 10 cpoints at 1" x-intervals? Works OK on PC...

                                    model=Sketchup.active_model
                                    ents=model.active_entities
                                    0.upto(9).each{|x|ents.add_cpoint(Geom;;Point3d.new(x,0,0))}
                                    

                                    If that works, then perhaps the Tool code is flaky ?
                                    e.g. does it set the active_model up each time it runs, as all current models on MACs use the same SketchUp - unlike PCs ??

                                    TIG

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

                                    Advertisement