Files
godot/doc/classes
Guilherme Felipe e7056c195d Improvements of state machine
- Open the menu to add new animation nodes by dragging the transitions to
empty areas and automatically connecting them.
- Adds box selection to the state machine.
- Add feature to group/ungroup selected nodes in a "sub" state machine.
- Add start/end node by default. In addition, add new color to these
nodes to differentiate then.
- Add tooltip for transitions to show the connection "from -> to".
- Add new "type" of transition line when multiple transitions are
grouped.
- Add popup to connect nodes in sub state machine.
- Add dialog to select which nodes can be deleted when they are grouped.
- Add classes:
	AnimationNodeStartState
	AnimationNodeEndState
	EditorAnimationMultiTransitionEdit
- Implements disabled transition

API Changes:
- Now it's posible to add transitions between state machines,
`AnimationNodeStateMachine::add_transition` will works with relative path,
this means you can use it like this `add_transition("Idle", "Walk", tr)`
or `add_transition("Idle", "StateMachine/Shoot)`.
2022-05-02 13:06:36 -03:00
..
2022-03-20 17:34:40 +03:00
2022-03-20 17:34:40 +03:00
2022-02-15 00:03:31 +01:00
2022-02-15 00:03:31 +01:00
2022-04-28 00:22:43 -07:00
2022-04-28 00:22:43 -07:00
2022-04-28 00:22:43 -07:00
2022-02-15 00:03:31 +01:00
2022-02-15 00:03:31 +01:00
2022-02-15 00:03:31 +01:00
2022-04-27 01:02:11 +02:00
2022-03-27 16:13:00 +02:00
2022-03-22 16:27:34 +01:00
2022-03-31 14:07:29 +02:00
2022-04-22 12:08:46 +03:00
2022-04-28 00:22:43 -07:00
2022-04-28 00:22:43 -07:00
2022-02-15 00:03:31 +01:00
2022-04-22 12:08:46 +03:00
2022-04-22 12:08:46 +03:00
2022-04-22 12:08:46 +03:00
2022-04-28 00:22:43 -07:00
2022-02-15 00:03:31 +01:00
2022-02-15 00:03:31 +01:00
2022-02-15 00:03:31 +01:00
2022-04-27 01:02:11 +02:00
2022-02-15 00:03:31 +01:00
2022-04-28 00:22:43 -07:00
2022-02-15 00:03:31 +01:00
2022-02-15 00:03:31 +01:00
2022-02-25 09:33:27 +02:00
2022-03-27 16:13:00 +02:00
2022-02-15 00:03:31 +01:00
2022-04-28 00:22:43 -07:00
2022-02-15 00:03:31 +01:00
2022-04-18 02:11:19 +09:00
2022-02-15 00:03:31 +01:00
2022-04-28 00:22:43 -07:00
2022-03-31 14:20:37 -04:00
2022-04-28 00:22:43 -07:00
2022-04-22 12:08:46 +03:00
2022-02-15 00:03:31 +01:00
2022-02-15 00:03:31 +01:00
2022-04-16 00:21:05 +08:00
2022-04-22 12:08:46 +03:00
2022-04-28 21:19:01 +08:00
2022-04-28 21:19:01 +08:00
2022-03-09 13:59:03 +01:00
2022-04-28 00:22:43 -07:00
2022-04-12 19:09:29 +02:00
2022-04-28 00:22:43 -07:00
2022-02-23 12:02:24 +01:00
2022-03-09 13:59:03 +01:00
2022-02-15 00:03:31 +01:00