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

    [Plugin] LoopLab v1.0.0

    Scheduled Pinned Locked Moved Plugins
    17 Posts 10 Posters 6.7k Views 10 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.
    • renderizaR Offline
      renderiza
      last edited by

      http://s22.postimg.org/anepz70xd/example.png

      Plugin Rules:

      • Select an edge before using tool
      • Plugin only works well if geometry is made out of quads.
      • Currently you can't select another loop if one is already selected. (Will see if with the help of other developers this can be solved)

      [url=https://www.sketchupcode.com/:z3kqsidd]My Extensions ...[/url:z3kqsidd]

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

        Does it work at all on tri's? so far only quads work, even if tri's are next to quads it fails.

        http://www.solos-art.com

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

        1 Reply Last reply Reply Quote 0
        • andybotA Offline
          andybot
          last edited by

          I'm curious how this differs from ThomThom's Quadface tools. There are loop selections in there - how does yours compare?

          http://charlottesvillearchitecturalrendering.com/

          1 Reply Last reply Reply Quote 0
          • renderizaR Offline
            renderiza
            last edited by

            @andybot said:

            I'm curious how this differs from ThomThom's Quadface tools. There are loop selections in there - how does yours compare?

            Just verified ThomThom's Quadface tools and it does have a loop feature just like mine. Not only that but quite frankly it is better since it can select multiple loops while mine currently can't.

            There is so many plugins that I can't keep track on all of them so this is bound to happen here and there. I am glad still I made this without knowing because I learned few new things.

            Cheers!

            Note: I wonder if we used the same method to achieve this! πŸ€“

            [url=https://www.sketchupcode.com/:z3kqsidd]My Extensions ...[/url:z3kqsidd]

            1 Reply Last reply Reply Quote 0
            • renderizaR Offline
              renderiza
              last edited by

              @mitcorb said:

              This is significant, and yet another example of your obvious talent and hard work. Salute!

              Thanks you!

              @solo said:

              Does it work at all on tri's? so far only quads work, even if tri's are next to quads it fails.

              The issue has more to do if a vertex is shared with more than 4 edges. Notice in the example on the left the selection stopped because a vertex in the center has more then 4 edges connected to it. The example in the right doesn't have that problem even though it has triangular faces.

              http://s7.postimg.org/641swh9wb/answer.png

              @andybot said:

              I'm curious how this differs from ThomThom's Quadface tools. There are loop selections in there - how does yours compare?

              I was not aware ThomThom's Quadface tools had this feature already...let me check it out and report back to you. πŸ˜‰

              [url=https://www.sketchupcode.com/:z3kqsidd]My Extensions ...[/url:z3kqsidd]

              1 Reply Last reply Reply Quote 0
              • andybotA Offline
                andybot
                last edited by

                @renderiza said:

                There is so many plugins that I can't keep track on all of them so this is bound to happen here and there.

                That's for sure, the amount of plugins is staggering!

                @unknownuser said:

                I am glad still I made this without knowing because I learned few new things.

                You've been on quite a plugin making spree, many thanks for all your efforts πŸ‘ 😍

                http://charlottesvillearchitecturalrendering.com/

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

                  @renderiza said:

                  Note: I wonder if we used the same method to achieve this! πŸ€“
                  https://bitbucket.org/thomthom/quadface-tools/src/de7446235f3979f65301e5e9896bed96d0b8bc7c/TT_QuadFaceTools/core.rb?at=default#cl-1643

                  I'm on my tablet from a hotel right now, so it's not that easy to compare the source. But I expect it would be similar when you have a quad.

                  The biggest challenge was finding a way to handle non-planar quads. And doing so fast. I'm still not happy - I want to rework the EntitiesProvider class. Maybe in C.

                  I think the topic of quad topology is important and sorely lacking in SU. I've been thinking of making the core of QuadFace into an open source library that can be easily implemented in extensions to make then handle non-planar quads. I'll ping you when I get something ready if you'd be interested in such a project.
                  Have you used GitHub and git before?

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

                  1 Reply Last reply Reply Quote 0
                  • 3 Offline
                    3dsmax9
                    last edited by

                    loop selection is great, is it possible to do a ring selection ?


                    Sans titre.jpg

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

                      Does not support the triangle edges choice, but a very good Cheers πŸ‘

                      ι€‰ζ‹©θΎΉηΌ˜εΎͺ环.gif

                      I come from China, is to learn

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

                        @guanjin said:

                        Does not support the triangle edges choice,

                        Triangles doesn't work for ring and loop selections. There is no way to know what the direction should be. That's why a quad-based topology is important.

                        Sent from my LT25i using Tapatalk

                        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:

                          @guanjin said:

                          Does not support the triangle edges choice,

                          Triangles doesn't work for ring and loop selections. There is no way to know what the direction should be. That's why a quad-based topology is important.

                          Sent from my LT25i using Tapatalk

                          Both tools comparison function is similar to triangulation does not work, I express bad, watching animation, thank you

                          ζ΅‹θ―•.gif

                          guanjin

                          I come from China, is to learn

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

                            @renderiza said:

                            @andybot said:

                            There is so many plugins that I can't keep track on all of them so this is bound to happen here and there.

                            Another one would be the Path Select Tool from Dales SketchUV (even if it is somewhat hidden in this plugin πŸ˜‰ ).

                            See this screencast for an example.

                            my SketchUp gallery

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

                              Thank you for this plugin. I didn't realize I needed it but found an excellent application for it. I used it and TIG-weld to select and weld the longitudinal curves on the legs of this table which improved the way the sketchy lines were applied. there's still some curves to do but the near leg shows it best.

                              Before
                              Colonial Drop leaf Table.png

                              After
                              Colonial Drop Leaf Table4.png

                              Etaoin Shrdlu

                              %

                              (THERE'S NO PLACE LIKE)

                              G28 X0.0 Y0.0 Z0.0

                              M30

                              %

                              1 Reply Last reply Reply Quote 0
                              • renderizaR Offline
                                renderiza
                                last edited by

                                @thomthom said:

                                Have you used GitHub and git before?

                                Github | Bitbucket
                                I now love Repositories like Github & Bitbucket they are really useful and make my life easier so thank you for mentioning them. πŸ‘

                                @3dsmax9 said:

                                loop selection is great, is it possible to do a ring selection ?

                                ThomThom's Quadface tools has a ring selection feature and more.

                                @guanjin said:

                                Does not support the triangle edges choice, but a very good Cheers πŸ‘

                                Maybe if the plugin bypass hidden edges the plugin could work as expected if edges that make triangle are no visible. Thanks for your feedback and awesome .gif animations! πŸ‘

                                @cotty said:

                                Another one would be the Path Select Tool from Dales SketchUV (even if it is somewhat hidden in this plugin πŸ˜‰ ).

                                See this screencast for an example.

                                That is another cool plugin thanks for sharing!

                                @dave r said:

                                Thank you for this plugin. I didn't realize I needed it but found an excellent application for it. I used it and TIG-weld to select and weld the longitudinal curves on the legs of this table which improved the way the sketchy lines were applied. there's still some curves to do but the near leg shows it best.

                                I myself going to use your tip on how to improve sketchy lines. The line quality on second image is significantly better. πŸ‘

                                [url=https://www.sketchupcode.com/:z3kqsidd]My Extensions ...[/url:z3kqsidd]

                                1 Reply Last reply Reply Quote 0
                                • tt_suT Offline
                                  tt_su
                                  last edited by

                                  @renderiza said:

                                  @3dsmax9 said:

                                  loop selection is great, is it possible to do a ring selection ?

                                  ThomThom's Quadface tools has a ring selection feature and more.
                                  :

                                  Have a look at how I defined a"quad" in QuadFace Tools. Both Fredo and TIG use that in some of their plugins which give a nice interobility.
                                  https://bitbucket.org/thomthom/quadface-tools/wiki/Overview#!quadface-definition

                                  Just a brief history of why I picket the set of properties I did for the diagonal edges:

                                  1. Hidden property doesn't smooth the shading of the quad. Each triangle would be shaded flatly.
                                  2. Soft+Smooth give nice shading, but if you want to make the whole mesh also appear soft+smooth then the quads will break.
                                  3. Soft+Smooth + CastShadow=false gave the best result for me. Once could create a mesh with quads where the border edges of the quads could also be soft+smooth.

                                  I didn't use an attribute because they are slow - performance was important here when traversing thousands of entities. And I liked that you could create the quad manually via the UI if you wanted to. The one thing that is still an issue is that if you use the Soften Edges tool in SU it might unsoft some diagonals.

                                  @renderiza said:

                                  @thomthom said:

                                  Have you used GitHub and git before?

                                  Github | Bitbucket
                                  I now love Repositories like Github & Bitbucket they are really useful and make my life easier so thank you for mentioning them. πŸ‘

                                  Excellent! If you aren't using it already I'd recommend SourceTree as a really nice and good GUI that can handle both Git and HG as well as managing your repositories hosted at GitHub and BitBucket.

                                  I'm in the progress of writing a new set of core classes that will return quad faces from a set of SketchUp entities. I'll make this as generic and small as possible (and fast) so ti can be easily implemented in extensions that want to support quads. I'd love to see more quad-based tools.
                                  QuadFace Tools grew to a decent size, but there is's just the basics. There is much more that would be great to have.

                                  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