Automatically register new nodes and categories from libraries

This commit is contained in:
Moritz Brückner 2020-09-27 17:12:45 +02:00
parent f4c004c8ea
commit 4e234c0f56

View file

@ -134,6 +134,9 @@ def on_load_post(context):
blender.register()
sys.path.remove(fp)
# Register newly added nodes and node categories
arm.nodes_logic.register_nodes()
# Show trait users as collections
arm.utils.update_trait_collections()