I am thinking about a way to trigger some actions after a style has been applied., Typical examples would be:
- rotate and perspective: analyze line structure and correct
- AgX: auto tune levels
- Filmic: Auto tune levels
- ...
My current idea is to execute a Lua script after a style (or maybe preset) has been applied. However, to my knowledge this would need a new event. There is already an event DT_SIGNAL_PRESET_APPLIED, but it is not exposed to Lua scripts. I could not find any similar event for styles.
@wpferguson What is your opinion?