Jump to content

C. Andrew Dunning

Member
  • Posts

    1,174
  • Joined

Reputation

455 Spectacular

Personal Information

  • Occupation
    Lighting Designer
  • Homepage
    www.landrudesign.com
  • Location
    United States

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

  1. A nice way to describe the life of a developer... 😉
  2. At this time, the VW inventory system doesn’t recognize 3rd-party objects (including ours). That being said, as @JustinVH mentioned, @Scott C. Parker might know of a development that hasn't hit my radar, yet.
  3. Greetings from Music City, USA! Yesterday we released updates for all of our tools. While several of the tools exhibit evident refinement and bug fixes, the changes for others are "under-the-hood." For example, there is a new VideoScreen 4 Image Picker dialog and speaker and bumper Symbols can now contain embedded Symbols. Most of the adjustments are direct responses to user input... MANY thanks to the folks at the Mothership for sharing bug-reports and counsel! See our Plug-Ins page for more info.
  4. Is this in Library/Catalog mode or Symbol mode? Does this happen w. the Preferences dialog or w. an already-placed object? Does VW freeze or does it simply take a really long time to re-generate the object? If Symbol mode, how intricate is the given Symbol?
  5. As of the September release, the Landru Design version of the audio tools includes this feature.
  6. Have you tried the Stage Plug tool? It echoes the Polyline tool in that each instance can include a mix of straight faces, curves, and arcs.
  7. LOL. Don't worry about it. I developed the tool and sometimes forget features I created... 😉
  8. Look for the "Tilt" parameter in the OIP.
  9. Delving into this...another question: In calculating Pipe-and-Drape panel counts, the tool "sees" each upright-to-upright segment independently. So...on the "horseshoe" pipe-and-drape run, each upright-to-upright segment that is equal-to or less-than the stock drape width "gets" a panel. So, using your 4m example, "11" is correct..."Working As-Designed." IF, though, you are wanting to (essentially) ignore the uprights, the overall run length is 31.78m and the panel count would be 8. Is THIS what you're wanting? This is a very different animal. The overlap graphic display issue I mentioned is not W.A.D... 😞 I also sent you a DM..
  10. Nothing has changed in this part of the code recently. My suspicion is 1 or more things are at-play, here: The panel count routine measures the actual distance between uprights (not center-to-center). So, the OIP might show a spacing of 3m that is actually 2.99m. The panel count routine doesn't allow for any sort of "precision allowance" that arguably should/could be factored in, considering the nature of dealing w. fabric. There might be an inconsistency between the panel count routine and that that draws the break markers. Some simple error-trapping needs to be relaxed a bit. Any way, like I said in my response to your initial post, addressing this is definitely on the "To Be Addressed"/"Gotta Fix" list. You are not being ignored or brushed off; delving into this will simply take some time.
  11. This might help: CreateText (TxtStr1); (Creates block of text) TxtHndTmp := LNewObj; (Assigns the block of text to a handle) SetTextWrap (TxtHndTmp,true); (Tells the text block to wrap) SetTextWidth (TxtHndTmp, PBlkWdth); (Tells the block of text how wide it is to be)
  12. There isn't an automatic way to do this. You'll have to build your truss structure and use a television casing Symbol that includes a mounting bracket.
  13. @benghiat's Projection Viz allows for this. https://benghiatlighting.com/software/product/projectionviz-1/#description
  14. Using the "horse-shoe" shaped instance as a reference, there are 2 things going on in your file: The longest distance between the verticals is 2.95m (measured from inside of vertical to inside of vertical) or 2.99m (measured from vertical centers). So, as your stock drape width is more than that, the count of 11 is correct. While there is not overlap, the overlap graphics are still being created on the long sides. That part is not correct. I confirmed the same issue in both the Spotlight and the Landru version of the tool. Now on the "Gotta Fix" list...
×
×
  • Create New...