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

    [Plugin] Make Fur v.2.1.0(20140323)

    Scheduled Pinned Kunci Moved Plugins
    650 Kiriman 255 Posters 1.1m Lihat 254 Watching
    Memuatkan lagi kiriman
    • Lama ke Baru
    • Baru ke Lama
    • Most Votes
    Balas
    • Reply as topic
    Log masuk untuk balas
    Topik ini telah dipadam. Hanya pengguna dengan kuasa pengurusan boleh melihatnya.
    • J Luar talian
      jonorman
      last edited by

      screen dump of SU trying to use fur.


      screen dump 001.jpg

      1 Reply Last reply Balas Petikan 0
      • T Luar talian
        tak2hata
        last edited by

        @jonorman said:

        screen dump of SU trying to use fur.

        Hi,jonorman.
        I updated version 1.4a.

        Sorry,I forgat changing "s_to_l".
        now it changed.
        It may be work.


        by TAK2HATA

        1 Reply Last reply Balas Petikan 0
        • T Luar talian
          tak2hata
          last edited by

          @sloof said:

          how to use this ?

          somebody help me please ?

          Hi,sloof.
          http://forums.sketchucation.com/viewtopic.php?f=323&t=28092
          [url=http://sketchupdate.blogspot.com/2010/05/having-spent-last-three-hours-fiddling.html:1j014hsy]http://sketchupdate.blogspot.com/[/url:1j014hsy]
          It may help.

          Thanks.


          by TAK2HATA

          1 Reply Last reply Balas Petikan 0
          • J Luar talian
            jonorman
            last edited by

            JIPPIIIIII ! ! ! ! Back in bizzniz 😍 πŸ‘ β˜€

            1 Reply Last reply Balas Petikan 0
            • T Luar talian
              tomot
              last edited by

              WOW! .....another great Plugin,
              This pampas grass looks better that the real stuff in my planter πŸ˜„
              Thanks! tak2hata


              PampasGrass.jpg

              [my plugins](http://thingsvirtual.blogspot.ca/)
              tomot

              1 Reply Last reply Balas Petikan 0
              • Didier BurD Luar talian
                Didier Bur
                last edited by

                Hi,
                Got this error when using "make crowd" without having a "fur_instance" component in my model:

                Error: #<TypeError: wrong argument type (expected Sketchup::ComponentDefinition)>
                C:/Program Files/Google/Google SketchUp 7/Plugins/fur_en.rb:1272:in `add_instance'

                I guess the script does not check wether the relevant component is in the model or not ? πŸ’­

                It works OK if a "fur_instance" component is present.
                After deleting the fur instance component, hit "CheckOnAll", and it is still there, and the makecrowd doesn't work anymore if I let its checkbox ticked.

                DB

                1 Reply Last reply Balas Petikan 0
                • S Luar talian
                  Stu
                  last edited by

                  Ive been using fur for a while ...with good results, and just loving it!! πŸ‘

                  However I've struck a problem as in the attached....it seems to be the cut off angle that is upsetting the geometry.....if I try a square or rectangular plane it behaves normally.


                  Fur_Problem.jpg

                  http://www.landesign.com.au

                  1 Reply Last reply Balas Petikan 0
                  • T Luar talian
                    tak2hata
                    last edited by

                    @paulower said:

                    This is the translation of Make Fur to languaje Portuguese-BR (Brazil) by me.

                    Tak2hata would be possible in the next version, you increase the size of the buttons "Assign Material to" and "Get Stuff From." Is that in Portuguese, we have more characters in the translation and some letters may not appear on the icon (button).

                    You can see who is running smoothly letters with accents and numerical symbols.

                    Thanks paulowr.
                    I add language list on first thread.
                    I will increase the size of Buttons in next version.

                    @stu said:

                    Ive been using fur for a while ...with good results, and just loving it!! πŸ‘

                    However I've struck a problem as in the attached....it seems to be the cut off angle that is upsetting the geometry.....if I try a square or rectangular plane it behaves normally.

                    Hi , Stu.
                    That happens in small value of "MaxNumber(/Face)" for the faces.
                    You should increase "MaxNumber(/Face)" enough.

                    Thanks.


                    by TAK2HATA

                    1 Reply Last reply Balas Petikan 0
                    • S Luar talian
                      Stu
                      last edited by

                      Thanks Tak2hata, I boosted it up to 12,000!! and its fine now


                      SD2.jpg

                      http://www.landesign.com.au

                      1 Reply Last reply Balas Petikan 0
                      • T Luar talian
                        tomot
                        last edited by

                        Tak2hata I was wondering if you had considered including a random fur height function? I'm currently creating a random height tile/block/city generator... which is not finished yet.
                        See my RAND code snippet below.

                        if( $type == "Random + " )  
                            
                            group=entities.add_group
                            entities=group.entities 
                          
                            1.upto($vpanes) do |i|
                              x = ($vtile*i)+(i*$space)  
                              1.upto($hpanes) do |j|
                        	    y = ($htile*j)+(j*$space) 
                                
                        	o = $pt3.offset($hVec, y - $space).offset($vVec, x - $space)
                            pt1 = o.offset($hVec, -$htile)
                        	pt2 = o.offset($vVec, -$vtile)
                        	pt3 = pt1.offset($vVec, -$vtile)
                        	#entities.add_cpoint o
                        	#entities.add_cpoint pt1
                        	#entities.add_cpoint pt2
                        	#entities.add_cpoint pt3
                            face = entities.add_face o, pt1, pt3, pt2
                            face.pushpull -($tthick+rand(20))
                              end
                            end
                        end #if    
                        

                        cheers!

                        [my plugins](http://thingsvirtual.blogspot.ca/)
                        tomot

                        1 Reply Last reply Balas Petikan 0
                        • T Luar talian
                          tak2hata
                          last edited by

                          Hi,all.
                          I update this to version1.4b.

                          @tomot said:

                          Tak2hata I was wondering if you had considered including a random fur height function? I'm currently creating a random height tile/block/city generator... which is not finished yet.
                          See my RAND code snippet below.

                          if( $type == "Random + " )  
                          >     
                          >     group=entities.add_group
                          >     entities=group.entities 
                          >   
                          >     1.upto($vpanes) do |i|
                          >       x = ($vtile*i)+(i*$space)  
                          >       1.upto($hpanes) do |j|
                          > 	    y = ($htile*j)+(j*$space) 
                          >         
                          > 	o = $pt3.offset($hVec, y - $space).offset($vVec, x - $space)
                          >     pt1 = o.offset($hVec, -$htile)
                          > 	pt2 = o.offset($vVec, -$vtile)
                          > 	pt3 = pt1.offset($vVec, -$vtile)
                          > 	#entities.add_cpoint o
                          > 	#entities.add_cpoint pt1
                          > 	#entities.add_cpoint pt2
                          > 	#entities.add_cpoint pt3
                          >     face = entities.add_face o, pt1, pt3, pt2
                          >     face.pushpull -($tthick+rand(20))
                          >       end
                          >     end
                          > end #if    
                          

                          cheers!

                          Thanks tomot.
                          But this plugin created preset file.
                          If I add new parameter, compatible with the old one is difficult for me.
                          If you want to use random size to component instance, please use crowd(webdialog).
                          and change value of "size jitter" as you like.

                          Thanks.


                          by TAK2HATA

                          1 Reply Last reply Balas Petikan 0
                          • M Luar talian
                            Mauhaus
                            last edited by

                            Hi guys,
                            I lost my dwg-import option after installing the plugin. Any ideas why this happened?

                            /Thomas 😞

                            1 Reply Last reply Balas Petikan 0
                            • GaieusG Luar talian
                              Gaieus
                              last edited by

                              Hi Thomas,

                              re you sure you did not upgrade from SketchUp 7.0 to 7.1 (free) lately?

                              Gai...

                              1 Reply Last reply Balas Petikan 0
                              • M Luar talian
                                Mauhaus
                                last edited by

                                Hi Gaieus

                                Thanx for replying 😎
                                Yes, I have been running 7 (7.1.6859) PRO for some time now. The dwg-import option disappeared after installing it. Maybe I didn't install it properly?

                                /Thomas

                                1 Reply Last reply Balas Petikan 0
                                • S Luar talian
                                  SuperSized
                                  last edited by

                                  In the spirit of the SA World Cup.... nice plugin


                                  SA_Flag.jpg

                                  1 Reply Last reply Balas Petikan 0
                                  • FrederikF Luar talian
                                    Frederik
                                    last edited by

                                    @mauhaus said:

                                    Yes, I have been running 7 (7.1.6859) PRO for some time now. The dwg-import option disappeared after installing it. Maybe I didn't install it properly?

                                    I'm sure the install was made properly, however, the dwg/dxf import has been excluded from ver. 7.1 and onwards...
                                    You need a seperate plugin...
                                    Please check out the DWG/DXF import plugin for SketchUp 7.1 (Free)...

                                    Cheers
                                    Kim Frederik

                                    1 Reply Last reply Balas Petikan 0
                                    • H Luar talian
                                      hebeijianke
                                      last edited by

                                      A Chinese translation.
                                      Thanks to you all !


                                      fur_lang_cn.txt


                                      1.jpg

                                      1 Reply Last reply Balas Petikan 0
                                      • GaieusG Luar talian
                                        Gaieus
                                        last edited by

                                        @mauhaus said:

                                        Yes, I have been running 7 (7.1.6859) **PRO**for some time now. The dwg-import option disappeared after installing it...

                                        @frederik said:

                                        I'm sure the install was made properly, however, the dwg/dxf import has been excluded from ver. 7.1 and onwards...

                                        That would only be the free version Kim. The pro still has the "native" import option.

                                        As you are not supposed to be able to install the free version on top of the pro, there can indeed be some problem.

                                        However we are going off-topic here so Thomas, after you see my post here, I will split these posts and move the new topic created this way to the SketchUp Discussions > Bug reports subforum.

                                        However you could try to reinstall your SU but really make sure to download the Pro version (again) to install it. Also, for the Mac version there was also a maintenance release after the main release of 7.1. A couple of fixes were made there so best is to go for sure...

                                        Gai...

                                        1 Reply Last reply Balas Petikan 0
                                        • F Luar talian
                                          frv
                                          last edited by

                                          TX for the great plugin, I love the idea of the crowedmaker.
                                          But under OSX it does not work, the dialog panel is empty for the crowed option.
                                          Francois

                                          1 Reply Last reply Balas Petikan 0
                                          • mariochaM Luar talian
                                            mariocha
                                            last edited by

                                            @frv said:

                                            ....., I love the idea of the crowedmaker.
                                            But under OSX it does not work, the dialog panel is empty for the crowed option.
                                            Francois

                                            Yep, same here. No dialog under MacOX (10.6.3) πŸ˜•

                                            %(#008000)[Mario C.
                                            Every rule has exceptions, but some.]

                                            1 Reply Last reply Balas Petikan 0
                                            • 1
                                            • 2
                                            • 13
                                            • 14
                                            • 15
                                            • 16
                                            • 17
                                            • 32
                                            • 33
                                            • 15 / 33
                                            • First post
                                              Last post
                                            Buy SketchPlus
                                            Buy SUbD
                                            Buy WrapR
                                            Buy eBook
                                            Buy Modelur
                                            Buy Vertex Tools
                                            Buy SketchCuisine
                                            Buy FormFonts

                                            Advertisement