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

    Sooo slow when copy-pasting or importing large models

    Scheduled Pinned Locked Moved SketchUp Discussions
    sketchup
    20 Posts 12 Posters 6.7k Views 12 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.
    • E Offline
      Ecuadorian
      last edited by

      I was wondering if there is any other way to bring a large model (say, 300k polygons) from another SketchUp file. I've tried copy-pasting and importing, but both are veeeery sloooooow. In fact, currently I've been importing a model for 20 minutes already. Any ideas?

      -Miguel Lescano
      Subscribe to my house plans YouTube channel! (30K+ subs)

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

        Importing, instead of copy+paste, might be quicker.

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

        1 Reply Last reply Reply Quote 0
        • Bob JamesB Offline
          Bob James
          last edited by

          Same problem as Ecuadorian.
          Importing doesn't seem to help much (if any)

          i7-4930K 3.4Ghz, 2x GTX780 6GB, 32GB DDR3-1600 ECC, OCZ Vertex 4 500GB, WD Black 3TB, 32TB NAS, 4x 27" Monitors, SpaceMouse Pro, X-keys XK-60

          1 Reply Last reply Reply Quote 0
          • C Offline
            Charlie__V
            last edited by

            Not knowing the size of your current model........could you bring your model "into" the larger model you are curently trying to import........and "save as"?

            Charlie

            Precision M1710/Win 7 Pro 64 bit/i-7 6920 Quad core 2.9 Ghz -3.8/16Gb ram/NVIDIA M5000M 8Gb

            1 Reply Last reply Reply Quote 0
            • E Offline
              Ecuadorian
              last edited by

              Well, after waiting for so long, I decided to go ahead and click despite the "wait" cursor being active... Turns out SketchUp was waiting for me to click.

              -Miguel Lescano
              Subscribe to my house plans YouTube channel! (30K+ subs)

              1 Reply Last reply Reply Quote 0
              • hellnbakH Offline
                hellnbak
                last edited by

                Anyone else have problems when copying and pasting a larger model (or even a smaller one) where the smoothed lines get randomly un-smoothed all over the pasted model (and even the copied model, which is really strange)? Can take a lot of time getting things back to where they should be.

                Just curious

                "Politicians are just like diapers -- they need to be changed often, and for the same reason"

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

                  @hellnbak said:

                  Anyone else have problems when copying and pasting a larger model (or even a smaller one) where the smoothed lines get randomly un-smoothed all over the pasted model (and even the copied model, which is really strange)? Can take a lot of time getting things back to where they should be.

                  Yes!!!!!!!!!
                  Extremely annoying bug. It's not Copy+Paste - it's any operation where SketchUp becomes unresponsive for a while, stops updating - then flickers back into action. Save operation on large models can cause this. Drape etc. For this reason along I'm constantly pressing Ctrl+T - deselecting in fear of the smoothing to kick in. Whenever SketchUp works hard on something I always check if the smoothing occurred. It's undoable if you catch it immediately.

                  It's reported to the SketchUp team - but it wasn't an easy thing to fix. 😞

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

                  1 Reply Last reply Reply Quote 0
                  • hellnbakH Offline
                    hellnbak
                    last edited by

                    C'mon ThomThom, you're the SketchUp Wizard, you can fix anything!

                    "Politicians are just like diapers -- they need to be changed often, and for the same reason"

                    1 Reply Last reply Reply Quote 0
                    • E Offline
                      Ecuadorian
                      last edited by

                      Add to the list of annoyances:

                      Sometimes, when importing a FormFonts model, SketchUp switches to "view extents", turns on shadows and the imported model is in the origin. 😡

                      -Miguel Lescano
                      Subscribe to my house plans YouTube channel! (30K+ subs)

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

                        May not be the same thing, but it seems I have opened some older stuff and seen hard edges where I could have sworn they were smoothed or hidden.

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

                        1 Reply Last reply Reply Quote 0
                        • Chris FullmerC Offline
                          Chris Fullmer
                          last edited by

                          @hellnbak said:

                          C'mon ThomThom, you're the SketchUp Wizard, you can fix anything!

                          Here's the fix Thom, ready for a new plugin to make?

                          Write a little observer that watches all edges and keeps a hash of every edge's soft/smooth setting. Then have a button the user can click that will re-apply those settings to the model. So it would just iterate back through the model's edges and apply what it has in the hash to the edge. If it doesn't have that edge in the hash (like from a paste function), it just skips it.

                          Though I see there would be problems if its an observer auto updating itself and then losing the "correct" setting that you want to revert to. So I'm not sure how you manage that.... oh well.

                          Lately you've been tan, suspicious for the winter.
                          All my Plugins I've written

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

                            Sorry Chris, but, what's wrong with Ctrl+Z?

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

                            1 Reply Last reply Reply Quote 0
                            • Chris FullmerC Offline
                              Chris Fullmer
                              last edited by

                              Oh, I was thinking if you went quite a few steps forward before you noticed and you didn't want to ctrl-z back and undo things.

                              Lately you've been tan, suspicious for the winter.
                              All my Plugins I've written

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

                                Yea - that is the risk. But how can you be sure there was no smoothing done afterward on something else that was intended.

                                Mind you - you could make a smoothing lock plugin. Say when you have a large terrain model or other large mesh which you have carefully smoothed and is in high risk of suffer from this glitch. You could store the soft+smooth state as an attribute in the Locking function. Then, if you find the mesh to have been messed up you can restore it. Only thing - I'm getting the impression that attributes to lots of entities can quicly increase filesize. (Need to check by how much.)

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

                                1 Reply Last reply Reply Quote 0
                                • DesertRavenD Offline
                                  DesertRaven
                                  last edited by

                                  This slow down also happens when you create your first component in a session. The worst is when you copy paste lines imported from CAD. There must be a bottleneck somewhere in the memory management.
                                  I'm already happy it's come so far, 64 bit and the fast display of large models.

                                  simplicity is the ultimate sophistication

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

                                    Anyone know why copying something in sketchup takes for ever but move+ctrl to duplicate there is no hang time. Is it something to do with spooling it to the clipboard? If so is there a way to make the clipboard faster? ei. changing the directory to a ram disk or something?

                                    I've actually got use to move+ctrl rather than copy but there's certain instances where I cant get away with it. Mainly when I cut something out I want to paste out/into another group, so its not duplicating the geometry.

                                    cheers

                                    1 Reply Last reply Reply Quote 0
                                    • onzkiO Offline
                                      onzki
                                      last edited by

                                      Hello! Resurrecting an old issue 😄 I am using the latest 2017 version, and still has this problem, although it is selective, only experienced on certain files. Reason is still unknown. I am copying a partial model, about 5MB only and it takes forever to paste it into the host file (not responding).


                                      [/hr]Dell Alienware Area-51. SKU 2021 Pro. AutoCAD 2023. Landscape design firm

                                      1 Reply Last reply Reply Quote 0
                                      • josephkim626J Offline
                                        josephkim626
                                        last edited by

                                        I too have this issue which is new in 2017 version.

                                        I suspect it has to do with lines and faces having their own identification, but not sure as my knowledge is limited. Any way I can bypass or force the process to be quicker?

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

                                          Just to rule this out - why don't you update your graphics driver.

                                          I had a very similar problem - creating first component as a copy and paste or simply creating a component from scratch. The bigger the model the longer it took. I updated my NVidia drivers and the problem disappeared.

                                          1 Reply Last reply Reply Quote 0
                                          • josephkim626J Offline
                                            josephkim626
                                            last edited by

                                            Will do, and see if it makes any difference.

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

                                            Advertisement