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

    [Plugin] Greeble 2 released! (Updated August 31st, 2009)

    Scheduled Pinned Locked Moved Plugins
    94 Posts 24 Posters 73.6k Views 24 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.
    • Chris FullmerC Offline
      Chris Fullmer
      last edited by

      What did you type to make it offset? I think it is does not work very well with meters, and might not work at all with comma's as decimal place deliminators. Meaning 1,2 should be written as 1.2 if you are from a part of the world that uses a comma as a decimal place.

      Lately you've been tan, suspicious for the winter.
      All my Plugins I've written

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

        No problem with your model Model.SKP! (in V8) Works like a charm! 😎 (I am on PC)
        Greeble buildings are just in the other side πŸ˜‰
        Are you sure you have also in the plugins folder
        Progress bar and Offset?

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

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

          Thanx guys for your answer !

          Pilou : u can see the folder, offset and progressbar are here.

          Chris :in this model i have not deliminators; see the attachment, 10,10,-2,-2,0,100 and i have also use the default and Pilou valuesplugin folder


          first step


          second step


          third step


          4th step

          1 Reply Last reply Reply Quote 0
          • M Offline
            masterplan
            last edited by

            it doesnt work for me. ❓

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

              Masterplan (welcome, BTW) please, be more specific. What are you doing exactly and what do you expect? Is there any error message? Maybe attach a file that "does not work for you" or something.

              For a sentence "it does not work for me" one can only answer "well that sucks". Give as much info as possible otherwise you will be left hanging...

              Gai...

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

                @ El-sexto
                That is very mysterious 😲
                What can I say? That works for me with your model with your version of SU πŸ€“
                Does this version the last one ?
                Have you try with a previous version of SU ?

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

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

                  Yes I tried with sketchup 7 - Maybe i should try with the version 1 ... πŸ€“

                  1 Reply Last reply Reply Quote 0
                  • Chris FullmerC Offline
                    Chris Fullmer
                    last edited by

                    Do you get any better results if you lift the geometry off the groundplane?

                    Just to verify (again), but you do have the most recent greeble and offset scripts from http://www.smustard.com?

                    What language is your Operating System set to?

                    I'll see if I can test this later tonight, sorry its not working!

                    Chris

                    Lately you've been tan, suspicious for the winter.
                    All my Plugins I've written

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

                      Make just a test from a cube!
                      Select the top face and launch the plug...
                      here i call it twice with thes same entries
                      SU 6, last version of greeble
                      Not sure of the units used "inside" the Plugin (maybe royal units )
                      My unit "outside" the plug is meter with 2 decimals
                      I input in the box dialog number without unit

                      greble2.jpg

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

                      1 Reply Last reply Reply Quote 0
                      • C Offline
                        corgano
                        last edited by

                        I am getting the same error that was posted by El_Sexto on Thu Oct 06, 2011 6:59 am. I have downloaded and re-downloaded the files from smustard with no effect. It doesn't matter what I try to do it on, it never works. I'm running on win 7 64 bit, and the only important thing i have installed is vray for sketchup. Everything else is normal.

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

                          So use Protrude by Jim Foltz waiting Chris Fullmer debuging (if bug exists that is not proved) πŸ˜‰

                          http://forums.sketchucation.com/download/file.php?id=70532&t=1

                          http://forums.polyloop.net/picture.php?albumid=23&pictureid=545

                          http://forums.sketchucation.com/download/file.php?id=70534

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

                          1 Reply Last reply Reply Quote 0
                          • Chris FullmerC Offline
                            Chris Fullmer
                            last edited by

                            Hmm, I'll re-download the files and install from scratch when I get some time. Currently that is not looking like any time soon though. Its been about 2 weeks of near all-nighters πŸ‘Š I've not got much capacity to look into it at the moment.

                            Lately you've been tan, suspicious for the winter.
                            All my Plugins I've written

                            1 Reply Last reply Reply Quote 0
                            • C Offline
                              corgano
                              last edited by

                              Right, so I got the protrude plugin as you recommended. It works ecpt for the offset function. for some reason offset.rb is not offsetting the faces, so it isn't so much a problem with either Greeble or protrude, but with offset.rb. I will do more debugging on offset.rb to see if I can narrow it down...

                              ~Corgano

                              1 Reply Last reply Reply Quote 0
                              • C Offline
                                corgano
                                last edited by

                                Found the problem!

                                Removing the begin....rescue -> end statement in offset.rb and trying again led me to line 61,
                                61: vecs << vec
                                It said that vec did not exist, and I noticed the cde before it was checking if vec3 was valid. I changed it to
                                61: vecs << vec3
                                and it worked!

                                Note: This is for the Failed to create offset error. Other errors may not be related to this

                                1 Reply Last reply Reply Quote 0
                                • J Offline
                                  Jim
                                  last edited by

                                  Thanks corgano. I thought that this offset.rb bug had been fixed months ago, but maybe not. I've pinged Rick about it.

                                  Hi

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

                                    I had reworked that whole section of Offset.rb, but must have not gotten it uploaded (which I have now done). Please try downloading the latest version.

                                    RickW
                                    [www.smustard.com](http://www.smustard.com)

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

                                      Yes Yes Yes YEEEEES ! It Works ! Thanx - Just replace by the new Offset.rb.


                                      yes

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

                                        So more fun for you in perspective! β˜€

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

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

                                          Newbie question: I have very recent downloads of both Greeble2 and Offset from Smustard, and the plugin mostly works fine on my Windows 7 64-bit machine running SU8 Pro. Greeble2, in addition to being loads of random fun, is extremely useful to tile or 'panelize' complex meshes. For giving that nice grout or reveal detail in renderings, this plugin is excellent. Simply set the min and max height settings to the same dimension, and set the min and max offset to the same (negative) dimension, offset face (0), and leave the scale at 100 for quick tiling.

                                          However, whenever I use an offset dimension of less than 1", the offset doesn't happen at all. FWIW, setting height dimensions less that 1" works fine. A minimum of 2" wide grout (when offsets combine for adjacent tiles) ain't an option for interior renders! Help?!

                                          Anybody else experiencing this? Any known fixes to either Greeble2 or offset?

                                          Thanks loads. Brilliant plugin for both kicks and productivity, if I could just get offsetting to cooperate.

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

                                            The way the values are set is a little unhelpful - they are strings made into lengths
                                            values = ["1'", "5'", "-1'", "-2'", "0", "100"]
                                            The first four are set to 'string-feet'...
                                            So in the dialog numbers without suffixes are assumed to be inches.
                                            Perhaps it's failing to parse smaller sizes.
                                            Try entering 0.5" rather than 0.5 and see if that helps...
                                            Or 12.7mm πŸ˜‰

                                            TIG

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

                                            Advertisement