[Plugin] SketchUcation Tools 2.6
-
Thanks for you thorough analysis and investigations.
I suspect that is is indeed your company Firewall preventing some SCFapi functions that ping tiny data packets to the SCF server.
There is an update in progress for this toolset, but in the meantime I will PM you a process which should allow you to at least use the other SCF tools, albeit a little less usefully...
Watch for my PM... -
Thanks Tig.
-
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.
-
The API currently does not expose all GUI methods.
We can add menu items, and check them, and grey them,.. but not remove them.
-
@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...
-
Hi all
Some questions about this super SCF-API
Of course, you can answer after Brazil-ColombiaI 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!
-
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" -
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
-
@Rich :
-
Been entered in the wrong account
Can not log out
How do I log out ? -
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
-
There may be dat files in
%LOCALAPPDATA%/Temp/SCF
and
%LOCALAPPDATA%/SCF
-
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
-
ST creates a bundle per device per SU version.
We've something in testing that will negate the need for bundles going forward
-
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 -
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 thePlugins
folder withinC:/Program Files (x86)/Google/Google SketchUp 8/
Select thePlugins
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 findSketchUp.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.
-
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
-
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... -
I will try the .ZIP file technic, thanks TIG
Advertisement