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

    [Plugin] follow me rotate

    Scheduled Pinned Locked Moved Plugins
    211 Posts 79 Posters 235.2k Views 79 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.
    • Dave RD Offline
      Dave R
      last edited by

      @andrea1980 said:

      how can i use it?

      You'd need an old version of SketchUp. If you read a few posts up from yours you will see this plugin does not work with SketchUp 2017. It hasn't been supported for years. Best thing is to look for a different tool to do what you want.

      Etaoin Shrdlu

      %

      (THERE'S NO PLACE LIKE)

      G28 X0.0 Y0.0 Z0.0

      M30

      %

      1 Reply Last reply Reply Quote 0
      • A Offline
        andrea1980
        last edited by

        do you know a plugin that has the same follow me and rotate functions for sketchup 2017?

        1 Reply Last reply Reply Quote 0
        • Dave RD Offline
          Dave R
          last edited by

          Again, if you read the last few posts in this thread you can see that Pilou offered a possible alternative. There may be something else that could do what you are trying to do but you haven't told us that, yet. You could start a new thread in the Newbie category, share your model file and describe what it is you are trying to accomplish. We'll surely be able to give you guidance.

          Etaoin Shrdlu

          %

          (THERE'S NO PLACE LIKE)

          G28 X0.0 Y0.0 Z0.0

          M30

          %

          1 Reply Last reply Reply Quote 0
          • A Offline
            andrea1980
            last edited by

            index1.jpgThanks Dave for your availability. I have to make a model similar to this in the photo. what can i use? https://youtu.be/rfWNn6Yfyhs?t=415

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

              Helix along a curve by Albertsoft above don't work for the 2017 ?

              @unknownuser said:

              Helix along curve 0.9
              Support Sketchup 2017, 2016, 2015, 2014, 2013, 8 & 7

              If you want see some examples without Plugins take a look at Kito Raupp πŸ˜‰

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

              1 Reply Last reply Reply Quote 0
              • A Offline
                andrea1980
                last edited by

                orecchini 3.pngorecchini 1.pngorecchini 2.pngThanks for the advice you have given me, with helix along curve I managed to draw what I wanted. Thanks

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

                  Dancing things! β˜€

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

                  1 Reply Last reply Reply Quote 0
                  • R Offline
                    RAVZ
                    last edited by

                    Hei, I am facing a problem regarding this plugin. When i installed it a load error is generated saying Error: sketchup:1:in 'eval'. Moreover, this plugin is not working. It is showing in "Extension" Tab but not working even after trying various permutations of usage. Please, rectify this error along with the specified glitch.


                    glitch.png

                    1 Reply Last reply Reply Quote 0
                    • Dave RD Offline
                      Dave R
                      last edited by

                      If you read back through the last few pages of this thread you will see that this plugin does not work in SketchUp 2017 or later and is not supported anymore. Best to use some alternative. Pilou provided some options a few posts up from yours.

                      Etaoin Shrdlu

                      %

                      (THERE'S NO PLACE LIKE)

                      G28 X0.0 Y0.0 Z0.0

                      M30

                      %

                      1 Reply Last reply Reply Quote 0
                      • R Offline
                        RAVZ
                        last edited by

                        @dave r said:

                        If you read back through the last few pages of this thread you will see that this plugin does not work in SketchUp 2017 or later and is not supported anymore. Best to use some alternative. Pilou provided some options a few posts up from yours.

                        Thanks people for telling me that the plugin named "follow and rotate" doesn't work in SU17 and later versions. But anyone please enlighten us with the alternative(s) till the time author brings the updated version of FaR so that there is no lag in work. Thank You! πŸ˜„ πŸ˜„

                        1 Reply Last reply Reply Quote 0
                        • Dave RD Offline
                          Dave R
                          last edited by

                          There is probably some other extension that will do what you need. Which one depends on exactly what you are trying to model.

                          @unknownuser said:

                          till the time author brings the updated version of FaR so that there is no lag in work.

                          I wouldn't hold my breath. It's been years since the author made any updates to this extension. I think it's fairly safe to assume there won't be any.

                          Etaoin Shrdlu

                          %

                          (THERE'S NO PLACE LIKE)

                          G28 X0.0 Y0.0 Z0.0

                          M30

                          %

                          1 Reply Last reply Reply Quote 0
                          • TaxT Offline
                            Tax
                            last edited by Tax

                            After 5yrs of it, saddly, not being compatible anymore...

                            I've remade it!!! 😎

                            Take a look at: (Tax Engineering)
                            https://sketchucation.com/plugin/2444-tax_tools

                            Obs: Windows & Mac, SU>=17

                            Feel free to suggestions
                            Cya

                            "Between cause and consequence, lots of connivance."
                            "Never felt being on same level as others; just bc Ive never been."

                            1 Reply Last reply Reply Quote 0
                            • T Offline
                              TBoy
                              last edited by

                              Thank you!
                              Why not as separate extension?

                              1 Reply Last reply Reply Quote 0
                              • TaxT Offline
                                Tax
                                last edited by

                                No problem πŸ˜„ hope u enjoy.

                                Why all in one:

                                1- Practicality for dev(me) - Easier to code and update since each extension requires:

                                • 1 loader file;
                                • 1 menus/core file;
                                  • dependencies;
                                  • feature development files.
                                    Putting all together means I have to do it only once.

                                2- Practicality for users - Easier to distribuite:
                                Multiple extensions shares the same dependecies, if its separate theres 2 options:
                                a) you ship the dependencies on every extension. (increasced size, error chance and harder to update)
                                b) you make the dependencies as separate extension (such as Freedo's library), so user now have to download at least 2 files.
                                All in one means the dependencies will be managed and downloaded only once, on same file.
                                Also, it makes easier for people to know about my work.

                                3- I see it as a suite of tools.
                                Imagine having to download SU tools one by one by your choice.

                                4- It all weights less than 1mb, then whats the problem?
                                just use the tools you need and leave the rest aside.
                                As example, you may never use SU sandbox tool, but it ships together.

                                Thanks for using it,
                                Cya πŸ˜›

                                "Between cause and consequence, lots of connivance."
                                "Never felt being on same level as others; just bc Ive never been."

                                1 Reply Last reply Reply Quote 0
                                • 1
                                • 2
                                • 3
                                • 4
                                • 5
                                • 10
                                • 11
                                • 2 / 11
                                • First post
                                  Last post
                                Buy SketchPlus
                                Buy SUbD
                                Buy WrapR
                                Buy eBook
                                Buy Modelur
                                Buy Vertex Tools
                                Buy SketchCuisine
                                Buy FormFonts

                                Advertisement