copy only one parameter from layer to layer ?
  • User avatar
    pele2010
    ultim8 member
    Posts: 284
    Joined: Sat Apr 10, 2010 8:16 pm
    Location: Hamburg, Germany
    Contact:

    copy only one parameter from layer to layer ?

    by pele2010 » Wed Jun 19, 2013 9:24 am

    Hi,

    i am stuck with this problem. How can i copy just the "speed" or the "scale" from one layer
    to another?
    I only came up with the solution of duping it and then cero the parameters you don´t need.
    :?:
    Thanxs pele
    www.instagram.com/pele2010/
    #eachfilm01
    #pele2010
    Act without doing; work without effort. Think of the small as large and the few as many. Confront the difficult while it is still easy;
    accomplish the great task by a series of small acts.
    www.eachfilm.de
  • anomad
    master
    Posts: 412
    Joined: Sun Oct 21, 2007 10:07 pm
    Location: north cakalacky, usa
    Contact:

    Re: copy only one parameter from layer to layer ?

    by anomad » Wed Jun 19, 2013 7:11 pm

    . the most configurable option would be to write your own module to allow you to pick and choose which parameters from which layer would be applied to another layer...

    . you can use the Modules->Keyword Browser (and the click the 'Pick In interface' button to determine the name of the element, like

    ctrl_layer_movie_speedFactor

    . then to get the value :

    mySpeed = modul8.getValue('ctrl_layer_movie_speedFactor', 0)

    . 0 for currently active layer, or you can hardcode the layer if it will always be the same or create a UI element in your module to choose the 'from' and 'to' layers dynamically. the set the value:

    modul8.setValue('ctrl_layer_movie_speedFactor', mySpeed, 2 )

    . the '2' being layer 2 - but set that to the layer you want to change. check out the Modul8 online manual for more information about getting and setting values.

    . good luck! :)



    -james
    (a nomad. )
  • User avatar
    pele2010
    ultim8 member
    Posts: 284
    Joined: Sat Apr 10, 2010 8:16 pm
    Location: Hamburg, Germany
    Contact:

    Re: copy only one parameter from layer to layer ?

    by pele2010 » Wed Jun 19, 2013 8:56 pm

    Hi James,

    thanxs

    i´ll give it a try.

    pele 2010
    www.instagram.com/pele2010/
    #eachfilm01
    #pele2010
    Act without doing; work without effort. Think of the small as large and the few as many. Confront the difficult while it is still easy;
    accomplish the great task by a series of small acts.
    www.eachfilm.de

Who is online

Users browsing this forum: No registered users and 4 guests