adding remapping functionality

This commit is contained in:
Jakub Jezek 2023-05-24 15:51:29 +02:00
parent 379f838f03
commit c2055622ab
No known key found for this signature in database
GPG key ID: 730D7C02726179A7
3 changed files with 58 additions and 4 deletions

View file

@ -44,10 +44,14 @@
}
]
},
{
"type": "label",
"label": "Profile names mapping settings is deprecated use <a href=\"settings://project_settings/flame/imageio/remapping\"><b>./imagio/remapping</b></a> instead"
},
{
"key": "profilesMapping",
"type": "dict",
"label": "Profile names mapping",
"label": "Profile names mapping [deprecated]",
"collapsible": true,
"children": [
{

View file

@ -7,14 +7,14 @@
"children": [
{
"type": "list",
"key": "inputs",
"key": "rules",
"object_type": {
"type": "dict",
"children": [
{
"type": "text",
"key": "internal_name",
"label": "Internal colorspace name"
"key": "host_native_name",
"label": "Application native colorspace name"
},
{
"type": "text",