Skip to main content
Participant
December 7, 2021
Answered

How can I access layer style with AE SDK

  • December 7, 2021
  • 1 reply
  • 488 views

Hey guys,

I want to get and modify layer style's (especialy inner shadow) value.

I tried to find the way, but it failed. Please tell me how to do that.

I thought AEGP_GetNewLayerStream could do that but seems to different.

This topic has been closed for replies.
Correct answer shachar carmi

i think it's possible by using AEGP_DynamicStreamSuite4. you'll need to explore the layer's dymanic stream groups until you hit the mark...

1 reply

shachar carmiCommunity ExpertCorrect answer
Community Expert
December 7, 2021

i think it's possible by using AEGP_DynamicStreamSuite4. you'll need to explore the layer's dymanic stream groups until you hit the mark...

AltnoiAuthor
Participant
December 7, 2021

Thank you.

I successed to get the value!!