sketchucation logo sketchucation
    • 登入
    Oops, your profile's looking a bit empty! To help us tailor your experience, please fill in key details like your SketchUp version, skill level, operating system, and more. Update and save your info on your profile page today!
    🔌 Smart Spline | Fluid way to handle splines for furniture design and complex structures. Download

    [Plugin] Make Fur v.2.1.0(20140323)

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

      @didier bur said:

      Hi,
      I can't get version 1.3j to work at all, even with units set to inches, feet, or whatever. 😲
      Nothing starts, no console error message, no component created, no nothing...

      @tak2hata: it would be nice if you gather the various translation files and deliver the plugin as a Zip, but most of all, is it possible that you handle the translation of the dialog boxes labels, lists, options, buttons, etc within the code ?

      About UTF-8: Web dialogs and input boxes work well with special letters, just use a UTF-8 text editor (like Notepad++ for instance).

      Hi,Didier.
      Parameter value in dialog box,
      if "Legnth" and "Rootwidth" are 0, then this plugin not work.
      But there is an unsolved another problem in this state, too.

      I tried saving file to UTF-8(without BOM) by using Notepad++.
      Reopen the saved file,that format is displayed ANSI.
      Using other editor makes same result.
      I added letters with Japanese character ,and save UTF-8(without BOM).
      That file format displayed ANSI as UTF-8.
      fur_en v1.3j with UTF8(zipped)
      Thanks.


      by TAK2HATA

      1 條回覆 最後回覆 回覆 引用 0
      • thomthomT 離線
        thomthom
        最後由 編輯

        @tak2hata said:

        I tried saving file to UTF-8(without BOM) by using Notepad++.
        Reopen the saved file,that format is displayed ANSI.
        Using other editor makes same result.
        I added letters with Japanese character ,and save UTF-8(without BOM).
        That file format displayed ANSI as UTF-8.

        You have "Encode in UTF-8" selected under the Encoding menu?


        encoding.png

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

        1 條回覆 最後回覆 回覆 引用 0
        • thomthomT 離線
          thomthom
          最後由 編輯

          Also, you need this within your HTML header:
          <meta http-equiv="Content-Type" content="text/html; charset=utf-8">

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

          1 條回覆 最後回覆 回覆 引用 0
          • L 離線
            lapx
            最後由 編輯

            What's the diference between Fur plugin and Component instancing plugin, they seem very similar:?

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

              First "Convert" to UTF-8 (without BOM) and then save it. If you set the "Encode" only, that's just for "viewing" the file in UTF-8 (at least that's how my Notepad++ seems to work).

              And yes, you need to declare this encoding in the header.

              Gai...

              1 條回覆 最後回覆 回覆 引用 0
              • D 離線
                DIEGO-RODRIGUEZ
                最後由 編輯

                gracias Oxer.
                ahora funciona bien.
                en cuanto a las unidades. lo probe en metro y centimetro, y aparentemente funciona bien.

                yo uso windows xp sp3 en español
                saludos

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

                  First, thanks so much for sharing this GREAT plugin! It is very cool. 😄

                  @lapx
                  Component spray gives you much control over many things in spraying components... unfortunately, I've just discovered a few minutes ago... you can NOT use Component Spray tool on Vertical surfaces (someone please correct me if I'm wrong!)
                  But I can NOT get an Ivy leaf I created to scatter using Component Spray tool on a vertical wall. 😕

                  So I turned to the fur plugin... but... I have some questions...
                  How do I get it to place the Ivy Leaf Components as shown in the image below "Ivy-Real" ❓

                  There's no control that I can find to STOP the components from rotating randomly... can anyone correct me? I want all my Ivy leaves to basically be oriented the same way... only rotate slightly one direction or the other, like actual ivy leaves. I can not get Fur plugin to behave this way.

                  Also, I can NOT get the components to be created with Fur Plugin so that they are oriented correctly... they "stand up" perpendicular to the surface, no matter what I seem to do in the fur settings. EDIT... modifying original component axis "fixes" this "stand up" issue. The Green and Red Positive axes are very important to the Fur Plugin.

                  Also, I wish I could 'spray' like the Spray tool onto a vertical wall surface... I like the finite control and ability to add multiple leaf types into the Spray Tool... this functionality does not seem present yet in the Fur Plugin.

                  Also, I wish I could define the physical distance of allowable 'overlap' between 2 similar components, sometimes you can end up with multiple instances basically on top of one another, while other areas of the canvas seem empty... I wish I could get the distribution more 'even'... one can spend hours deleting the overlapping components. 😕


                  fur-ivy-question.jpg


                  Ivy-Real.jpg

                  Fletch
                  Twilight Render Cross-platform Plugin for SketchUp on PC or Mac

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

                    @thomthom said:

                    @tak2hata said:

                    I tried saving file to UTF-8(without BOM) by using Notepad++.
                    Reopen the saved file,that format is displayed ANSI.
                    Using other editor makes same result.
                    I added letters with Japanese character ,and save UTF-8(without BOM).
                    That file format displayed ANSI as UTF-8.

                    You have "Encode in UTF-8" selected under the Encoding menu?

                    @thomthom said:

                    Also, you need this within your HTML header:
                    <meta http-equiv="Content-Type" content="text/html; charset=utf-8">

                    @gaieus said:

                    First "Convert" to UTF-8 (without BOM) and then save it. If you set the "Encode" only, that's just for "viewing" the file in UTF-8 (at least that's how my Notepad++ seems to work).

                    And yes, you need to declare this encoding in the header.

                    Hi,Thomas and Gaieus.
                    I will try it.
                    Thank you.

                    @fletch said:

                    So I turned to the fur plugin... but... I have some questions...
                    How do I get it to place the Ivy Leaf Components as shown in the image below "Ivy-Real" ❓

                    This plugin not good for something like Ivy real.
                    Instead,How about doing like this in the case of wall faces.
                    Ivy component like this
                    Ivy Faced to World X axis.
                    the leaf hung down.
                    DirectionZ to large
                    directionZ value in dialog increase large.
                    and create.

                    Thanks.


                    by TAK2HATA

                    1 條回覆 最後回覆 回覆 引用 0
                    • E 離線
                      Eon79
                      最後由 編輯

                      Hi there, this is an amazing plug-in, that will help immensely with my field of work, which is primarily landscapes.

                      One query/question though, I'm having some bother with rendering a sample of grass (or any other type of shape I'm creating with the plug-in), the grass keeps to the boundary of the square in the Sketchup window, but seems to escape when I try to render it in V-ray (1.05.30), changing the default settings to anything else in v-ray doesn't seem to help or change the matter.

                      Any help in finding a solution would be fantastic! Or any pointers on how you guys get such fantastic renders! Cheers!


                      sketchup.jpg


                      v-ray.jpg

                      1 條回覆 最後回覆 回覆 引用 0
                      • thomthomT 離線
                        thomthom
                        最後由 編輯

                        Does it still render like that if you reload the model?
                        Can you post the model?

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

                        1 條回覆 最後回覆 回覆 引用 0
                        • A 離線
                          arklandesign
                          最後由 編輯

                          @fletch said:

                          First, thanks so much for sharing this GREAT plugin! It is very cool. 😄

                          Gotta agree, and I'm sure Iam wanting it to do, more than it really can :O)

                          @fletch said:

                          There's no control that I can find to STOP the components from rotating randomly... can anyone correct me? I want all my Ivy leaves to basically be oriented the same way... only rotate slightly one direction or the other, like actual ivy leaves. I can not get Fur plugin to behave this way.

                          Neither can I and I would love the pluginPlanting test #2.skp to be able to do this!!!.... Can it ?

                          Ive been trying for the past day to populate a simple layout with equally spaced sprays of slightly rotated, evenly spaced plantings.... no luck so far (see attached file)....but luck, I'm sure, has little to do with it :O)

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

                            tak2hata,
                            Thank you! 👍
                            Once I installed the latest version, it worked perfectly.

                            Renders well with Twilight Render... 3mins. 😄
                            (I used 3 different Ivy leaves each placed once with fur plugin 800 components at a time.)

                            Controlling the axis for the component is the hard part.


                            IvyExample.jpg

                            Fletch
                            Twilight Render Cross-platform Plugin for SketchUp on PC or Mac

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

                              Fletch, your leaves are not overlaping! how did you achieve that?
                              The ivy is looking great, just maybe too regular.

                              Thanks tak2hata for this great plugin 😄

                              **"Aquel que sacrifica un poco de libertad por seguridad, no se merece ninguna y terminará perdiendo ambas"

                              -Benjamín Franklin.**

                              1 條回覆 最後回覆 回覆 引用 0
                              • massimoM 離線
                                massimo Moderator
                                最後由 編輯

                                @unknownuser said:

                                Fletch, your leaves are not overlaping! how did you achieve that?

                                Perhaps he deleted some overlapping components later? 😉

                                1 條回覆 最後回覆 回覆 引用 0
                                • E 離線
                                  Eon79
                                  最後由 編輯

                                  @thomthom said:

                                  Does it still render like that if you reload the model?
                                  Can you post the model?

                                  Reloading the model didn't make any difference unfortunately, but I uninstalled and then reinstalled V-Ray and the problem went -probably time to upgrade methinks! Thanks for the reply though.

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

                                    Thanks tak2hata for this great plugin
                                    this is ruby fur Viet nam translation by me...


                                    fur_lang_vn.txt

                                    1 條回覆 最後回覆 回覆 引用 0
                                    • A 離線
                                      Aidus
                                      最後由 編輯

                                      Same problem for me and maxwell. All geometry is messed up when exporting to maxwell 😞
                                      Test
                                      In Su everything looks fine.

                                      CPU: Intel Core i7 Extreme Edition 965
                                      RAM: OCZ Gold DDR3 1600MHz 12Gb
                                      Video: Asus Radeon HD4870 X2 2Gb
                                      Mobo: Asus P6T Deluxe 1366 Intel X58

                                      1 條回覆 最後回覆 回覆 引用 0
                                      • thomthomT 離線
                                        thomthom
                                        最後由 編輯

                                        I have a suspicion:

                                        tak2hata: are you using Transformation.scaling for a uniform scale?

                                        There is an issue we have run into in the past that is one use Transformation.scaling(2.0) for uniform scaling the transformation matrix ends up in an unexpected format. Face me components and Render engines did not get the proper transformation and thing would just appear to float away.
                                        The solution was to use this variant: Transformation.scaling(2.0, 2.0, 2.0)

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

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

                                          Maxwell has a problem with proper placing of instances. Explode your geometry and things will be fine.
                                          But a new plugin is on its way, may take a while though and as I understand the misplaced instances or components bug is then solved.
                                          Francois

                                          1 條回覆 最後回覆 回覆 引用 0
                                          • A 離線
                                            Aidus
                                            最後由 編輯

                                            Yes exploding works but if I have a lot of geometry then this is way too heavy even for my PC 😞

                                            CPU: Intel Core i7 Extreme Edition 965
                                            RAM: OCZ Gold DDR3 1600MHz 12Gb
                                            Video: Asus Radeon HD4870 X2 2Gb
                                            Mobo: Asus P6T Deluxe 1366 Intel X58

                                            1 條回覆 最後回覆 回覆 引用 0
                                            • 1
                                            • 2
                                            • 11
                                            • 12
                                            • 13
                                            • 14
                                            • 15
                                            • 32
                                            • 33
                                            • 13 / 33
                                            • 第一個貼文
                                              最後的貼文
                                            Buy SketchPlus
                                            Buy SUbD
                                            Buy WrapR
                                            Buy eBook
                                            Buy Modelur
                                            Buy Vertex Tools
                                            Buy SketchCuisine
                                            Buy FormFonts

                                            Advertisement