Reordering of texture types and making texture files visible in form.
This commit is contained in:
parent
6061c704c9
commit
18f4516d0c
@ -29,10 +29,10 @@ node_type_texture = {
|
|||||||
'map_type': {
|
'map_type': {
|
||||||
'type': 'string',
|
'type': 'string',
|
||||||
'allowed': [
|
'allowed': [
|
||||||
|
'col',
|
||||||
'spec',
|
'spec',
|
||||||
'bump',
|
'bump',
|
||||||
'nor',
|
'nor',
|
||||||
'col',
|
|
||||||
'translucency',
|
'translucency',
|
||||||
'emission',
|
'emission',
|
||||||
'alpha'
|
'alpha'
|
||||||
@ -62,7 +62,7 @@ node_type_texture = {
|
|||||||
'form_schema': {
|
'form_schema': {
|
||||||
'status': {},
|
'status': {},
|
||||||
'content_type': {'visible': False},
|
'content_type': {'visible': False},
|
||||||
'files': {'visible': False},
|
'files': [],
|
||||||
'is_tileable': {},
|
'is_tileable': {},
|
||||||
'is_landscape': {},
|
'is_landscape': {},
|
||||||
'resolution': {},
|
'resolution': {},
|
||||||
|
Loading…
x
Reference in New Issue
Block a user