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

    Introducing SUbD for SketchUp...

    Scheduled Pinned Locked Moved SUbD
    renderpluginsextensions
    66 Posts 19 Posters 33.0k Views 19 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.
    • dereiD Offline
      derei
      last edited by

      After a quick play with SUbD, i noticed that one feature would be GREAT to have:

      -some sort of "selection sets" for creased edges/vertices. When selecting more edges and crease them together, maybe i want to come back to same set to adjust them further. Every time I have to manually select them all, which is a bit of a pain when there are many. But if there would be a way to select all edges that were creased in the same set, would be awesome.

      How I am thinking it can be accomplished: using attribute dictionaries, for example. Giving a sort of unique ID to all edges that were creased simultaneously, so when the selection tool looks for which edges to select, it will filter them out by this unique id.

      I already saw that the creased edges are displayed in a "red" color, which red value varies depending on how creased it is. So, i am assuming those edges are already recognized... maybe selecting them as a "set" would be a easy step to add.

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

      1 Reply Last reply Reply Quote 0
      • panixiaP Offline
        panixia
        last edited by

        @pilou said:

        Why not use the Interactive Joint Push Pull by Fredo6 ?

        Pilou, that's great and i use it a lot, but unfortunately, not in this kind of models, because as it is it doesn't support quads.. 90% of the cases it will break them. 😞

        1 Reply Last reply Reply Quote 0
        • panixiaP Offline
          panixia
          last edited by

          @derei said:

          Please see attached.
          [attachment=0:33qnbrf7]<!-- ia0 -->push.jpg<!-- ia0 -->[/attachment:33qnbrf7]

          i noticed you are also triyng to edit the subdivided mesh. unless you just converted it to "plain mesh" from the right click menu, editing the smoothed mesh is pointless, because when you toggle off sub-d, it will revert back to the original control cage.. and all of the editing done directly on the limit mesh will be lost.

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

            @panixia said:

            @derei said:

            Please see attached.
            [attachment=0:15logg0u]<!-- ia0 -->push.jpg<!-- ia0 -->[/attachment:15logg0u]

            i noticed you are also triyng to edit the subdivided mesh. unless you just converted it to "plain mesh" from the right click menu, editing the smoothed mesh is pointless, because when you toggle off sub-d, it will revert back to the original control cage.. and all of the editing done directly on the limit mesh will be lost.

            Thanks 😄 ... i found out that myself. The hard way.

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

            1 Reply Last reply Reply Quote 0
            • panixiaP Offline
              panixia
              last edited by

              💚 💚 💚

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

                @derei said:

                After a quick play with SUbD, i noticed that one feature would be GREAT to have:

                -some sort of "selection sets" for creased edges/vertices. When selecting more edges and crease them together, maybe i want to come back to same set to adjust them further. Every time I have to manually select them all, which is a bit of a pain when there are many. But if there would be a way to select all edges that were creased in the same set, would be awesome.

                How I am thinking it can be accomplished: using attribute dictionaries, for example. Giving a sort of unique ID to all edges that were creased simultaneously, so when the selection tool looks for which edges to select, it will filter them out by this unique id.

                I already saw that the creased edges are displayed in a "red" color, which red value varies depending on how creased it is. So, i am assuming those edges are already recognized... maybe selecting them as a "set" would be a easy step to add.

                Yes - Crease Sets is something I already have on the radar. At the moment I'm thinking of something like a dialog that let you manage a list of creases - such that you can easily locate and manioulate them. One challenge to resolve is how to represent creases with varying creasing - like, what do you do if you adjust a crease with non-uniform crease.

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

                1 Reply Last reply Reply Quote 0
                • gillesG Offline
                  gilles
                  last edited by

                  I create a cube, make it a group, click Toggle subdivision on/off, and…

                  "OOPS! an error occurred…"

                  Error; #<NoMethodError; undefined method `commit_operation' for nil;NilClass>
                  /users/gilles/library/application support/sketchup 2015/sketchup/plugins/tt_subd/commands.rbs;416;in `rescue in set_subdivided'
                  /users/gilles/library/application support/sketchup 2015/sketchup/plugins/tt_subd/commands.rbs;349;in `set_subdivided'
                  /users/gilles/library/application support/sketchup 2015/sketchup/plugins/tt_subd/commands.rbs;433;in `toggle_subdivision'
                  /users/gilles/library/application support/sketchup 2015/sketchup/plugins/tt_subd/commands.rbs;42;in `block in <module;Commands>'
                  SketchUp;1;in `call'
                  
                  

                  SketchupMake version 15.3.329

                  Macbook pro OS X 10.8.5 (12F45)

                  " c'est curieux chez les marins ce besoin de faire des phrases "

                  1 Reply Last reply Reply Quote 0
                  • JQLJ Offline
                    JQL
                    last edited by

                    @thomthom said:

                    Yes - Crease Sets is something I already have on the radar. At the moment I'm thinking of something like a dialog that let you manage a list of creases - such that you can easily locate and manioulate them. One challenge to resolve is how to represent creases with varying creasing - like, what do you do if you adjust a crease with non-uniform crease.

                    Here you go Thomthom, I hope this helps (click on gif):

                    SubD - Crease editor.gif

                    It isn't represented at the bottom (as this editor is actually a color gradient editor) but you could have a Value/Lighness slider next to a values input box for precise manipulation of crease values.

                    www.casca.pt
                    Visit us on facebook!

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

                      @gilles said:

                      Macbook pro OS X 10.8.5 (12F45)

                      Ah, yes - there is a bug that happen only on OSX 10.8. I have a fix for this - I'll release a patch as soon as I can.

                      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

                        @gilles said:

                        I create a cube, make it a group, click Toggle subdivision on/off, and…

                        "OOPS! an error occurred…"

                        SketchupMake version 15.3.329

                        Macbook pro OS X 10.8.5 (12F45)

                        I've just released a patch for this - version 1.0.1. Download it from the SUbD website (http://evilsoftwareempire.com/subd/download) or from SketchUcation PluginStore. It should be live on Extension Warehouse after the weekend as well.

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

                        1 Reply Last reply Reply Quote 0
                        • gillesG Offline
                          gilles
                          last edited by

                          Works fine thank you.

                          Nice tool to play with.

                          " c'est curieux chez les marins ce besoin de faire des phrases "

                          1 Reply Last reply Reply Quote 0
                          • pilouP Offline
                            pilou
                            last edited by

                            @Gilles : et en français au cas où! 💚

                            Frenchy Pilou
                            Is beautiful that please without concept!
                            My Little site :)

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

                              Neil explains why OpenSubdivs shine
                              https://youtu.be/ENA2FAF_PIc
                              Notice how important Creasing sets(based on angle value, see at 7.20) are. Hope Thomthom will deliver them soon.
                              NB The second part is interesting too

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

                              Advertisement