Creative Communities of the World Forums

The peer to peer support community for media production professionals.

Activity Forums Adobe After Effects Expressions Particular Pickwhip Bug

  • Particular Pickwhip Bug

    Posted by Chris Keller on June 1, 2009 at 9:26 pm

    Hey there,

    has anyone ever tried to pickwhip the Motion Blur->Type property of Trapcode Particular? It keeps on returning 6 (instead of 1 for “Linear” or 2 for “Subframe Sample”). When reading the value with the AE script language, the correct value is returned, but the expression language screws up…

    Hmmm… I always get the strange ones 🙂
    Thanks for your help!

    -Chris

    Dan Ebberts replied 16 years, 11 months ago 2 Members · 3 Replies
  • 3 Replies
  • Dan Ebberts

    June 1, 2009 at 11:55 pm

    I get the same thing. Very strange….

    Dan

  • Chris Keller

    June 10, 2009 at 7:53 pm

    Got it! The problem is that Particular has two properties called “Type” – one in the Aux system and the other in Visibility. Now if you tell AE to grab thisComp.layer("Particle Layer").effect("Particular")("Type"), it will look for the first property called “Type” and return its value – and the Aux system comes before the Visibility.
    A workaround is using match names: thisComp.layer("Particle Layer").effect("Particular")("tc Particular-0063"). By the way, other effects (like Shatter) have the same problem.
    Probably plugin developers should take care not to create double names.

    Best,
    -Chris

  • Dan Ebberts

    June 11, 2009 at 12:08 am

    Good sleuthing!

    Dan

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