sketchucation logo sketchucation
    • Login
    โ„น๏ธ Licensed Extensions | FredoBatch, ElevationProfile, FredoSketch, LayOps, MatSim and Pic2Shape will require license from Sept 1st More Info

    Quick Comparison -Subd and Artisan

    Scheduled Pinned Locked Moved SUbD
    renderpluginsextensions
    39 Posts 18 Posters 27.1k Views 18 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.
    • ntxdaveN Offline
      ntxdave
      last edited by

      Help me understand the point you guys are making. I have not used any of these types of tools and I am a little embarrassed to say that I cannot fully appreciate the differences you are pointing out. If, after I convert the "block" drawing to a mesh, is one of them easier/better for "fine tuning"?

      I am trying to learn from all of this ๐Ÿ˜ณ

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

        @ntxdave said:

        Help me understand the point you guys are making. I have not used any of these types of tools and I am a little embarrassed to say that I cannot fully appreciate the differences you are pointing out. If, after I convert the "block" drawing to a mesh, is one of them easier/better for "fine tuning"?

        It would depend entirely on your workflow - and I'd argue that the two in extensions in question isn't mutually exclusive. If you are not that big on quad based workflows then Artisan might be a better choice for you - in terms of subdividing. It uses an algorithm that works better with triangles than what SUbD so. Artisan also have a really nice sculpting set - which can be applied regardless of which subdivision method you use.

        The background for SUbD is that I've been somewhat obsessed with being able to model with quads. (If you want more into about why I obsess about quads you can start with some of the links I posted in this thread: http://sketchucation.com/forums/viewtopic.php?f=397%26amp;t=63820%26amp;start=30#p584988 For further reading I'd recommend anything that dwell into the topic of 3d topology.) Quad-based workflow is common in the industry - almost a standard. But it's been a challenge in SketchUp because it nativly doesn't allow for non-planar quads which creates big challenges in the workflow. So from there I started many years ago to explore, tinker, with QuadFace Tools, a set of SketchUp tools that allowed me to manipulate and create quad-based topology in SketchUp (with non-planar quads).

        Once you have a mesh built with quads it's much more predictable and you can create a large suite of tools that efficiently manipulate it. SUbD is a piece in this puzzle - a subdivision extension that consume and produce quads. It may not be for everyone - but if it is, then I hope it can be of value.

        Quads in SketchUp is a rather alien concept - because of this I plan to create a series of little guides and tutorials. Small articles and small GIFs to illustrate various concepts and challenges.

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

        1 Reply Last reply Reply Quote 0
        • C Offline
          cuttingedge
          last edited by

          @thomthom said:

          Can you share the model for this one? Looking at the result of SUbD there it almost looks like the control-mesh isn't built up on QuadFace quads. It looks like the squares are triangulates as the SUbD output should be more regular than that if it's coming from a quad-mesh.

          Thanks Thomas for your quick reply.. I know I must be doing something not right. My quads may not be exactly quads. I hope I know what you mean by "Quadface Quads"

          I like the fact that Subd detects internal faces and notifies. Artisan doesnt.

          Let me share you two simple models to test . The sculpture and goblet.
          Here are simple skp objects

          Here's also a screenshot. For the sake of investigating the mesh, the smoothing slide is on 0.
          Here, Subd shows triangulation, while artisan shows quads

          screenshot

          I hope I can learn better workflows modeling in quads.

          1 Reply Last reply Reply Quote 0
          • ely862meE Offline
            ely862me
            last edited by

            I have fixed the geometry by removing the triangulation and by using the Quad face tools. I have also oriented each diagonal on the same direction, this helps a lot with Artisan too.
            Honestly I don't exactly know which of the functions works to fix it because I have tried for a couple of times all the convert from tris to quads including the sandbox option.


            -Subd_trial a.skp

            Elisei (sketchupper)


            Before no life was done on Earth it was THE LIFE ITSELF...GOD
            Come and See EliseiDesign

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

              @cuttingedge: I can't reproduce your glass image, I've got the same topology with both plugins in this case...

              my SketchUp gallery

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

                @cuttingedge said:

                Here's also a screenshot. For the sake of investigating the mesh, the smoothing slide is on 0.
                Here, Subd shows triangulation, while artisan shows quads

                Yes, SUbD always create triangulated mesh for the sake of editing performance. Though they are created as QuadFace Tools quads - so pairs of triangles will be treated as a logical quad.
                Technically, even a native planar SketchUp quad will have two triangles - at least in terms of the GPU. It's just a matter of whether you expose the sub-triangles to the end user or not.

                Once you are done subdividing, you can convert the instance to a plain mesh (Context Menu > SUbD > Convert to Plain Mesh) and then use QuadFace Tools to remove the triangles from planar quads:

                2016-01-09_16h04_54.png

                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

                  @ely862me said:

                  I have fixed the geometry by removing the triangulation and by using the Quad face tools. I have also oriented each diagonal on the same direction, this helps a lot with Artisan too.
                  Honestly I don't exactly know which of the functions works to fix it because I have tried for a couple of times all the convert from tris to quads including the sandbox option.

                  Making sure things are treated as QuadFace Tools quads is the key here - that two triangles share an edge that is soft+smooth and doesn't cast shadows. Then QFT and SUbD will thread them as one logical unit.

                  (I took screenshots of your model to visualize the results after quadifying the mesh)


                  2016-01-09_16h08_48.png


                  2016-01-09_16h08_57.png

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

                  1 Reply Last reply Reply Quote 0
                  • C Offline
                    cuttingedge
                    last edited by

                    @ely862me said:

                    I have fixed the geometry by removing the triangulation and by using the Quad face tools. I have also oriented each diagonal on the same direction, this helps a lot with Artisan too.
                    Honestly I don't exactly know which of the functions works to fix it because I have tried for a couple of times all the convert from tris to quads including the sandbox option.

                    Thanks for this, I didnt know that both soft-ness and smooth-ness of the geometry has influence over the quality of the subdivisions.

                    Artisan would give similar results to soft&smooth" and non-soft&smooth geometry.

                    Now Im learning...

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

                      @cuttingedge said:

                      Thanks for this, I didnt know that both soft-ness and smooth-ness of the geometry has influence over the quality of the subdivisions.

                      SubD (catmull clark subdivision) works best for quads, and quads in SU are quasi-defined by Thomthom this way "two triangles share an edge that is soft+smooth and doesn't cast shadows".

                      Artisan uses another subdivision algorithm and don't need quads.

                      my SketchUp gallery

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

                        SCF_Cotty_subd15.png

                        my SketchUp gallery

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

                          @cuttingedge said:

                          plus it retains the material and UV info (havenโ€™t fully tried this though). You will lose all materials in artisan once subdivided.

                          Just want to clarify a common misconception about Artisan. You CAN retain materials and UVs in Artisan, you just need to enable that feature in 'Settings'. It is not enabled by default because it results in a performance hit.

                          SketchUp Plugins for Professionals

                          1 Reply Last reply Reply Quote 0
                          • henyaoiH Offline
                            henyaoi
                            last edited by

                            Hi, everybody. Here's my example with Artisan, texture and UV is retained.


                            art.png

                            SketchUp Service and Tutoring http://monoloki.com

                            1 Reply Last reply Reply Quote 0
                            • alvisA Offline
                              alvis
                              last edited by

                              OK. This is my little experience after several hours. Excellent tool. Sorry for the last image


                              pige.JPG

                              1 Reply Last reply Reply Quote 0
                              • Rich O BrienR Online
                                Rich O Brien Moderator
                                last edited by

                                Physically plausible

                                Sent from my iPhone using Tapatalk

                                Download the free D'oh Book for SketchUp ๐Ÿ“–

                                1 Reply Last reply Reply Quote 0
                                • alvisA Offline
                                  alvis
                                  last edited by

                                  @rich o brien said:

                                  Physically plausible

                                  Sent from my iPhone using Tapatalk

                                  ๐Ÿ˜Ž

                                  1 Reply Last reply Reply Quote 0
                                  • pbacotP Offline
                                    pbacot
                                    last edited by

                                    One grand pig! Very fat. Reminds me, I think something from my childhood. A piggy bank that wagged its tail up and down when the coin was put in.

                                    MacOSX MojaveSketchUp Pro v19 Twilight v2 Thea v3 PowerCADD

                                    1 Reply Last reply Reply Quote 0
                                    • alvisA Offline
                                      alvis
                                      last edited by

                                      @pbacot said:

                                      One grand pig! Very fat. Reminds me, I think something from my childhood. A piggy bank that wagged its tail up and down when the coin was put in.

                                      I had to post to another thread. SUbD examples and models.

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

                                        Love that pig! ๐Ÿ˜„

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

                                        1 Reply Last reply Reply Quote 0
                                        • HornOxxH Offline
                                          HornOxx
                                          last edited by

                                          @henyaoi said:

                                          Hi, everybody. Here's my example with Artisan, texture and UV is retained.

                                          Hi, as shown below, Iยดve never managed to keep any texture by using Artisan.
                                          What is the trick to achieve your result?


                                          S v A 01.jpg

                                          never trust a skinny cook

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

                                            artisantexture.png

                                            my SketchUp gallery

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

                                            Advertisement