Jump to content

Search the Community

Showing results for tags 'script'.

  • Search By Tags

    Type tags separated by commas.
  • Search By Author

Content Type


Forums

  • Announcements
    • Announcements
    • News You Need
    • Job Board
  • Feedback
    • Roadmap
    • Wishlist - Feature and Content Requests
    • Known Issues
    • Wishes Granted / Issues Resolved
    • Forum Feedback
  • General
    • Troubleshooting
    • General Discussion
    • Architecture
    • Site Design
    • Entertainment
    • Vision and Previsualization
    • Braceworks
    • ConnectCAD
    • Energos
    • Rendering
    • Workflows
    • Buying and Selling Vectorworks Licenses
    • Hardware
  • Customization
    • AI Visualizer
    • Marionette
    • Vectorscript
    • Python Scripting
    • SDK
    • 3rd Party Services, Products and Events
    • Data Tags
  • Solids Modeling and 3D Printing
    • Subdivision
    • Solids Modeling
    • 3D Printing
  • Vectorworks in Action
  • Archive
    • Resource Sharing
    • Machine Design

Calendars

  • In-Person Training - US
  • In-Person Training - UK
  • Coffee Breaks
  • Essentials Seminars
  • Webinars
  • Community Groups

Categories

  • Knowledgebase
    • Tech Bulletins
    • Troubleshooting
    • Workflows
    • How To
    • FAQs

Categories

  • Marionette - Objects
  • Marionette - Networks
  • Marionette - Nodes
  • Marionette - Menu Commands

Product Groups

There are no results to display.


Find results in...

Find results that contain...


Date Created

  • Start

    End


Last Updated

  • Start

    End


Filter by number of...

Joined

  • Start

    End


Group


Occupation


Homepage


Hobbies


Location


Skype

  1. Hello, I am hoping to get some help with a potential marionette script. I am a novice at marionette and have no idea if this is even possible, but basically I'm hoping to Create Plants from a very basic circle for all plants marked as Favorites in the Vectorworks Plant database. Additionally, it would be great if you could assign the Plant Definition's width, height, spacing, ID, etc. from information present in the database. I don't know if marionette can access outside database information and then put it in the right place within a Plant Definition. I actually don't even know if it is possible to create a plant from marionette. Thanks in advance for the help.
  2. Hello, I am hoping to get some help with a potential marionette script. I am a novice at marionette and have no idea if this is even possible, but basically I'm hoping to Create Plants from a very basic circle for all plants marked as Favorites in the Vectorworks Plant database. Additionally, it would be great if you could assign the Plant Definition's width, height, spacing, ID, etc. from information present in the database. I don't know if marionette can access outside database information and then put it in the right place within a Plant Definition. I actually don't even know if it is possible to create a plant from marionette. Thanks in advance for the help.
  3. Does anyone know if it's possible to create a script set the active class. I'd like to have a small palette on screen that sets my most used classes as the active class. This would give a much quicker way of getting to the classes I need the most without constantly searching through the full class list. I'm aware you can do it with saved views (as I've shown on the attached screenshot) but if possible I'd prefer to have it in a seperate list.
  4. Vectorworks allows you to enter a description of a layer or class in the edit layer/class dialogue. This from VW Help about class descriptions (the same applies to layer descriptions): "The description displays as a screen tip when you position the cursor over the class name in the Organization dialog box, Navigation palette, or (on Mac only) the Classes list from the View bar. Descriptions also display in the New Classdialog box, so that you can see descriptions of classes before you import them". That is great however it seems to fall down when a new classes or layer is created by duplicating an extg one. I often duplicate classes or layers so that the new class/layer has the same attributes & viewport visibilites as the original. Unfortunately it also duplicates the class/layer descriptions which may then also not apply to the use of the new class/layer. I want to easily be able to manage these descriptions in my files however the descriptions aren't listed in the organisation dialogue box. Is there a simple script out there somewhere that can create a worksheet that lists the name and descriptions of classes and layers in a file? In addition it would ideally be possible to edit the descriptions straight from the worksheet.
  5. Theres no documentation I could find on setting up your plugin/plugin object to recieve/set plugin styles. Anyone knows?
  6. Hi everyone, I have been wondering the new title block feature - is there a way to callout a time stamp (as opposed to a date stamp) for the titleblock? The time stamp tool doesn't work inside of the titleblock, and was wondering how that could be fixed? It useful in determining the latest revision of a set that might've not been issued as a new revision or a new issue set. Hoping to get some suggestions. The secret i think is in the new pop-up feature shown in the sheet and project dataset? Now, only if i knew a way to callout the timestamp function....
  7. Hi everyone, I'm trying to export to WebView a small project, the file upload to the Vectorworks server, but when is goinf to open the browser to show the model gives me a script error. And I'm unable to view the model. I've been using webview for other projects and never had an issue. I'm using Vectorworks 2017 macOS Sierra Safari as default browser..
  8. 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 past when creating a vector script I could lock it by holding down 'command' + 'option' + 'shift' + 'caps lock' (it was important that all external files had the extension .px) Now i'm in 2016 and scripting with Python. I only have 1 other file in addition to "import vs", which is, "import shapes" when i compile my script (shapes.py). It finds this file via the scripts options/environment paths. How do I go about locking or encrypting this plugin object? also, I do have a __init__.py file included in the folder that contains shapes.py
  9. Hi, I need some help with custom plug-ins. I created a custom plug-in with a custom point object. It seems to work fine Now I need to create a command that will be executed from a menu that invokes the tool to place the custom point object in the document. I've been looking around but I don't seem to find how to do it. My questions are How to invoke the tool for the custom point object from the command script How to set up the parameters for the custom tool (Height, Width, etc.) for the new object I'm about to create Thanks in advance.
×
×
  • Create New...