Jump to content

Dominique Corpataux

Member
  • Posts

    40
  • Joined

  • Last visited

Posts posted by Dominique Corpataux

  1. Hello
    My actually (succesful) approach is, to connect python (import pymysql) to an sql database, query data from this database and do the same with a website. So far that works but this needs a costly infrastructure to run. I am searching a way to directly share data via Session-Variable or at least a JSON download inside the web Dialoge and grab this data with Vectorworks after leaving the dialog. If I would download a file inside the web dialog this file is nowhere, also cookies or session variables are stored encapsulated from the system and also reversed system is encapsulated for the webbrowser. By the way that is good generally for our all security.

    I think there must be an undocumented API to directly securely transfer local data between the web Dialog and Vectorworks. Maybe SDK technique has to be used for this?

    I'm curious about it.

  2. The Size of "10" means, that the width line of the texture is set to 10mm.

    image.png.b15936aa42a8abf40031fe3973cb4d17.png

    If you set your document units to meter as example it will still be 10mm and will show 0.001m. If you want to attach that texture on a 1m x 1m object and it should fit the size you can make the size = 1000 or you can scale the texture mapping by for this object. But this will need another script (Or an enhancement of the import-script) to attach the texture and scale by 
    geometry_size_in_mm divided through 10(or what ever size you imported the texture)

     

    • Like 1
  3. Quote

    But when changing the INPUT dimensions in OIP, sometimes it reset all the INPUTS to the original one.

     

    That is repeatable and happens always by the following steps :

     

    1. If I duplicate a Marionette PIO (with alt-Key and selection tool drag and drop), which has the "reset after move" Option off, it do not change the input values in Object-Info

    2. Changing the Object Info after step 1 it returns all Values to the default input which is stored in the script network

    3. With the "reset after move" on the inputs reset after duplication as step 1

     

    Workaround is, to first edit the script after it was duplicated and exit. Then the values from Object Info will be written inside the wrapper as default. This was already reported ...

×
×
  • Create New...