Sequence v1.1.0 - #2310
Open
KenanMillet wants to merge 5 commits into
Open
Conversation
…en-help, gen-dev-docs)
…rse, update dev docs
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Sequence v1.1.0: ScriptKit Integration
Summary
Converts Sequence to use ScriptKit for help, man, examples, whatsnew, usage hints, and handout generation. Removes ~600 lines of manual help/example infrastructure in favor of ScriptKit's framework.
Changes
ScriptKit Integration
itemsfunctions expose the full attribute/function/constant/easing registries for searchexampleHandlerfor recording handout generationRemoved
HELP_TEXTconstant and--helphandler (ScriptKit handles it)buildHelpHandout()function (ScriptKit generates user handout)generateDevHandout()function (ScriptKit generates dev handout from topics)EXT_EXAMPLESregistry andregisterExample()public API (replaced by ScriptKit examples)registerBuiltinExamples()functionexample/examples/example!command handlers in handleInputcheckInstallBug Fixes
rotationattribute'sparsefunction now handles expressions (e.g.=orig + t * 360) instead of only plain numbersease-out-back,ease-in-quad) with registered curves (expo,quad,~quad)Dev Documentation
extensionApitopic updated: documentsScriptKit.Sequence.registerExample()with code sample showing therecording+handoutpatternextensionstopic (user-facing): directs to!sequence manand!sequence gen-dev-docsDependencies
Testing
!sequence help— shows full command list with auto-injected ScriptKit commands + Browse Topics button!sequence man— lists all topics!sequence man left— finds theleftattribute via dynamic items search!sequence man attr— shows all registered attributes!sequence examples— shows 8 built-in examples with Generate/Regen/Open buttons!sequence whatsnew— shows v1.1.0 changes!sequence blarg) triggers ScriptKit.usage() fuzzy suggestions!sequence play) shows command-specific usage