Graphics

 View Only
  • 1.  VL + Dynamic Material

    Posted 4 hours ago

    Hi everyone, 
    I have created a dynamic string in VL and connected that to a text object and when i am using the same text object as macro @@ into a Dynamic Material path of a quad, the image doesnot go onair until i press the TAKE button twice. Anything that i am doing wrong OR a work around would be appreciated.
    Thank you

    Gaurav 



    ------------------------------
    Gaurav
    ------------------------------


  • 2.  RE: VL + Dynamic Material

    Posted 3 hours ago

    Tick this on the textbox datalinq connection.



    ------------------------------
    Simon Redmile
    Senior Graphic Programmer & Designer
    Ross Video
    Bristol United Kingdom
    ------------------------------



  • 3.  RE: VL + Dynamic Material

    Posted 3 hours ago

    Red, i am not using DATALINQ on the text object.

    For example:

    My dynamic material path for the quad is \Images\@LOGO@@TEST@.png. LOGO is thru datalinq but the TEST is the text object which is being manupulated inside VL to give the dynamic material correct logo image to be choosen from the drive. 



    ------------------------------
    Gaurav
    ------------------------------



  • 4.  RE: VL + Dynamic Material

    Posted 2 hours ago

    its probably an order of operation issue then, did you say  you are making the path in Visual logic? 

    VL is probably making the path after it has checked the dynamic path

    1.OnPrepare

    2.Collect Datalinqs / Load Video Clips / Load Textures etc..

    3.OnBeforeOnline

    4. Evaluate transition logic (which may include running OnTransLogicScripts)

    5.OnOnline

    6. Visual Logic Runs



    ------------------------------
    Simon Redmile
    Senior Graphic Programmer & Designer
    Ross Video
    Bristol United Kingdom
    ------------------------------