Tool for full nodes control in Mafia scene files. Common operations are defined like add, edit, remove, move nodes and their values.
Whole data definition is stored in definitions.txt
file.
Open or create new file from File
menu. If you will create the new one then you can import new scene structure from dnc
directory.
While editing you can drag and drop nodes to proper place. You can also copy nodes between opened tabs.
You can create empty nodes from Edit
menu (or use right click) or just import predefined nodes from dnc
directory.
Workflow note: don't forget to rename node after duplication.
Download and install Qt library. Open project pro
file and
in build setup change the working directory to project directory. Then build the project.
Make sure you will backup your file before saving!
This is not the most beautiful code I ever wrote but I did it fast. Enjoy :)