sketchucation logo sketchucation
    • Login
    πŸ›£οΈ Road Profile Builder | Generate roads, curbs and pavements easily Download

    [Plugin] Make Fur v.2.1.0(20140323)

    scheduled pinned locked moved Plugins
    650 Posts 255 Posters 1.1m Views 254 Watching
    loading-more-posts
    • oldest-to-newest
    • newest-to-oldest
    • most-votes
    reply
    • reply-as-topic
    guest-login-reply
    deleted-message
    • T Offline
      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

      one-reply-to-this-post last-reply-time reply quote 0
      • T Offline
        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

        one-reply-to-this-post last-reply-time reply quote 0
        • M Offline
          Mauhaus
          last edited by

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

          /Thomas 😞

          one-reply-to-this-post last-reply-time reply quote 0
          • GaieusG Offline
            Gaieus
            last edited by

            Hi Thomas,

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

            Gai...

            one-reply-to-this-post last-reply-time reply quote 0
            • M Offline
              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

              one-reply-to-this-post last-reply-time reply quote 0
              • S Offline
                SuperSized
                last edited by

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


                SA_Flag.jpg

                one-reply-to-this-post last-reply-time reply quote 0
                • FrederikF Offline
                  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

                  one-reply-to-this-post last-reply-time reply quote 0
                  • H Offline
                    hebeijianke
                    last edited by

                    A Chinese translation.
                    Thanks to you all !


                    fur_lang_cn.txt


                    1.jpg

                    one-reply-to-this-post last-reply-time reply quote 0
                    • GaieusG Offline
                      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...

                      one-reply-to-this-post last-reply-time reply quote 0
                      • F Offline
                        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

                        one-reply-to-this-post last-reply-time reply quote 0
                        • mariochaM Offline
                          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.]

                          one-reply-to-this-post last-reply-time reply quote 0
                          • M Offline
                            Masoncrowell
                            last edited by

                            can someone tell me how i do this on a mac?
                            i downloaded the file and updated my version of sketchup. the file only shows up in my downloads and i can't open it with sketchup. i also enabled my plugins menu on sketchup and the only option that shows up is a "cost" option. How do i do this? πŸ˜•

                            one-reply-to-this-post last-reply-time reply quote 0
                            • T Offline
                              tak2hata
                              last edited by

                              @mariocha said:

                              @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) πŸ˜•

                              Hi,Francois and Mario.
                              It is very regrettable.
                              I will examine way for working on mac.

                              @masoncrowell said:

                              can someone tell me how i do this on a mac?
                              i downloaded the file and updated my version of sketchup. the file only shows up in my downloads and i can't open it with sketchup. i also enabled my plugins menu on sketchup and the only option that shows up is a "cost" option. How do i do this? πŸ˜•

                              This file is compressed by zip.
                              First, You should extract this file with folder.
                              It includes
                              --fur_en.rb
                              --fur_en(folder include icon images)
                              and copy created files to plugins folder.
                              Read here.
                              http://sketchup.google.com/intl/en/download/rubyscripts.html

                              Thanks.


                              by TAK2HATA

                              one-reply-to-this-post last-reply-time reply quote 0
                              • K Offline
                                ktslambieng
                                last edited by

                                this is this is a new : vietnam translation for fur1.4b
                                Thanks you for all !

                                http://farm2.static.flickr.com/1273/4676700265_23fc0faee3_b.jpg


                                fur_lang_vn14b.txt

                                one-reply-to-this-post last-reply-time reply quote 0
                                • F Offline
                                  frv
                                  last edited by

                                  TX Tak,
                                  hope you find the time to look into the blanc dialog for crowds.
                                  I love your idea to specialise the furmaker for crowds
                                  Francois

                                  one-reply-to-this-post last-reply-time reply quote 0
                                  • thomthomT Offline
                                    thomthom
                                    last edited by

                                    That is due to some oddness in Geom::Transformation.scaling which I mentioned earlier.
                                    http://forums.sketchucation.com/viewtopic.php?f=323&t=28092&p=248300#p248300

                                    But tak2hata said later he's swapped to use .scaling(a,a,a) isntead of .scaling(a) - so that should have taken care of it. Unless there is something else that also creates this scenario.

                                    Oli: are you using the latest version?

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

                                    one-reply-to-this-post last-reply-time reply quote 0
                                    • thomthomT Offline
                                      thomthom
                                      last edited by

                                      ❓ what happened to Oli's post..?

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

                                      one-reply-to-this-post last-reply-time reply quote 0
                                      • M Offline
                                        michaelhsu
                                        last edited by

                                        amazing, thanks.

                                        one-reply-to-this-post last-reply-time reply quote 0
                                        • W Offline
                                          wanchoke
                                          last edited by

                                          I use this plugin to my model, It's help to improve atmosphere a lot.

                                          Thank you very much. πŸ‘ πŸ‘

                                          http://lh6.ggpht.com/_xQzZkoFEzSQ/TBLHIaL6eII/AAAAAAAACV8/QfktBGuUv2U/s912/House on Haunted Hill 2.jpg

                                          <model link>
                                          http://sketchup.google.com/3dwarehouse/details?mid=5e3202cae2da28223fc4dc5809e00c5c&prevstart=0

                                          one-reply-to-this-post last-reply-time reply quote 0
                                          • GaieusG Offline
                                            Gaieus
                                            last edited by

                                            You do not really need to open it just drop into the plugins folder in your SU application.

                                            Otherwise rb files are text files and should be opened with some simple text editor (never with some word processor!).

                                            Gai...

                                            one-reply-to-this-post last-reply-time reply quote 0
                                            • 1
                                            • 2
                                            • 3
                                            • 4
                                            • 5
                                            • 32
                                            • 33
                                            • 3 / 33
                                            • first-post
                                              last-post
                                            Buy SketchPlus
                                            Buy SUbD
                                            Buy WrapR
                                            Buy eBook
                                            Buy Modelur
                                            Buy Vertex Tools
                                            Buy SketchCuisine
                                            Buy FormFonts

                                            Advertisement