Creative Communities of the World Forums

The peer to peer support community for media production professionals.

  • Posted by Alex Dinnin on March 19, 2016 at 10:07 pm

    Hi there,

    My kids decided to have an improtu light saber battle in the woods today.. I filmed this and just for fun.. thought it would be good to add the light saber effect using Video Copilots new Saber plugin.

    The problem is.. they only used the handle of the light saber.. so I have manually tracked a null to where the saber should start.. if I track another null to the base of the saber.. can anyone think of a clever expression that can revers it the other way.. so it would match the rotation ?? I can’t parent it.. because when I add the position expression.. it just flies of the screen..

    thanks in Advance

    Alex

    Kalleheikki Kannisto replied 10 years, 4 months ago 2 Members · 3 Replies
  • 3 Replies
  • Kalleheikki Kannisto

    March 21, 2016 at 7:49 am

    Almost the same expression I just gave in another thread, plus a multiplier for the length of the saber:

    mult=5;
    thisComp.layer("Null front").transform.position+mult*(thisComp.layer("Null front").transform.position-thisComp.layer("Null back").transform.position)

    Use this for a third Null’s position (the tip of the saber).

  • Alex Dinnin

    March 21, 2016 at 8:08 am

    That’s fantastic Kalle, thank you so much.

    I’m trying to work the expression out.. Are you adding the base layer then subtracting the lower level ???

    thanks again
    Alex

  • Kalleheikki Kannisto

    March 21, 2016 at 8:13 am

    Simply reversing the position in relation to the top of the handle and multiplying it so the saber is longer than the handle.

We use anonymous cookies to give you the best experience we can.
Our Privacy policy | GDPR Policy