Forum Replies Created

Page 1 of 3
  • Jon Smith

    August 21, 2019 at 6:34 pm in reply to: Refer to JSON data by index AND attribute name

    I figured it out. I had to relayout the JSON to look like this:

    {
    “item”: [
    {
    “name”: “Item 1 Name”,
    “parameter”: “Item 1 parameter”,
    },
    {
    “name”: “Item 2 Name”,
    “parameter”: “Item 2 parameter”,
    },
    {
    “name”: “Item 3 Name”,
    “parameter”: “Item 3 parameter”,
    }
    ]
    }

    Then this works:
    myData = eval(footage(“sample.json”).sourceData);
    myData.item[0].name; // returns “Item 1 Name”

  • Jon Smith

    December 14, 2016 at 5:19 pm in reply to: Is there a way to get the current effects name?

    Thanks Xavier! That second response was exactly what I was looking for.

  • Jon Smith

    March 4, 2016 at 2:08 am in reply to: Expression based on Layer Color

    That’s a great solution! Thanks David

  • Jon Smith

    March 3, 2016 at 11:43 pm in reply to: Expression based on Layer Color

    Ahhh, that makes sense.

    A simplified explanation of what I’m trying to do is… I have a ton of layers that I want to move in several different ways. I was hoping I can select a bunch and label them “blue” and they move one way and select other layers and label then “red” and they move another way. It’s more complicated then just moving but that’s the idea. I can use a check box or something but it just takes a lot longer. Maybe I can do it with markers or something. Any ideas are much appreciated. Thanks!

  • Jon Smith

    January 30, 2015 at 8:54 pm in reply to: Controlling the Reference Comp Displayed in the Viewer

    That doesn’t work for me. Seems like once it determines which instance to link itself to it can’t be changed until that instance is deleted from the timeline. It’s not a biggie. Thanks for looking into it.

  • Jon Smith

    January 30, 2015 at 7:44 pm in reply to: Controlling the Reference Comp Displayed in the Viewer

    Hmmm… Changing the order doesn’t appear to effect it.

    I was able to get it to change the relationship by deleting all instances of the precomp except for the one I wanted to be linked and then immediately undoing the delete action. That seems to revert everything back to the way it was except for that link. I thought maybe there was a better way but this will work I suppose. Thanks!

  • Jon Smith

    August 8, 2013 at 2:32 pm in reply to: Lock Expression Slider to Select Values

    Thanks as always!

  • Jon Smith

    August 6, 2013 at 6:25 pm in reply to: Creating Layer Markers via Expressions?

    I was afraid of that. Thanks Dan.

  • Jon Smith

    April 23, 2013 at 3:06 am in reply to: Source Files XML?

    That worked like a charm. The trick is to create a sequence with all the footage in Premiere before exporting the XML. Thanks Todd!

  • Jon Smith

    April 22, 2013 at 6:51 pm in reply to: Source Files XML?

    All of the footage exists on a server. Ideally I would like to import all the source footage without having to duplicate it during the collecting process. We’re dealing with terabytes of footage so it becomes a time and space killer.

Page 1 of 3

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