Post

More improvements on BT Studio action editor

The goal of this week was to find what caused the bug in the new edit action modal.

List of changes to BT Studio

This is a list of all of changes that will be done to BT Studio before the merge is done.

  • Buttons hover correctly
  • Projects list
  • Redesign color choices and css (Maybe)
  • New dialog window for creating new files
  • New dialog window for editing actions
  • Quick ? for simple stuff related to how the bt editor works
  • Autosave file in change
  • When creating a file always en with .py
  • Autosave project in change
  • Not show editor if no file is open
  • If modified one action all copies of that action must be updated
  • Indicator that input or output is from blackboard
  • BT sort button
  • Show the link between 2 nodes connected incorrectly in other color OR link by clicking
  • Create file from templates
  • Horizontal Bt (Maybe)
  • Add toggle between horizontal bt and vertical (Maybe)
  • Solving the Tab mistery from ACE
  • Better error popups

Work in progress

Finally the bug that caused the diagram to revert to a previous state has been fixed and now I can start working fully in the modal window. What caused this bug was the way the rerendering was implemented in the diagram editor that created a new engine each time it needed to be rendered.

Here is a video of the new feature:

Here is the PR I created for this and for now it is implemented to open a new modal window to change color,inputs and outputs of all the action nodes of that action created and also the future ones.

This post is licensed under CC BY 4.0 by the author.