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

    [Plugin] SketchyFFD (Classic)

    Scheduled Pinned Locked Moved Plugins
    412 Posts 153 Posters 419.2k Views 153 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.
    • pilouP Offline
      pilou
      last edited by

      In fact your first object is not "clean" ! πŸ€“
      (lines coplanar, faces multiple etc...)
      Use CleanUp by Thomthom and all will be fine! πŸ˜„

      ffd_ok.jpg

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

      1 Reply Last reply Reply Quote 0
      • E Offline
        Einstein
        last edited by

        Closed the mesh, did some cleanup, my group is a solid, but still the same 😞

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

          As you can see on my last image : after cleanUp seems all works fine on the good way! πŸ˜„
          (and without close sides)

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

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

            plugin not working in sketchup 2018. Dont know where is the problem. Please guide.

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

              Please give details of your SketchUp version, OS etc.

              Also please explain the steps you are trying to use with this tool...
              Double-check you are following the guidance given in the early posts...
              Also run it with the Ruby Console open and report any error messages...

              Remember that this tool is now five years without any support or updates...

              TIG

              1 Reply Last reply Reply Quote 0
              • majidM Online
                majid
                last edited by

                Any update or replace for su 2018 please?

                My inspiring A, B, Sketches book: https://sketchucation.com/shop/books/intermediate/2612-alphabet-inspired-sketches--inspiring-drills-for-architects--3d-artists-and-designers-

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

                  @majid said:

                  Any update or replace for su 2018 please?
                  As far as I know, if you install the current RBZ from the PluginStore it should work in v2018.
                  You must carefully follow the usage steps.
                  Your Extension Manager Loading Policy must be set to 'Unrestricted' to allow older [unsigned] extensions to load and run...

                  TIG

                  1 Reply Last reply Reply Quote 0
                  • P Offline
                    pascalk
                    last edited by

                    i am getting an unsigned copy problem any help ?

                    1 Reply Last reply Reply Quote 0
                    • jujuJ Offline
                      juju
                      last edited by

                      @pascalk said:

                      i am getting an unsigned copy problem any help ?

                      set your load policy to unrestricted, will load fine then

                      the extension will work the same whether it is signed or not, it is purely a mechanism to give the end-user some control over extension running on their system, in the end you (as in yourself) must make sure the extensions (and their sources) are trustworthy

                      Save the Earth, it's the only planet with chocolate.

                      1 Reply Last reply Reply Quote 0
                      • E Offline
                        Einstein
                        last edited by

                        Hi!

                        I have a problem with this plugin. I'm trying to match an FFD "box" to my group, which local axes are different from global axes of the model. I mean, they are rotated. I created an FFD group and it doesn't match my target group's axes. How can I match FFD group to local axes or my group? Instead, it matches the global axes. I could just reset rotation of my group, I know. But I don't want to do this.

                        Even if I change my model's global axes, FFD box orientation won't change. It will stick to initial orientation.


                        FFD axes problem.png

                        1 Reply Last reply Reply Quote 0
                        • D Offline
                          dindoborlaza
                          last edited by

                          hi everyone,

                          newbee here, downloaded the .rb and .rbz file, couldn't see the plugin yet...using 2016...help!!!

                          THANKS πŸ˜„

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

                            It's a context-menu based tool - read the usage guidance...

                            TIG

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

                              This plugin can not work (error load) in sketchup 2019. How I could install this plugin correctly?

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

                                This is an old script.
                                Somethings have changed in v2019...
                                Please try running it [following the earlier guidance] with the Ruby Console open and post any error messages you might get...
                                If it's a simple issue perhaps we can fix it...

                                TIG

                                1 Reply Last reply Reply Quote 0
                                • F Offline
                                  Fillister
                                  last edited by

                                  This is the message I am seeing in conjunction with 2019

                                  Error: #<SyntaxError: C:/.../SketchUp/SketchUp 2019/SketchUp/Plugins/SketchyFFD.rb:32: Invalid return in class/module body
                                  return nil
                                  ^~~~~~>

                                  And a sincere thank you TIG, as this was not your plugin originally

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

                                    Try this fix...

                                    Find the file in your user's AppData tree C:/.../SketchUp/SketchUp 2019/SketchUp/Plugins
                                    named SketchyFFD.rb
                                    Edit it using Notepad[++] - a plain-text editor...
                                    Find line#32, and add a # to the start of the line, so that it reads:
                                    #return nil
                                    and is now ignored as it loads...
                                    Save the file, and restart SketchUp to see if that helps...

                                    The latest version of Ruby now shipped with v2019 is more unforgiving of simple syntax errors - previously this was just ignored !

                                    TIG

                                    1 Reply Last reply Reply Quote 0
                                    • D Offline
                                      db11
                                      last edited by

                                      @tig said:

                                      The latest version of Ruby now shipped with v2019 is more unforgiving of simple syntax errors - previously this was just ignored !

                                      TIG - will this required syntax discipline actually reduce certain types of issues with plugins, or is it simply an added annoyance for extension developers?

                                      1 Reply Last reply Reply Quote 0
                                      • F Offline
                                        Fillister
                                        last edited by

                                        Thank you for the quick reply TIG.
                                        Your suggestion took care of the error message I was seeing. No error messages at load time now, but does not actually load. I saw your previous post:

                                        Please try running it [following the earlier guidance] with the Ruby Console open and post any error messages you might get...

                                        Wading through the 13 pages of posts associated with SketchyFFD to try and find the guidance. I will do my best to get you some more clues.

                                        May have to learn Ruby.

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

                                          You seem to be using v2019?
                                          The Extension Manager should show if its loaded.
                                          It might show it's loaded but blocked because it's unsigned [it is very old after all !]
                                          Try resetting your Extension Loading policy to "Unrestricted".
                                          Restart SketchUp.
                                          See if that helps...

                                          Also be sure you understand how the tool works through menus/context etc...

                                          TIG

                                          1 Reply Last reply Reply Quote 0
                                          • P Offline
                                            Puco
                                            last edited by

                                            File load error (C:/Users/pucon/AppData/Roaming/SketchUp/SketchUp 2019/SketchUp/Plugins/SketchyFFD.rb):
                                            Error: #<SyntaxError: C:/Users/pucon/AppData/Roaming/SketchUp/SketchUp 2019/SketchUp/Plugins/SketchyFFD.rb:32: Invalid return in class/module body
                                            return nil
                                            ^~~~~~>
                                            c:/users/pucon/appdata/roaming/sketchup/sketchup 2019/sketchup/plugins/sketchucation/scf-rbztools.rbs:1288:in install_from_archive' c:/users/pucon/appdata/roaming/sketchup/sketchup 2019/sketchup/plugins/sketchucation/scf-rbztools.rbs:1288:in rbzInstaller'
                                            c:/users/pucon/appdata/roaming/sketchup/sketchup 2019/sketchup/plugins/sketchucation/scf-rbztools.rbs:1503:in rbzDirect' c:/users/pucon/appdata/roaming/sketchup/sketchup 2019/sketchup/plugins/sketchucation/scf-rbztools.rbs:1376:in loadHandler'
                                            c:/users/pucon/appdata/roaming/sketchup/sketchup 2019/sketchup/plugins/sketchucation/scf-rbztools.rbs:476:in loadFromURL' c:/users/pucon/appdata/roaming/sketchup/sketchup 2019/sketchup/plugins/sketchucation/scf-rbztools.rbs:1264:in set_choi'
                                            c:/users/pucon/appdata/roaming/sketchup/sketchup 2019/sketchup/plugins/sketchucation/scf_dialog.rbs:535:in chooseplugins' c:/users/pucon/appdata/roaming/sketchup/sketchup 2019/sketchup/plugins/sketchucation/scf_dialog.rbs:485:in autoinstall_dlg'
                                            c:/users/pucon/appdata/roaming/sketchup/sketchup 2019/sketchup/plugins/sketchucation/scf_dialog.rbs:415:in set_autoinstall_choice' c:/users/pucon/appdata/roaming/sketchup/sketchup 2019/sketchup/plugins/sketchucation/scf_dialog.rbs:81:in block in new'

                                            This is what I get in Ruby on fresh install SU 2019! If anyone knows how to fix the code of the SketchyFFD.rb file, it will be nice to get this addon in a working state.

                                            1 Reply Last reply Reply Quote 0
                                            • 1
                                            • 2
                                            • 17
                                            • 18
                                            • 19
                                            • 20
                                            • 21
                                            • 19 / 21
                                            • First post
                                              Last post
                                            Buy SketchPlus
                                            Buy SUbD
                                            Buy WrapR
                                            Buy eBook
                                            Buy Modelur
                                            Buy Vertex Tools
                                            Buy SketchCuisine
                                            Buy FormFonts

                                            Advertisement