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

[Plugin] SketchUcation Tools 2.6

Scheduled Pinned Locked Moved Plugins
212 Posts 58 Posters 116.6k Views 58 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.
  • D Offline
    Dan Rathbun
    last edited by 3 Jul 2014, 15:14

    The API currently does not expose all GUI methods.

    We can add menu items, and check them, and grey them,.. but not remove them.

    I'm not here much anymore.

    1 Reply Last reply Reply Quote 0
    • T Offline
      TIG Moderator
      last edited by 4 Jul 2014, 08:17

      @jclements said:

      When disabling a script, it is moved to the right pane and is displayed in red text. Should it also be removed from its respective SU Submenu? It is not happened for me (SU has to be closed and reloaded).

      SU2014, Windows 7, Chrome browser.
      If you read the usage notes, or the tooltip on the right column... When you disable a Plugin/Extension that is currently Enabled/Loaded, then it remains loaded during that session, when you restart SketchUp it will be Disabled.
      That's why it's colored Red to remind you that it is still Loaded but will not be next time.

      Although you can add menu items as a Plugin loads you cannot do the inverse...
      You cannot remove a menu item.
      If can be made 'greyed-out', BUT the code for an individual Plugin needs construing to allow this - we are not likely to be able to access 3rd party code for that...

      Even if there were API menu.remove... methods, then we would still need to get the reference to each plugin's menu-item[s], which is again somewhat convoluted when you have not coded it originally...

      And I haven't even touched on Toolbars yet... πŸ˜’

      TIG

      1 Reply Last reply Reply Quote 0
      • P Offline
        pgarmyn
        last edited by 4 Jul 2014, 20:50

        Hi all
        Some questions about this super SCF-API
        Of course, you can answer after Brazil-Colombia

        I tested the SCF-api by sending some events. Is the timestamp of each event the local time of the user or the local time of the author?
        What can be stored in each value of SCFapi.store_event : special caracters? length? .....
        API stats graphs : Is there a way to exclude certain events, actions or labels. We can of course filter them in XLS and make our own graphs.
        Is there more documentation for this ? I found the help tab (http://plugins.sketchucation.com/index.php?m=plugins-help%26amp;p=help-summary)

        Are there plans to include a licence server in this API? It could be a usefull extension. The SCF-API could pass autorisation to the plugin, based on the unique user-key, time, the plugin version .... The author has to dress a list of the authorized users, in relation to versions, timelimits, .... on the SCF server. Of course commercial plugins would pay for this service!

        1 Reply Last reply Reply Quote 0
        • P Offline
          pgarmyn
          last edited by 5 Jul 2014, 08:49

          In addition to my previous post it could be useful to have the local user time and the difference from UTC for each event (%z)
          Time.now.strftime "%Y-%m-%d %H:%M:%S %z"

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

            These ideas are best documented in the Plugin Authors forum.

            Our API is in constant flux as we add new features.

            We are also updating the docs soon with examples

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

            1 Reply Last reply Reply Quote 0
            • P Offline
              pgarmyn
              last edited by 5 Jul 2014, 20:10

              @Rich : πŸ‘

              1 Reply Last reply Reply Quote 0
              • O Offline
                obang12
                last edited by 10 Jul 2014, 09:50

                Been entered in the wrong account
                Can not log out
                How do I log out ?

                1 Reply Last reply Reply Quote 0
                • P Offline
                  Palmer
                  last edited by 21 Jul 2014, 18:12

                  Hello

                  Is there a way to edit my Bundles in SketchUcation Tools 2.6? Or delete them and start from scratch? I'm needing to rebuild my system and would like to start fresh with a reinstall of SU 2014 and get rid of any old plugins or extensions.

                  Thanks for the great tool but just need a little more info on management.

                  Thanks

                  Richard Palmer

                  1 Reply Last reply Reply Quote 0
                  • D Offline
                    Dan Rathbun
                    last edited by 21 Jul 2014, 19:51

                    There may be dat files in
                    %LOCALAPPDATA%/Temp/SCF
                    and
                    %LOCALAPPDATA%/SCF

                    I'm not here much anymore.

                    1 Reply Last reply Reply Quote 0
                    • P Offline
                      Palmer
                      last edited by 21 Jul 2014, 20:14

                      Thanks Dan. I found that as I add plug ins to my fresh install of SU that a new Bundle appears in ST 2.6. I'll look for the .dat files you mentioned as well.
                      @dan rathbun said:

                      There may be dat files in
                      %LOCALAPPDATA%/Temp/SCF
                      and
                      %LOCALAPPDATA%/SCF

                      1 Reply Last reply Reply Quote 0
                      • R Offline
                        Rich O Brien Moderator
                        last edited by 21 Jul 2014, 20:17

                        ST creates a bundle per device per SU version.

                        We've something in testing that will negate the need for bundles going forward πŸ˜‰

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

                        1 Reply Last reply Reply Quote 0
                        • dereiD Offline
                          derei
                          last edited by 30 Aug 2014, 09:53

                          cannot install plugins under Windows 8 😞 ... in SU Status bar it says "Sketchucation Archive Installer..." but in the end, no plugin installed.
                          And in Ruby Console I get this:

                          Error; #<Errno;;EACCES; Permission denied - C;/Program Files (x86)/Google/Google SketchUp 8/Plugins/t999>
                          (eval);935;in `delete'
                          (eval);935;in `installable?'
                          (eval);226;in `getplugins?'
                          (eval);1018;in `rbzInstaller'
                          (eval);1249;in `rbzDirect'
                          (eval);1125;in `loadHandler'
                          (eval);466;in `loadFromURL'
                          (eval);1173;in `new'
                          (eval);935;in `call'
                          (eval);935
                          

                          How can I fix that?
                          Thanks

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

                          1 Reply Last reply Reply Quote 0
                          • T Offline
                            TIG Moderator
                            last edited by 30 Aug 2014, 11:23

                            Looks like a 'permissions' issue. πŸ˜•
                            Covered thousands of times before !
                            There's even a help page in Tuts...
                            But here's a prΓ©cis...

                            To 'install', then 'manage' your plugins you need to be have the ability to read/write/overwrite files in the default Plugins folder.
                            With "Admin-powers" [first off, give yourself them in the Users Control Panel if not].
                            Find the Plugins folder within C:/Program Files (x86)/Google/Google SketchUp 8/
                            Select the Plugins folder's icon, right-click > Context-menu > Properties > Security > Edit ensure everyone listed has FULL permission to read/write ticked > Apply/OK.
                            Check that these newly reset FULL permissions have filtered down also apply to its files, subfolders, their contents etc.

                            Also change SketchUp to always run as an admin...
                            To do this...
                            In the same SketchUp folder find SketchUp.exe, select its icon, right-click > Context-menu > Properties > Compatibility > 'Privilege Level' pane - tick the box 'Run this program as an administrator' > Apply/OK.

                            In v2014 this permission issue is resolved since each User gets their own Plugins folder with full permissions preset.

                            TIG

                            1 Reply Last reply Reply Quote 0
                            • iichiversiiI Offline
                              iichiversii
                              last edited by 25 Nov 2014, 22:01

                              This plugin stopped working for me, everytime i launch it i get this message

                              "This plugin is no longer support, please upgrade by clicking the button below. After the upgrade you will need to restart sketchup."

                              So i click the upgrade button and after the upgrade is complete i restart sketchup but the same message pops up again, now i am using sketchup version 8 from the good old google days so could this be the problem and if so is there an older version of sketchucation store plugin i can install.

                              Upgrading sketchup isn't an option for me at the moment, i need to stay on version 8

                              Thanks in advance if someone helps me out with this πŸ‘

                              Bring on the Rain...

                              1 Reply Last reply Reply Quote 0
                              • T Offline
                                TIG Moderator
                                last edited by 25 Nov 2014, 23:03

                                Have you tried downloading the latest version from the PluginStore [v2.6.1] ?
                                You can install its RBZ from v8's Preferences > Extensions > Install... button...
                                Restart SketchUp to see the changes.

                                You must have a version of v8 [>=v8M2] that allows this, or how else have you used it before ?
                                BUT if you don't ! then change the .RBZ file suffix to .ZIP, then extract its contents, keeping the files inside their subfolders where appropriate, and install everything manually into the v8 Plugins subfolder, overwriting existing files...

                                TIG

                                1 Reply Last reply Reply Quote 0
                                • iichiversiiI Offline
                                  iichiversii
                                  last edited by 27 Nov 2014, 18:02

                                  I will try the .ZIP file technic, thanks TIG πŸ‘

                                  Bring on the Rain...

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

                                  Advertisement