Search the Community
Showing results for tags 'scripting'.
-
Version 2025.0
33 downloads
How to Use the Marionette Script: Step 1: Install the Pillow Library The script requires the Python library Pillow for image processing. If you’re unsure whether you’ve installed it before, you can safely install it again. To install: 1. Select the Install Pillow node in the...- 1 review
-
- 4
-
-
- marionette
- texture
-
(and 3 more)
Tagged with:
-
I'm asking if there is a way to script calculation of minimum sawn edge for a repeat tiling pattern given a known set of rules. If there's a way of solvng this mathematically without CAD I'd be very interested in that solution (it feels like there would be). A client asked me if I c...
- 2 replies
-
- tiling
- irregularpolygon
-
(and 2 more)
Tagged with:
-
I am having trouble finding a guide on creating plug in objects. I have built 20ish scripts that all work fine and would like to build a plug in object similar to the built in Reference Marker tool with custom parameters and layout. Can someone point me at a step by step guide or supply sample code...
-
Hello, I’m wanting to start to push the boundaries of what can be done with Vectorworks, and am seeking direction for best practices, Scripting resources, and or any additional materials that you may deem helpful in this endeavor. Really looking to program repeat tasks and sequ...
-
Is it possible to get the filepath of a document using Applescript? I didn't know where exactly to post this question. Thanks for any help.
-
When adding scripts to worksheets, there is a dialog box that pops up every time saying would you like to block or execute scripts in this worksheet? Question: Can we somehow block or execute this option, through a script?
- 3 replies
-
- worksheets
- vectorscript
-
(and 1 more)
Tagged with:
-
Greetings and Happy New Year to you all, Has anyone figured out how to duplicate an object (locus,symbol) along a 2D path, be it a polyline, polygon? Developing a plugin to take a symbol object and have it duplicate along the Plugins 2D path (this being a 2D poly path plugin...
-
Hi all, I am creating a Linear plug-in object, and trying to catch and respond to the event where a user changes the LineLength by moving one of the two built in control points of the object. However, I cannot seem to figure out what event / state change this qualifies as. T...
-
I created a plugin object using python. The main code was pasted into the script editor via the plugin manager. I compiled the script and the plugin item works as it should. Now I would like to lock the script. I'm on a mac and recently made the jump from Vectorworks 2008 to 2016. In the pa...
-
Greetings, Anyone know the maximum size of characters a Parameter/Record field can hold? Needing a place to store a series of xyz co-ordinates from a user-defined polygon. And thinking to store it in a static text parameter of my pio. There's no way to foreknow the numbe...