Forum Replies Created

  • Thanks! I tried the second one yesterday and it worked. I was actually trying to fetch an image from a URL, I thought about using the Requests python library since I had a couple of issues with the socket object. I ended up using the “wget” through the command prompt and it worked (It still shows me an ugly cmd interface though). I would really appreciate it if you could show me how to get the socket object to work without any problems (If you happen to have experience with it). Is it usually too complicated to work with, or is it just me?

  • Yaavi Foxy

    October 5, 2018 at 2:11 pm in reply to: Morphing one path to another

    Thanks Dan, I actually solved this using a script, what I would do is set the path value in a script, so If I choose to change it later I’d just do setValueAtTime() for the path property, that morphs the path.

  • Yaavi Foxy

    October 5, 2018 at 2:05 pm in reply to: Access a Layer’s Comment Field in an Expression

    I’m not sure whether you can do that in an expression, but you can easily do it in a script.

    // get current layer
    var comp = app.project.activeItem;
    var layer = comp.layer(1);
    // get comment
    var comment = layer.comment;

    //set comment
    layer.comment = "comment";

  • Yaavi Foxy

    September 3, 2018 at 1:31 pm in reply to: Using a script to add an expression to a layer?

    I love you man, you saved my ass.

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