sketchucation logo sketchucation
    • 登入
    ℹ️ 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)

    已排程 已置頂 已鎖定 已移動 Plugins
    650 貼文 255 Posters 1.1m 瀏覽 254 Watching
    正在載入更多貼文
    • 從舊到新
    • 從新到舊
    • 最多點贊
    回覆
    • 在新貼文中回覆
    登入後回覆
    此主題已被刪除。只有擁有主題管理權限的使用者可以查看。
    • T 離線
      tomot
      最後由 編輯

      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 條回覆 最後回覆 回覆 引用 0
      • Didier BurD 離線
        Didier Bur
        最後由 編輯

        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 條回覆 最後回覆 回覆 引用 0
        • S 離線
          Stu
          最後由 編輯

          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 條回覆 最後回覆 回覆 引用 0
          • T 離線
            tak2hata
            最後由 編輯

            @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 條回覆 最後回覆 回覆 引用 0
            • S 離線
              Stu
              最後由 編輯

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


              SD2.jpg

              http://www.landesign.com.au

              1 條回覆 最後回覆 回覆 引用 0
              • T 離線
                tomot
                最後由 編輯

                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 條回覆 最後回覆 回覆 引用 0
                • T 離線
                  tak2hata
                  最後由 編輯

                  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 條回覆 最後回覆 回覆 引用 0
                  • M 離線
                    Mauhaus
                    最後由 編輯

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

                    /Thomas 😞

                    1 條回覆 最後回覆 回覆 引用 0
                    • GaieusG 離線
                      Gaieus
                      最後由 編輯

                      Hi Thomas,

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

                      Gai...

                      1 條回覆 最後回覆 回覆 引用 0
                      • M 離線
                        Mauhaus
                        最後由 編輯

                        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 條回覆 最後回覆 回覆 引用 0
                        • S 離線
                          SuperSized
                          最後由 編輯

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


                          SA_Flag.jpg

                          1 條回覆 最後回覆 回覆 引用 0
                          • FrederikF 離線
                            Frederik
                            最後由 編輯

                            @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 條回覆 最後回覆 回覆 引用 0
                            • H 離線
                              hebeijianke
                              最後由 編輯

                              A Chinese translation.
                              Thanks to you all !


                              fur_lang_cn.txt


                              1.jpg

                              1 條回覆 最後回覆 回覆 引用 0
                              • GaieusG 離線
                                Gaieus
                                最後由 編輯

                                @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 條回覆 最後回覆 回覆 引用 0
                                • F 離線
                                  frv
                                  最後由 編輯

                                  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 條回覆 最後回覆 回覆 引用 0
                                  • mariochaM 離線
                                    mariocha
                                    最後由 編輯

                                    @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 條回覆 最後回覆 回覆 引用 0
                                    • M 離線
                                      Masoncrowell
                                      最後由 編輯

                                      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? 😕

                                      1 條回覆 最後回覆 回覆 引用 0
                                      • T 離線
                                        tak2hata
                                        最後由 編輯

                                        @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

                                        1 條回覆 最後回覆 回覆 引用 0
                                        • K 離線
                                          ktslambieng
                                          最後由 編輯

                                          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

                                          1 條回覆 最後回覆 回覆 引用 0
                                          • F 離線
                                            frv
                                            最後由 編輯

                                            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

                                            1 條回覆 最後回覆 回覆 引用 0
                                            • 1
                                            • 2
                                            • 29
                                            • 30
                                            • 31
                                            • 32
                                            • 33
                                            • 31 / 33
                                            • 第一個貼文
                                              最後的貼文
                                            Buy SketchPlus
                                            Buy SUbD
                                            Buy WrapR
                                            Buy eBook
                                            Buy Modelur
                                            Buy Vertex Tools
                                            Buy SketchCuisine
                                            Buy FormFonts

                                            Advertisement