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

    [Plugin] 3D Text Editor

    Scheduled Pinned Locked Moved Plugins
    197 Posts 49 Posters 165.0k Views 48 Watching
    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.
    • thomthomT Offline
      thomthom
      last edited by

      There is an issue with WebDialogs under OSX where the window needs to get focus before any actions will respond. So if it hadn't the focus, and you clicked inside the window - the first click should have given focus to the window where the second click would have worked.

      That's all I can guess. There is no timeout.

      About the console - did you get errors?

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

      1 Reply Last reply Reply Quote 0
      • Dave RD Offline
        Dave R
        last edited by

        I did click in the dialog box several times while trying to close it but maybe it still out of focus.

        Here's the entire dump.

        >> Dialog Ready
        >> Event Callback
        UI_240091990||focus||
        call_event(focus)
        nil
        >> Event Callback
        UI_240091990||blur||
        call_event(blur)
        nil
        >> Event Callback
        UI_240091850||change||Bell Gothic Std
        call_event(change)
        ["Bell Gothic Std"]
        >> Event Callback
        UI_240091850||change||Cooper Black
        call_event(change)
        ["Cooper Black"]
        >> Event Callback
        UI_240091850||change||Didot
        call_event(change)
        ["Didot"]
        >> Event Callback
        UI_240090330||click||
        call_event(click)
        nil
        

        Etaoin Shrdlu

        %

        (THERE'S NO PLACE LIKE)

        G28 X0.0 Y0.0 Z0.0

        M30

        %

        1 Reply Last reply Reply Quote 0
        • thomthomT Offline
          thomthom
          last edited by

          hmm... I see nothing out of the ordinary there...

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

          1 Reply Last reply Reply Quote 0
          • Dave RD Offline
            Dave R
            last edited by

            I didn't think there was anything strange, either but you're the expert. 😉

            Etaoin Shrdlu

            %

            (THERE'S NO PLACE LIKE)

            G28 X0.0 Y0.0 Z0.0

            M30

            %

            1 Reply Last reply Reply Quote 0
            • kenK Offline
              ken
              last edited by

              Well I am confused. Which is not surprising. So how is this 3D Text Editor any different than the native 3D Text Editor?

              Ken

              Fight like your the third monkey on Noah's Ark gangway.

              1 Reply Last reply Reply Quote 0
              • thomthomT Offline
                thomthom
                last edited by

                @unknownuser said:

                Well I am confused. Which is not surprising. So how is this 3D Text Editor any different than the native 3D Text Editor?

                You can edit the text later on.

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

                1 Reply Last reply Reply Quote 0
                • mitcorbM Offline
                  mitcorb
                  last edited by

                  Thanks for this tool, ThomThom:
                  I can recall quite a few times where I wished the 3dText was editable.

                  I take the slow, deliberate approach in my aimless wandering.

                  1 Reply Last reply Reply Quote 0
                  • Dave RD Offline
                    Dave R
                    last edited by

                    And the text is already displayed while the editor is open so you can change the font and dimensions and see how it looks before finalizing it.

                    Etaoin Shrdlu

                    %

                    (THERE'S NO PLACE LIKE)

                    G28 X0.0 Y0.0 Z0.0

                    M30

                    %

                    1 Reply Last reply Reply Quote 0
                    • P Offline
                      pierreaudouin
                      last edited by

                      Very nice job ThomThom
                      Thank you!!

                      1 Reply Last reply Reply Quote 0
                      • B Offline
                        baldaman
                        last edited by

                        Excellent! thank you dear Ruby Master!

                        1 Reply Last reply Reply Quote 0
                        • thomthomT Offline
                          thomthom
                          last edited by

                          Has anyone experienced any crash?

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

                          1 Reply Last reply Reply Quote 0
                          • BurkhardB Offline
                            Burkhard
                            last edited by

                            apart from my wife, no.

                            [http://www.ia-plus.de(http://www.ia-plus.de)]

                            1 Reply Last reply Reply Quote 0
                            • H Offline
                              hebeijianke
                              last edited by

                              Thanks
                              This plugin is great
                              But when I translate into chinese
                              something wrong


                              QQ截图20130430202314.png

                              1 Reply Last reply Reply Quote 0
                              • thomthomT Offline
                                thomthom
                                last edited by

                                hmm... could be Unicode issues. Could you send me the translated version?

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

                                1 Reply Last reply Reply Quote 0
                                • H Offline
                                  hebeijianke
                                  last edited by

                                  @thomthom said:

                                  hmm... could be Unicode issues. Could you send me the translated version?

                                  This is translated


                                  tt_texteditor.rb

                                  1 Reply Last reply Reply Quote 0
                                  • jolranJ Offline
                                    jolran
                                    last edited by

                                    @unknownuser said:

                                    apart from my wife, no.
                                    😄

                                    1 Reply Last reply Reply Quote 0
                                    • R Offline
                                      ralph102
                                      last edited by

                                      ThomThom,
                                      Great plugin.
                                      Any chance you could make the text follow a predefined path or arch?
                                      Since your plugin works with installed system fonts, would it be difficult to add other typographical controls such as kerning or line spacing?

                                      1 Reply Last reply Reply Quote 0
                                      • thomthomT Offline
                                        thomthom
                                        last edited by

                                        @ralph102 said:

                                        Any chance you could make the text follow a predefined path or arch?

                                        I just had a request from a colleague yesterday about this. Might do a separate plugin to fit sets of meshes to a path. But no promises.

                                        @ralph102 said:

                                        Since your plugin works with installed system fonts, would it be difficult to add other typographical controls such as kerning or line spacing?

                                        Nope. Not unless they add these features in the SketchUp Ruby API. At the moment all that I can adjust is in that dialogue.

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

                                        1 Reply Last reply Reply Quote 0
                                        • jim smithJ Offline
                                          jim smith
                                          last edited by

                                          Thom,

                                          thanks for this plug in.

                                          I like the way I can change text styles, and sizes. However, once I hit close, if I want to edit further, I can't...... Am I missing something?

                                          "Out of clutter find simplicity,
                                          from discord find harmony,
                                          In the middle of difficulty lies opportunity"
                                          Albert Einstein

                                          1 Reply Last reply Reply Quote 0
                                          • TIGT Offline
                                            TIG Moderator
                                            last edited by

                                            Select a piece of 3d-text > right-click > context-menu ...Edit Text

                                            TIG

                                            1 Reply Last reply Reply Quote 0
                                            • 1
                                            • 2
                                            • 3
                                            • 4
                                            • 5
                                            • 9
                                            • 10
                                            • 3 / 10
                                            • First post
                                              Last post
                                            Buy SketchPlus
                                            Buy SUbD
                                            Buy WrapR
                                            Buy eBook
                                            Buy Modelur
                                            Buy Vertex Tools
                                            Buy SketchCuisine
                                            Buy FormFonts

                                            Advertisement