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 離線
      tallbridgeguy
      最後由 編輯

      tak2hata

      Got it, it was just me being stupid.

      Thanks again for the great plugin. I don't how you guys do it.

      TBG

      Nielsen
      http://www.tallbridgeguy.com/

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

        Hi,all.
        I updated this plugin to version1.3i.

        Webdialog sees easier.(Thanks Diego.)
        Parameter name translates by langage text file.

        Thanks.


        by TAK2HATA

        1 條回覆 最後回覆 回覆 引用 0
        • OxerO 離線
          Oxer
          最後由 編輯

          Hi, again.

          I use metric units, i probe to change the precision of the units to 0,000m and other different to 0 and the plugin don't works, i'm using the last version of plugin 1.3i, only it works for me the 1.3a version; Is it possible that the problem is in the preferences saved?

          Bye!

          Edit:

          I probe with others units differents to meters and WORKS! Only give me problem the meters, i don't know why.

          "The result is the end what is important is the process" by Oxer
          [http://www.oxervision.blogspot.com/(http://www.oxervision.blogspot.com/)]

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

            exelent tak, thank you very much

            1 條回覆 最後回覆 回覆 引用 0
            • majidM 離線
              majid
              最後由 編輯

              Persian translation:
              http://forums.sketchucation.com/viewtopic.php?f=320&t=28179
              thanx to tak2hata

              My inspiring A, B, Sketches book: https://sketchucation.com/shop/books/intermediate/2612-alphabet-inspired-sketches--inspiring-drills-for-architects--3d-artists-and-designers-

              1 條回覆 最後回覆 回覆 引用 0
              • mariochaM 離線
                mariocha
                最後由 編輯

                Great stuff !
                Is there a way the dialog can remember it's position on the screen?
                I always expect it to reopen where I put it the previous time. 😄

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

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

                  Hi,All.
                  I update fur plugin to verion1.3j.
                  Increased translatable words for local language file.
                  Franch translation by Daredevil.
                  Persian translation by Majid.
                  Spanish translation by Oxer.
                  Thanks you very mush.

                  @mariocha said:

                  Great stuff !
                  Is there a way the dialog can remember it's position on the screen?
                  I always expect it to reopen where I put it the previous time. 😄

                  I want it ,too.
                  I will probe to record the temporary position of dialog.

                  Thanks.


                  by TAK2HATA

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

                    Hi tak

                    tanks for the update.
                    only litle problem with translation.
                    does not recognize the accents "ó" and the symbols "nº".
                    by doing this?

                    http://img638.imageshack.us/img638/1807/73807524.png

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

                      It's best to avoid accented letters in web-dialogs and input boxes, as you have found they often won't work - use the equivalent unaccented letter, or try the html code sequence for the accented letter instead...

                      TIG

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

                        Hi,Diego,TIG,Oxer.

                        Thanks for your helps.


                        by TAK2HATA

                        1 條回覆 最後回覆 回覆 引用 0
                        • Didier BurD 離線
                          Didier Bur
                          最後由 編輯

                          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).

                          DB

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

                            @tig said:

                            It's best to avoid accented letters in web-dialogs and input boxes, as you have found they often won't work - use the equivalent unaccented letter, or try the html code sequence for the accented letter instead...

                            This is a matter of character encoding.
                            SU uses UTF-8 encoding, which for letters outside ASCII comes out as multi-byte characters.
                            Ruby 1.8 doesn't care about encoding and treats a character as 1byte. Which means one has to be careful about manipulating strings.
                            But there is no problem displaying UTF-8 in webdialogs, one just has to ensure that you add a meta tag to the HTML header declaring you are using UTF-8 encoding.

                            If one where to not use accented letters when we would not be able to translate plugins.
                            As long as one stick with UTF-8 (which means your editor needs to be set to UTF-8 when you save your files and ensure to label your HTML markup then you are good to go. Oh year, of course be careful when manipulating strings.)

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

                            1 條回覆 最後回覆 回覆 引用 0
                            • 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
                                            • 1
                                            • 2
                                            • 3
                                            • 4
                                            • 5
                                            • 32
                                            • 33
                                            • 3 / 33
                                            • 第一個貼文
                                              最後的貼文
                                            Buy SketchPlus
                                            Buy SUbD
                                            Buy WrapR
                                            Buy eBook
                                            Buy Modelur
                                            Buy Vertex Tools
                                            Buy SketchCuisine
                                            Buy FormFonts

                                            Advertisement