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

    [Plugin] SketchUcation Tools 2.6.1

    Scheduled Pinned Locked Moved Plugins
    127 Posts 32 Posters 88.2k Views 32 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.
    • TIGT Offline
      TIG Moderator
      last edited by

      @derei said:

      How can I delete the bundles? From what I read, only copied one can be deleted at this moment.
      I have 2 more bundles that are useless and I want to get rid of them.
      Locked Bundles relate to other computers or SUpVersions.
      You can only delete copies.
      PM GΓ‘bor and ask for your database entries to be tidied up [specify what you no longer want to keep!]...
      I think he should adjust the code to allow simple deletion of 'copied bundles' and a deletion of 'fixed bundles', with an intervening 'are you really sure you want to delete this bundle?', so you don't do it by accident.

      TIG

      1 Reply Last reply Reply Quote 0
      • dereiD Offline
        derei
        last edited by

        I agree... eventually a secure deletion backed up with password (to ask for account password on deletion). Because once logged in, everyone who has access to SU can delete them. And second, introducing a password is nothing like "accidentally hit delete".
        For now I'm fine... is only two that I need purged and they don't bother me that much. If there will be more, then I will either ask for cleaning, or hopefully a new version of the app will be available and I will be able to do it myself.

        DESIGNER AND ARTIST [DEREI.UK](http://derei.uk/l)

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

          If you are to allow html in the Extensions manager, maybe open the links in the default browser.


          2015-02_231.png

          Hi

          1 Reply Last reply Reply Quote 0
          • Rich O BrienR Offline
            Rich O Brien Moderator
            last edited by

            flagged...thanks

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

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

              hi there,

              whats the status on the plugin manager ?! there any chance we see a update anytime soon?

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

                @bsfranza said:

                hi there,

                whats the status on the plugin manager ?! there any chance we see a update anytime soon?
                What do you think needs updating ?

                TIG

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

                  hey ho,

                  wasnt there a video once showing how one could save settings, shortcuts, and so on with plugin store?
                  that would be cool=)

                  besides that a more complex bundle management would be cool...
                  .so to see which one is active on at the moment
                  .the ability to delete unneeded old bundles
                  .and save under a new name?!

                  so πŸ˜ƒ

                  thanks for consideration

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

                    Hi, I'm having a similar problem that the one reported by leminilab, but I get a different response on ruby console:

                    Error: #<RuntimeError: can't modify frozen String>
                    c:/users/caetano/appdata/roaming/sketchup/sketchup 2015/sketchup/plugins/sketchucation/scf_dialog.rbs:517:in gsub!' c:/users/caetano/appdata/roaming/sketchup/sketchup 2015/sketchup/plugins/sketchucation/scf_dialog.rbs:517:in chooseplugins'
                    c:/users/caetano/appdata/roaming/sketchup/sketchup 2015/sketchup/plugins/sketchucation/scf_dialog.rbs:473:in autoinstall_dlg' c:/users/caetano/appdata/roaming/sketchup/sketchup 2015/sketchup/plugins/sketchucation/scf_dialog.rbs:405:in set_autoinstall_choice'
                    c:/users/caetano/appdata/roaming/sketchup/sketchup 2015/sketchup/plugins/sketchucation/scf_dialog.rbs:73:in block in new' SketchUp:1:in call'

                    What happens is that the 'autoinstall' button don't work at all, and the installer inside the SFC menu won't work as well. When I go to the installed plugins, there's no list...

                    I found a workaround that is installing it in an aditional plugin folder using fredo's plugin. Now that's working, but would be nice to try to understand this problem! I'd appreciate if someone could help with that!

                    I'm using SU Pro 2015 64-Win 7

                    Thanks,

                    Caetano

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

                      @caecarvalho said:

                      Hi, I'm having a similar problem that the one reported by leminilab, but I get a different response on ruby console:

                      Error: #<RuntimeError: can't modify frozen String>
                      c:/users/caetano/appdata/roaming/sketchup/sketchup 2015/sketchup/plugins/sketchucation/scf_dialog.rbs:517:in gsub!' c:/users/caetano/appdata/roaming/sketchup/sketchup 2015/sketchup/plugins/sketchucation/scf_dialog.rbs:517:in chooseplugins'
                      c:/users/caetano/appdata/roaming/sketchup/sketchup 2015/sketchup/plugins/sketchucation/scf_dialog.rbs:473:in autoinstall_dlg' c:/users/caetano/appdata/roaming/sketchup/sketchup 2015/sketchup/plugins/sketchucation/scf_dialog.rbs:405:in set_autoinstall_choice'
                      c:/users/caetano/appdata/roaming/sketchup/sketchup 2015/sketchup/plugins/sketchucation/scf_dialog.rbs:73:in block in new' SketchUp:1:in call'

                      What happens is that the 'autoinstall' button don't work at all, and the installer inside the SFC menu won't work as well. When I go to the installed plugins, there's no list...

                      I found a workaround that is installing it in an aditional plugin folder using fredo's plugin. Now that's working, but would be nice to try to understand this problem! I'd appreciate if someone could help with that!

                      I'm using SU Pro 2015 64-Win 7

                      Thanks,

                      Caetano
                      This is a very rare error. πŸ˜•
                      in fact, so rare that I can say I have never seen it before !
                      Can you give the result of:
                      $LOAD_PATH
                      Also the result of:
                      SCF_Dialog.custom_plugins()
                      The 'string' that the .gsub! is applied to is NOT 'frozen', so I can't see what's the issue !

                      TIG

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

                        @unknownuser said:

                        This is a very rare error. πŸ˜•
                        in fact, so rare that I can say I have never seen it before !
                        Can you give the result of:
                        $LOAD_PATH
                        Also the result of:
                        SCF_Dialog.custom_plugins()
                        The 'string' that the .gsub! is applied to is NOT 'frozen', so I can't see what's the issue !

                        Hi TIG,

                        Thanks for your fast answer!

                        $LOAD_PATH
                        ["C:/Users/CAETANO/Documents/SU Custom Plugin Folder", "C:/Program Files/SketchUp/SketchUp 2015/Tools/RubyStdLib", "C:/Program Files/SketchUp/SketchUp 2015/Tools/RubyStdLib/platform_specific", "C:/Program Files/SketchUp/SketchUp 2015/Tools", "C:/Users/CAETANO/AppData/Roaming/SketchUp/SketchUp 2015/SketchUp/Plugins", "C:/ProgramData/SketchUp/SketchUp 2015/SketchUp/Plugins", "C:\ProgramData/ASGVIS", "C:\ProgramData/ASGVIS/VfS", "C:\ProgramData/ASGVIS/VfS/Ruby", "C:\ProgramData/ASGVIS/VfS/Ruby/images"]

                        SCF_Dialog.custom_plugins()
                        ["C:/ProgramData/SketchUp/SketchUp 2015/SketchUp/Plugins", "C:/Users/CAETANO/Documents/SU Custom Plugin Folder"]

                        After I installed Sketchucation Tools in the custom pluguin folder that I created with Fredo's plugin (Before I've deleted the files, including the ones appdata/local/SFC and appdata/local/temp/SFC), it's working but it won't save in the default location (appdata/Roaming/SketchUp/SketchUp 2015/SketchUp/Plugins).It's saying that there's no permitions to install on this folder, instead it's installing on (ProgramData/SketchUp/SketchUp 2015/SketchUp/Plugins). So I don't get that first error anymore in the ruby console. And I still don't get the list with the installed plugins.

                        This problem happened after I restored the default icon for the plugins folder, cause I was having problems with another plugin installation, so I tryied those steps in this link:
                        http://sketchucation.com/resources/tutorials/811-setting-security-permissions-in-sketchup

                        The weird think is that the default plugin folder(appdata/Roaming/SketchUp/SketchUp 2015/SketchUp/Plugins) seems to have all the permissions...

                        I have even restored the SU installation, with no success...

                        I'm really intrigued by this problem! Thanks for taking your time to help!

                        Best,

                        Caetano

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

                          Thanks.

                          Looks like there is nothing odd about your $: πŸ˜•

                          Looks like a permissions issue to me...
                          Find C:\Users\CAETANO\AppData\Roaming\SketchUp\SketchUp 2015\SketchUp
                          then with Admin powers, step up one level and select its folder-icon,
                          ensure it has FULL permissions set for ALL those listed under:
                          Right-click > Context-menu > Properties > Security > Edit OK/Apply
                          Repeat the ' FULL' set up for the folders contents - there should be three subfolders Plugins, Classifications, Tools.
                          Ensure that the contents of the ' Plugins' folder are all also set ' FULL'.
                          The permission changes should automatically apply to a folder's contents, but just double-check...
                          If the ' Plugins' folder is missing try making it ??
                          try to delete the folder's "cookiejar.xml" file too - it might be corrupted.

                          Restart SketchUp and test...

                          If this fails...
                          I see you have a Vray installation.
                          Can you disable that plugin, restart SketchUp and retry - to see if it is somehow conflicting ?

                          TIG

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

                            @caecarvalho said:

                            Error: #<RuntimeError: can't modify frozen String>
                            c:/users/caetano/appdata/roaming/sketchup/sketchup 2015/sketchup/plugins/sketchucation/scf_dialog.rbs:517:in `gsub!'

                            TIG - what is the source of the string you call gsub! on?

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

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

                              def self.chooseplugins(p=nil)
                                p = nil if p == ''
                                if p
                                  p.gsub!(/["]/, "'") ### line 517
                                  @choi = p
                                else
                                  @choi=nil
                                end
                                RBZtool.set_choi(@choi, @url, @cloud)
                              end
                              

                              Is the method
                              chooseplugins receives the chosen plugins folder's path-name.
                              The chosen path is from a list assembled from folder-paths in $: which is filtered to remove folders like Tools, Ruby folders etc...
                              I think that gsub is unlikely ever to include a ", but since it's via a callback, js might mess up ?
                              It only runs if 'p' is not nil.
                              The 'p' passed should always be a 'string' [folder-path].
                              I'm wondering if a non-standard Vray path containing a '' rather than a '/' is causing an issue...
                              It'd be easily trappable in the $: filtering, but it's not at the moment...
                              πŸ˜•
                              Disabling Vray from loading might show this up ?

                              What does your dialog offering custom-plugins folder choices look like ??

                              TIG

                              1 Reply Last reply Reply Quote 0
                              • D Offline
                                driven
                                last edited by

                                @tig said:

                                ... path containing a '' rather than a '/' is causing an issue...

                                I recently had a problem with 'mixed separator' paths [on a PC test], oddly File.join was returning it, but using either worked...

                                or can you test for .frozen?

                                john

                                learn from the mistakes of others, you may not live long enough to make them all yourself...

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

                                  Can you please substitute the two RBS files in the attached ZIP [you need to extract them and move them manually], with the same named files in the ../Plugins/SketchUcation subfolder...
                                  And restart SketchUp and retest.
                                  This version traps for '' in $: folder-paths and makes them all '/' - so rogue paths [like Vray's] in $: don't mess us up...
                                  If it works we know it's the culprit...
                                  If not == Plan-B πŸ˜•


                                  PutIntoSketchUcationSubfolder.zip

                                  TIG

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

                                    That method appear to modify the input arguments. I wonder if you are passing around a reference from the system which might have been locked to protect it. The trivial way around that would be to not use the bang version of gsub ensuring that you create a copy when you modify the string.

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

                                    1 Reply Last reply Reply Quote 0
                                    • D Offline
                                      driven
                                      last edited by

                                      @tig said:

                                      If not == Plan-B :?

                                      isn't the primary error attempting to gsub the frozen string [probably VRay]

                                      in which case would .dup.gsub be the safer route?

                                      john

                                      learn from the mistakes of others, you may not live long enough to make them all yourself...

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

                                        The attached files redo the method, hopefully avoiding the gsub completely.
                                        The recode also replaces the '' with '/' in the folder-paths just in case.
                                        I am unclear how a 'string' passed into the $: could be frozen when pushed into there ?
                                        The gsub! manipulation occurred in a 'clone' of the $: anyway !
                                        Let's see what the OP finds...

                                        TIG

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

                                          @tig said:

                                          I am unclear how a 'string' passed into the $: could be frozen when pushed into there ?

                                          When adding objects to arrays you pass a reference - so the string could have been locked before pushed. That doesn't sound like something Ruby itself does, but it could be an extension that did it. For instance, it could create a constant to it's support folder - and then freeze it in order to protect its constant from inadvertent change. Then it could have pushed it to $; for convenience (all though that would be bad practice IMO).

                                          In any case - when iterating or fetching values external to your own extension, be careful to use methods that modify the object. Make sure to copy it as Ruby as the objects you pass around will refer to the same memory. http://stackoverflow.com/a/10974116/486990

                                          So if you iterate $: and use gsub you will be modifying the content of $: which might lead to unexpected result for the rest of the system.

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

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

                                            @unknownuser said:

                                            Looks like there is nothing odd about your $: πŸ˜•

                                            Looks like a permissions issue to me...
                                            Find C:\Users\CAETANO\AppData\Roaming\SketchUp\SketchUp 2015\SketchUp
                                            then with Admin powers, step up one level and select its folder-icon,
                                            ensure it has FULL permissions set for ALL those listed under:
                                            Right-click > Context-menu > Properties > Security > Edit
                                            OK/Apply
                                            Repeat the 'FULL' set up for the folders contents - there should be three subfolders Plugins, Classifications, Tools.
                                            Ensure that the contents of the 'Plugins' folder are all also set 'FULL'.
                                            The permission changes should automatically apply to a folder's contents, but just double-check...
                                            If the 'Plugins' folder is missing try making it ??
                                            try to delete the folder's "cookiejar.xml" file too - it might be corrupted.

                                            Restart SketchUp and test...

                                            If this fails...
                                            I see you have a Vray installation.
                                            Can you disable that plugin, restart SketchUp and retry - to see if it is somehow conflicting ?

                                            Hi Guys,

                                            I've seen a lot have been discussed, but I had the problem solved the hard way... 😞 Uninstalled everything, deleted all the remaining folders and reinstalled everything again...

                                            I've tryied everything that TIG said above but still no success... So what I did was:

                                            • Login as admin and ensured full permissions to every user to folder C:\Users\CAETANO\AppData\Roaming\SketchUp\SketchUp 2015\SketchUp and everything inside it.
                                              -Deleted the "cookiejar.xml" file.
                                              After that, ran SU and didn't work... So I disabled VFS and still didn't work...

                                            So I got mad and unistalled everything!! 😠

                                            But I'd like to thank you for your time to try to help!

                                            All the best,

                                            Caetano

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

                                            Advertisement