Graphics

 View Only
  • 1.  Altering the Lines-Coordinates dynamically

    Posted 03-15-2019 15:02
    Hi all,

    I have received a request from a client to create a template where they could enter a series of values which then get translated in a graph.


    I was looking into this request and I was thinking of creating a number of dummy textfields which would then be translated to XYZ-coordinates using VLogic, but I noticed that there is no way to get access to the list of coordinates in VLogic.
    Even from within the sequencer I can not modify the XYZ-values of the list, is that correct?

    Ideally they would like to use an Excel-sheet to fill in these values but it doesn't seem to work.

    I can't use the API Texture unfortunately.

    Any suggestions?
    Cheers,
    Kenneth


  • 2.  RE: Altering the Lines-Coordinates dynamically

    Posted 03-15-2019 17:12
    You would have to build the list dynamically using the API or scripting. You can add points to the line object that way.

    #XPression