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

    [Plugin] FollowMe and keep (v0.04 update 20090210)

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

      @dave r said:

      Have you tried setting up the path so it is not in contact with the profile? If you do that, you won't have to clean up the group that results from the extrusion operation.

      I either neglected to see this, Dave, or couldn't fit it in my little head, or it simply didn't compute for some reason; not sure.

      Now it does. I'll try it. Thanks.

      ~ Brooke

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

        Why are you expecting any more than that? That menu entry is enough to get the job done. 😒

        Etaoin Shrdlu

        %

        (THERE'S NO PLACE LIKE)

        G28 X0.0 Y0.0 Z0.0

        M30

        %

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

          No further menu in plugin? Only show as FollowMeandKeep.
          SketchUp 8

          http://img443.imageshack.us/img443/200/iamdumb.jpg

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

            This is a great, great tool! I want in on the list of grateful people... Thank you very much Wikii! My ramps will never look skewed anymore!

            1 條回覆 最後回覆 回覆 引用 0
            • S 離線
              Snowy
              最後由 編輯

              Thanks for the plugin Wikii.

              U don't even know how many times i have been frustrated about the deformed follow me.
              Even tho i love Follow me, i also hated it sometimes. Gladly u solved that part for us. 😄

              1 條回覆 最後回覆 回覆 引用 0
              • McGyverM 離線
                McGyver
                最後由 編輯

                I have no idea why I never got what this plugin did... then I read about it in CatchUp 11... Follow and Keep... Brilliant! Thanks for this Plugin, I only wish I'd have read about it sooner!

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

                1 條回覆 最後回覆 回覆 引用 0
                • X 離線
                  xzoran
                  最後由 編輯

                  Big Thanks !

                  1 條回覆 最後回覆 回覆 引用 0
                  • Bryan KB 離線
                    Bryan K
                    最後由 編輯

                    Thanks Wikii. I always wondered what I was doing wrong with the Follow Me tool, now I know. It was the tool itself.

                    Excellent upgrade!

                    See my portfolio at https://delphiscousin.blogspot.com/

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

                      Just wanted to say thank you for the plugin. Even if I don't use it much it's been great fun playing with it the past few minutes!

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

                        very good,thanks.

                        1 條回覆 最後回覆 回覆 引用 0
                        • M 離線
                          Mr. Bill
                          最後由 編輯

                          I have had trouble getting this ruby to load in SU8 pro, which i see a few others have previously screamed/posted. I have used thomthom's installer plugin as well as just placing the .rb in the appropriate plugin folder. I've had success loading .rbz, but not .rb in general. This .rb is just particularly needed at the moment. Both come back with the error below. Input appreciated.

                          Thanks,


                          Untitled-1.jpg

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

                            Is that either, the only plugin you have installed - or the first file alphabetically in your Plugins folder?

                            I'm guessing it's either one of them and that the file is missing require 'sketchup.rb' at the beginning of the file. Check the file in notepad, and insert that line at the top of the file if it's missing.

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

                            1 條回覆 最後回覆 回覆 引用 0
                            • M 離線
                              Mr. Bill
                              最後由 編輯

                              thank you thomthom,

                              I tried typing that in at a few different beginning locations to no avail, even compared it to one of you .rb.

                              Unfortunately operator error (me) is in play. With that said i've uploaded the .rb (is that kosher to do with someone else's .rb? i'm sorry for not knowing protocol here) and if someone was able to determine where that require 'sketchup.rb i would be eternally grateful.
                              [mod=:3stt16al]I've removed that FAK.rb attachment, as it's already available in the first post here and such duplicates simply lead to confusion...
                              TIG[/mod:3stt16al]

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

                                As thomthom said, you are missing a line of code require 'sketchup.rb' which should be on a line on its own at the very beginning of the file [indeed any file using some of sketchup's own methods like file_loaded? should include this line of code].

                                So... check the FAK.rb file by opening it in Notepad [or any other plain-text editor, BUT never a wordprocessor!], and insert that simple line at the very top [include it exactly as the red text shown above - with the two enclosing '' around the second part etc].

                                On a restart SketchUp should no longer throw up the error...

                                Incidentally, if you had more scripts loading the chances are the 'sketchup.rb' would have already been 'required' by one of them, and the error would never have manifested - because once a file has been loaded a later 'require' skips over it... That's probably why this omission in this script has gone unnoticed for so long...

                                TIG

                                1 條回覆 最後回覆 回覆 引用 0
                                • M 離線
                                  Mr. Bill
                                  最後由 編輯

                                  Thanks guys, i was missing the enclosing '', but it works now.

                                  1 條回覆 最後回覆 回覆 引用 0
                                  • cottyC 離線
                                    cotty
                                    最後由 編輯

                                    Example with standard follow-me (c) and FAK (d)...
                                    Thank you for this plugin!


                                    wasserrutsche_web.jpg

                                    my SketchUp gallery

                                    1 條回覆 最後回覆 回覆 引用 0
                                    • P 離線
                                      phoeniax
                                      最後由 編輯

                                      It does not work now i used it for some time now it does nor do anything

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

                                        @phoeniax said:

                                        It does not work now i used it for some time now it does nor do anything
                                        Obviously it does work for many people!
                                        If you explain better what doesn't work, what's installed, what's changed etc... we might find what's wrong.

                                        TIG

                                        1 條回覆 最後回覆 回覆 引用 0
                                        • JBJDesignsJ 離線
                                          JBJDesigns
                                          最後由 編輯

                                          Thank you wikii! I can really use this tool!!! Jo 😄

                                          ...you send them to school, you give them books, and they eat the pages...

                                          1 條回覆 最後回覆 回覆 引用 0
                                          • N 離線
                                            News
                                            最後由 編輯

                                            Hi everyone,

                                            I am trying to draw a handrail for "2 quart tournant" stairs ( don't know the word in english 😕 ) since a bit.
                                            When i saw this plugin i thought a miracle will come, but actually after i downloaded and installed it...nothing happened !
                                            I select my path and my shape and then click on the FAK pluginin my plugin menu, but nothing happens.
                                            Where am i wrong ? What do i don't understand ?

                                            Please help, this handrail is making me crazy !

                                            Thanks !!


                                            Handrail stairs.skp

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

                                            Advertisement