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

    [Plugin] QuadFaceTools

    Scheduled Pinned Locked Moved Plugins
    673 Posts 116 Posters 499.2k Views 116 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

      @unknownuser said:

      2- No I am using the previous version. based on what was written it seemed either version would work for what I wanted to do.

      No - please, before trying to debug this any further, update to the latest version of the plugin. (Currently 0.6) I'll be impossible for me to debug against older versions. There's all kinds of fixes etc between versions. You should always keep your software - especially when you experience problems with it.

      Update, see if you still have problems. Then we can start looking into anything that might appear.

      @unknownuser said:

      I'd just like to say I'm VERY happy I can get this GREAT plugin to work in SU6... I have no problem going back and forth between SU6 and SU8... I do it all the time... some plugins just work better in either 6 or 8... so no worries! I'd also like to add that I a went and mapped several lathed models that were made using the "follow me" tool and they worked perfectly... but once again only in SU6. I could not map them in 8.
      Thanks again for this wonderful plugin and all your help!

      This plugin should work best in SU8. Jumping out to SU6 is no solution. Get back to me after updating if there are issues.

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

      1 Reply Last reply Reply Quote 0
      • McGyverM Offline
        McGyver
        last edited by

        I updated the the plugin. For Me there seems to be no change. I copied the Ruby Console message again:

        Error: #<TypeError: nil can't be coerced into Float>
        /Library/Application Support/Google SketchUp 8/SketchUp/Plugins/TT_QuadFaceTools/uv_mapping.rb:857:in /' /Library/Application Support/Google SketchUp 8/SketchUp/Plugins/TT_QuadFaceTools/uv_mapping.rb:857:in point_on_axis'
        /Library/Application Support/Google SketchUp 8/SketchUp/Plugins/TT_QuadFaceTools/uv_mapping.rb:387:in activate' /Library/Application Support/Google SketchUp 8/SketchUp/Plugins/TT_QuadFaceTools/uv_mapping.rb:1129:in push_tool'
        /Library/Application Support/Google SketchUp 8/SketchUp/Plugins/TT_QuadFaceTools/uv_mapping.rb:1129:in `onLButtonDown'

        After the above attempt I closed the model and tried again... I noticed that if I clicked on the red or green lines, the scaling handles would appear... they don't do anything... but moving them a tiny bit them generates a very large amount of error messages in the ruby console. I don't know if it is of any use but I copied it to a TextEdit file and I am including it with this post. I did not think it would make sense to fill up a huge amount of space in this thread.


        Most recent screen showing ruby console and lack of message.


        what I mean by scaling handles


        screenshot of tool working properly in SU6... Included for comparison (if necessary)


        Error message

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

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

          @unknownuser said:

          I updated the the plugin. For Me there seems to be no change.

          Trust me, there's lots of changes under the hood. And now the error messages will refer to the correct code which I sit with.

          Still not sure why you're getting these errors... it seem similar to some error in 0.3 or 0.4, but I thought I had trapped that and I'd not gotten any report since then...

          Can you try one thing: when activating the UV tool and after picking the U and V axis, right click and choose Use Material Size ?

          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

            That message indicates that the mesh got poles in it - that the mesh cannot be mapped to a 2d grid. What the UV mapping tool does is map all the quads to a 2d grid co-ordinate in order to texture seamlessly. That means that any poles in the mesh will prevent that.

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

            1 Reply Last reply Reply Quote 0
            • jo-keJ Offline
              jo-ke
              last edited by

              I am using this nice plugin for texturing curtains. It works well in most cases but in this case I have big problems with the mesh. I doesn't map properly. Could you tell me what I have done wrong? I've attached the file below.

              the texture should look like this:

              http://hitguide.firstmedia.de/wp-content/uploads/2010/12/S118_Eleganza.jpg


              1-schal1.jpg


              1-schal2.jpg


              1-schal3.jpg


              1-raffschal.rar

              http://www.zz7.de

              1 Reply Last reply Reply Quote 0
              • jo-keJ Offline
                jo-ke
                last edited by

                Is there any chance to convert it?

                or should I wait for your bezier plugin to create my own curtain?

                http://www.zz7.de

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

                  @jo-ke said:

                  Is there any chance to convert it?

                  No - poles are a topological feature: http://blenderartists.org/forum/showthread.php?93651-Poles-and-Loops&p=849794&viewfull=1#post849794

                  I'll add to the Select Tool an option to highlight poles so one can easily find them.

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

                  1 Reply Last reply Reply Quote 0
                  • jo-keJ Offline
                    jo-ke
                    last edited by

                    Ahhh. I see what the problem is. Thank you for you help.

                    http://www.zz7.de

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

                      I started on adding the poles UI for the Select Tool - here's your model:
                      Poles.png

                      Green: 5 Poles ( E poles )
                      Blue: 3 Poles ( N Poles )
                      Red: More than 5 poles

                      As you see - the folded up area got quite a few E poles.

                      How did you make the mesh?

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

                      1 Reply Last reply Reply Quote 0
                      • jo-keJ Offline
                        jo-ke
                        last edited by

                        Oh thank you.

                        The mesh was imported as a 3ds model

                        As I remember, it should have been this one:

                        http://www.archibase.net/download/c45794ef.html

                        http://www.zz7.de

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

                          @jo-ke said:

                          The mesh was imported as a 3ds model

                          Did you then use the Convert Triangulated Mesh to Quads function in QuadFace? It's still a bit unreliable - produce some undesired results in some cases. 😞

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

                          1 Reply Last reply Reply Quote 0
                          • McGyverM Offline
                            McGyver
                            last edited by

                            I just wanted to say that when I said "I updated the the plugin. For Me there seems to be no change." I meant I still had the same results and there was nothing visually different happening on the screen... not that I thought nothing was changed in the plugin, I'm sorry if that sounded bad, that is not what I meant. I am highly appreciative of all the hard work you put into this plugin and the fact that you are kind enough to share it with so many people. The work you and all the other Ruby creators do is truly amazing.

                            As you suggested I right clicked "Use material size" and..... IT WORKS! It scales properly and I can Flip U and V scale, it shows the U V grid... everything appears to function properly!

                            I hope I did not miss something and I was not just bothering you with some sort of wild goose chase, having you try and figure out what was wrong when there was nothing wrong at all... If I missed something I'm sorry... I watched the video several times and read through the thread twice before I made that first post... anyway thanks again for this plugin and all the help!


                            It works!!

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

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

                              @unknownuser said:

                              As you suggested I right clicked "Use material size" and..... IT WORKS! It scales properly and I can Flip U and V scale, it shows the U V grid... everything appears to function properly!

                              It might be that the old version triggered a bug and caused it to store some invalid values. If you run into this again let me know as I need to dig more into this.

                              Thanks for posting back with such detailed information - it really helps.

                              It is on my to-do list to make a better manual for this tool. I just have a hard time finding spare time to do so at the moment. 😞

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

                              1 Reply Last reply Reply Quote 0
                              • jo-keJ Offline
                                jo-ke
                                last edited by

                                @thomthom said:

                                @jo-ke said:

                                The mesh was imported as a 3ds model

                                Did you then use the Convert Triangulated Mesh to Quads function in QuadFace? It's still a bit unreliable - produce some undesired results in some cases. 😞

                                Yes I did. It worked well so far but the texturing wasn't as I expected it.

                                http://www.zz7.de

                                1 Reply Last reply Reply Quote 0
                                • Alan FraserA Offline
                                  Alan Fraser
                                  last edited by

                                  Great set of tools TT...but I appear to be the only one having this problem (unless I've completely missed something). I cannot get the VCB to talk to the HUD in any way whatsoever. When I attempt to edit Connect Edges, the HUD remains firmly on 1 and 0 whatever I type into Measurements. I have the latest version of TTLib installed.

                                  3D Figures
                                  Were you required to walk 500 miles? Were you advised to walk 500 more?
                                  You could be entitled to compensation. Call the Pro Claimers now!

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

                                    @alan fraser said:

                                    Great set of tools TT...but I appear to be the only one having this problem (unless I've completely missed something). I cannot get the VCB to talk to the HUD in any way whatsoever. When I attempt to edit Connect Edges, the HUD remains firmly on 1 and 0 whatever I type into Measurements. I have the latest version of TTLib installed.

                                    The HUD doesn't update until you hit Return/Enter. The HUD is merely there so you can pick what kind of input the VCB control.

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

                                    1 Reply Last reply Reply Quote 0
                                    • Alan FraserA Offline
                                      Alan Fraser
                                      last edited by

                                      Ah! Thanks for that; I assumed that Enter would activate the settings on the HUD...same as clicking the tick. Another Duhh! moment. 😄

                                      3D Figures
                                      Were you required to walk 500 miles? Were you advised to walk 500 more?
                                      You could be entitled to compensation. Call the Pro Claimers now!

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

                                        It's not ideal in the way it works. I'm looking to improve it.

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

                                        1 Reply Last reply Reply Quote 0
                                        • jo-keJ Offline
                                          jo-ke
                                          last edited by

                                          I'm using this great plugin frequnetly. But in this case I have a problem:

                                          I've tried to convert the mesh to quads. but the result ist still strange.

                                          I wasn't able to texture this easy mesh properly.


                                          griff.jpg


                                          griff.skp

                                          http://www.zz7.de

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

                                            @jo-ke said:

                                            I've tried to convert the mesh to quads. but the result ist still strange.

                                            Yes, Convert to Quads does have it's issues and flaws atm. In which case you need to correct it.

                                            Another matter was that it seemed to have been made with an older version - I had to use the "Sandbox Quads to QuadFace Quads" to upgrade the mesh to work with QT 0.6. But as the mesh was irregular I was not able to map it eiter - as mentioned earlier, it needs to be cleaned up.

                                            How did you create the geometry btw? Was it triangulated originally?

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

                                            1 Reply Last reply Reply Quote 0
                                            • 1
                                            • 2
                                            • 10
                                            • 11
                                            • 12
                                            • 13
                                            • 14
                                            • 33
                                            • 34
                                            • 12 / 34
                                            • First post
                                              Last post
                                            Buy SketchPlus
                                            Buy SUbD
                                            Buy WrapR
                                            Buy eBook
                                            Buy Modelur
                                            Buy Vertex Tools
                                            Buy SketchCuisine
                                            Buy FormFonts

                                            Advertisement