sketchucation logo sketchucation
    • Login
    🤑 SketchPlus 1.3 | 44 Tools for $15 until June 20th Buy Now

    SketchUp API Wish List

    Scheduled Pinned Locked Moved Developers' Forum
    22 Posts 11 Posters 2.7k Views 11 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.
    • RichMorinR Offline
      RichMorin
      last edited by

      As you may know, Scott Lininger recently posted an encouraging entry on the SketchUp API blog:

      @unknownuser said:

      ... I'm here to assure you that Trimble is committed to preserving the vitality of SketchUp’s developer community. ... In the longer term, I expect [this change] to improve the state of our APIs and developer resources. Trimble wants to invest strongly in SketchUp as a platform, and advance its mission of "3D for Everyone." ...

      -- A new home for SketchUp
      http://sketchupapi.blogspot.com/2012/04/new-home-for-sketchup.html

      I am quite willing (nay, delighted) to believe that "Trimble wants to invest strongly in SketchUp as a platform". What I'm not sure about is what this could mean for me as a developer.

      Over the past several years, many of us have made suggestions, only to be told "that's a great idea, but the resources aren't available". Well, what if the resources were available? What projects should Scott propose to Trimble and/or John Bacus?

      Well-known "clean up" items aside, what new projects would we like Scott to propose? What things could his team do if they had (say) another half-dozen programmers?

      FYI: Constructive comments and suggestions are welcome, but please take any negativity elsewhere. We all have gripes about the past and worries about the future; this topic isn't the place for them. Let's see if we can give Scott some help, while he's busy packing for the move...

      I'll start with some general items:

      • concurrency (eg, actors, distributed Ruby)
      • debugging support (eg, logging framework)
      • documentation (eg, API, best practices, examples)
      • interpreter (eg, Ruby 1.9.x, mruby)
      • library support (eg, full standard library, gem access)
      • plugin management (eg, installation, signing, vetting)
      • plugin namespacing (eg, classes and modules, files)

      API changes really deserve their own section, eg:

      • improved access to menu items
      • improved API for WebDialogs (eg, WebSockets)

      What am I missing, folks? (ducks)

      -r

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

        I could make a very loooong post. Better wait until I've sovered uip.!

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

        1 Reply Last reply Reply Quote 0
        • K Offline
          kwalkerman
          last edited by

          *Make it possible to explode components within Sketchup.active_model.start_operation and Sketchup.active_model.abort_operation tags... without crashing Sketchup

          *Allow me to selectively lock components - I'd like to be able to supply the user with a component they can move, rotate & copy, but can't edit the internal definition.

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

            @kwalkerman said:

            *Make it possible to explode components within Sketchup.active_model.start_operation and Sketchup.active_model.abort_operation tags... without crashing Sketchup

            Got an example of this? I've never experienced this.
            (Sure you don't have some observers attached that is misbehaving? Or that you are not holding on to stale entity references?)

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

            1 Reply Last reply Reply Quote 0
            • daikuD Offline
              daiku
              last edited by

              Expose the dimension objects in the API.

              Clark Bremer
              http://www.northernlightstimberframing.com

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

                Expose Text and Section-Planes in the API.

                TIG

                1 Reply Last reply Reply Quote 0
                • K Offline
                  kwalkerman
                  last edited by

                  @thomthom said:

                  @kwalkerman said:

                  *Make it possible to explode components within Sketchup.active_model.start_operation and Sketchup.active_model.abort_operation tags... without crashing Sketchup

                  Got an example of this? I've never experienced this.
                  (Sure you don't have some observers attached that is misbehaving? Or that you are not holding on to stale entity references?)

                  I have had this issue on various machines running both SU7 and SU8. After exploding a group, the program crashes on commit_operation. I am unable to reproduce it right this moment in the ruby console or webconsole, which is curious.

                  1 Reply Last reply Reply Quote 0
                  • Dan RathbunD Offline
                    Dan Rathbun
                    last edited by

                    A Geom::Axis class.

                    I'm not here much anymore.

                    1 Reply Last reply Reply Quote 0
                    • L Offline
                      lestercavey
                      last edited by

                      Retrieve the location and dimensions of any Group shape created from "Draw -> Shapes", even after it has been moved or resized.

                      1 Reply Last reply Reply Quote 0
                      • Dan RathbunD Offline
                        Dan Rathbun
                        last edited by

                        @lestercavey said:

                        Retrieve the location and dimensions of any Group shape created from "Draw -> Shapes", even after it has been moved or resized.

                        That is a plugin (with a submenu,) not part of the API.

                        I'm not here much anymore.

                        1 Reply Last reply Reply Quote 0
                        • jeff hammondJ Offline
                          jeff hammond
                          last edited by

                          layout api

                          dotdotdot

                          1 Reply Last reply Reply Quote 0
                          • L Offline
                            lestercavey
                            last edited by

                            Well, since "Draw -> Shapes" is a plugin, my wish is to include SketchUp API Group subclasses of common 3D shapes (Box, Cylinder, etc). Those subclasses would be able to return the shape's current size and location, even after transformations and scaling take place.

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

                              @lestercavey said:

                              Well, since "Draw -> Shapes" is a plugin, my wish is to include SketchUp API Group subclasses of common 3D shapes (Box, Cylinder, etc). Those subclasses would be able to return the shape's current size and location, even after transformations and scaling take place.

                              Surely you can just use the current API for that?

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

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

                                @kwalkerman said:

                                *Allow me to selectively lock components - I'd like to be able to supply the user with a component they can move, rotate & copy, but can't edit the internal definition.

                                Agree. For example, I have a sundial object that, once created, can be moved around via translation and still work find but will break if it is rotated on any axis. It would be nice to prevent users from rotating it, while permitting scaling and translation.

                                Maybe this is possible with a DC (including some morphing when gross changes in latitude/longitude take place) but this is just a hobby with me; I'm not willing to shell out for the pro version.

                                1 Reply Last reply Reply Quote 0
                                • K Offline
                                  kwalkerman
                                  last edited by

                                  @pc0158 said:

                                  @kwalkerman said:

                                  *Allow me to selectively lock components - I'd like to be able to supply the user with a component they can move, rotate & copy, but can't edit the internal definition.

                                  Agree. For example, I have a sundial object that, once created, can be moved around via translation and still work find but will break if it is rotated on any axis. It would be nice to prevent users from rotating it, while permitting scaling and translation.

                                  Maybe this is possible with a DC (including some morphing when gross changes in latitude/longitude take place) but this is just a hobby with me; I'm not willing to shell out for the pro version.

                                  There are some things you can do with dynamic components. You can fix the rotation or the location, and restrict scaling. However, if the user can edit the component definition, they can still create problems.

                                  1 Reply Last reply Reply Quote 0
                                  • RichMorinR Offline
                                    RichMorin
                                    last edited by

                                    To keep my initial posting brief, I mentioned some wish list items without providing any explanations. Here are some follow-up posts which clarify what I have in mind:

                                    Wish List - plugin management and namespacing http://forums.sketchucation.com/viewtopic.php?f=180&t=45083

                                    Wish List - Ruby interpreter and libraries
                                    http://forums.sketchucation.com/viewtopic.php?f=180&t=45148

                                    Other posts of this type may be forthcoming; watch for titles of the form "Wish List - ...".

                                    -r

                                    1 Reply Last reply Reply Quote 0
                                    • aadbuildA Offline
                                      aadbuild
                                      last edited by

                                      HI all I have been working on a ruby now for over 4 years, I created it so that I can draw faster and smarter. It is almost finished and I think it will change the way home owners Architects and builder design and create domestic homes whilst creating a bill of quantities, orders and quotation requests (BIM). Now I have a ruby that is very comprehensive that has cost me a lot of money to build for my self. I was wondering if anyone had any advice on the best way to release it or what I should do to protect my intellectual property? I beleive it will revolutionalise the way we draw homes in Sketchup.

                                      Every building designed can be affordable & buildable, to help we built PlusSpec; VDC & BIM for Sketchup

                                      https://www.plusspec.com

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

                                        @aadbuild said:

                                        I was wondering if anyone had any advice on the best way to release it or what I should do to protect my intellectual property?

                                        Use the Scrambler: https://developers.google.com/sketchup/docs/tutorial_distributing (See Step 2)

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

                                        1 Reply Last reply Reply Quote 0
                                        • AdamBA Offline
                                          AdamB
                                          last edited by

                                          @aadbuild said:

                                          HI all I have been working on a ruby now for over 4 years, I created it so that I can draw faster and smarter. It is almost finished and I think it will change the way home owners Architects and builder design and create domestic homes whilst creating a bill of quantities, orders and quotation requests (BIM). Now I have a ruby that is very comprehensive that has cost me a lot of money to build for my self. I was wondering if anyone had any advice on the best way to release it or what I should do to protect my intellectual property? I beleive it will revolutionalise the way we draw homes in Sketchup.

                                          Just my 0.02 worth. You need to be clear what you're trying to achieve.

                                          Scrambler won't stop people copying your IP, though it does provide some basic protection to stop people peeking at how you do what you do.

                                          If this is going to be a commercial venture beyond earning some 'beer bucks' money, you do need more than Scrambler.

                                          Adam

                                          Developer of LightUp Click for website

                                          1 Reply Last reply Reply Quote 0
                                          • RichMorinR Offline
                                            RichMorin
                                            last edited by

                                            Please, folks, don't hijack this topic (or any topic, really) for unrelated discussions. Just start a new topic with an appropriate Subject; your karma will benefit greatly ...

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

                                            Advertisement