inlife / nexrender

📹 Data-driven render automation for After Effects

Home Page:https://www.nexrender.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Error: nexrender: Can't find a property sequence Color for key: Colorwithin layer

vimaloneuser opened this issue · comments

Screenshot 2023-11-02 at 12 46 23 AM
Screenshot 2023-11-02 at 12 46 40 AM

I want to change the font color of THE WEDDING and I want to change the background color of Shape Layer 4 so I have tried with the below type of JSON but none of these are working.

"assets": [
{
"type": "data",
"layerName": "THE WEDDING",
"property": "Color",
"value": [1.0, 0.5, 0, 0]
}
{
"type": "data",
"layerName": "Shape Layer 4",
"property": "Color",
"value": [1.0, 0.5, 0, 0]
}
]
Error: Error: nexrender: Can't find a property sequence Color for key: Colorwithin layer: Shape Layer 4

"assets": [
{
"type": "data",
"layerName": "THE WEDDING",
"property": "Effects.Skin_Color.Color",
"value": [1, 0, 0]
}
{
"type": "data",
"layerName": "Shape Layer 4",
"property": "Effects.Skin_Color.Color",
"value": [1, 0, 0]
}
]
Error: Error: Error: nexrender: Can't find a property sequence Color for key: Effects.Skin_Color.Color layer: Shape Layer 4

Can anyone help here ?

I have experienced the same issue and root cause of this issue for me is that, two compositions named with exact same, and have different layers/properties. aerender takes the first match only, always.

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.