Jayme McColgan Posted December 1, 2025 Share Posted December 1, 2025 I know I'm pretty late to the VW26 game, but I'm trying to get all my plugins ready for release to my users. I'm still waiting for VW to get back to me with the verification file, but in the meantime, I'm just trying to encrypt my plugins... it won't let me. I'm using the same script I've used for the past 4 years. I also double checked it still works in VW24 (my current version) I have downloaded the 2026 version of BatchEncryption.vwlibrary. Am I missing something? The new wiki on GitHub says that EncryptPlugin still exists. Quote Link to comment
Jayme McColgan Posted December 1, 2025 Author Share Posted December 1, 2025 even more confusion... I was reading through https://github.com/Vectorworks/developer-scripting/blob/main/Function Reference/Functions/EncryptPlugin.md It says this, but that isn't an option I can see anywhere. Note: You need to install the Script Batch Process feature from the Vectorworks Developer section of Help → Install Partner Products... menu command. Or you can find the plugin within the SDK distribution. Quote Link to comment
Jayme McColgan Posted December 1, 2025 Author Share Posted December 1, 2025 This is solved... the new unverified plugin window was disabling this, and I didn't notice. 1 Quote Link to comment
Jesse Cogswell Posted December 1, 2025 Share Posted December 1, 2025 I was in the middle of writing out to check that. Kind of ironic that the plug-in library featuring the new AddCredentials function is not verified... Also, the Script Batch Process being in Install Partner Products is a complete lie, at least at the time of this post. 3 Quote Link to comment
AlHanson Posted Sunday at 04:17 AM Share Posted Sunday at 04:17 AM Piggybacking on this as I'm struggling with this process in 2026 as well. •I've downloaded the current SDK for 2026 from https://www.vectorworks.net/en-US/support/custom/sdk/sdkdown •I've copied the BatchEncryption.vwlibrary file into my plugins folder but when launching Vectorworks I get two separate errors: •The first is a system Security alert that tells me it can't open this file because it cannot be verified. •The second is from Vectorworks and it tells me that the BatchEncryption is not compatible with the current version •Trying to run anything that uses EncryptPlugins will fail because this is not loading •I've tried going into the Privacy & Security System Settings and it does show the BatchEncryption.vwlibrary file as something that the system is preventing from loading, but clicking the Open Anyway button doesnt do anything (This is normally for application so I assume this behaviour is normal in this case) Anybody else experiencing this and found the solution? Quote Link to comment
Jesse Cogswell Posted Sunday at 04:22 PM Share Posted Sunday at 04:22 PM (edited) I recently bought a Mac strictly for plug-in testing purposes. I was able to find a workaround for this annoying "feature". In terminal, type: xattr -d com.apple.quarantine <path to .vwlibrary file> For the path, I just did a click and drag of the BatchEncryption.vwlibrary file in Finder to the Terminal directly. Edited Sunday at 04:24 PM by Jesse Cogswell 1 Quote Link to comment
AlHanson Posted Sunday at 10:16 PM Share Posted Sunday at 10:16 PM Amazing! That solved it. Thank you much! Quote Link to comment
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.