You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Adds enabled flag to Effect
- Updated Effect schema to version 2 and core version to 0.18.0
- Updated unit tests to account for enabled flag
* Fixed blank lines linting errors
* Reverted version bump for schema and core
---------
Signed-off-by: Florian Schleich <fschleich@netflix.com>
.def_property("enabled", &Effect::enabled, &Effect::set_enabled, "If true, the Effect is applied. If false, the Effect is omitted.");
666
669
667
670
py::class_<TimeEffect, Effect, managing_ptr<TimeEffect>>(m, "TimeEffect", py::dynamic_attr(), "Base class for all effects that alter the timing of an item.")
0 commit comments