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

    [Plugin] S4u Make Face

    Scheduled Pinned Locked Moved Plugins
    56 Posts 28 Posters 266.7k Views 28 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.
    • hdpvH Offline
      hdpv
      last edited by

      Update s4u MakeFace v3.0.0
      FixBug crash Sketchup!

      Suforyou
      http://www.sketchupforyou.com

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

        Thank You

        German Language File


        German Language File

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

          French UI πŸ˜‰


          fr.zip

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

          1 Reply Last reply Reply Quote 0
          • hdpvH Offline
            hdpv
            last edited by

            Thanks! I will add soon!

            Suforyou
            http://www.sketchupforyou.com

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

              I get an error on loading with the newest version on SU2016, both when installed via Extension Store and manually:

              Error Loading File s4u_makeface/s4u_makeface_loader.rb
              Could not find included file 's4u_makeface/s4u_makeface_loader.rb'

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

                The author needs to change his files and remake the RBZ [v3.0.1] and get it re-signed/republished...
                The base-level 's4u_makeface.rb' which sets up the extension has a path set for the extension's loader to be:
                's4u_makeface/s4u_makeface_loader.rb'
                BUT that file does NOT exist !
                There are two files added by the signing process:
                's4u_makeface/s4u_makeface_loader.rbe'
                's4u_makeface/s4u_makeface_loader.rbs'
                If the base-level 's4u_makeface.rb' were to say:
                's4u_makeface/s4u_makeface_loader'
                it will work - however, editing this file manually breaks the signing hash!
                So v2016 won't like it unless it's running in 'Unrestricted' mode.
                So it must be done by the author and re-signed.

                This is a typical error caused by the new and unfortunately half-baked v2016 signing process which has been introduced.
                An author testing his code with all .RB files in the subfolder will find it works, but making the RBZ with them included and then signing it, will then fail unless the specified loader path is left 'open ended' - i.e. it does not include a file-type suffix, and IF the author chooses any encryption at all - i.e. RBS or RBE - because only unencrypted RB files will work.
                The new signer does not allow a mixture of RB and encrypted files [that used to be possible].
                Also [at least at the moment] the signer perversely allows the author to add both types of encrypted files [RBS and RBE] into the same signed RBZ - although RBS works in ALL SketchUp versions anyway and publishing in RBE only protects the author's IP when there is no RBS version out there... ill-advisedly shipping them together means any 'hacker' can easily see inside the RBS anyway, and compromise the RBE's encryption.
                Of course, publishing only RBE means the extension won't work in anything other than >=v2016 !
                Also, if the signed RBZ includes encrypted files, then it may currently not be exempt from malicious tampering !
                If someone were to [ill-adisedly] add their own 's4u_makeface/s4u_makeface_loader.rb' file that would NOT break the signing hash check in v2016, AND if the loader looks for an open-ended path [with no file-type specified], then the RB will load instead of the encrypted versions and this could do something wicked [it's RB/RBE/RBS load-order, with mo check on the signed/hashed files - at the moment ! ] - but of course unless you stupidly got the RBZ from an iffy site it should all be OK - but that's more to do with the source being trustworthy - like EWH or the SketchUcation PluginStore - rather than the RBZ being signed, which unfortunately on its own could offer only illusory assurance...

                TIG

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

                  In fact I had loaded the V 1 and not the V3 from the first post!
                  Else I have the same error message when I load the V3! 😳

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

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

                    Works with any problem! Loaded by the first post file on the 2016! πŸ˜„

                    S4u Make Face v1.0.0 + Free Visualizer + SU IVY

                    New Image.jpg

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

                    1 Reply Last reply Reply Quote 0
                    • hdpvH Offline
                      hdpv
                      last edited by

                      Thanks ALL,
                      I fixed it.
                      Please try again!

                      Suforyou
                      http://www.sketchupforyou.com

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

                        Thank you! πŸ‘

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

                          Now works fine! V 3.02 😎

                          surfaces.jpg

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

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

                            BUT now the RBZ is no longer signed, and the two files inside it are no longer encrypted.
                            That RBZ will only work under v2016's 'Unrestricted' policy.
                            If you are happy to leave the files as RB, it still needs signing.
                            But if you have published in error then you need to tidy up your subfolder, in code inside the loader RB ? to delete those now rogue RB files in the subfolder, because otherwise these will remain in the subfolder after the new version is installed AND the older RB files will load in preference to any RBS in there !
                            That's also because you now have an open-ended file-path [no file-type suffix] in the loader RB...

                            TIG

                            1 Reply Last reply Reply Quote 0
                            • hdpvH Offline
                              hdpv
                              last edited by

                              @tig said:

                              BUT now the RBZ is no longer signed, and the two files inside it are no longer encrypted.
                              That RBZ will only work under v2016's 'Unrestricted' policy.

                              Sorry! I don't understand this.

                              Suforyou
                              http://www.sketchupforyou.com

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

                                Do you mean you don't understand me, or just what has happened ?
                                Here are screen-shots of the RBZs for the two versions', showing the subfolder's contents.
                                Clearly the 2nd one is not 'signed' [it has no hash file] and the files are RB, i.e. NOT encrypted at all...


                                1.PNG


                                2.PNG

                                TIG

                                1 Reply Last reply Reply Quote 0
                                • hdpvH Offline
                                  hdpv
                                  last edited by

                                  Thank TIG!
                                  I understand.I fix now.

                                  Suforyou
                                  http://www.sketchupforyou.com

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

                                    Ive download V 3.02 and it doesnt work with Sketchup Pro 2016.
                                    I see the icon but nothing happened when I click it.

                                    1 Reply Last reply Reply Quote 0
                                    • B Offline
                                      Bfrantz
                                      last edited by

                                      Hello!
                                      thanks for the plugin, but I get this error:

                                      Erreur de chargement du fichier s4u_makeface.rb
                                      undefined method `instance_variable_defined?' for S4U:Module

                                      I'm using Sketchup 8... too old?
                                      best regards
                                      Bfrantz@free.fr

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

                                        @bfrantz said:

                                        Hello!
                                        thanks for the plugin, but I get this error:

                                        Erreur de chargement du fichier s4u_makeface.rb
                                        undefined method `instance_variable_defined?' for S4U:Module

                                        I'm using Sketchup 8... too old?
                                        best regards
                                        Bfrantz@free.fr

                                        It looks like you'll need to do one of three things:

                                        • uninstall the version you have loaded and revert to the first version (released 2014 by the looks of it) but I'm not sure that will solve your problem.
                                        • upgrade to at least SU 2014 as from what I can tell on Extension Warehouse the compatibility is listed as SU 2014 through SU 2018 (current release of SU).
                                        • look for an alternative plugin / extension that will do what you want in SU8.

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

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

                                          Hi!

                                          Thanks a lot for this plugin!

                                          Have you been thinking of making it work through groups? Like we select a group or a couple of them and it automatically creates faces inside the groups, where needed. This would be a mesh repair giant!

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

                                            Hi,
                                            I'm running Sketchup Pro 2016 and I get this error when trying to install this extension.

                                            https://4.bp.blogspot.com/-JaB8I5QZ71o/W9Zdy8ii5sI/AAAAAAAAAek/tUTZ6EsJBoUNEh6tZnS0k83DX0si46LAQCLcBGAs/s640/Loading%2BError.JPG

                                            I tried through the Extension Warehouse... updated and still get this error.
                                            I uninstalled and went through Sketchucation and still get this error.

                                            I went to preferences and Installed from the downloaded RBZ file. Restarted and still get this error. This is not the first time this has happened either. s4u extensions don't seem to want to load for me... Freedo6 extensions don't work either but that is a tale for another day.

                                            Can anyone offer any advice?

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

                                            Advertisement