J0y4n
1
An editor to improve
I present to you a small editor starter kit intended for people who want to modify it to create a complete editor.
For now, the only functional widgets are the load button (in French), the hierarchy bar, and the properties
requirements
kivy
bar.
link:
4 Likes
This code does not work in Python < 3.10, due to:
TypeError: unsupported operand type(s) for |: 'type' and 'NoneType'
def set_node(self, node: NodePath | None):
Alternatively, you can use the module: typing
1 Like
J0y4n
4
I create this editor with python 3.13
So i think versions < 3.13 of python will not work.
But thanks for your recommendation.
J0y4n
5
I am writing to inform you that the issue has been resolved and that the editor should now be compatible with Python >= 3.7.
2 Likes