VS:EncryptAllPlugins: Difference between revisions

From Vectorworks Developer
Jump to navigation Jump to search
m (1 revision)
No edit summary
 
Line 19: Line 19:


-----------------------------------------------------------------------------------------------------------
-----------------------------------------------------------------------------------------------------------
<remark></remark>
<remark>
This function is provided by an external plug-in that is not provided by the normal distribution of Vectorworks.
 
The plug-in is called ‘BatchEncryption’ and can be found inside ‘ToolsWin’ or ‘ToolsMac’ folders of the corresponding Vectorworks SDKs.
 
The Vectorworks SDK can be downloaded here:
http://www.vectorworks.net/support/custom/sdk/sdkdown.php
</remark>


-----------------------------------------------------------------------------------------------------------
-----------------------------------------------------------------------------------------------------------
Line 25: Line 32:


-----------------------------------------------------------------------------------------------------------
-----------------------------------------------------------------------------------------------------------
<seeAlso></seeAlso>
<seeAlso>[[VS:EncryptPlugin]]</seeAlso>


-----------------------------------------------------------------------------------------------------------
-----------------------------------------------------------------------------------------------------------

Latest revision as of 15:43, 5 January 2015

Description

This will do batch encryption of all VectorScript plug-ins in the Plug-ins folder.

PROCEDURE EncryptAllPlugins;
def vs.EncryptAllPlugins():
    return None

Remarks

This function is provided by an external plug-in that is not provided by the normal distribution of Vectorworks.

The plug-in is called ‘BatchEncryption’ and can be found inside ‘ToolsWin’ or ‘ToolsMac’ folders of the corresponding Vectorworks SDKs.

The Vectorworks SDK can be downloaded here: http://www.vectorworks.net/support/custom/sdk/sdkdown.php

Version

Availability: from Vectorworks 2014

See Also

VS:EncryptPlugin

[[VS:EncryptPlugin]]