pruttned / owl-bt

owl-bt is editor for Behavior trees. It has been inspired by Unreal engine behavior trees in a way, that it supports special node items like decorators and services. This makes trees smaller and much more readable.
175 stars 28 forks source link

Add ability to change root type #20

Closed rubenwardy closed 4 years ago

rubenwardy commented 4 years ago

This could either by done using a general way to change a node's type, or by allowing the a new node to be placed as the parent of the old root node

pruttned commented 4 years ago

fixed in 2.0.0 (ctrl+shift+p->'core:Set Node Type' or rmb->'Set Node Type')