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

    [Plugin][WIP][OpenSource] Bezier Surface

    Scheduled Pinned Locked Moved Plugins
    245 Posts 69 Posters 47.4k Views 69 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.
    • A Offline
      AcesHigh
      last edited by

      how come I totally missed this plugin for 4 years? It should be on the list of essential plugins!

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

        @aceshigh said:

        how come I totally missed this plugin for 4 years?

        Maybe because Thomthom published it yesterday 😉

        my SketchUp gallery

        1 Reply Last reply Reply Quote 0
        • PixeroP Offline
          Pixero
          last edited by

          Thanks, will come in handy for all those soft surfaces.

          1 Reply Last reply Reply Quote 0
          • jolranJ Offline
            jolran
            last edited by

            This is so cool!
            I'm not gonna get any work done now playing with this 😄

            How do you add Tripatch to Qaudpatch ? Possible ?

            1 Reply Last reply Reply Quote 0
            • jolranJ Offline
              jolran
              last edited by

              Some really nice editing capabilities there, with the Gizmo and all. WOW! 😲

              So you decided to release it non commersial, huh ?

              For some time now I have been working on curves and surfaces for my node editor, maybe
              I can try making it compatible with you patches as well, now that your code is in public...
              That would be cool to use your tools after baking down geometry..

              Do you use Knotvectors for the patches ? Or are they interval-based type powerbasis functions ?
              Edit: Ah right, they are not spline-based, (duh). So you go through the C-extensioncode right ?

              1 Reply Last reply Reply Quote 0
              • BoxB Offline
                Box
                last edited by

                @jolran said:

                How do you add Tripatch to Qaudpatch ? Possible ?

                Select the edges you want to add to then click add patch and it will follow the shape.

                http://i155.photobucket.com/albums/s296/storeben/SU/Adding.gif

                1 Reply Last reply Reply Quote 0
                • jolranJ Offline
                  jolran
                  last edited by

                  Yes I noticed that. But Tripatch ?
                  edit: ah, it may not be included yet. There are some things not added in this version.
                  Doesent matter. Bloody marvelous anyway 👍

                  1 Reply Last reply Reply Quote 0
                  • BoxB Offline
                    Box
                    last edited by

                    Sorry About that Jolran, I misread your question, didn't realise it was specifically the tris you were after.

                    In case anyone is wondering how useful and fast this is to work with.
                    This rough test torso is less than five minutes work.


                    Super Fast.JPG

                    1 Reply Last reply Reply Quote 0
                    • pilouP Offline
                      pilou
                      last edited by

                      Rodin! 😄

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

                      1 Reply Last reply Reply Quote 0
                      • jolranJ Offline
                        jolran
                        last edited by

                        No worries 😄 Nice chest.

                        1 Reply Last reply Reply Quote 0
                        • panixiaP Offline
                          panixia
                          last edited by

                          it looks super nice thank you but it doesn't work for me (sketchup 8 on win7).. 😢
                          i suppose i installed it properly and also updated ttlib to last version..
                          i suspect it may depends on some conflict with tons of other plugins.. 😒

                          1 Reply Last reply Reply Quote 0
                          • jolranJ Offline
                            jolran
                            last edited by

                            @unknownuser said:

                            it looks super nice thank you but it doesn't work for me (sketchup 8 on win7)

                            Same here. I only had it working in 2014.

                            Error "defined method `force_encoding' for #String:0xb10993c"

                            This is "probably" and Ruby 1.8 error. I have the impression that many authors will stop supporting SU 8 soon.

                            1 Reply Last reply Reply Quote 0
                            • panixiaP Offline
                              panixia
                              last edited by

                              @jolran said:

                              @unknownuser said:

                              it looks super nice thank you but it doesn't work for me (sketchup 8 on win7)

                              Error "defined method `force_encoding' for #String:0xb10993c"

                              yeah. force encoding blablabla.. getting similar message when loading sketchup

                              @jolran said:

                              @unknownuser said:

                              it looks super nice thank you but it doesn't work for me (sketchup 8 on win7)
                              I have the impression that many authors will stop supporting SU 8 soon.

                              😢
                              but.. it says su8 is supported..

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

                                Thanks, Thomthom. Time to play!

                                3D Printing with SketchUp Book
                                http://goo.gl/f7ooYh

                                1 Reply Last reply Reply Quote 0
                                • jolranJ Offline
                                  jolran
                                  last edited by

                                  @unknownuser said:

                                  but.. it says su8 is supported..

                                  Ah, yeah you are right. Then I guess he just probably forgot to set up some conditions for Su8. Well see when he get's back.
                                  Meanwhile do a testspin in 2014. 😄

                                  It may have be a condition set on line 26 in the loader rb
                                  "file = FILE.dup.force_encoding("UTF-8")"

                                  If I remember correctly Ruby 1.8 (Su8) does not have that method..

                                  I'm not gonna mess with that since I don't know how he has things set up with TT_Lib so I suggest waiting for his return..

                                  1 Reply Last reply Reply Quote 0
                                  • panixiaP Offline
                                    panixia
                                    last edited by

                                    @jolran said:

                                    I suggest waiting for his return..

                                    never thought for a second to fix the code by myself 😆
                                    anyway i downloaded su15 and it works perfectly.. too bad su2015 doesn't fit my needs at the moment (mainly for the other 31454535 plugin i use)
                                    this tool is great! sort of pseudo-nurb brother of vertex tools..
                                    waiting for su8 news.. 🎉

                                    1 Reply Last reply Reply Quote 0
                                    • U Offline
                                      unclex
                                      last edited by

                                      @jolran said:

                                      @unknownuser said:

                                      but.. it says su8 is supported..

                                      It may have be a condition set on line 26 in the loader rb
                                      "file = FILE.dup.force_encoding("UTF-8")"

                                      Yes
                                      For 2013 or 8 user
                                      just change that like this

                                      "file = FILE"

                                      1 Reply Last reply Reply Quote 0
                                      • BoxB Offline
                                        Box
                                        last edited by

                                        Did you restart Sketchup after installing it?

                                        1 Reply Last reply Reply Quote 0
                                        • jolranJ Offline
                                          jolran
                                          last edited by

                                          @unknownuser said:

                                          Yes
                                          For 2013 or 8 user
                                          just change that like this

                                          "file = FILE"

                                          Like I said, better let Thomthom do it properly. Even if it looks like a simple fix, it "may" have consequences for TT_lib since removing encoding.
                                          Although, nothing "bad" should happend if you only experiment at 1 place..

                                          1 Reply Last reply Reply Quote 0
                                          • U Offline
                                            unclex
                                            last edited by

                                            It's just always updating...

                                            Like the GIF8.gif

                                            Cannot Click or DoubleClick

                                            and when SU opening, nothing prompt

                                            1 Reply Last reply Reply Quote 0
                                            • 1
                                            • 2
                                            • 6
                                            • 7
                                            • 8
                                            • 9
                                            • 10
                                            • 11
                                            • 12
                                            • 13
                                            • 8 / 13
                                            • First post
                                              Last post
                                            Buy SketchPlus
                                            Buy SUbD
                                            Buy WrapR
                                            Buy eBook
                                            Buy Modelur
                                            Buy Vertex Tools
                                            Buy SketchCuisine
                                            Buy FormFonts

                                            Advertisement