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

    SketchUp 2013 ;)

    Scheduled Pinned Locked Moved SketchUp Discussions
    sketchup
    433 Posts 101 Posters 55.8k Views 101 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.
    • ChiefwoodworkerC Offline
      Chiefwoodworker
      last edited by

      @thomthom said:

      I have personally spend a lot of time myself scanning through code of new developers looking for problematic code and recommending amendments.

      I am not suggesting that there shouldn't be documented guidelines for developers to read an hopefully learn from and follow. And they should be encouraged to do so.

      My point is that the process I read on how to get a plugin on EW is onerous and stifling. As a SketchUp user who is looking for a solution to a problem, ask me if I care that the developer was a software engineer who produced eloquent code and used best practices. We are talking about scripts, not applications.

      What I want is a solution, and that is most likely to come from someone with knowledge of an area, who can also write a script. The key ingredient is someone who has expertise in an area who can provide me a solution. If his or her script sometimes steps on someone else's code and I have to disable that code for a period of time, so be it. It's not convenient, and I will likely inform him or her of the problem. But at least I have a solution.

      Ruby itself was developed with much the same goal as SketchUp; eloquently easy to learn and use by anyone. Stifle that and you stifle SketchUp. A process for getting plugins to users, written only by professional software engineers following best practices, is both stifling and lacks creative solutions in an area of interest. An top that off with the fact that it is a corporation like Trimble guarding the gate, instead of a user/developer community like SCF. That a loose/loose proposition.

      Joe....
      http://www.srww.com

      1 Reply Last reply Reply Quote 0
      • pbacotP Offline
        pbacot
        last edited by

        @thomthom said:

        @archheni said:

        Yes, this used to be the workaround. However now it doesn't work anymore. To quote ThomThom: "It only works on native toolbars. Doesn't work on Ruby Toolbars unfortunately."

        I was referring to the new toolbar system on Windows. Didn't realize that OSX ha toolbar problems as well. Though it was just us peecee guys...

        TT go take a look at SU on Mac. Toolbars and Windows are crap. If you use different monitors it is even worse. There is no program that takes such time rearranging toolbars and windows, even within sessions.

        I suppose they did nothing on the appearance of SU on Retina Display. Really bad.

        the Mac toolbar is stupid from the beginning, whatever the application. A huge waste of space and once you've filled a row you have to use a scroll button to see more.

        Sometimes SU (which, I think, began on Mac) makes me want to get a PC. No other apps do.

        MacOSX MojaveSketchUp Pro v19 Twilight v2 Thea v3 PowerCADD

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

          @chiefwoodworker said:

          My point is that the process I read on how to get a plugin on EW is onerous and stifling. As a SketchUp user who is looking for a solution to a problem, ask me if I care that the developer was a software engineer who produced eloquent code and used best practices. We are talking about scripts, not applications.

          Nothing in the requirements there excludes hobbyists. It's really not that difficult to adhere to the guidelines set in EW's submission guide.

          The fact of the matter is: SketchUp's Ruby API environment is shared. If someone adds global methods they add that method to every class and module. If someone modify core methods they break stuff for everyone else. That means the users suffer and it means the developers have to spend - waste - their time trying to debug what is going on.

          If someone carelessly implement an observer that modifies the model at erratic times it can slow down SketchUp, mess up the Undo stack, corrupt the model or possibly crash SketchUp. The end user suffer.

          That's what the EW requirements are all about. Not if your code look "pretty" or not, but to weed out rogue plugins that behave badly; breaking other plugins or potentially corrupt the model.

          As long as you write your plugins so you don't mess up other people's plugins or the model you're fine. You can be as creative as you want with your code.

          What exactly in the requirement is preventing you from developing something?

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

          1 Reply Last reply Reply Quote 0
          • renderizaR Offline
            renderiza
            last edited by

            ::Chiefwoodworker::

            Hi,

            I consider myself a hobbyists when it comes to programming since all I know is product of people like thomthom, TIG, Chris Fullmer, Dan Rathbun and many more that unselfishly decided to help me and many others.

            I do agree with you that there should be a place where everyone can share code even if its not the prettiest but please understand that SketchUcation provide us already with this need. Not everything should be imposed to Trimble's Extension Warehouse I am totally fine with the verification process to avoid problems.

            Cheers! 👍

            [url=https://www.sketchupcode.com/:z3kqsidd]My Extensions ...[/url:z3kqsidd]

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

              @chiefwoodworker said:

              If his or her script sometimes steps on someone else's code and I have to disable that code for a period of time, so be it. It's not convenient, and I will likely inform him or her of the problem. But at least I have a solution.

              Problem here is that it's not easy to know which plugin is the culprit. We've got too many threads here where people, many people, have spend hours trying to pin-point what is wrong - only to find out some plugin modified some of the core methods or something of the likes. That's lots of hours that could have been spent on more productive things - like developing new plugins. And it's especially frustrating when avoiding these issues are so extremely simple - just keep your plugin isolated in your own namespace and don't run wild with observers.

              I'm baffled of the notion that an attempt to prevent this unnecessary time-waste is a bad thing... ?

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

              1 Reply Last reply Reply Quote 0
              • pbacotP Offline
                pbacot
                last edited by

                Who needs the Trimble Extension Warehouse? (POOR choice of a name, given the results of the 3d Warehouse--for which there is NO news of a much needed purge.)

                MacOSX MojaveSketchUp Pro v19 Twilight v2 Thea v3 PowerCADD

                1 Reply Last reply Reply Quote 0
                • ChiefwoodworkerC Offline
                  Chiefwoodworker
                  last edited by

                  @unknownuser said:

                  Not everything should be imposed to Trimble's Extension Warehouse

                  My point exactly, although I will go one step further. We had this capability with the SCF store. Trimble wasted good SketchUp developer resources by reinventing the wheel and called it a major feature addition to SketchUp when what they should have done with those resources is something else altogether, like give us the Developer tool, fix bugs in the API, fix compatibility problems between the Mac and Windows versions etc. Instead we got a crappy release and have to wait another year to see if SketchUp is going to evolve as the tool we had always loved.

                  I really am done ranting on this release now. It is a complete disappointment, but I will wait a year and see what Sana Claus brings. Off to do some real work.

                  Joe....
                  http://www.srww.com

                  1 Reply Last reply Reply Quote 0
                  • A Offline
                    ArCAD-UK
                    last edited by

                    I used to use a big player architectural software package that was no where near as flexible as SU & LO, the upgrade cost per year was as much as new seat for SU and sometimes the upgrades didn't seem worth it with them either. Let's keep things in perspective on the cost of upgrade against improvements and be prepared to accept that SU is going to be adapted to fit Trimble's aspiration for a commercial user base.

                    1 Reply Last reply Reply Quote 0
                    • A Offline
                      archheni
                      last edited by

                      @pbacot said:

                      TT go take a look at SU on Mac. Toolbars and Windows are crap. If you use different monitors it is even worse. There is no program that takes such time rearranging toolbars and windows, even within sessions.

                      I suppose they did nothing on the appearance of SU on Retina Display. Really bad.

                      No, it's at least not that bad..The last maintenance update of SU 8 did already support Retina (or HiDPI) for the workspace. SU13 supports it now for all native toolbars as well (only most ruby plugins still look washed out..with a few exceptions though).

                      1 Reply Last reply Reply Quote 0
                      • pbacotP Offline
                        pbacot
                        last edited by

                        @archheni said:

                        @pbacot said:

                        TT go take a look at SU on Mac. Toolbars and Windows are crap. If you use different monitors it is even worse. There is no program that takes such time rearranging toolbars and windows, even within sessions.

                        I suppose they did nothing on the appearance of SU on Retina Display. Really bad.

                        No, it's at least not that bad..The last maintenance update of SU 8 did already support Retina (or HiDPI) for the workspace. SU13 supports it now for all native toolbars as well (only most ruby plugins still look washed out..with a few exceptions though).

                        What I find in v. 8 is the selected entities are nearly invisible. Same with many things like axis and cursors, even with the display resolution turned down. Fredo's function bars are squashed and made useless (maybe nothing SU can do on that?).

                        The lines do look cleaner on Retinal Display on the other hand, a small thing since SU team apparently does not care to improve the AA in SU for Mac (or have they in 2013?). Add the poor materials window and I wonder if they intend to drop the Mac one of these days.

                        (I think icon resolution is up to the icon maker.)

                        MacOSX MojaveSketchUp Pro v19 Twilight v2 Thea v3 PowerCADD

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

                          @chiefwoodworker said:

                          My point exactly, although I will go one step further. We had this capability with the SCF store. Trimble wasted good SketchUp developer resources by reinventing the wheel [...]

                          SCF Store was released a couple of weeks before SketchUp's release. Clearly they'd been developed in parallel. That's hardly reinventing the wheel. Should they have just cut the feature because SCF solution was released marginally earlier?

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

                          1 Reply Last reply Reply Quote 0
                          • Alan FraserA Offline
                            Alan Fraser
                            last edited by

                            I completely agree with Thomas; rogue scripts are a pain in the arse. I recently had SU begin bugsplatting every time I tried to apply certain materials (I’m talking plain colours, so no iffy image format or mapping to contend with). The culprit finally turned out to be a roof-builder plugin I was trialing, which…as far as I can recall…didn’t even use materials, so the detective work can be pretty tricky and time-consuming.

                            As for the point about experts in a particular area coding scripts that get the specific job done, I think that is precisely what the devs are aiming for in this release. If you recall, the stated aim of Trimble acquiring SU was to use it as a platform across their range of applications. What better way to do that than to provide the plain vanilla program with an extension link built right into it? I’m pretty sure that all the coders resident on these boards will soon have all their scripts uploaded to the EW…but so will all the other 3rd party developers, be they involved in rendering solutions, landscape architecture, town planning or some aspect of interior design or straight architecture.

                            The first scripts to populate the EW were SketchUp’s own. When the Trimble buy-out was breaking news, all manner of speculation arose here as to the future of SU. The doomsayers were predicting that it would veer away into a variety of new flavours, none of which would suit them. In fact, what it appears to be doing is staying exactly the same, but readying itself for a whole new raft of bolt-ons, dependent on what you want to use it for, including Trimble’s own. To me, that makes much more sense than bringing out half a dozen different flavours…none of which might completely fit the bill.

                            3D Figures
                            Were you required to walk 500 miles? Were you advised to walk 500 more?
                            You could be entitled to compensation. Call the Pro Claimers now!

                            1 Reply Last reply Reply Quote 0
                            • ChiefwoodworkerC Offline
                              Chiefwoodworker
                              last edited by

                              @thomthom said:

                              @chiefwoodworker said:

                              My point exactly, although I will go one step further. We had this capability with the SCF store. Trimble wasted good SketchUp developer resources by reinventing the wheel [...]

                              SCF Store was released a couple of weeks before SketchUp's release. Clearly they'd been developed in parallel. That's hardly reinventing the wheel. Should they have just cut the feature because SCF solution was released marginally earlier?

                              No, it should never have made number one or two priority of things that made the list to be included in the 2013 release in the first place. There were much more valuable ways to spend resources.

                              thomthom, I am really at a loss to understand why you and other "almost SketchUp development team members" are being so protective of this release. We stand no chance of getting real improvement in SketchUp if people like you aren't willing to push back on Trimble. You have my admiration for the help you have provided me and other developers over the years, but you and the influential others should be honest with Trimle. This release is a joke, and to increase the price of SketchUp in the face of this joke is the height of arrogance.

                              It is curious to me why you guys have to be out in front protecting Trimble when there seems to be no Trimble people (short of Chris who has been a member of the team for only a short while) here listening to users concerns. Are you really pleased with this release?

                              Joe....
                              http://www.srww.com

                              1 Reply Last reply Reply Quote 0
                              • pep75P Offline
                                pep75
                                last edited by

                                I think that the problem with most of you is that you expect Sketchup will become like more "professional" modellers. So, like Cinema4d, and 3dsMax etc etc...These are parametric modellers with advanced tools and also more tools...Sketchup, now has a problem. What is the pilosophy behind Sketchup now and where does it goes to?. If they choose to have a modeller that is good for modelling and to create 'sketchy' renders with quite simple modelling tools..Sketchup is great now. But if they want to bring it to a higher lever they should choose another name(a new product) and use the same intuitive ui with deformer-tools etc etc...At this point, every release will be disapointing...believe me...

                                1 Reply Last reply Reply Quote 0
                                • I Offline
                                  ilay7k
                                  last edited by

                                  @unknownuser said:

                                  ... I am really at a loss to understand why you and other "almost SketchUp development team members" are being so protective of this release. We stand no chance of getting real improvement in SketchUp if people like you aren't willing to push back on Trimble. You have my admiration for the help you have provided me and other developers over the years, but you and the influential others should be honest with Trimle. This release is a joke, and to increase the price of SketchUp in the face of this joke is the height of arrogance.

                                  It is curious to me why you guys have to be out in front protecting Trimble when there seems to be no Trimble people (short of Chris who has been a member of the team for only a short while) here listening to users concerns. Are you really pleased with this release?

                                  Joe, it's beginning of new era for coder market(situation does not same as 2 or more years later... like daz studio or poser, vue and etc. market)... they want stay on it.

                                  1 Reply Last reply Reply Quote 0
                                  • J Offline
                                    jpalm32
                                    last edited by

                                    @gus r said:

                                    @krisidious said:

                                    @jpalm32 said:

                                    @notareal said:

                                    @bbrown said:

                                    http://www.sketchup.com/products/sketchup-pro/new-in-2013

                                    Sounds like "Zoom In More" is the thing for me... cannot remember how often I have been frustrated with the broken zoom. But if trimble will now release a new version yearly (as paid upgrade), maybe I'll wait the next one that actually offers more than some bug fixes. Sure, LayOut did get a proper update (or so it sounds), but I never use it... and with sketchucation plugin store, I hardly find Extension Warehouse interesting.

                                    Not much here for free users, user that don't use layout or improvements. IMO
                                    Think this is a new platform to start separating free & pro.

                                    I think the new toolbar system and the overall program development in the background of the software are all you get with Make and you can't use it for Professional use, a huge mistake in my opinion.

                                    Ironically it was the free and open source Ruby programming language that helped increase Sketchup's usefulness and popularity. Imagine if you will if Yukihiro Matsumoto had decided to allow people to use his Ruby programming language with a footnote of "not for commercial use." Where would Sketchup be today? It was the free and open access of Ruby and Ruby developers that provided their work for free to the Sketchup community and continue to this day. It is their work that makes Sketchup and while there are many "payware" addons the majority and the most popular of these are free and those come with no limitations as to their use.

                                    W/O Ruby & the talented people here., SU would have died a quick death.
                                    Might still do that!

                                    1 Reply Last reply Reply Quote 0
                                    • jason_marantoJ Offline
                                      jason_maranto
                                      last edited by

                                      So if I understand the theory correctly this is Sketchup "Pro" as "SketchUp Basic"(vanilla) -- which would then be extended via Trimble developed scripts put on the "warehouse"... and I suppose those extensions would all be free? If not, what extra costs are we talking here?

                                      Because $95 per year already eclipses the upgrade costs for previous versions of SketchUp Pro by a margin of 2:1... any additional costs would sweeten the deal just that much more. 🤢 🤢 🤢

                                      Best,
                                      Jason.

                                      I create video tutorial series about several 2D & 3D graphics programs.

                                      1 Reply Last reply Reply Quote 0
                                      • SwissmountainS Offline
                                        Swissmountain
                                        last edited by

                                        My profession: Set designer
                                        User since SKP3

                                        I don't care for any changes but PERFORMANCE INCREASE!!!

                                        I am severely limited by the measly 4gb of ram I can allocate to skp.

                                        I have 32gb on my machine and want to put them to use!

                                        PLEASE LET US BUILD BIGGER MORE DETAILED MODELS BY GIVING US MORE RAM!!!!

                                        I push the limits of this program on almost every project I'm on and I do not like bounding boxes and waiting for the spinning beach ball of death. (Mac user)

                                        ...yes I am using layers, yes I purge unused components, yes I purge unused textures.

                                        Please.

                                        Swissmountain

                                        Thank you Fredo for all the amazing plugins you wrote.

                                        Thank you thomthom and Chris Fulmer you are my hope in guiding Trimble.


                                        Limited in how much detail I can add.

                                        Cogito ergo dum-di-dum

                                        1 Reply Last reply Reply Quote 0
                                        • M Offline
                                          mwm5053
                                          last edited by

                                          @pbacot said:

                                          @thomthom said:

                                          @archheni said:

                                          Yes, this used to be the workaround. However now it doesn't work anymore. To quote ThomThom: "It only works on native toolbars. Doesn't work on Ruby Toolbars unfortunately."

                                          I was referring to the new toolbar system on Windows. Didn't realize that OSX ha toolbar problems as well. Though it was just us peecee guys...

                                          TT go take a look at SU on Mac. Toolbars and Windows are crap. If you use different monitors it is even worse. There is no program that takes such time rearranging toolbars and windows, even within sessions.

                                          I suppose they did nothing on the appearance of SU on Retina Display. Really bad.

                                          the Mac toolbar is stupid from the beginning, whatever the application. A huge waste of space and once you've filled a row you have to use a scroll button to see more.

                                          Sometimes SU (which, I think, began on Mac) makes me want to get a PC. No other apps do.

                                          Yeah DITTO and most of the SU team uses Macs from what I've seen on base camp videos

                                          2011 iMac
                                          SU 2015 Pro, 2017 Make
                                          V2 Twilight
                                          macOS Sierra 10.12.5

                                          1 Reply Last reply Reply Quote 0
                                          • soloS Offline
                                            solo
                                            last edited by

                                            My proverbial 2 cents:

                                            SU 2013 might not have much SU features on the outside but it certainly does have under the hood, I find it faster and more stable. It does take some getting used to the new icons as they are not instantly recognizable and dock different to the side (I got them to side dock double)

                                            I'm content, sure everyone knows my wish list as it's been the same since @last owned SU and even Google never provided any solutions so no use flogging a dead horse.

                                            The biggest improvement happened with Thea4SU, something I use daily, occasionally I'd get splats and hanging renders but so far it's cruising sweet and fast.
                                            Another is I have not gotten any greyed out menu's but that may be because I do not have a kajillion plugins like with SU8 and will also contribute to SU 2013 opening in a second and not a minute.

                                            Had my say...carry on.

                                            http://www.solos-art.com

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

                                            1 Reply Last reply Reply Quote 0
                                            • 1
                                            • 2
                                            • 11
                                            • 12
                                            • 13
                                            • 14
                                            • 15
                                            • 21
                                            • 22
                                            • 13 / 22
                                            • First post
                                              Last post
                                            Buy SketchPlus
                                            Buy SUbD
                                            Buy WrapR
                                            Buy eBook
                                            Buy Modelur
                                            Buy Vertex Tools
                                            Buy SketchCuisine
                                            Buy FormFonts

                                            Advertisement