Jump to content

Wesley Burrows

Member
  • Posts

    445
  • Joined

  • Last visited

Posts posted by Wesley Burrows

  1. 6 hours ago, Christiaan said:

     

    Seems to be a one-man-gang type of app. There's no web service attached to this is there?

     

    Yeah, it's definitely geared towards a solo setup.   No web service that I'm aware of.  

     

    I really like that I can assign files, directories, etc to a project and it will track time without my intervention.  But probably not super helpful for a team environment. 

  2. 21 minutes ago, JimW said:

    Did something go wrong with the original download for the laptop? It looks like there are 3 versions of it in /Users/wburrows/Dropbox (Vista Production)/Working Plots/000 - Stuff/VW 2018/ or similar. I recommend uninstalling Vectorworks 2018, deleting those other installers manually, download the installer directly to your desktop and then run the newly downloaded one to reinstall. If that STILL fails and crashes on launch, get in touch with tech@vectorworks.net directly. 

     

    (Include a new system profile in your initial email to speed things along, they will most likely ask for it first thing.)

     

    The first install didn't accept my serial # for install no matter what I did.   I re-downloaded it and then it accepted it,  but after a seemingly successful install, it would crash on launch.  I tried your suggestion,  same result.   I've contacted the email above. Thanks! 

  3. Is it possible to save a document to a different file without user intervention that will work in the background?   I currently have one, File Name - Master.vwx which is my WIP always current version.   I'm writing a script that will update the Revision # & Date in the title block (I have this working), but then I want it to save the document with File Name - V#.vwx in a /revisions folder or similar.    

     

    I can get it to sort of do this with the SaveActiveDocument function, however, Vectorworks automatically opens the new file,  which I don't want.  I want to keep the Master WIP version loaded.   I tried adding a second SaveActiveDocument call after this to re-save the original file name and re-open it,  but this fails.  I assume it fails because that document already exists and you can't overwrite it.    Is it possible to force the function to overwrite an existing document?

     

    Basically I want the functionality of Save A Copy As without user intervention if possible.     Anyone have any suggestions? 

    • Like 1
  4. 20 hours ago, zoomer said:

    My problem is that "cropped perspective"

    which I never ever want,

    since VW 2017 very often activates itself.

     

    My experience has been the same.  It seems to activate itself.   I can find rhyme or reason to it.

     

    UPDATE:

     

    It seems as though if I'm looking through camera with "Cropped Perspective" deactivated,  I quickly try to change views without thinking,   say hitting #6 on my numpad (instead of going to a top/plan view first),  and realizing what I did hit cmd+z to undo it.   After you undo your view change it seems to auto-activate.    Is this a bug or the intended behavior?   I don't recall it doing this in 2016.

     

  5. This is probably a stupid question.  But sometimes (seemingly randomly) when I double click a camera on top/plan view I get the attached,   rather than the full screen view from the camera,  When it happens it seems as though all the cameras do it,   what on earth am I missing?  When I add a new camera it also looks like this,  which leads me to believe I inadvertently switched some view setting with a keyboard shortcut.  Thanks!

     

    -Wes

    Screen Shot 2017-08-25 at 11.03.22 AM.png

  6. Ok, well i fixed it by changing the GetRField Handle to FsActLayer.     Now I just need to figure out how to get the script to select anything with the title block  "Vista Title Block" record.  So I don't have to select the sheet border or anything for it to work.   I also want to get it to update it across all sheets.   Even though I'm updating "P_Revision Number"  It only updates on the currently selected sheet.  Thoughts?

     

    Procedure Update_Rev;
    
    VAR
    	current_rev :INTEGER;
    	new_rev :INTEGER;
    	hd: HANDLE;
    
    Begin
    	current_rev:=Str2Num(GetRField(FSActLayer,'Vista Title Block','P_Revision Number'));
    	new_rev:=current_rev + 1;
    	SetRField(FSActLayer,'Vista Title Block','P_Revision Number',Num2Str(0,new_rev));
    End;
    
    {---------------------------------------------------------------------------------------}
    
    Run(Update_Rev);

     

  7. I'm trying to write a script that will update the P_Revision Number field on my custom title block + 1 of the current value.   I have the below,  but everytime I try to read the record it only returns 0.   The default value of the revision field is 1.

    Procedure Update_Rev;
    
    VAR
    	current_rev :INTEGER;
    	new_rev :INTEGER;
    	hd: HANDLE;
    
    Begin
    	current_rev:=Str2Num(GetRField(hd,'Vista Title Block','P_Revision Number'));
    	new_rev:=current_rev + 1;
    	SetRField(FSActLayer,'Vista Title Block','P_Revision Number',Num2Str(0,new_rev));
    End;
    
    {---------------------------------------------------------------------------------------}
    
    Run(Update_Rev);

    What am I missing?

     

    Record format for Title Block attached.

     

     

    Screen Shot 2017-08-21 at 10.07.14 AM.png

  8. Hi!  I have a MacPro Desktop and MacBook Pro laptop w/ VW Spotlight 2017.  I use the Desktop for 90% of my work and the laptop for 10% (airplanes/site surveys/etc),  never using them both simultaneously.   I am trying to have my plugins/works spaces/pio defaults stay in sync between the machines so when I have to leave town with my laptop it's the same user experience as home.  (from a UI standpoint) 

     

    Currently I'm using resilo-sync to have a two-way sync of these folders:

     

    /Users/*user name*/Library/Application Support/Vectorworks (for workspace/3rd party plugins/custom title blocks etc)

    /Applications/Vectorworks 2017/Plug-Ins  (for pio defaults)

     

    This setup works ok,  but VW asks me to activate it anytime I switch between the machines,  not a big deal,  but slightly annoying.     I'm sure I'm doing this a dumb way,  looking for any suggestions to improve on this.

  9. Is there any information on the horizon as far as upcoming updates to the program,  features, etc.   My renewal is coming up and just curious whats out there.   So far the program has done what I needed it to do,  but it sure has a beta quality about it.  And the user experience and UI do not behave the same on Mac vs Windows 10.   It's pretty frustrating.   I think there is amazing potential here with the fantastic VW integration,  but was just curious if there is any sort of road map.

  10. After doing several viewport FQR updates.   The screens and any texture that is assigned glow, seems to do this weird inverted thing color thing.   This has happened in multiple files,  fresh ones,  and older ones.    Anyone else run in to this?   Is it a bug?   Restarting VW fixes the problem for a handful more renders.

     

    Vectorworks 2017 SP2.  Machine spec's in the screen shot below.

    Vectorworks Bug.png

     

    Screen Shot 2017-02-09 at 6.11.46 PM.png

  11. Does anyone have any idea what causes this?   It happens at random,  in random drawings.   You zoom in/out it'll go back to normal for a moment and pop back to something like the attached once you finish zooming.    It seems to persist till VW is closed and restarted.

     

    Vectorworks Spotlight 2017 SP2

    Screen Shot 2017-01-27 at 8.49.19 AM.png

     

    Screen Shot 2017-02-09 at 6.11.46 PM.png

×
×
  • Create New...