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

    [Plugin][$] Curviloft 2.0a - 31 Mar 24 (Loft & Skinning)

    Scheduled Pinned Locked Moved Plugins
    1.3k Posts 297 Posters 2.4m Views 296 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.
    • jeff hammondJ Offline
      jeff hammond
      last edited by

      @hygicell said:

      my other plugins work fine

      WindowTools.rb
      ZLoader__OnSurface.rb
      zone.rb

      according to that list, all your other plugins aren't working fine..

      you're missing the ZLoader files that come with many of fredo's plugins.. the only one you have is tools on surface but i suspect your round corner, curviloft, and fredoscale aren't working either (amongst others?)

      screen 2011-06-25 at 10.54.52 AM.jpg

      dotdotdot

      1 Reply Last reply Reply Quote 0
      • TIGT Offline
        TIG Moderator
        last edited by

        First:
        Only the the files inside the subfolders that have equivalents wrongly installed in the Plugins folder are to be removed... from the Plugins folder...
        What you did is correct.

        Second:
        You do seem to have several Zloader .rb files missing from that Plugins folder - like Zloader_Curviloft.rb - this might be the root cause of your problem - do you perhaps have them in another folder that might also be on your $LOAD_PATH ?
        And then they can't load other files are the paths gets tangled up...
        Did you get the $LOAD_PATH in the Ruby Console ?
        Mine says ["C:/Program Files/Google/Google SketchUp 8/Plugins", "C:/Program Files/Google/Google SketchUp 8/Tools"] yours should also include the H: path ?

        ..\Plugins\LIBFREDO6_Dir_37\Lib6Core_37.rb; line#225; txt = "T6 = Traductor::T6Mod.new(#{hmod}, '#{path}', '#{rootname}') "
        line#226; hmod.module_eval txt

        This is the code that sets the constant T6 to have a certain value and typing in the Ruby Console
        Curviloft::T6
        should show this, which is a Traductor::T6Mod object used to translate between languages; it is complex looking list of code, elements, hashes etc...

        It seems that ..\Plugins\LIBFREDO6_Dir_37\Lib6Core_37.rb is not being run properly...
        Does the file exist ?
        If so are it's properties set so 'you' can see it and read it etc...?
        Trying typing load LIBFREDO6_Dir_37\Lib6Core_37.rb + <enter> into the Ruby Console and see if it returns true and if CurviLoft then works... it'll only be a temporary fix but at least we then step on one pace...

        If you type this in the Ruby Console +<enter> what is returned ?
        Sketchup.find_support_file("Plugins")
        I get
        C:/Program Files/Google/Google SketchUp 8/Plugins
        You must include the H: path to your Plugins... otherwise Fredo's LibFredo6.rb will fail at lines#26/27
        require 'LibTraductor.rb' if Sketchup.find_support_file( 'LibTraductor.rb', "Plugins" )#Compatibility require 'TOS_Dir_13/LibTraductor_20.rb' if Sketchup.find_support_file( 'TOS_Dir_13/LibTraductor_20.rb', "Plugins" )#Compatibility
        Otherwise when it doesn't find these files they are not loaded and so the T6 constant never gets defined...
        You could rewrite those two lines using a plain-test editor like Notepad[++].exe - as
        require 'LibTraductor.rb' if File.exist?(File.join(File.dirname(__FILE__), 'LibTraductor.rb'))#Compatibility require 'TOS_Dir_13/LibTraductor_20.rb' if File.exist?(File.join(File.dirname(__FILE__), TOS_Dir_13, LibTraductor_20.rb)#Compatibility
        I think the second one is not important as the first one gets loaded anyway...
        Now it will always load the files found relative to it even on some obscure drive, rather than the default C:...

        TIG

        1 Reply Last reply Reply Quote 0
        • H Offline
          hygicell
          last edited by

          @unknownuser said:

          @hygicell said:

          my other plugins work fine

          WindowTools.rb
          ZLoader__OnSurface.rb
          zone.rb

          according to that list, all your other plugins aren't working fine..

          you're missing the ZLoader files that come with many of fredo's plugins.. the only one you have is tools on surface but i suspect your round corner, curviloft, and fredoscale aren't working either (amongst others?)

          [attachment=0:ia8g6goq]<!-- ia0 -->screen 2011-06-25 at 10.54.52 AM.jpg<!-- ia0 -->[/attachment:ia8g6goq]

          I had those and the Fredo plugins did't work then
          as a test I removed them as I thought they were redundant
          I will have to reinstall
          have you seen any files I have to remove?
          Frank

          1 Reply Last reply Reply Quote 0
          • TIGT Offline
            TIG Moderator
            last edited by

            Do you have another folder Sketchup with some stuff in it, say on the C:drive for example...
            Is Curviloft somehow trying to load even when its Zloader is removed ??

            Have you read through my last diatribe... ❓

            TIG

            1 Reply Last reply Reply Quote 0
            • jgbJ Offline
              jgb
              last edited by

              @unknownuser said:

              i can skin that thing with zero problems.
              i think you might be using the wrong tool.. i think you're trying to use curviloft's Skinning when you should be using regular Loft (the first of the 3 icons in the toolbar)

              just select the two rings then click on the Loft icon.

              And Right you are! 😳

              I guess I was so used to skinning my constructs I just forgot about the other 2 functions.

              Thanks. πŸ‘


              jgb

              1 Reply Last reply Reply Quote 0
              • fredo6F Offline
                fredo6
                last edited by

                NEW RELEASE: Curviloft 1.1b - 27 Jun 11

                This is a small upgrade to handle the problem of mean curves between contours.
                Previous versions were only able to generate the junction curves. This one adds the intermediate curves. And you get the mesh by selecting both options.

                Thanks to Jeff Hammond for the suggestion to use Curviloft for generate mean curves between contours
                See also discussion at this post on the question of mean curves.

                See main post for download

                Fredo

                1 Reply Last reply Reply Quote 0
                • GaieusG Offline
                  Gaieus
                  last edited by

                  @unknownuser said:

                  NEW RELEASE: Curviloft 1.1b - 27 Jun 11

                  This is a small upgrade to handle the problem of mean curves between contours.

                  Thanks Fredo. πŸ‘ πŸ‘ πŸ‘

                  It seems to be such an important release however that it travelled faster than light and arrived the previous day... πŸ˜†

                  (You are in the same time zone as me if I am not mistaken)


                  cl.jpg

                  Gai...

                  1 Reply Last reply Reply Quote 0
                  • TIGT Offline
                    TIG Moderator
                    last edited by

                    Thomthom also lost [gained?] a day earlier today!
                    Perhaps there's a time-warp out and about πŸ˜’

                    TIG

                    1 Reply Last reply Reply Quote 0
                    • thomthomT Offline
                      thomthom
                      last edited by

                      Yeh see?! It's just you lot still stuck behind in yesterday! Keep with the time!

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

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

                        Maybe Earth's axis are moving during the night! β˜€

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

                        1 Reply Last reply Reply Quote 0
                        • jgbJ Offline
                          jgb
                          last edited by

                          There is a simple explanation for the time warp. Fredo, whom I believe resides in France, simply sent the update Eastward to us and when it crossed the Pacific Date line, voila, it is tomorrow. 🀣

                          Besides, Curviloft can save you far more than a day's work, so the time warp is justified. 😍


                          jgb

                          1 Reply Last reply Reply Quote 0
                          • TIGT Offline
                            TIG Moderator
                            last edited by

                            And of course in Norway they only have two days Summer and Winter...

                            TIG

                            1 Reply Last reply Reply Quote 0
                            • thomthomT Offline
                              thomthom
                              last edited by

                              The climate is changing it to one intermediate state...

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

                              1 Reply Last reply Reply Quote 0
                              • TIGT Offline
                                TIG Moderator
                                last edited by

                                Norway is turning into the UK ???
                                We don't have a Climate/Seasons, we just have Weather...

                                TIG

                                1 Reply Last reply Reply Quote 0
                                • thomthomT Offline
                                  thomthom
                                  last edited by

                                  Yea - we have a whole year worth of seasons in 30 minutes. Pretty much how I remember England to be like when I lived there. Just a bit colder and a tad more snow.

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

                                  1 Reply Last reply Reply Quote 0
                                  • jgbJ Offline
                                    jgb
                                    last edited by

                                    In Canada, except for the left coast, we get winter then a coupla nice days.
                                    Badum boom πŸ˜†

                                    In Toronto, if you don't like the weather, just wait a few hours.
                                    Badum boom πŸ˜†

                                    Not kidding. 6 weeks ago the furnace was on, then 2 days later the air con was on for 4 days, then a week and a half of torrential rain and thunderstorms. Then the furnace was back on for 2 days, then it became almost nice out.

                                    Garfield says it best.....


                                    jgb

                                    1 Reply Last reply Reply Quote 0
                                    • fredo6F Offline
                                      fredo6
                                      last edited by

                                      Thanks to all for being beta testers between the 26th and 27th.πŸ˜„
                                      So the release should be OK by now!!

                                      Fredo

                                      1 Reply Last reply Reply Quote 0
                                      • jeff hammondJ Offline
                                        jeff hammond
                                        last edited by

                                        finally had a chance to try the new one out and..

                                        .. that's awesome how you can do this (obtaining the curves) using loft instead of skinning now.

                                        i thought you might of just changed the skinning part of curviloft but being able to get the mean curves via loft (without the need for the extra set-up lines) is really sweet.

                                        thanks for the update!

                                        dotdotdot

                                        1 Reply Last reply Reply Quote 0
                                        • GaieusG Offline
                                          Gaieus
                                          last edited by

                                          One more thing, Fredo (certainly I could also edit it but that's just a last resort). In the first post, you write Curviloft 1.1a and below you can download 1.1b. This may cause confusion.


                                          Curviloft-1-1-a-b.png

                                          Gai...

                                          1 Reply Last reply Reply Quote 0
                                          • fredo6F Offline
                                            fredo6
                                            last edited by

                                            NEW RELEASE: Curviloft 1.1c - 29 Jun 11

                                            Curviloft version 1.1b introduced the generation of mean curves between contours.

                                            There was however a bug, signaled by Defisto, when contours are closed loops.

                                            Version 1.1c fixes this issue

                                            See main post for download

                                            Fredo

                                            1 Reply Last reply Reply Quote 0
                                            • 1
                                            • 2
                                            • 23
                                            • 24
                                            • 25
                                            • 26
                                            • 27
                                            • 65
                                            • 66
                                            • 25 / 66
                                            • First post
                                              Last post
                                            Buy SketchPlus
                                            Buy SUbD
                                            Buy WrapR
                                            Buy eBook
                                            Buy Modelur
                                            Buy Vertex Tools
                                            Buy SketchCuisine
                                            Buy FormFonts

                                            Advertisement