Removed is_tileable from texture variations.
Now the entire texture is either tileable or not.
This commit is contained in:
@@ -24,7 +24,6 @@ node_type_texture = {
|
|||||||
'type': 'dict',
|
'type': 'dict',
|
||||||
'schema': {
|
'schema': {
|
||||||
'file': _file_embedded_schema,
|
'file': _file_embedded_schema,
|
||||||
'is_tileable': {'type': 'boolean'},
|
|
||||||
'map_type': {
|
'map_type': {
|
||||||
'type': 'string',
|
'type': 'string',
|
||||||
'allowed': [
|
'allowed': [
|
||||||
|
Reference in New Issue
Block a user