Posts by BIMologist

    Hi

    Stumbled on to the post. I didn't want to uninstall the current version on latest W10 and try to avoid unintended consequences.

    This solution worked for me. This is not a factory sanctioned solution. Just ran into it and figured out the work-around. Use it at your own risk.


    1. Run the EXE file and let the error pop-up. DO NOT DISMISS THE ERROR
    2. Open File Explorer and in the address bar type %TEMP% and press Enter to browse to the current user's TEMP folder. (I redirect my TEMP to C:\TEMP as the image shows, hence typing %TEMP% will ALWAYS work on any machine)
    3. Sort by Date and COPY the EnscapeStandalone_xxxxxx.osr folder to another folder location.
    4. Dismiss the EXE error to delete the temp folders
    5. Open the Otherfolder\EnscapeStandalone_xxxxxx.os\Bin64 folder and launch the EnscapeClient.exe file.
    6. Enjoy the presentation.:thumbsup:

    Wondering why the preview is older than the release. Needed to check out the SketchUp Materials Editor...


    Version: 2.1.2.923-gb92ee3a

    Released: January 25, 2018

    • New VR interaction
    • Audio in exported videos
    • Larger view distance

    • Released version




    thanks

    I have to use this to catch the previous installers

    if exist "C:\ProgramData\Autodesk\ApplicationPlugins\enscape.bundle\unins001.exe" start ""/wait "C:\ProgramData\Autodesk\ApplicationPlugins\enscape.bundle\unins001.exe" /SILENT

    if exist "C:\Program Files\Enscape\unins000.exe" start ""/wait "C:\Program Files\Enscape\unins000.exe" /VERYSILENT


    (Provided you installed it for Allusers in the first place.

    if exist "C:\Program Files\Enscape\Uninstall.exe" start ""/wait "C:\Program Files\Enscape\Uninstall.exe" /S /Allusers

    This is not a Showcase item at all, more of a proof of concept. I used a simple model for this purpose.


    I talked to Thomas Willberger and Moritz Luck at AU this year and they mentioned that they have just bought the MR headset to take with them back to Germany. Well I could not keep my curiosity and wanted to give it a shot. The results are not that great but its a start.


    The setup

    Lenovo MR Headset

    Lenovo Y720 i7, 8GB, Nvidia 1060 Laptop

    Windows 10 Fall Creators Edition

    Windows Mixed Reality for Steam VR

    Revit 2017.2.3

    Enscape 2.1.0.53



    The first time I tried to do this it killed Revit.

    Second time it worked for a bit and then Revit went, I think when the headset went to sleep . I can't remember exactly.

    There was a lot of stuttering and shaking moving around the room (maybe frame rate issue)

    The video shows, the video was made using my cell phone looking in to the one eye of the Headset. Its not the best, but gives some idea.


    I think I need to figure out the button mapping. maybe its mapped as I see Time and elevate



    Video Link on Youtube



    [Blocked Image: https://gbbn-my.sharepoint.com/personal/nmysorewala_gbbn_com/_layouts/15/guestaccess.aspx?docid=16d1ffe0c420d4b94a892f3863675fd2a&authkey=ARgecorNUlRUhApKsWZMqDk&e=3c9b3ff38a4b4d8587bb8c7a96b1e80a]



    Anyone else go it to work better or any suggestions to remove the stutter.

    I have not tried the EXE file. I will try and provide feedback.

    Also the new Uninstall.exe requires the same parameters as required /CurrentUsers and /Allusers

    C:\Users\teamstation>if exist "C:\Program Files\Enscape\Uninstall.exe" start ""/

    wait "C:\Program Files\Enscape\Uninstall.exe" /S /ALLusers


    for older it is uninst000.exe /VERYSILENT or /SILENT

    Thanks I tried this . However there is a bug in the instructions

    • /CurrentUser Install for current user only (no privileges required)
    • /AllUsers Install for all users (privileges required) (This is the default)



    This is a required parameter. if you do not pass /Allusers (thinking it is default) the software launches and results in an errorcode and does not install. `


    i.e.

    This will NOT install enscape

    start "" /w %1 /S /SuppressFirstStepsWindow=1 /SuppressUpdateNotifications=1 /SuppressGraphicsDriverWarning=1 /SuppressRevitVersionWarning=1 /Rhino=1 /Sketchup=1 /Revit=0


    You must pass /Allusers

    start "" /w %1 /S /SuppressFirstStepsWindow=1 /SuppressUpdateNotifications=1 /SuppressGraphicsDriverWarning=1 /SuppressRevitVersionWarning=1 /Rhino=1 /Sketchup=1 /Revit=0 /Allusers


    at least this is what I am seeing in my environment


    Y:\software\Autodesk\Revit Extensions\Enscape>"Enscape-Setup-2.1.0.41-g551241f.exe" /S /SuppressFirstStepsWindow=1 /SuppressUpdateNotifications=1 /SuppressGraphicsDriverWarning=1 /SuppressRevitVersionWarning=1 /Rhino=1 /Sketchup=1 /Revit=1


    Y:\software\Autodesk\Revit Extensions\Enscape>set ECODE=666660


    Y:\software\Autodesk\Revit Extensions\Enscape>"Enscape-Setup-2.1.0.41-g551241f.exe" /S /SuppressFirstStepsWindow=1 /SuppressUpdateNotifications=1 /SuppressGraphicsDriverWarning=1 /SuppressRevitVersionWarning=1 /Rhino=1 /Sketchup=1 /Revit=1 /AllUsers


    Y:\software\Autodesk\Revit Extensions\Enscape>set ECODE=0



    also it would be a good idea to update the https://enscape3d.com/knowledg…install-enscape-silently/ KN to point to this article for the version 2.1 and above since it is now officially released

    Can you please provide the Installer KEywords that are supported in the Preview AIO installer?

    Thomas Willberger and Simon Weinberger at AU mentioned that this was implemented in the new installer based on my feedback from a past support request answered by Demian Gutberlet .


    I was wondering what are all the parameters for the NEW installer

    Especially to select which Enscape to install i.e. Revit / Rhino / SketchUp

    i.e.

    "%INSTALLDIR%\Autodesk\Revit Extensions\Enscape\Enscape-Setup.exe" /VERYSILENT /SUPRESSMSGBOXES /SuppressFirstStepsWindow=1 /SuppressUpdateNotifications=1 /SuppressGraphicsDriverWarning=1

    set ECODE=%ERRORLEVEL%

    Currently the All in One installer does not support keywords . It would be great to pass in the ENSCAPE Software Plugin to install. I.e. Revit, Sketchup, Rhino.

    /RHINO=1 /REVIT=1 /SKETCHUP=0

    Also it is not acknowledging the /SILENT and /Verysilent switches from INNOSETUP. Its all or nothing , you can manually select one and off, but not via passing keywords.


    This is a must for deployments.


    /VERYSILENT /SUPRESSMSGBOXES /SuppressFirstStepsWindow=1 /SuppressUpdateNotifications=1 /SuppressGraphicsDriverWarning=1

    Thanks

    Is there RPC support in Rhino? Someone in the office tried adding them and the object renders Grey.


    Also When I installed the latest preview , Rhino did not load Enscape automatically. I wen tin and loaded the dll and that seemed to work. Is that the intended workflow for loading?