remove tvpaint families from settings

This commit is contained in:
Milan Kolar 2021-05-19 19:17:17 +02:00
parent 99c4f11fa6
commit 60e3b1ee47
2 changed files with 2 additions and 26 deletions

View file

@ -22,26 +22,14 @@
"stretch": true,
"timestretch": true,
"preload": true
},
"families": [
"render",
"image",
"background",
"plate"
]
}
},
"ImportImage": {
"defaults": {
"stretch": true,
"timestretch": true,
"preload": true
},
"families": [
"render",
"image",
"background",
"plate"
]
}
}
},
"filters": {}

View file

@ -79,12 +79,6 @@
"label": "Preload"
}
]
},
{
"type": "list",
"key": "families",
"label": "Families",
"object_type": "text"
}
]
},
@ -114,12 +108,6 @@
"label": "Preload"
}
]
},
{
"type": "list",
"key": "families",
"label": "Families",
"object_type": "text"
}
]
}