Skip to content

Instantly share code, notes, and snippets.

@glebsexy
Last active July 27, 2019 03:17
Show Gist options
  • Save glebsexy/a7328c02e808ef699fb2c0132b88ea59 to your computer and use it in GitHub Desktop.
Save glebsexy/a7328c02e808ef699fb2c0132b88ea59 to your computer and use it in GitHub Desktop.
Blend Selection
Blend Selection
node selected -> Node Selected
pair selected -> Pair Selected
many selected -> Many Selected
Nothing selected
Node Selected
Blend Group
done -> Selection Found
Blend Object
find blend group -> Blend Group
Vector Node
use as path -> Nothing selected
blend it -> Nothing selected
Any Node
Pair Selected
find blend group -> Blend Group
Many Selected
node selected -> Node Selected
pair selected -> Pair Selected
Selection Found
function render(model){
let current_state_name = model.active_states[0].name;
return $("h1",
{style: {color: "darkBlue"}},
`The current selection is: ${current_state_name}`);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment