Jump to content

C. Andrew Dunning

Member
  • Posts

    1,174
  • Joined

Posts posted by C. Andrew Dunning

  1. 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.

    • Like 2
  2. 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?

     

    • Like 2
  3. 44 minutes ago, pmorberg said:

    Hi, 

     

    I have a stage that includes a round stage in the front and some triangles.

    I just cannot figure out how I shall do the setup so VW understands I have the risers for this.

     

    See attached files.

    Thanks in advance!

     

     

     

     

    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.

     

    • Like 4
  4. 6 hours ago, Jake Wilson said:

    Well Don't I feel like an idiot.

     

    Life lesson, dont ask till you've scrolled all the way down. 😅

     

    LOL.

     

    Don't worry about it.  I developed the tool and sometimes forget features I created...  😉

     

    • Like 1
  5. On 3/14/2024 at 4:00 PM, alex92 said:

    I don’t realy understand why the count of 11 will be right. At the firm we have wentex pipe and drape. This system uses a horizontal with velcro. So my curtains can be longer then my horizontal ledgers of my pipe and drape. So if i have a piece of pipe and drape that is 12m in total and i have curtains of 4m width, I only need 3 pieces instead of the 4 pieces vectorworks suggests. In the previous versions this never was a problem and now it is. 

     

     

    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..

  6. 20 minutes ago, alex92 said:

    m.@C. Andrew Dunning

    I don't understand why the stock drape width is maximum the length of the horizontal ledgers.

    We have 2 pipe and drape systems at our firm. Both systems use ledgers with velcro. So it is possible to hang 3 drapes of 4m width on a pipe and drape of 11m consisting of 4 horizontal ledgers of 3m width. This has never been an issue before?

     

    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.

  7. 3 hours ago, Marc Powell said:

    I've created a plug in object that has several definitions.  I need to create multi line text within the PIO somehow to be referenced by a Data Tag (like how a callout uses a multiline text box).

     

    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)

     

  8. 5 hours ago, kdenham said:

    I'm looking to use an upright truss and base as the stand for a monitor that is being used for teleprompter. I've also own @C. Andrew Dunning Producer Pack 3.

     

    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.

     

  9. 31 minutes ago, alex92 said:

    I have a problem with the soft goods tool. If I draw a pipe and drape, the total drape count isn't right. I always get the number of sliders instead. So the total drape count doesn't change if i change the stock drape width.

     

    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...

     

    • Like 1
  10. 11 minutes ago, Tyrrellian said:

    all i want to do is add my own jpg image to a projection screen

     

    In your VW file, create an Image-Based Texture.  Select the Video Screen object.  Click the "Edit Screen Image..." button in the OIP.  In the picker in the upper left-hand corner of the dialig that opens, select the Texture you just created.  Click OK.

     

    • Like 1
  11. 2 minutes ago, Josh_M_Gill said:

    Hello,

     

    I was wondering if it were possible to convert  pipe and drape to stanchions and vise-versa?

     

    No.

     

    3 minutes ago, Josh_M_Gill said:

    Would almost be idea if in the softgoods tool under "Function" there were a dropdown option for stanchion as well as Curtain/Border/Pipe and Drape.

     

    When developing Stanchion Layout I toyed w. such an idea.  The tools "think" differently enough that I scrapped that thinking early-on.  Not a bad question, though...

    • Like 1
  12. 3 minutes ago, Sam Jones said:

    Not a big concern or rocket science, but I like to avoid the collecting global value, saving value, changing value, do operation, change value back collection of calls.

     

    A thought:  Create a Procedure called "JonesTextPlace.  In it, make all of the text settings you'd like - size, alignment, justification, etc.  Bookend everything w. PushAttrs & PopAttrs.  Doing that will reset values automatically.

     

    • Like 1
×
×
  • Create New...