Skip to main content
Participant
April 12, 2024
Question

How to save string in effect property

  • April 12, 2024
  • 1 reply
  • 183 views

Hi, I want to save a string value in each effect, and this param will keep its old value when AE restart.
I have tried PF_SliderDef "value_str" property, it lost old value in next app launch.
It is there any way to do it? If i can save a custom model in project file will be great!
Thanks for your help.

This topic has been closed for replies.

1 reply

Community Expert
April 12, 2024

your options are to either use an arb param (hidden or visible), or sequence data.

with an arb param the user can undo/redu changes, but hitting the "reset" button will force the param back to it's default value.

with sequence data, there's no undo/redo, but the data survives a reset.