Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Change Layer Solid Color? #1026

Open
rooseveltrp opened this issue Oct 18, 2024 · 1 comment
Open

Change Layer Solid Color? #1026

rooseveltrp opened this issue Oct 18, 2024 · 1 comment

Comments

@rooseveltrp
Copy link

Hi,

Might be a noob question but how do I change the color of a solid?

I tried this code:

        {
            "type": "data",
            "layerName": "background",
            "property": "Effects.Skin_Color.Color",
            "value": [
                0,
                165,
                190
            ]
        }

But got this error:

Error: nexrender: Can't find a property sequence Skin_Color.Color for key: Skin_Colorwithin layer: background
aerender ERROR: Runtime error in After Effects.

image

Also, how do I find any undocumented nested properties like Skin_Color, Source Text.font, etc?

@inlife
Copy link
Owner

inlife commented Oct 19, 2024

The easiest and most complicated solution is to get Extend Script Debugger in a form of older separate app or a newer VS code plugin and attempt to find the needed property via long process of trial and error, especially for something undocumented like this.

If you do succeed in this matter, please let us all know! You would save a lot of poor souls with this one. :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants