• Login
sketchucation logo sketchucation
  • Login
πŸ€‘ SketchPlus 1.3 | 44 Tools for $15 until June 20th Buy Now

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

Scheduled Pinned Locked Moved Plugins
460 Posts 183 Posters 2.0m Views 183 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.
  • O Offline
    oblin77
    last edited by 13 Sept 2009, 06:34

    Hello Fredo06

    Where I can find and download your plugin BezierSpline v1.21 ?

    thank you

    Best regards

    olivier de france

    1 Reply Last reply Reply Quote 0
    • S Offline
      solo
      last edited by 13 Sept 2009, 06:38

      Try the first page.

      http://www.solos-art.com

      If you see a toilet in your dreams do not use it.

      1 Reply Last reply Reply Quote 0
      • P Offline
        plot-paris
        last edited by 25 Sept 2009, 08:45

        don't know if that behavior is specific to my machinde. but when I have drawn a curve, then go into edit mode, press Ctrl to unlock allow curve points to be moved outside the initial drawing plane and then press the up arrow to lock it to a vertical direction, my cursor doesn't stick to the point anymore. meaning, that when I move up my cursor only by a tiny bit, the curve point shoots up vertically a lot faster, and in very wide increments too.

        if that is the general behavior of the plugin, would it be possible to change it, so that the point still sticks to the position of the curser (only the vertical position of course. to make things easier, a dotted horizontal line could be connecting the curve point and the curser).

        any ideas if thats possible?

        1 Reply Last reply Reply Quote 0
        • F Offline
          fredo6
          last edited by 25 Sept 2009, 14:41

          @plot-paris said:

          don't know if that behavior is specific to my machinde. but when I have drawn a curve, then go into edit mode, press Ctrl to unlock allow curve points to be moved outside the initial drawing plane and then press the up arrow to lock it to a vertical direction, my cursor doesn't stick to the point anymore. meaning, that when I move up my cursor only by a tiny bit, the curve point shoots up vertically a lot faster, and in very wide increments too.

          if that is the general behavior of the plugin, would it be possible to change it, so that the point still sticks to the position of the curser (only the vertical position of course. to make things easier, a dotted horizontal line could be connecting the curve point and the curser).

          any ideas if thats possible?

          I understand and I had myself questions about this behavior which may not seem very natural. Let's say 2 things about it:

          1. The Vertex Edit mode is actually working for perfroming one move per click. So in your case, you would need to move first in the 3D, then release the mouse, switch to Vertical mode by Arrow and Click to move the point vertically. I agree that I should use the modifier keys as successive steps of Input. I'll probably do that in a further release.

          2. Bezierspline was my very first script and I did not that much of the SU API. My plan would be to introduce stickiness and inferences, a little bit in the spirit of Tools on Surface.

          Fredo

          1 Reply Last reply Reply Quote 0
          • P Offline
            plot-paris
            last edited by 25 Sept 2009, 16:43

            @unknownuser said:

            My plan would be to introduce stickiness and inferences, a little bit in the spirit of Tools on Surface.

            I am really looking forward to this, Fredo.

            1 Reply Last reply Reply Quote 0
            • M Offline
              misteriosodude
              last edited by 28 Oct 2009, 04:02

              Amazing, excellent -- very useful plugin, thanks!

              1 Reply Last reply Reply Quote 0
              • R Offline
                rv1974
                last edited by 1 Dec 2009, 14:43

                How could I make 'polyline segmentor' command work? I simply can't find it. πŸ˜•

                1 Reply Last reply Reply Quote 0
                • B Offline
                  Bob James
                  last edited by 1 Dec 2009, 17:59

                  Right click on the line and then click on "Convert to"

                  i7-4930K 3.4Ghz, 2x GTX780 6GB, 32GB DDR3-1600 ECC, OCZ Vertex 4 500GB, WD Black 3TB, 32TB NAS, 4x 27" Monitors, SpaceMouse Pro, X-keys XK-60

                  1 Reply Last reply Reply Quote 0
                  • R Offline
                    rv1974
                    last edited by 2 Dec 2009, 09:26

                    @Bob πŸ‘

                    1 Reply Last reply Reply Quote 0
                    • F Offline
                      fredo6
                      last edited by 22 Dec 2009, 22:41

                      [New version 1.3 - 22 Dec 09]
                      This upgrade allows to convert any sequence of segments to a Polyline or Spline (before, in version 1.21, you needed first to create a curve)

                      I also added an extension for Dog-bone and T-Bone corners

                      See main post at http://forums.sketchucation.com/viewtopic.php?f=323&t=13563&hilit=plugin#p100509

                      Fredo

                      1 Reply Last reply Reply Quote 0
                      • P Offline
                        plot-paris
                        last edited by 23 Dec 2009, 07:51

                        wow, thats fantastic, Fredo! just yesterday I went through welding dozens of curves, just to polyline-divide them afterwards. now that would be sooo much faster! what a great christmas present! THANK YOU 😍

                        and I see you've implemented some of the visual stuff of the 'round corner' plugin as well (like the green cursor when in edit mode). I like it a lot!

                        I've got one question though, that I wanted to ask you for quite some time now:
                        when I transform a polyline (or now just a series of linesegments πŸ˜‰ ) into a Polyline Arc Corners, sometimes the distribution of vertexes is a bit strange, showing some corner with very high polygon detail, leaving others almost unrounded... is there a way to influence that? like to tell the plugin to distribute the vertexes evenly per corner?
                        bz_round_corner-problem01.jpg

                        1 Reply Last reply Reply Quote 0
                        • F Offline
                          fredo6
                          last edited by 23 Dec 2009, 12:05

                          @plot-paris said:

                          I've got one question though, that I wanted to ask you for quite some time now:
                          when I transform a polyline (or now just a series of linesegments πŸ˜‰ ) into a Polyline Arc Corners, sometimes the distribution of vertexes is a bit strange, showing some corner with very high polygon detail, leaving others almost unrounded... is there a way to influence that? like to tell the plugin to distribute the vertexes evenly per corner?
                          [attachment=0:28204xm3]<!-- ia0 -->bz_round_corner-problem01.jpg<!-- ia0 -->[/attachment:28204xm3]

                          The number of vertices for the rounding is based on the Precision parameter given on a Full Circle basis. So for Precision = 24s, you'll get 24 points for 360Β°. Depending on the arc angle of the rounding, you'll get less or more points.
                          Is that the explanation or do you see another issue or bug?

                          Fredo

                          1 Reply Last reply Reply Quote 0
                          • CadFatherC Offline
                            CadFather
                            last edited by 23 Dec 2009, 19:26

                            Thank you Fredo, it runs very well.. conversion is awesome!

                            updated icons if needed

                            IMAGES_CadFather.zip

                            1 Reply Last reply Reply Quote 0
                            • simon le bonS Offline
                              simon le bon
                              last edited by 23 Dec 2009, 19:47

                              So Version 1.3 is out

                              Always better and handy and complete. I add my single vibrant gratefulness to the vast number who have already given to you.

                              So don't need to Weld anymore πŸ‘

                              DogBone added I have to look that!

                              Also I've found a great interest and developments to use yourBZ__Animation (divider for flight path) in conjonction with Chris Fullmer's Component Stringer
                              and also whith Shape Bender from the same to produce an arithmetic(?) segmented curve with it as your BZ__Animation is actually!! "limited to straight lines" πŸ˜‰ πŸ˜‰

                              Bien Amicalement, Simon.

                              1 Reply Last reply Reply Quote 0
                              • D Offline
                                DIEGO-RODRIGUEZ
                                last edited by 2 Jan 2010, 15:17

                                hi fredo.
                                a question.

                                • how they work, the inferences. when I'm editing the nodes of a polyline?
                                  maybe. have an orthogonal way and a way to free movement, pressing ctrl

                                • can add a tool that enables you to select multiple nodes in order to move them?

                                • You can add, to draw a polyline (polyline insulation and polyline Zigzag)?

                                http://img690.imageshack.us/img690/1589/sinttulo1qq.jpg

                                • Plugins could be added to the libraries fredo? would be good to be able to translate and cuztomizar toolbar

                                greetings and thanks for your exelentes plugins. and her willingness to help

                                1 Reply Last reply Reply Quote 0
                                • M Offline
                                  magpie
                                  last edited by 30 Jan 2010, 15:37

                                  It's a tremendous tool for enriching sketchup, must now pay careful attention to all the subtle variations in the toolset...Thankyou fredo!

                                  1 Reply Last reply Reply Quote 0
                                  • F Offline
                                    fredo6
                                    last edited by 31 Jan 2010, 22:18

                                    New version 1.3b - 31 Jan 10.
                                    It fixes a bug in Segmentor and reconsolidates all sub-plugins recently introduced or changed.

                                    One tip, before I forgot. When you wish to give more precision to a curve without redrawing it (for instance an Arc or Circle curve), you can use "Convert to Catmull". With a precision of 3s, you introduce an median point for each segment. With Precision = 4s, you introduce two median points, etc.... Try on a circle of 24 segments and make it a circle of 96 segments.

                                    1 Reply Last reply Reply Quote 0
                                    • P Offline
                                      peter.b.nz
                                      last edited by 3 Feb 2010, 02:48

                                      I am going round in circles! How do I download the bezierspline v1.3b plug in please. i keep clicking on the title but nothing is happening ...

                                      1 Reply Last reply Reply Quote 0
                                      • mitcorbM Offline
                                        mitcorb
                                        last edited by 3 Feb 2010, 03:19

                                        Go to the first page of this post. Mouse over the target file. Right click. Select Save Link As.. Make sure that the window that pops up shows the file name and be sure that file type is Zip file. Save to destination, say desktop, or Google Sketchup Plugin subfolder. I prefer desktop so that it gets me out of suspense. Then I cut or copy to the plugin folder. Then it is a matter of unzipping the folder in place in the plugins.
                                        Also, be aware that you need the latest version of LibFredo, a helper file for the plugin. Do the same thing to download this one.
                                        Hope this helps.
                                        mitcorb

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

                                        1 Reply Last reply Reply Quote 0
                                        • D Offline
                                          DIEGO-RODRIGUEZ
                                          last edited by 6 Feb 2010, 04:06

                                          hi fredo.
                                          a query.
                                          in this plugin, the inferences do not work correctly.
                                          in the first segment, generally work well (inferences, color axis)
                                          the second segment, with some work tools and other tools do not work.
                                          in the third segment, inferences generally do not work or the color of the axes.
                                          and does not block the inference to press the shift key

                                          that's normal? or is an error in my computer?

                                          if not normal, it might solve?
                                          Thank you very much

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

                                          Advertisement