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

Closed
rooseveltrp opened this issue Oct 18, 2024 · 2 comments
Closed

Change Layer Solid Color? #1026

rooseveltrp opened this issue Oct 18, 2024 · 2 comments

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. :)

Copy link

stale bot commented Dec 29, 2024

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.

@stale stale bot added the Stale label Dec 29, 2024
@stale stale bot closed this as completed Jan 6, 2025
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