Reply To: 1.8.0 Upgrade issue(disabled properties)

Forums 💬 Slate Sequencer ⚙️ Support 1.8.0 Upgrade issue(disabled properties) Reply To: 1.8.0 Upgrade issue(disabled properties)

#20633
Gavalakis
Keymaster

    Hello,

    Hmm. I will need to investigate why this happened!
    For your convenience and to continue working on the project, please do this dirty fix:
    – Open up AnimatedParameter.cs file.
    – Change line #65 to this: public bool enabled{ get {return true;} } (force enable parameters).

    The “Base Clip” in Animator Track has indeed been removed, because now you can have multiple Animator Tracks. The effect of the “Base Clip” in the previous version, can be replicated with an additional Animator Track. It was a tough choice to remove the “Base Clip”, but if needed I can re-add that feature.

    Let me know.
    Thank you.