sketchucation logo sketchucation
    • Login
    ℹ️ 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....

    Scheduled Pinned Locked Moved Plugins
    112 Posts 36 Posters 20.3k Views 36 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.
    • thomthomT Offline
      thomthom
      last edited by

      I noticed the size of the UV mapping was different from Wrap-R than what was imported:
      2016-02-13_19h33_19.png

      2016-02-13_19h33_31.png

      Was that an artefact of alpha-software?
      @kaas said:

      If you're going to support fbx, maybe add the option for a 2nd UV channel as well? No use for it in SketchUp itself but for people who need a lightmap channel in Unreal that would be great.

      How often do you have different UVs for the light channel - or other channel? Don't you normally have multiple channels matching their size and placement?

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

      1 Reply Last reply Reply Quote 0
      • K Offline
        kaas
        last edited by

        @thomthom said:

        ...How often do you have different UVs for the light channel - or other channel? Don't you normally have multiple channels matching their size and placement?

        For gaming elements in general they are the same. For architecture though, the lightmap usually is totally different. The mapping coordinates for a tileable texture (brick, concrete etc) can have any value. The lightmap channel must have all uv's in the 0-1 space.

        In the pic the lightmap uvs for a concrete structure: unwrapped in 0-1 space.


        uvLightmap.jpg

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

          @thomthom said:

          I noticed the size of the UV mapping was different from Wrap-R than what was imported

          In SU I painted the default checker material. In WrapR when unwrapped it unwrapped within the texture space.

          So the texture needs scaling in SU or in WrapR.

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

          Sent from my iPhone using Tapatalk

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

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

            @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?

            www.casca.pt
            Visit us on facebook!

            1 Reply Last reply Reply Quote 0
            • ntxdaveN Offline
              ntxdave
              last edited by

              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 Reply Last reply Reply Quote 0
              • tuna1957T Offline
                tuna1957
                last edited by

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

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

                  @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 Reply Last reply Reply Quote 0
                  • FrederikF Offline
                    Frederik
                    last edited by

                    It works great...


                    Chess-face.jpg

                    Cheers
                    Kim Frederik

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

                      @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 Reply Last reply Reply Quote 0
                      • pilouP Offline
                        pilou
                        last edited by

                        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 Reply Last reply Reply Quote 0
                        • ntxdaveN Offline
                          ntxdave
                          last edited by

                          @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 Reply Last reply Reply Quote 0
                          • R Offline
                            rv1974
                            last edited by

                            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 Reply Last reply Reply Quote 0
                            • P Offline
                              Pherim
                              last edited by

                              @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 Reply Last reply Reply Quote 0
                              • thomthomT Offline
                                thomthom
                                last edited by

                                @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 Reply Last reply Reply Quote 0
                                • thomthomT Offline
                                  thomthom
                                  last edited by

                                  @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 Reply Last reply Reply Quote 0
                                  • R Offline
                                    rv1974
                                    last edited by

                                    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 Reply Last reply Reply Quote 0
                                    • PixeroP Offline
                                      Pixero
                                      last edited by

                                      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 Reply Last reply Reply Quote 0
                                      • R Offline
                                        rv1974
                                        last edited by

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

                                        1 Reply Last reply Reply Quote 0
                                        • Bob JamesB Offline
                                          Bob James
                                          last edited by

                                          @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 Reply Last reply Reply Quote 0
                                          • JQLJ Offline
                                            JQL
                                            last edited by

                                            @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 Reply Last reply Reply Quote 0
                                            • 1
                                            • 2
                                            • 3
                                            • 4
                                            • 5
                                            • 6
                                            • 5 / 6
                                            • First post
                                              Last post
                                            Buy SketchPlus
                                            Buy SUbD
                                            Buy WrapR
                                            Buy eBook
                                            Buy Modelur
                                            Buy Vertex Tools
                                            Buy SketchCuisine
                                            Buy FormFonts

                                            Advertisement