sketchucation logo sketchucation
    • 登入
    ℹ️ Licensed Extensions | FredoBatch, ElevationProfile, FredoSketch, LayOps, MatSim and Pic2Shape will require license from Sept 1st More Info

    [Plugin] 3D Text Editor

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

      Overview
      This plugin started out as part of BaseCamp 2012 coding challenge when I was given the keyword "Text Editor" to write a plugin around.

      After BaseCamp I developed it further, improving it.

      Access
      Draw > Editable 3d Text

      3D Text > Context Menu > Edit Text

      Requirements

      • SketchUp 7 or newer - ( Other versions untested )
      • Internet Explorer 9 or newer - ( Other versions untested )
      • TT_Lib2 (v>=2.7.0)

      Guide: How to install RBZ Files
      Get the latest version from the SCF PluginStore http://sketchucation.com/resources/pluginstore?pln=tt_texteditor http://sketchucation.com/resources/pluginstore?pln=tt_texteditor

      Footprint

      http://forums.sketchucation.com/download/file.php?id=53762
      <Sketchup>/Plugins/
      +-
      http://forums.sketchucation.com/download/file.php?id=53763
      tt_texteditor.rb


      http://forums.sketchucation.com/download/file.php?id=53761

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

      1 條回覆 最後回覆 回覆 引用 0
      • N 離線
        nickchun
        最後由 編輯

        This looks like a much awaited improvement to 3D text. I will try it out ,thanks a lot.

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

          Does it work with Text that has been created with the native 3D Text tool?

          3D Printing with SketchUp Book
          http://goo.gl/f7ooYh

          1 條回覆 最後回覆 回覆 引用 0
          • gillesG 離線
            gilles
            最後由 編輯

            Well I have play a little with it on Mac and it is ok, just remove material if you have one applied.
            Note: There was nothing else in the model.

            " c'est curieux chez les marins ce besoin de faire des phrases "

            1 條回覆 最後回覆 回覆 引用 0
            • gillesG 離線
              gilles
              最後由 編輯

              @d12dozr said:

              Does it work with Text that has been created with the native 3D Text tool?

              Not for me.

              " c'est curieux chez les marins ce besoin de faire des phrases "

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

                @d12dozr said:

                Does it work with Text that has been created with the native 3D Text tool?

                No. And there is no way I can make it do so either because the native tool just creates a group with some mesh and there is nothing to extract the original text from.

                @gilles said:

                Well I have play a little with it on Mac and it is ok, just remove material if you have one applied.
                Note: There was nothing else in the model.

                No crash? 😲
                ...if the crash turn out to be only on my machine I'll cry - as I would have spent hours trying to fix it. :s

                Did you apply the material on the outside or inside the text group?

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

                1 條回覆 最後回覆 回覆 引用 0
                • gillesG 離線
                  gilles
                  最後由 編輯

                  Inside, then editing material just disappear. Seems to work fine.

                  " c'est curieux chez les marins ce besoin de faire des phrases "

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

                    Apply it to the outside and you should be fine. The geometry is constantly recreated.

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

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

                      You can make a MAC crash by specifying a 3dtext font-name that doesn't exists - on a PC it simply reverts to using the last used font-name.
                      So is your MAC crashing issue caused by assembling your list of fonts that is somehow including some that are inaccessible to Sketchup?
                      The MAC seems to keep its fonts in various places and perhaps Sketchup doesn't look for fonts from every location?
                      Or perhaps it's using 'Xxxx' when it's really named 'Xxxx Bold'?
                      It's easy enough to test on a MAC, by running a line of code on the Ruby Console that contains:
                      a real-font name ['Helvetica'] >>> 3dtext
                      a certainly non-existent font-name ['TT_foobar'] >>> crash
                      a suspect font-name [perhaps tested in turn from each finder-found 'font' directory, or with alternative 'naming' like 'Xxxx'/'Xxxx Bold' etc] >>> 3dtext or crash ?
                      If you find it's a folder of fonts that's getting listed but actually not being searched by Sketchup, then somehow exclude that folder from the listing process; or if it's 'Xxxx'/'Xxxx Bold' somehow recode to ensure full name is got, not it's 'Generic' name ??

                      TIG

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

                        I got crashes when using a font that existed on the Mac.

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

                        1 條回覆 最後回覆 回覆 引用 0
                        • pilouP 離線
                          pilou
                          最後由 編輯

                          Some problems of visibility on V7 XP 😄
                          (Old Explorer ? )
                          3dtext.jpg

                          Frenchy Pilou
                          Is beautiful that please without concept!
                          My Little site :)

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

                            Yes. Your Explorer is way too old. I doubt I'll make anything that's compatible with anything older than IE9 from now on. It's just too much work.

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

                            1 條回覆 最後回覆 回覆 引用 0
                            • pilouP 離線
                              pilou
                              最後由 編輯

                              As I have not more modern than IE6 😉
                              This if needing will work on another computer 😄

                              Frenchy Pilou
                              Is beautiful that please without concept!
                              My Little site :)

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

                                @unknownuser said:

                                As I have not more modern than IE6 😉

                                How are you even able to navigate websites with such an old browser?

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

                                1 條回覆 最後回覆 回覆 引用 0
                                • jolranJ 離線
                                  jolran
                                  最後由 編輯

                                  @unknownuser said:

                                  Yes. Your Explorer is way too old. I doubt I'll make anything that's compatible with anything older than IE9 from now on. It's just too much work

                                  +1

                                  lot of work(forIE7). CSS sheet grows large!

                                  OT:
                                  I'm trying to make IE8 compatible dialog, but when reading this I might jump up one step.
                                  You are still sticking to CSS2? I havent dared touching any CSS3 stuff yet,
                                  but some are available to IE9 by the looks of it.

                                  Plugin looks handy BTW 😄 👍

                                  1 條回覆 最後回覆 回覆 引用 0
                                  • pilouP 離線
                                    pilou
                                    最後由 編輯

                                    @unknownuser said:

                                    How are you even able to navigate websites with such an old browser?

                                    I don't use it for navigate! 😉 It's just a spleeping one 😄

                                    Frenchy Pilou
                                    Is beautiful that please without concept!
                                    My Little site :)

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

                                      I'm using some CSS3 features. Gradients, rounded corners and other things. But generally the more stable CSS3 features. I have a plugin in the works, which will require IE10 - it allows you to install plugins by dragging files into a webdialog window.

                                      IE has lost a lot of users - and Microsofts automatic updates are starting to make it's effect as well as they try hard to push users to keep IE up to date. I would only concern myself about anything older than IE9 if I really had a good reason - like if I made a commercial plugin where a significant amount of users has older systems.

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

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

                                        @unknownuser said:

                                        I don't use it for navigate! 😉 It's just a spleeping one 😄

                                        Gotcha. Well, I hope you one day can upgrade. Because there really isn't much I can do with IE6. But XP supports older IE versions than IE6, why not just let it update?
                                        It's 11 years old - time to let it die. Even Microsofts wants it gone: http://www.ie6countdown.com/

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

                                        1 條回覆 最後回覆 回覆 引用 0
                                        • jolranJ 離線
                                          jolran
                                          最後由 編輯

                                          Thanks for the info.
                                          I will have to rethink about my css support then. I think your philosophy is sound.

                                          And yeah! I had IE8 on my computer. And overnight "Badabing!" it became IE9.
                                          Just like that 😄

                                          Sorry sorry, back to the plugin discussion.

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

                                            @thomthom said:

                                            I got crashes when using a font that existed on the Mac.
                                            BUT is the 'font-name' you pass from your tool the exact same name as the MAC reports?
                                            Or is that font perhaps in a fold-folder that Sketchup doesn't look-in, but your script does ?
                                            E.g. some user or xfonts thing ?

                                            TIG

                                            1 條回覆 最後回覆 回覆 引用 0
                                            • 1
                                            • 2
                                            • 3
                                            • 4
                                            • 5
                                            • 9
                                            • 10
                                            • 1 / 10
                                            • 第一個貼文
                                              最後的貼文
                                            Buy SketchPlus
                                            Buy SUbD
                                            Buy WrapR
                                            Buy eBook
                                            Buy Modelur
                                            Buy Vertex Tools
                                            Buy SketchCuisine
                                            Buy FormFonts

                                            Advertisement