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
    正在載入更多貼文
    • 從舊到新
    • 從新到舊
    • 最多點贊
    回覆
    • 在新貼文中回覆
    登入後回覆
    此主題已被刪除。只有擁有主題管理權限的使用者可以查看。
    • thomthomT 離線
      thomthom
      最後由 編輯

      Basically:

      Ensure the units you use are Length objects. Length.to_s will output a unit in the user's locale and model settings. This is useful when presenting units in the UI, like for inputboxes etc.

      Then you have String.to_l, which is useful to convert user input into Length. If a user types "100mm" it then .to_l will convert that into the appropriate Length. (Length is always in SU's internal units: inches)

      "100m".to_l
      becomes:
      3937.00787401575

      If the user has mm set as the model units, then "100" (without any unit indication) is assumed to be in mm and the result is:
      "100".to_l 3.93700787401575

      same thing as if the user had typed "100mm"
      "100mm".to_l 3.93700787401575

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

      1 條回覆 最後回覆 回覆 引用 0
      • P 離線
        portenart.emile
        最後由 編輯

        Hello every body,

        I found this plugin today. It look amazing. Ihave made the grass but i don't know why it isn't render in Vray ? I'm sure it's a specific option i have to check but i don't found it.

        I use Skectchup pro 7.1.6, Vray for sketchup 01.05.30, and Fur Plugin 1.3.

        I can send you a screenshot or a file if you need.

        Thanks you for your help 😄
        Emile

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

          Hum .... Although the title says V1.3b
          the download still says v1.3a 😕

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

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

            @portenart.emile said:

            I found this plugin today. It look amazing. Ihave made the grass but i don't know why it isn't render in Vray ? I'm sure it's a specific option i have to check but i don't found it.

            I use Skectchup pro 7.1.6, Vray for sketchup 01.05.30, and Fur Plugin 1.3.

            This is due to a Sketchup bug and groups. The groups will render when you reopen the model.
            The latest VfSU does not suffer from this SU bug.

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

            1 條回覆 最後回覆 回覆 引用 0
            • J 離線
              jbrown
              最後由 編輯

              Very handy.
              Am I missing something in the settings, though? It appears to be growing from the opposite side of the selected face and I can't figure out how to change that. Not too big a deal to select the opposite side from where it needs to go, but maybe there's an easier way?

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

                Hi Justin,

                Don't you have back faces where you want to grow the fur? Try to right click > Reverse faces and grow it again.

                Gai...

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

                  Hi,all.
                  I upadte fur plugin v1_3c(test version).

                  Mario..

                  @unknownuser said:

                  Hum .... Although the title says V1.3b
                  the download still says v1.3a

                  Sorry,I made a mistake in writing title. 😲
                  So Current version up to 1_3c.

                  Thanks.


                  by TAK2HATA

                  1 條回覆 最後回覆 回覆 引用 0
                  • P 離線
                    portenart.emile
                    最後由 編輯

                    @thomthom said:

                    @portenart.emile said:

                    I found this plugin today. It look amazing. Ihave made the grass but i don't know why it isn't render in Vray ? I'm sure it's a specific option i have to check but i don't found it.

                    I use Skectchup pro 7.1.6, Vray for sketchup 01.05.30, and Fur Plugin 1.3.

                    This is due to a Sketchup bug and groups. The groups will render when you reopen the model.
                    The latest VfSU does not suffer from this SU bug.

                    Thanks you so much thomthom, it works.
                    I'll post you my render once done.

                    Emile

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

                      Like so many others, I'm having a blast with this new toy...

                      @ tak2hata:
                      Would it be possible to add an option, where you can select that components don't intersect with each other...??

                      Cheers
                      Kim Frederik

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

                        Simply incredible! 😮
                        Thanks for this continuous update,too!

                        Gai...

                        1 條回覆 最後回覆 回覆 引用 0
                        • DareDevilD 離線
                          DareDevil
                          最後由 編輯

                          Hi,
                          I just update the v1.2 to the new 1.3c with the nice new features.

                          But...
                          I'm french and use SU on a french vista system. In french we use the comma (,) for decimal separation.
                          In default setup, all numbers are in french (0,0cm,0,0cm,5,0cm) and of course it read like a 0,0,0 (with an unread 0,5,0 after).
                          If I use a period (0.0cm,0.0cm,5.0cm) the plugin dont work 😞

                          Why all the world dont use the same way to measure and write numbers ??? 😉

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

                            @unknownuser said:

                            Hi,
                            I just update the v1.2 to the new 1.3c with the nice new features. But...
                            I'm French and use SU on a French Vista system. In French we use the comma (,) for decimal separation.
                            In default setup, all numbers are in French (0,0cm,0,0cm,5,0cm) and of course it read like a 0,0,0 (with an unread 0,5,0 after).
                            If I use a period (0.0cm,0.0cm,5.0cm) the plugin won't work 😞
                            Why all the world don't use the same way to measure and write numbers ??? 😉

                            Try substituting the comma (,) as the list separator with a semi-colon (;)... so in UK/US 1,2.3,4.5 >> 1;2,3;4,5 in FR.
                            Or change you regional settings !
                            Why can't everyone use a '.' as a "decimal-point" ? - after all it is not a "decimal-comma" - this would free up the ',' comma to be used as a list separator - it's prime function in grammar - and then we could leave the poor old ";" alone !

                            TIG

                            1 條回覆 最後回覆 回覆 引用 0
                            • soloS 離線
                              solo
                              最後由 編輯

                              @unknownuser said:

                              Why all the world dont use the same way to measure and write numbers ???

                              Got no idea, here in the states we still use the imperial system or as we call it 'American standard' and we drive on the wrong side of the road according to y'all. 💚

                              http://www.solos-art.com

                              If you see a toilet in your dreams do not use it.

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

                                @solo said:

                                ...and we drive on the wrong side of the road according to y'all. 💚

                                Not true, Pete...
                                In most European countries, we drive in the right (in the sense opposite to left) side of the road...
                                Only in UK in Europe (and I believe on Cypres too) they drive in the left side... 😉

                                Cheers
                                Kim Frederik

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

                                  @tak2hata: could you keep the filename free from the version number? That way it's easier to update by just dragging the file into the plugins folder overriding the old.

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

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

                                    @tig said:

                                    Or change you regional settings !

                                    That generally just causes troubles elsewhere. I've tried it. Very awkward.

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

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

                                      @unknownuser said:

                                      If I use a period (0.0cm,0.0cm,5.0cm) the plugin dont work 😞

                                      I use Norwegian locale, we also use comma as decimal separator. But using period in this plugin works for me.
                                      fur_units.png

                                      I noted something in what you said though: (0.0cm,0.0cm,5.0cm)
                                      Did you enter cm into the direction and force vectors?
                                      They should not have length indications. Vectors are just direction indicators.

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

                                      1 條回覆 最後回覆 回覆 引用 0
                                      • DareDevilD 離線
                                        DareDevil
                                        最後由 編輯

                                        @tig said:

                                        Try substituting the comma (,) as the list separator with a semi-colon (;)... so in UK/US 1,2.3,4.5 >> 1;2,3;4,5 in FR.

                                        I tried, but dont work 😞

                                        @unknownuser said:

                                        Or change you regional settings !

                                        Nooooooooo, pleeeeaaaaase 😉

                                        @thomthom said:

                                        I use Norwegian locale, we also use comma as decimal separator. But using period in this plugin works for me.

                                        Can you use the period in the SU standard value input ? I cant ! I must use the comma and the semi-colon as separator (i.e. 10,5;22,4 for a rectangle).

                                        @unknownuser said:

                                        I noted something in what you said though: (0.0cm,0.0cm,5.0cm)
                                        Did you enter cm into the direction and force vectors?
                                        They should not have length indications. Vectors are just direction indicators.

                                        No, cm is in the default setting.
                                        If it's 0cm it's ok, but if it's 0 cm (with space) it dont work.

                                        OK, I know why I have the unit after value, because it's a SU setting in the Model info : "Display units format". Uncheck it, disable the cm.
                                        ... And if I set the Precision (in Model info -> Units) to 0 instead 0,0 all it's ok in the Fur setting windows, I have 0,0,5 (but setting 0cm for Precision or mm for Units in it's not ok for my way of work 😉)

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

                                          @frederik said:

                                          Would it be possible to add an option, where you can select that components don't intersect with each other...??

                                          That's very difficult for me.I will challenge future.Please wait without expecting it. 😒

                                          @unknownuser said:

                                          I'm french and use SU on a french vista system. In french we use the comma (,) for decimal separation
                                          If it's 0cm it's ok, but if it's 0 cm (with space) it dont work.

                                          Indeed,I learnt it for the first time. I will think about some measures for that problem.

                                          @thomas said:

                                          could you keep the filename free from the version number? That way it's easier to update by just dragging the file into the plugins folder overriding the old.

                                          Thanks.That's right! I will keep the filename. 😉


                                          by TAK2HATA

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

                                            @tak2hata said:

                                            That's very difficult for me.I will challenge future.Please wait without expecting it. 😒

                                            I'll keep my fingers crossed... 😄
                                            This plug-in is so much fun to work with...
                                            You have my deepest respect...
                                            http://www.kerkythea.net/users/Frederik/Anim-Icons/praise.gif

                                            Cheers
                                            Kim Frederik

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

                                            Advertisement