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

    [Plugin] BezierSpline - v2.2a - 22 Apr 21

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

      You have a wrong installation

      jointpushpull_main.rb should be in JPP_Dir_20, NOT in the main SU Plugins directory.

      Fredo

      1 條回覆 最後回覆 回覆 引用 0
      • G 離線
        gigi500
        最後由 編輯

        You are right. I moved it. Bezier lasted this time for maybe 8 curves, then bugsplat:(((

        1 條回覆 最後回覆 回覆 引用 0
        • Dave RD 離線
          Dave R
          最後由 編輯

          Fredo, I'm seeing the same thing on my Mac. I successfully drew 5 Bezier curves but while drawing the 6th, SketchUp crashed without a Bug Splat.

          Etaoin Shrdlu

          %

          (THERE'S NO PLACE LIKE)

          G28 X0.0 Y0.0 Z0.0

          M30

          %

          1 條回覆 最後回覆 回覆 引用 0
          • G 離線
            gigi500
            最後由 編輯

            I am attaching a new screen shot - got rid of all plugins but native sketch up and bezier. Still Crashes!


            Screen Shot 2013-08-07 at 11.48.48 AM.png

            1 條回覆 最後回覆 回覆 引用 0
            • TIGT 離線
              TIG Moderator
              最後由 編輯

              What is the FULL path to that Plugins folder ?

              You leak out the story drip by drip... 😉

              TIG

              1 條回覆 最後回覆 回覆 引用 0
              • G 離線
                gigi500
                最後由 編輯

                the normal for mac:library/application support/sketchup2013/plugins/
                Everything else works. And Dave R apparently encountered the same thing...I got rid temporarily of other plugins to make sure they do not affect that one. No change.

                1 條回覆 最後回覆 回覆 引用 0
                • fredo6F 離線
                  fredo6
                  最後由 編輯

                  @gigi500, @Dave,

                  Not sure what it can be and why it appears now (I did not change anything to the plugin for a while).

                  Since you have a deterministic crash situation (after a few curve), would you mind to remove the file LibTraductor.rb (or rename it .rb!). Since you have LibFredo6 installed, it should be harmless.

                  Fredo

                  1 條回覆 最後回覆 回覆 引用 0
                  • Dave RD 離線
                    Dave R
                    最後由 編輯

                    I disabled LibTraductor.rb and opened SU. I got the following:

                    libtrad.png

                    I do have the most recent LibFredo6 installed.

                    Etaoin Shrdlu

                    %

                    (THERE'S NO PLACE LIKE)

                    G28 X0.0 Y0.0 Z0.0

                    M30

                    %

                    1 條回覆 最後回覆 回覆 引用 0
                    • fredo6F 離線
                      fredo6
                      最後由 編輯

                      Dave,

                      But do you still get BezierSpline loaded?

                      And if so, do you get the crash?

                      Fredo

                      1 條回覆 最後回覆 回覆 引用 0
                      • Dave RD 離線
                        Dave R
                        最後由 編輯

                        No. With LibTraductor disabled I don't get BezierSpline loaded at all. No option for toolbar nor any menu entry.

                        Etaoin Shrdlu

                        %

                        (THERE'S NO PLACE LIKE)

                        G28 X0.0 Y0.0 Z0.0

                        M30

                        %

                        1 條回覆 最後回覆 回覆 引用 0
                        • fredo6F 離線
                          fredo6
                          最後由 編輯

                          @dave r said:

                          No. With LibTraductor disabled I don't get BezierSpline loaded at all. No option for toolbar nor any menu entry.

                          My mistake,

                          You should replace the statement rescue by rescue LoadError on line 35 of bezierspline_main.rb.

                          This will allow checking for potential conflicts ebtween the old version (libTraductor.rb) and the new one embedded in LibFredo6.

                          If you still get a crash, then it is something else

                          Fredo

                          1 條回覆 最後回覆 回覆 引用 0
                          • Dave RD 離線
                            Dave R
                            最後由 編輯

                            I can't easily see line numbers. "rescue" appears several times. Could you give me a bit of surrounding text?

                            Etaoin Shrdlu

                            %

                            (THERE'S NO PLACE LIKE)

                            G28 X0.0 Y0.0 Z0.0

                            M30

                            %

                            1 條回覆 最後回覆 回覆 引用 0
                            • Rich O BrienR 離線
                              Rich O Brien Moderator
                              最後由 編輯

                              require 'sketchup.rb'
                              begin
                              	require 'libtraductor.rb'		# for language translation
                              rescue
                              end
                              
                              #Specify the two curve extensions; Bezier Classic and Polyline
                              BZ____LIST = ["BZ__BezierClassic", "BZ__Polyline"]
                              

                              Download the free D'oh Book for SketchUp 📖

                              1 條回覆 最後回覆 回覆 引用 0
                              • Dave RD 離線
                                Dave R
                                最後由 編輯

                                10Q

                                Etaoin Shrdlu

                                %

                                (THERE'S NO PLACE LIKE)

                                G28 X0.0 Y0.0 Z0.0

                                M30

                                %

                                1 條回覆 最後回覆 回覆 引用 0
                                • Dave RD 離線
                                  Dave R
                                  最後由 編輯

                                  OK, LibTraductor disabled. The rescue statement revised.

                                  Upon opening SketchUp I still get the error:

                                  %(#4000BF)[Error Loading File /Users/davidrichards/Library/Application Support/SketchUp 2013/SketchUp/Plugins/BZ_Dir_14/bezierspline_main.rb
                                  uninitialized constant Bezierspline::BezierContext::Traductor
                                  Error Loading File bezierspline.rb
                                  uninitialized constant Bezierspline::BezierContext::Traductor
                                  Error Loading File /Users/davidrichards/Library/Application Support/SketchUp 2013/SketchUp/Plugins/JPP_Dir_20/jointpushpull_main.rb
                                  no such file to load -- libtraductor.rb
                                  Error Loading File jointpushpull.rb
                                  no such file to load -- libtraductor.rb]

                                  Edit to add: After clicking OK, I see an entry for the BezierSpline toolbar but when I enable that toolbar it is blank with only space for one button.

                                  Etaoin Shrdlu

                                  %

                                  (THERE'S NO PLACE LIKE)

                                  G28 X0.0 Y0.0 Z0.0

                                  M30

                                  %

                                  1 條回覆 最後回覆 回覆 引用 0
                                  • F 離線
                                    fatboycakeshop
                                    最後由 編輯

                                    Hi. Im having the same issue. Done all of the above and still crashes after a few curves. Anything else I can try?

                                    1 條回覆 最後回覆 回覆 引用 0
                                    • nigel_edwardN 離線
                                      nigel_edward
                                      最後由 編輯

                                      Bloody well brilliant tool! Thank you so much! 👍 😍

                                      1 條回覆 最後回覆 回覆 引用 0
                                      • U 離線
                                        ukchoiceshops
                                        最後由 編輯

                                        Hi,

                                        I am struggling to work out how to install this onto my sketchup 8 system on a mac. any help would be much appreciated 😄

                                        1 條回覆 最後回覆 回覆 引用 0
                                        • mitcorbM 離線
                                          mitcorb
                                          最後由 編輯

                                          Hi, Ross:
                                          Did you read the advice for Mac users on the first page of this topic?
                                          Alternatively, have you considered using the Sketchucation Plugin Store tool?
                                          http://sketchucation.com/resources/plugin-store-download
                                          At the top of this page, there is a selection called Resources and in the drop down is the link to the download.

                                          There may be some other issue, so post back for someone to assist.

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

                                          1 條回覆 最後回覆 回覆 引用 0
                                          • A 離線
                                            aydee
                                            最後由 編輯

                                            Fantastic. I can finally get more segments and smooth bezier curves. Thank you!

                                            1 條回覆 最後回覆 回覆 引用 0
                                            • 1
                                            • 2
                                            • 13
                                            • 14
                                            • 15
                                            • 16
                                            • 17
                                            • 22
                                            • 23
                                            • 15 / 23
                                            • 第一個貼文
                                              最後的貼文
                                            Buy SketchPlus
                                            Buy SUbD
                                            Buy WrapR
                                            Buy eBook
                                            Buy Modelur
                                            Buy Vertex Tools
                                            Buy SketchCuisine
                                            Buy FormFonts

                                            Advertisement