-
Notifications
You must be signed in to change notification settings - Fork 19
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
Expression presets refactor #446
Conversation
Great, I will have a look today and try to adapt my PR. 😄 |
I can merge this into your PR if needed, or whatever makes things easier. |
Yes, please, merge it here so that I can continue. It will have to be tomorrow as I'm having some family activities I wasn't aware of today... |
Done.
No rush, family first :) |
Thanks! BTW, if you have time and feel like advancing in this regard you can push anything you want... |
I will take a look later today or tomorrow. Closing this PR as it has been merged into #441 |
So, this is a refactor of the existing expressions presets, the first implementation was not good enough. This change is needed before we can add PR #441 (that needs to adapt to this).
@pgilfernandez:
You access the presets class through
eSettings::sInstance->fExpressions
.I think everything needed for your PR is supported, see
core/Expressions/expressionpresets.h
. I can help adapt.