Batchplay not working for me? I updated to PS 24.1.1 Mac
Batchplay not working for me? I updated to PS 24.1.1 Mac
Weird. My plug in has been working for weeks. Now it no longer works after several mac updates. I have not touched my plug in. No errors.
Mac Ventura 13.1 ( Mac M1 Max)
Adobe Ps 24.1.1
In Debug mode I get all my usual console.log messages. No errors.
Do I need to change something in the MANIFEST.JSON after my Ps/Mac updates?
{
"id": "LacyStudioCanvasPro1",
"name": "Canvas Pro 1.2",
"version": "2.1.0",
"main": "index.html",
"host": [{
"app": "PS",
"minVersion": "24.1.1",
"data": {
"apiVersion": 2
}
}],
"manifestVersion": 4,
"entrypoints": [
{
"type": "command",
"id": " ",
"label": "Reload Plugin"
},
{
"type": "panel",
"id": "CanvasPro1:",
"minimumSize": {"width": 300, "height": 950},
"maximumSize": {"width": 300, "height": 1350},
"preferredDockedSize": {"width": 300, "height": 950},
"preferredFloatingSize": {"width": 300, "height": 950},
"label": {"default": "Canvas Pro 1"},
"icons": [
{
"width": 23, "height": 23, "path": "icons/dark.png",
"scale": [ 1, 2 ],
"theme": [ "darkest", "dark", "medium" ]
},
{
"width": 23, "height": 23, "path": "icons/light.png",
"scale": [ 1, 2 ],
"theme": [ "lightest", "light" ]
}
]
}
],
"icons": [
{
"width": 48, "height": 48, "path": "icons/plugin.png", "scale": [ 1, 2 ],
"theme": [ "darkest", "dark", "medium", "lightest", "light", "all" ],
"species": [ "pluginList" ]
}
]
}