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

    [Plugin][WIP][OpenSource] Bezier Surface

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

      Rodin! 😄

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

      1 條回覆 最後回覆 回覆 引用 0
      • jolranJ 離線
        jolran
        最後由 編輯

        No worries 😄 Nice chest.

        1 條回覆 最後回覆 回覆 引用 0
        • panixiaP 離線
          panixia
          最後由 編輯

          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 條回覆 最後回覆 回覆 引用 0
          • jolranJ 離線
            jolran
            最後由 編輯

            @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 條回覆 最後回覆 回覆 引用 0
            • panixiaP 離線
              panixia
              最後由 編輯

              @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 條回覆 最後回覆 回覆 引用 0
              • D 離線
                d12dozr
                最後由 編輯

                Thanks, Thomthom. Time to play!

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

                1 條回覆 最後回覆 回覆 引用 0
                • jolranJ 離線
                  jolran
                  最後由 編輯

                  @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 條回覆 最後回覆 回覆 引用 0
                  • panixiaP 離線
                    panixia
                    最後由 編輯

                    @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 條回覆 最後回覆 回覆 引用 0
                    • U 離線
                      unclex
                      最後由 編輯

                      @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 條回覆 最後回覆 回覆 引用 0
                      • BoxB 線上
                        Box
                        最後由 編輯

                        Did you restart Sketchup after installing it?

                        1 條回覆 最後回覆 回覆 引用 0
                        • jolranJ 離線
                          jolran
                          最後由 編輯

                          @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 條回覆 最後回覆 回覆 引用 0
                          • U 離線
                            unclex
                            最後由 編輯

                            It's just always updating...

                            Like the GIF8.gif

                            Cannot Click or DoubleClick

                            and when SU opening, nothing prompt

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

                              @jolran said:

                              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 ?

                              It's simple bezier quad patches with 4x4 control points each. The bezier calculation is based on the bezier example script posted by @last many years ago, I just ported it to C for faster calculations. You can see the source in TT_Lib2.

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

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

                                @jolran said:

                                How do you add Tripatch to Qaudpatch ? Possible ?

                                No, this was on my todo, once the quad patches was done. I removed the main toolbar button for it right before release, but forgot there was menu items and that second webdialog toolbar. I should push a new update the removes the unused controls in the dialog.

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

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

                                  @box said:

                                  This rough test torso is less than five minutes work.

                                  Really? 😲 I didn't expect the extension to be that useful in it's current state. I hope people do post back more picture.

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

                                  1 條回覆 最後回覆 回覆 引用 0
                                  • OxerO 離線
                                    Oxer
                                    最後由 編輯

                                    Thanks you very much for the plugin!! 👍 👍
                                    I installed it in SU2014 & SU2015 on Mac but the plugin didn't work, I found a conflict with smartdrop.rb and Sketchyphysics, I deleted smartdrop.rb (I use tt.raytracer now to drop components) and I have deactivated Sketchyphysics on SU2014 with Sketchucation Plugins Manager and Bezier Surface work fine now.
                                    😍

                                    "The result is the end what is important is the process" by Oxer
                                    [http://www.oxervision.blogspot.com/(http://www.oxervision.blogspot.com/)]

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

                                      @panixia said:

                                      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.. 😒

                                      Should work with SU7 and up, I think. Any error messages?

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

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

                                        @jolran said:

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

                                        Yea, with my new subdivison extension I'm certainly dropping support for anything older than SU2014.

                                        Though this was written before SU2014 and it should work. (Though might have introduced a bug when I added SU2014 support. Can you provide the full error message and exact SketchUp version and OS?)

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

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

                                          @panixia said:

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

                                          The bla bla bla bit of error message is in fact very useful for developers when debugging errors - please post all of it when reporting issues.

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

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

                                            @jolran said:

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

                                            Ah - right, I'll fix that and push an update next week.

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

                                            1 條回覆 最後回覆 回覆 引用 0
                                            • 1
                                            • 2
                                            • 6
                                            • 7
                                            • 8
                                            • 9
                                            • 10
                                            • 11
                                            • 12
                                            • 13
                                            • 8 / 13
                                            • 第一個貼文
                                              最後的貼文
                                            Buy SketchPlus
                                            Buy SUbD
                                            Buy WrapR
                                            Buy eBook
                                            Buy Modelur
                                            Buy Vertex Tools
                                            Buy SketchCuisine
                                            Buy FormFonts

                                            Advertisement