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

Custom components import to origin...???

Scheduled Pinned Locked Moved SketchUp Discussions
sketchup
36 Posts 5 Posters 290 Views 5 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.
  • U Offline
    utiler
    last edited by 20 Jul 2012, 01:06

    @rich o brien said:

    The 'lock' icon is bitlocker that bundled in Win Pro/Ultmate. It encrypts files.

    And how do I get rid of it...?

    purpose/expression/purpose/....

    1 Reply Last reply Reply Quote 0
    • U Offline
      utiler
      last edited by 20 Jul 2012, 01:17

      @dave r said:

      I'm glad that method worked for you.

      Just tried it on my work machine, Dave..... no good; still snaps to the origin!!!! 😑 😑 😑

      purpose/expression/purpose/....

      1 Reply Last reply Reply Quote 0
      • D Offline
        Dave R
        last edited by 20 Jul 2012, 01:51

        Did you try it with a new component?

        Etaoin Shrdlu

        %

        (THERE'S NO PLACE LIKE)

        G28 X0.0 Y0.0 Z0.0

        M30

        %

        1 Reply Last reply Reply Quote 0
        • U Offline
          utiler
          last edited by 20 Jul 2012, 02:37

          Yep, created a new one....

          I think I might re-install SU completely this weekend. It'll take for ever to try and work out what this problem is.... 😠

          purpose/expression/purpose/....

          1 Reply Last reply Reply Quote 0
          • D Offline
            Dave R
            last edited by 20 Jul 2012, 09:07

            Andrew, before you reinstall SU, try renaming your Plugins folder so the plugins don't load and see what happens.

            Etaoin Shrdlu

            %

            (THERE'S NO PLACE LIKE)

            G28 X0.0 Y0.0 Z0.0

            M30

            %

            1 Reply Last reply Reply Quote 0
            • R Offline
              Rich O Brien Moderator
              last edited by 20 Jul 2012, 09:15

              @utiler said:

              And how do I get rid of it...?

              http://lmgtfy.com/?q=disable+bitlocker

              Download the free D'oh Book for SketchUp πŸ“–

              1 Reply Last reply Reply Quote 0
              • U Offline
                utiler
                last edited by 21 Jul 2012, 03:08

                I will try that, Dave. πŸ‘

                Thanks Rich, silly question I guess..... πŸ˜‰

                purpose/expression/purpose/....

                1 Reply Last reply Reply Quote 0
                • U Offline
                  utiler
                  last edited by 7 Aug 2012, 05:11

                  So after much hair pulling, a total re-install and numerous trouble shooting ebbs and flow I realised it was something with my template file that was causing the problem. I may have avoided the the re-install but SU has never looked so good with all the unused crap I have loaded over the years....!

                  Thanks for helping out guys; if there's one on-line community that feels line we are all under the same roof its this one.... πŸŽ‰

                  πŸ‘

                  Now, where's that Pinterest link.....

                  purpose/expression/purpose/....

                  1 Reply Last reply Reply Quote 0
                  • O Offline
                    optimaforever
                    last edited by 9 May 2023, 09:43

                    @utiler said:

                    So after much hair pulling, a total re-install and numerous trouble shooting ebbs and flow I realised it was something with my template file that was causing the problem. I may have avoided the the re-install but SU has never looked so good with all the unused crap I have loaded over the years....!

                    Thanks for helping out guys; if there's one on-line community that feels line we are all under the same roof its this one.... πŸŽ‰

                    πŸ‘

                    Now, where's that Pinterest link.....

                    Hello, can you develop please?
                    I have the same issue with several of my components that import exactly at the origin and I can't avoid that. When working with heavy models it's always a pita to have to dezoom to pick the compo at 0,0,0 and move it to the wanted place...
                    Thanks

                    1 Reply Last reply Reply Quote 0
                    • TIGT Offline
                      TIG Moderator
                      last edited by 9 May 2023, 12:06

                      If a model [or a component created from it] is 'geo-located' then the first time it's inserted in a new model it snaps to the origin with no user input.
                      To avoid this remove the component's geo-location under the relevant item in its Model Info.
                      Always take care with imported SKPs that they are not geo-located !

                      TIG

                      1 Reply Last reply Reply Quote 0
                      • O Offline
                        optimaforever
                        last edited by 9 May 2023, 12:13

                        @tig said:

                        If a model [or a component created from it] is 'geo-located' then the first time it's inserted in a new model it snaps to the origin with no user input.
                        To avoid this remove the component's geo-location under the relevant item in its Model Info.
                        Always take care with imported SKPs that they are not geo-located !

                        Ah! interesting info, thanks Tig!

                        1 Reply Last reply Reply Quote 0
                        • TIGT Offline
                          TIG Moderator
                          last edited by 9 May 2023, 12:27

                          You could try running some code in the Ruby Console...
                          e.g. this might remove the geo-location from all of your model's current component definitions...

                          Sketchup.active_model.definitions.each{|d| d.attribute_dictionaries.delete("GeoReference") }
                          

                          TIG

                          1 Reply Last reply Reply Quote 0
                          • R Offline
                            Rich O Brien Moderator
                            last edited by 9 May 2023, 12:41

                            @tig said:

                            If a model [or a component created from it] is 'geo-located' then the first time it's inserted in a new model it snaps to the origin with no user input.
                            To avoid this remove the component's geo-location under the relevant item in its Model Info.
                            Always take care with imported SKPs that they are not geo-located !

                            Can you access this 'geo remove' data via api? Would be a nice addition to your Purge plugin.

                            Download the free D'oh Book for SketchUp πŸ“–

                            1 Reply Last reply Reply Quote 0
                            • U Offline
                              utiler
                              last edited by 11 May 2023, 00:16

                              @rich o brien said:

                              @tig said:

                              If a model [or a component created from it] is 'geo-located' then the first time it's inserted in a new model it snaps to the origin with no user input.
                              To avoid this remove the component's geo-location under the relevant item in its Model Info.
                              Always take care with imported SKPs that they are not geo-located !

                              Can you access this 'geo remove' data via api? Would be a nice addition to your Purge plugin.

                              Agreed Rich!!

                              purpose/expression/purpose/....

                              1 Reply Last reply Reply Quote 0
                              • TIGT Offline
                                TIG Moderator
                                last edited by 11 May 2023, 10:28

                                I've looked at automating this but my suggested fix seems to fail when resetting the component's attributes....
                                So I won't be adding it to PurgeAll any time soon 😞

                                TIG

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

                                Advertisement