Prefixed node type name with 'attract.'
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
node_type_act = {
|
||||
'name': 'act',
|
||||
'name': 'attract.act',
|
||||
'description': 'Act node type',
|
||||
'parent': []
|
||||
}
|
||||
|
@@ -1,5 +1,5 @@
|
||||
node_type_scene = {
|
||||
'name': 'scene',
|
||||
'name': 'attract.scene',
|
||||
'description': 'Scene node type',
|
||||
'parent': ['act'],
|
||||
}
|
||||
|
@@ -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.
|
||||
|
@@ -1,5 +1,5 @@
|
||||
node_type_task = {
|
||||
'name': 'task',
|
||||
'name': 'attract.task',
|
||||
'description': 'Task Node Type, for tasks',
|
||||
'dyn_schema': {
|
||||
'status': {
|
||||
|
Reference in New Issue
Block a user