Forum Replies Created

Page 12 of 16
  • CSV is auto-parsed from something like this:
    words, numbers
    wind, 10
    temperature, 12

    to this:

    And “value of wind” is obtained through the following expression for sourceText:
    thisComp.layer("testCsv.csv")("Data")("Outline")(" numbers")(" numbers 0")

    Not quite understand what went wrong in your case,= as well as why are there semi-=colons in your comma-separated file.

  • Oleg Pirogov

    March 1, 2019 at 3:28 am in reply to: Time remap with markers

    It’s Motion Blur issue. Namely, Motion Blur applied to shape layers of nested comp with animated Scale.

    Due to the big time skip at the problem point, Motion Blur acts weirdly, sampling frames far from actual frame.
    The “disappearing” elements are elements with applied Motion Blur that samples frames from time where Scale=0%.

    By default Scale animations are rendered before Time Remap. Collapse Transformations makes them being rendered after Time Remap.

    Another fix is to set Shutter Phase = 0 in nested comp settings (Advanced tab).

  • Oleg Pirogov

    February 28, 2019 at 10:49 pm in reply to: Time remap with markers

    Can be fixed by toggling Collapse Transformations.

  • Oleg Pirogov

    February 28, 2019 at 10:24 pm in reply to: Countdown Timer: millisecond goes into minus numbers

    I suppose, this Math.floor(clockStartTime – rateOfSpeedMilli*time) is negative most of the time.
    I suppose, this Math.floor(rateOfSpeedMilli*(clockStartTime – time)) is what you meant it to be.

  • Oleg Pirogov

    February 27, 2019 at 11:16 am in reply to: Puppet pins not showing

    I’ll try and guess: have you turned on Continuous Rasterization?

  • Oleg Pirogov

    February 25, 2019 at 10:34 pm in reply to: Define maximum wait time during “do… while” loop?

    How about setting var start = Date.now() before loop and adding && (Date.now()-start < 2000) to while?

  • So, what’s the problem with the code?
    If you animate one ping pong of yours with keyframes, the code seems to do exactly what you need.

  • Quick question based on the screen shot: are all four properties (not just Rotation) in Transform selected when you do your ctrl+c/ctrl+v?

  • Possibly, you may wanna try Merge Paths.

    Get a shape:

    Duplicate and add background to the second shape layer:

    And Merge Paths to Contents:

    Set mode to Subtract and probably get something close to what you’ve wished for:

  • Oleg Pirogov

    February 18, 2019 at 9:27 am in reply to: AE_CS6 Scripting

    It most likely speaks of Layer Object which indeed has just those three indexed properties.
    Layer Object’s subclasses (like AVlayers or Text Layers) have many other indexed properties which are counted by numProperties.

Page 12 of 16

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