• Login
sketchucation logo sketchucation
  • Login
πŸ€‘ SketchPlus 1.3 | 44 Tools for $15 until June 20th Buy Now

[Plugin] 3D Text Editor

Scheduled Pinned Locked Moved Plugins
194 Posts 48 Posters 164.8k Views
Loading More Posts
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • T Offline
    thomthom
    last edited by thomthom 19 Feb 2013, 20:04

    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 Reply Last reply Reply Quote 0
    • N Offline
      nickchun
      last edited by 19 Feb 2013, 20:11

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

      1 Reply Last reply Reply Quote 0
      • D Offline
        d12dozr
        last edited by 19 Feb 2013, 20:27

        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 Reply Last reply Reply Quote 0
        • G Offline
          gilles
          last edited by 19 Feb 2013, 20:32

          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 Reply Last reply Reply Quote 0
          • G Offline
            gilles
            last edited by 19 Feb 2013, 20:34

            @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 Reply Last reply Reply Quote 0
            • T Offline
              thomthom
              last edited by 19 Feb 2013, 22:12

              @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 Reply Last reply Reply Quote 0
              • G Offline
                gilles
                last edited by 20 Feb 2013, 00:37

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

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

                1 Reply Last reply Reply Quote 0
                • T Offline
                  thomthom
                  last edited by 20 Feb 2013, 08:35

                  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 Reply Last reply Reply Quote 0
                  • T Offline
                    TIG Moderator
                    last edited by 20 Feb 2013, 09:38

                    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 Reply Last reply Reply Quote 0
                    • T Offline
                      thomthom
                      last edited by 20 Feb 2013, 09:44

                      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 Reply Last reply Reply Quote 0
                      • pilouP Offline
                        pilou
                        last edited by 20 Feb 2013, 10:36

                        Some problems of visibility on V7 XP πŸ˜„
                        (Old Explorer ? )
                        3dtext.jpg

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

                        1 Reply Last reply Reply Quote 0
                        • T Offline
                          thomthom
                          last edited by 20 Feb 2013, 11:20

                          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 Reply Last reply Reply Quote 0
                          • pilouP Offline
                            pilou
                            last edited by 20 Feb 2013, 11:24

                            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 Reply Last reply Reply Quote 0
                            • T Offline
                              thomthom
                              last edited by 20 Feb 2013, 11:25

                              @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 Reply Last reply Reply Quote 0
                              • jolranJ Offline
                                jolran
                                last edited by 20 Feb 2013, 11:39

                                @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 Reply Last reply Reply Quote 0
                                • pilouP Offline
                                  pilou
                                  last edited by 20 Feb 2013, 11:42

                                  @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 Reply Last reply Reply Quote 0
                                  • T Offline
                                    thomthom
                                    last edited by 20 Feb 2013, 11:46

                                    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 Reply Last reply Reply Quote 0
                                    • T Offline
                                      thomthom
                                      last edited by 20 Feb 2013, 11:51

                                      @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 Reply Last reply Reply Quote 0
                                      • jolranJ Offline
                                        jolran
                                        last edited by 20 Feb 2013, 12:05

                                        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 Reply Last reply Reply Quote 0
                                        • T Offline
                                          TIG Moderator
                                          last edited by 20 Feb 2013, 14:34

                                          @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 Reply Last reply Reply Quote 0
                                          • 1
                                          • 2
                                          • 3
                                          • 4
                                          • 5
                                          • 9
                                          • 10
                                          • 1 / 10
                                          1 / 10
                                          • First post
                                            1/194
                                            Last post
                                          Buy SketchPlus
                                          Buy SUbD
                                          Buy WrapR
                                          Buy eBook
                                          Buy Modelur
                                          Buy Vertex Tools
                                          Buy SketchCuisine
                                          Buy FormFonts

                                          Advertisement