Prefixed node type name with 'attract.'

This commit is contained in:
2016-09-07 10:08:17 +02:00
parent 5abfad4d0d
commit 25d3b1a018
4 changed files with 4 additions and 4 deletions

View File

@@ -1,5 +1,5 @@
node_type_act = {
'name': 'act',
'name': 'attract.act',
'description': 'Act node type',
'parent': []
}

View File

@@ -1,5 +1,5 @@
node_type_scene = {
'name': 'scene',
'name': 'attract.scene',
'description': 'Scene node type',
'parent': ['act'],
}

View File

@@ -1,5 +1,5 @@
node_type_shot = {
'name': 'shot',
'name': 'attract.shot',
'description': 'Shot Node Type, for shots',
'dyn_schema': {
# TODO: document what this URL is used for.

View File

@@ -1,5 +1,5 @@
node_type_task = {
'name': 'task',
'name': 'attract.task',
'description': 'Task Node Type, for tasks',
'dyn_schema': {
'status': {