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

    What if unwrapping sketchup models was kinda easy....

    已排程 已置頂 已鎖定 已移動 Plugins
    112 貼文 36 Posters 20.3k 瀏覽 36 Watching
    正在載入更多貼文
    • 從舊到新
    • 從新到舊
    • 最多點贊
    回覆
    • 在新貼文中回覆
    登入後回覆
    此主題已被刪除。只有擁有主題管理權限的使用者可以查看。
    • ntxdaveN 離線
      ntxdave
      最後由 編輯

      Another one of my silly questions. Can someone give me a practical definition of what UV is. I have looked it up in places like Wikipedia but, at least in the context of threads like this one, and do not think I "get it". Thus, why should I understand why UV unwrapping is a big deal?

      To be honest, I have seen some examples and videos and I think I get what the issue is even though I do not fully appreciate what the term UV really means.

      1 條回覆 最後回覆 回覆 引用 0
      • tuna1957T 離線
        tuna1957
        最後由 編輯

        great news ! will wait patiently in line with paypal in hand .

        1 條回覆 最後回覆 回覆 引用 0
        • thomthomT 離線
          thomthom
          最後由 編輯

          @jql said:

          @rich o brien said:

          What you see in WrapR is not the texture you saw in SU.

          Sent from my iPhone using Tapatalk

          But it will be... Right?

          Will WrapR be able to convert a model that was mapped with tileable textures into a single texture?

          Like the "combine textures" context menu feature but with multiplanar faces (and no image scale reduction)?

          An atlas but only for selected component/group/mesh?

          That would be a great feature - fantastic for game development. People kept asking for that after I made the Cities Skylines extension.
          I wonder how other tools allows this.
          I'm guessing you'd need to UV unwrap the entire mesh first - then once it's all done you can do some sort of packing algorithm to put them all into one texture tile. Because I don't think you can combine the texture and then uv unwrap...

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

          1 條回覆 最後回覆 回覆 引用 0
          • FrederikF 離線
            Frederik
            最後由 編輯

            It works great...


            Chess-face.jpg

            Cheers
            Kim Frederik

            1 條回覆 最後回覆 回覆 引用 0
            • thomthomT 離線
              thomthom
              最後由 編輯

              @ntxdave said:

              Another one of my silly questions. Can someone give me a practical definition of what UV is. I have looked it up in places like Wikipedia but, at least in the context of threads like this one, and do not think I "get it". Thus, why should I understand why UV unwrapping is a big deal?

              U and V are just common variable names such as X, Y and Z. It's convention.

              When we talk about mapping a texture, which is a 2d bitmap to a 3d mesh we need to define where the texture will be place on each of the polygons in the 3d face. To do that we need to attach 2d coordinates to each of the 3d points.

              While X and Y can represent these 2d texture coordinates it gets confusing if we also use XYZ for the 3d points. So by arbitrary convention we usually refer to texture mapping coordinates as UV onto XYZ 3d mesh points.

              UV unwrapping is a big deal - or I'd rather say important, because it's required in being able to map a texture continuously across a mesh. You can imagine how you do gift wrapping; you take a 2d sheet of paper and wrap it around your object. If you force it you end up with wrinkles. Now imagine that you cannot make your paper overlap itself - you need to take a scissor and cut away pieces - but you want to make as few cuts as possible so that it looks nice and hide the seams.
              (Did that make any sense?)


              Cube_Representative_UV_Unwrapping.png


              Example94.jpg

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

              1 條回覆 最後回覆 回覆 引用 0
              • pilouP 離線
                pilou
                最後由 編輯

                These are also another UVs methods! 😉

                http://www.ikonet.com/fr/ledictionnairevisuel/images/qc/projections-cartographiques-100390.jpg

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

                1 條回覆 最後回覆 回覆 引用 0
                • ntxdaveN 離線
                  ntxdave
                  最後由 編輯

                  @ThomThom & @Pilou - Thanks for such good explanations. This is exactly what I thought I understood from my other reading but needed some confirmation.

                  Now another question: How do you get the 2d texture to map? In particular when I look at the ThomThom's example of the face. How do you get the flat face texture that you are mapping to your mesh?

                  Once again, I really appreciate you guys putting up with these elementary questions so those of us who are just getting started/trying to learn ask. I can see the whole importance of where this is headed and think it is going to play a big role in 3d modeling of all types in the future.

                  1 條回覆 最後回覆 回覆 引用 0
                  • R 離線
                    rv1974
                    最後由 編輯

                    I wish something suitable for fast texturing of 'conventional' architectural objects would eventually appear inside Sketchup:

                    Link Preview Image
                    .VG.

                    favicon

                    (www.vg2max.spb.ru)

                    1 條回覆 最後回覆 回覆 引用 0
                    • P 離線
                      Pherim
                      最後由 編輯

                      @rv1974 said:

                      I wish something suitable for fast texturing of 'conventional' architectural objects would eventually appear inside Sketchup:

                      Have you tried ThruPaint?

                      Also, this unwrapping tool sure looks interesting. Just now I'm mostly working with ThruPaint and SketchUV, and the things I can't do directly in Sketchup I can do in Blender with the SketchUV import/export function, but your tool will be a nice addition.

                      1 條回覆 最後回覆 回覆 引用 0
                      • thomthomT 離線
                        thomthom
                        最後由 編輯

                        @ntxdave said:

                        Now another question: How do you get the 2d texture to map? In particular when I look at the ThomThom's example of the face. How do you get the flat face texture that you are mapping to your mesh?

                        That's the process of UV unwrapping. You start with the 3d mesh (on the left in the image) - then you use a tool, like Wrap-R to unfold it like you see in second to left. This is the non-trivial part. You need to crease seams - tell the applications where to cut the 3d mesh such that it can be unfolded into 2d. The unwrapping application then tries to lay out the mesh onto a 2d surface such that no polygons overlap each other.
                        Once you have that 2d flattened version you take it into an application like photoshop and draw your texture using the unwrapped mesh as guides. With that new texture you reapply that to the original model. (Alternatively, there are some applications that let you draw directly onto 3d surfaces.)

                        I'm not sure if that description was the best - a video here is probably more explanatory.

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

                        1 條回覆 最後回覆 回覆 引用 0
                        • thomthomT 離線
                          thomthom
                          最後由 編輯

                          @rv1974 said:

                          I wish something suitable for fast texturing of 'conventional' architectural objects would eventually appear inside Sketchup:

                          I'm a little confused by the arrows that appear. But the tool is trying to determine the flow/direction of the mesh for automating the UV mapping?

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

                          1 條回覆 最後回覆 回覆 引用 0
                          • R 離線
                            rv1974
                            最後由 編輯

                            Yes, in accordance to edges.
                            From his description:
                            "This modifier allow to set planar mapping of selected polygons and orient map by selected edge or by maximum (minimum) length of edges in each polygons"

                            1 條回覆 最後回覆 回覆 引用 0
                            • PixeroP 離線
                              Pixero
                              最後由 編輯

                              I'm really thrilled about this plugin.
                              One thought though.
                              Personally I don't have anything against it but I think the name WrapR might be a bit to cryptic for a lot of people.
                              At least consider a more descriptive name.

                              1 條回覆 最後回覆 回覆 引用 0
                              • R 離線
                                rv1974
                                最後由 編輯

                                Will it be based on Roadkill or something completely independent?
                                The name indeed is not there yet

                                1 條回覆 最後回覆 回覆 引用 0
                                • Bob JamesB 離線
                                  Bob James
                                  最後由 編輯

                                  @pixero said:

                                  I'm really thrilled about this plugin.
                                  One thought though.
                                  Personally I don't have anything against it but I think the name WrapR might be a bit to cryptic for a lot of people.
                                  At least consider a more descriptive name.

                                  UnWrapR 😎

                                  i7-4930K 3.4Ghz, 2x GTX780 6GB, 32GB DDR3-1600 ECC, OCZ Vertex 4 500GB, WD Black 3TB, 32TB NAS, 4x 27" Monitors, SpaceMouse Pro, X-keys XK-60

                                  1 條回覆 最後回覆 回覆 引用 0
                                  • JQLJ 離線
                                    JQL
                                    最後由 編輯

                                    @pixero said:

                                    Personally I don't have anything against it but I think the name WrapR might be a bit to cryptic for a lot of people.

                                    I don't think it's criptic but reminds me of rap.

                                    I agree with the naming being different that sketchup derivations if this is going to be an external app that can be marketed to other software. If not, the most evident name to use would be in the lines of WrapUp, but I'm pretty sure you've been there...

                                    www.casca.pt
                                    Visit us on facebook!

                                    1 條回覆 最後回覆 回覆 引用 0
                                    • K 離線
                                      kaas
                                      最後由 編輯

                                      Wrapster
                                      Wrap-a-lot
                                      WrapIt
                                      ...

                                      1 條回覆 最後回覆 回覆 引用 0
                                      • L 離線
                                        leminilab
                                        最後由 編輯

                                        Unwrapido! 😄

                                        • "Live every day as if it were your last and then some day you'll be right."
                                        • "ThomThom rules!!!"
                                        1 條回覆 最後回覆 回覆 引用 0
                                        • soloS 離線
                                          solo
                                          最後由 編輯

                                          "WrapUp" 👍

                                          http://www.solos-art.com

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

                                          1 條回覆 最後回覆 回覆 引用 0
                                          • McGyverM 離線
                                            McGyver
                                            最後由 編輯

                                            This looks fantastic. I'm looking forward to its further development.
                                            If possible I hope the price range would be in the Artisan/SubD realm.
                                            I agree, WrapR might not be the name with the most visual lock... Add an "Un" and eyeballs might lock on and stop to read, but still most folks with experience know what wrapping/unwrapping is about.
                                            That and once it's available (it will happen, I hope), people will probably come from all over via suggestions/links in forum posts and other recommendations anyway, so anything "wrappy" will do.

                                            And now the waiting game begins...

                                            Is it done yet?

                                            How about now?

                                            Now?

                                            [Visit My ShareCG Freebie Gallery](http://www.ShareCG.com/pf/full_uploads.php?pf_user_name)

                                            1 條回覆 最後回覆 回覆 引用 0
                                            • 1
                                            • 2
                                            • 3
                                            • 4
                                            • 5
                                            • 6
                                            • 3 / 6
                                            • 第一個貼文
                                              最後的貼文
                                            Buy SketchPlus
                                            Buy SUbD
                                            Buy WrapR
                                            Buy eBook
                                            Buy Modelur
                                            Buy Vertex Tools
                                            Buy SketchCuisine
                                            Buy FormFonts

                                            Advertisement