Update node_type texture and group_texture
This commit is contained in:
@@ -18,7 +18,5 @@ node_type_group_texture = {
|
|||||||
'form_schema': {
|
'form_schema': {
|
||||||
'status': {},
|
'status': {},
|
||||||
'order': {}
|
'order': {}
|
||||||
},
|
|
||||||
'permissions': {
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@@ -5,14 +5,13 @@ node_type_texture = {
|
|||||||
'description': 'Image Texture',
|
'description': 'Image Texture',
|
||||||
# This data type does not have parent limitations (can be child
|
# This data type does not have parent limitations (can be child
|
||||||
# of any node). An empty parent declaration is required.
|
# of any node). An empty parent declaration is required.
|
||||||
'parent': ['group',],
|
'parent': ['group', ],
|
||||||
'dyn_schema': {
|
'dyn_schema': {
|
||||||
'status': {
|
'status': {
|
||||||
'type': 'string',
|
'type': 'string',
|
||||||
'allowed': [
|
'allowed': [
|
||||||
'published',
|
'published',
|
||||||
'pending',
|
'pending',
|
||||||
'processing',
|
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
# Used for sorting within the context of a group
|
# Used for sorting within the context of a group
|
||||||
@@ -29,10 +28,10 @@ node_type_texture = {
|
|||||||
'map_type': {
|
'map_type': {
|
||||||
'type': 'string',
|
'type': 'string',
|
||||||
'allowed': [
|
'allowed': [
|
||||||
'col',
|
'color',
|
||||||
'spec',
|
'specular',
|
||||||
'bump',
|
'bump',
|
||||||
'nor',
|
'normal',
|
||||||
'translucency',
|
'translucency',
|
||||||
'emission',
|
'emission',
|
||||||
'alpha'
|
'alpha'
|
||||||
@@ -68,9 +67,7 @@ node_type_texture = {
|
|||||||
'resolution': {},
|
'resolution': {},
|
||||||
'aspect_ratio': {},
|
'aspect_ratio': {},
|
||||||
'order': {},
|
'order': {},
|
||||||
'tags' : {},
|
'tags': {'visible': False},
|
||||||
'categories': {}
|
'categories': {'visible': False},
|
||||||
},
|
|
||||||
'permissions': {
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user