Jump to content

klinzey

Vectorworks, Inc Employee
  • Posts

    2,813
  • Joined

  • Last visited

Posts posted by klinzey

  1. @Snacks The majority of the feature you are asking for already exist in Vectorworks.

    In the light info record each symbol has a GDTF Type ID. This links the symbol directly to the GDTF file available in the GDTF Share. 
    The GDTF Type ID is displayed in the GDTF Fixture Builder and uniquely identifies the fixture. 
    In the record you can also specify the GDTF Fixture mode based on the order of the modes in the GDTF file.
    When we create a symbol we fill out this information in the light info record.
    When we added this information to the record a few years ago we updated the information based on the items that were available in the GDTF share.
    When we update a library, we check the symbols in the library to see if new GDTF files were added foe our existing symbols.

    For symbols that contain this information GDTF files can be automatically downloaded and associated with the fixture when exporting the MVR or by using the Update GDTF Files... command.
    We download all the GDTF files directly from the GDTF share so we always get the latest version. We do not create or maintain the GDTF files so we do not ship them as Vectorworks resources.

    You also have access to the GDTF share directly from Vectorworks via the Open GDTF Share Connection... command. This will allow you to browse the GDTF share and download GDTF files directly into Vectorworks.

    Often GDTF files do not exist for the Vectorworks symbol or the GDTF file is created after the Vectorworks symbol has been released.

     

  2. Customization of the Lighting Device OIP is done in the Spotlight Preferences dialog in the Lighting Device Parameters pane.
    Parameters in the OIP may have the same name but the worksheet name shown in the dialog must be unique.
    When importing data the worksheet name will be used to match fields.

  3. The large one is a group made up of hybrid symbols. The smaller one is group of groups containing only 3D geometry.

    Also the instructions from Justin on how to create truss are designed to be used with the truss plugin object. The truss object is designed to deal with truss symbols that contain both 2D and 3D geometry so it can be rotated unlike a simple symbol.

    • Like 1
  4. What is your first universe?
    "Unlimited" is 255 universes.
    Vision always starts a universe 1 and and goes to universe 255.
    Have you verified that your console is outputting more that 16 universes?
     

  5. Yes, we do it all the time and it does not require the VizKey.
    You want to select the machine's IP address an NOT the loop-back adapter in the MA3.
    Vectorworks listens and broadcasts on all open network interfaces.

    I usually start the session on the MA3 and create the group there.
    In Vectorworks I can then select the group from the list to make the connection.

    If you create the group in Vectorworks you have to remember to correctly type the group name in the MA3.

    Setting it up and using the xchange in MA requires a few more manual steps.
    https://help.malighting.com/grandMA3/2.0/HTML/remote_inputs_mvr.html

  6. Neutrik only allows the use of the powerCON®,  powerCON® TRUE1, etc. on devices that use the official Neutrik connector.
    Since not all devices use the official Neutrik connector we have to use generic names.
    The generic name for the powerCON® TRUE1 is Power Twist CBC. CBC stands for "connector with breaking capacity" which is what makes the powerCON® TRUE1 unique.

    If you add the connector I recommend you also that is is connectable with the Power Twist CBC.

    • Like 3
  7. Vision does not see "Channels" shown are only there for user convenience. 
    Vision is only going to see DMX data.
    What DMX addresses are being controlled by those channels?
    If you are trying to do something specific we need to know what mode you are using in Vision and look at the specific attribute/DMX address you are trying to control.

  8. Just to add more details about the slow selection.
    This issue is specifically with selecting lighting devices when the file contains GDTF resources.
    If your file doe not contain GDTF resources you should not be experiencing slowdowns when selecting the lighting device.

  9. .vs and .px files are include files Vectorscript. This is the Vectorscript forum, so the answers are Vectorscript specific.
    Python uses .py files for includes. I don't remember offhand if there is a way for python to specify which files should be encrypted and which one should not.
     

  10. @SamIWas Using the Caps Lock-Shift-whatever keys should copy all the code into the .vso/.vst file then encrypt and obfuscate if your code is directly in the plug-in.
    If you are using include files, files with the .vs extension will NOT be encrypted/obfuscated and appear in plain text if you open the .vso/.vst file with a text editor. Include files with the .px extension will be encrypted/obfuscated.

    The batch encryption plug-in is usefully when you need to process a bunch of plugins but it follows the same rules as the manual process.

    • Like 3
×
×
  • Create New...