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

    [REQ] UV stick or UV remember.

    Scheduled Pinned Locked Moved Plugins
    18 Posts 9 Posters 1.3k Views 9 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

      @solo said:

      Is this even possible?

      Maybe - I got an experiment where I've tried this. I gotto dig into my notes about this. Not sure if I found some critical limitation in the API or it took some work to get it working....

      odd... second time this week I've heard someone request this.

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

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

        @unknownuser said:

        odd... second time this week I've heard someone request this.

        With the new tools coming soon, this will be a factor, especially for sculpting from an image.
        So if you have a solution it would be just brilliant.

        http://www.solos-art.com

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

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

          @solo said:

          @unknownuser said:

          odd... second time this week I've heard someone request this.

          So if you have a solution it would be just brilliant.

          Well, I am working on UV mapping gizmos...
          [flash=640,505:2t6ac5bt]http://www.youtube.com/v/sM4YnDoGu_s?fs=1&hl=en_US[/flash:2t6ac5bt]

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

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

            That's a great looking tool.....gimme gimme gimme

            http://www.clker.com/cliparts/f/6/a/a/12178628211947449361AJ_Buddy_crying.svg.hi.png

            Download the free D'oh Book for SketchUp 📖

            1 Reply Last reply Reply Quote 0
            • jason_marantoJ Offline
              jason_maranto
              last edited by

              :facepunch:  :heart_eyes:  :sunglasses:  :sunny:  :tada:  :tada:  :tada:  :tada:
              

              I create video tutorial series about several 2D & 3D graphics programs.

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

                Alright alright! Fine - have it your way: http://forums.sketchucation.com/viewtopic.php?f=323&t=18992#p155759
                Go'n get the highly experimental new version of UV Toolkit and play around on triangles and quad-faces. Lemme know when it breaks ... and it will.

                [flash=640,505:13ib5x8i]http://www.youtube.com/v/Bm7P3swwbUc?fs=1&hl=en_US[/flash:13ib5x8i]

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

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

                  http://image.spreadshirt.com/image-server/image/composition/3850492/view/1/producttypecolor/1/type/png/width/378/height/378/white-bring-the-pain-junior-s-tees_design.png

                  Download the free D'oh Book for SketchUp 📖

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

                    http://images.ientrymail.com/expertphotoshop/vegetables/10.jpg

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

                    1 Reply Last reply Reply Quote 0
                    • mitcorbM Offline
                      mitcorb
                      last edited by

                      What the.... 😲

                      I take the slow, deliberate approach in my aimless wandering.

                      1 Reply Last reply Reply Quote 0
                      • D Offline
                        dacad
                        last edited by

                        thomthom, I could kiss you right now...

                        1 Reply Last reply Reply Quote 0
                        • GaieusG Offline
                          Gaieus
                          last edited by

                          😲 😲 😲

                          Thank you, Thom!!!

                          Gai...

                          1 Reply Last reply Reply Quote 0
                          • numbthumbN Offline
                            numbthumb
                            last edited by

                            Indeed...I can´t thank you enough for stuff like this (may apply to all other hard working "guru coders" out there) without which SU will be limited to creating blocky things with photo textures for GE.

                            Comfortably numb...

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

                              Whoah!!!

                              Thomas you did it, it works!!

                              ..wait, oh... once you subdivide a mesh it fails to work. must be something easy to fix.

                              http://www.solos-art.com

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

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

                                @solo said:

                                ..wait, oh... once you subdivide a mesh it fails to work. must be something easy to fix.

                                Possibly not - but maybe if Dale implemented his own version to ensure the UV data is propagated properly when subdividing.
                                UV memory works by attaching an attribute to each vertex of a face, but if plugin takes the mesh and recreates it that meta data will be lost. But I'd think one should be able to make it work - though I don't think UV Toolkit can address this.

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

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

                                  This feature (i.e. saving and loading UVs) has been around for years inside SkIndigo. However, I never thought of extracting it as a standalone plugin.

                                  However, Thomthom's plugin looks like it will do the trick, too. UV gizmo looks wicked, too!

                                  SketchUp Plugins for Professionals

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

                                    As standalone it's prone to break, the UV's are stored as meta data with the geometry, so if the geometry is erased and redrawn the UV data is lost. And if SU autofolds the geometry there might be issues as well.

                                    The method should be possible to be made more predictable and advanced if done by the tools that modify the geometry themselves - since they know how the geometry is transformed they can preserve the UV data better.

                                    But this work on a general purpose tool.

                                    Think there might be issues if you try to remember the UV's of a triangle with distorted texture.
                                    It's due to all these small thing I'd not previously released it.

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

                                    1 Reply Last reply Reply Quote 0
                                    • D Offline
                                      dacad
                                      last edited by

                                      Thomthom

                                      In my dreams, you guys all together, form a company, and build your own software or maybe a patch for blender to turn it into a sketchup version. And sell it at sk price. Hell, sell it more expensive and I bet people would still buy it. Get this wonderful guys at sketchucation to support it and it would be a "marriage" made in heaven. Oh well its good to dream 😛

                                      It's a pity most of users at sketchucation are all scattered over the world, because I would love a sketchucation meeting with all users in the forum (and to thank personally to all ruby coders out here).

                                      And BTW do you prefer beers or cookies? and how do I send them over mail? 😉

                                      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