Jump to content

klinzey

Vectorworks, Inc Employee
  • Posts

    2,550
  • Joined

  • Last visited

Posts posted by klinzey

  1. First make sure you are in the Spotlight workspace. If the Light Info Record is attached to the symbol the instrument insertion tool will automatically activate if it is available in the current workspace. If the instrument insertion tool is not in the current workspace it can't be activated.

  2. You can't lock the plan rotation without locking the entire placed object. Locking or modifying the symbol will have no effect.

    If you are trying to make the 3D geometry remain in the same position as the 2D and not have independent tilt and pan you can edit the symbol and detach the "Parts" record from each part of the object.

  3. The Octagon shape is created automatically and can not be edited.

    Shapes should be drawn actual size, it does not matter what scale.

    If you want a different size Octagon you can just draw one and add it to the file. If you want to use it as your default shape you can change the defaults in the preference dialog of the focus point insertion tool.

  4. Robert,

    It's not clear from your description where the problem is.

    Is the problem that the symbols are inserting as symbols and not lighting devices?

    If this is the problem you need too have the light info record attached to the symbol before Vectorworks will automatically recognize it. Take a look in the Vectorworks Help under "Instrument and Accessory Specifications" for details on how to properly attach the record.

    If you are having problems making or using symbol libraries files you can take a look at the "Using Vectorworks Resources" in the Vectorworks Help.

    Kevin

  5. The beam color is determined by the "color" field of the lighting device. The only exception is when there is no color, then the beams are drawn in black or white depending on the background.

    Since you are still using 2010 there may be a bug that is causing the problem. Try setting the color field to something like R99 or (1,1,1) and see if the beams draw.

  6. 12.5 still uses the Gobo Projector.

    There is no way to hide the polygon, it it what actually contains the texture. If you do anything to hide it, it will hide the texture and the Gobo will not render. It's the geometry that is actually casting the Gobo.

  7. Any strings used in the code that need to be localized should be exposed as plug-in strings.

    Localization must be done for each language. Typically this is done by the localizing distributor.

    There is a tool available for localizing plug-ins available.

    The tool is not pubically available, please send me a private message with your email address and contact information and I can make arrangements to provide you with the tool.

    Kevin

  8. You don't say what version you are using but from the looks of it probably an older version on the Mac.

    First try inserting a different symbol and see what happens in a new document just to make sure the LL did not get inserted in the symbol.

    The next step would be to try deleting your preferences folder.

    Quit VW and delete:

    HD > Users > (User's Home Folder) > Library > Application Support > Vectorworks > (Version Number)

  9. It may not work but it would be:

    Message(Concat('Increment Dimmer: ',DimVal,CHR(13),'Increment Channel: ',ChanVal));

    but I'm not sure if a message window will properly deal with a return character on both platforms. I have some memory of it working on one platform but not the other.

    Kevin

  10. These are just Warnings and not errors.

    The only reason you are seeing them is that you have Stop on Vector Script warnings turned on in the Preferences.

    If you are having a problem it is not due to these warnings.

  11. Wow 12.5!

    Lots of changes have been made since 12.5.

    Check for another record attached to lighting device symbol.

    I think earlier versions of Spotlight would read from all records attached to the symbol and if you had a record with the field say "Channel" that information would overwrite the information you entered.

    The only record that should be attached to the lighting device symbols should be the "Light Info Record" for 12.5.

    If you are also using Autoplot this is the most likely cause.

  12. The recommendation is to begin with the version of Quicktime shipped with the application. Usually it's safe to upgrade but there have been problems caused by different versions of quicktime in the past.

    Also, depending on how Quicktime was installed it may be missing optional components required by VW.

  13. There is no direct access to the color name but you can get the RGB values from the record attached to the texture.

    The record name for 2010 and 2011 is different.

    For 2010

    R=GetRField(TextureHandle,'NNAPlain Color','Color');

    G=GetRField(TextureHandle,'NNAPlain Color','Color G');

    B=GetRField(TextureHandle,'NNAPlain Color','Color B');

    After that you can use RGBtoIndex and then IsUserColor to get the color name. You must use a DYNARRAY[] OF CHAR for the IsUserColor .

×
×
  • Create New...