From 2c64f34e40ca912ac100f77c88b51e6f77f224f4 Mon Sep 17 00:00:00 2001 From: samgannawayA <33263357+samgannawayA@users.noreply.github.com> Date: Fri, 29 Sep 2023 18:08:03 -0500 Subject: [PATCH] Update FAQ page for hybrid + Ps sdk. (#445) --- src/pages/guides/hybrid-plugins/faqs/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pages/guides/hybrid-plugins/faqs/index.md b/src/pages/guides/hybrid-plugins/faqs/index.md index 714a35885..119246cdd 100644 --- a/src/pages/guides/hybrid-plugins/faqs/index.md +++ b/src/pages/guides/hybrid-plugins/faqs/index.md @@ -27,7 +27,7 @@ The hybrid plugin you build using the new UXP SDK will let you bundle C++ code a ### Can I build a Photoshop filter (or other such capabilities) with the new Hybrid plugin SDK? -The new SDK allows you to write any generic C++ code alongside JavaScript. Though it is theoretically possible to write a Photoshop filter using the new SDK, further enhancements to UXP Hybrid Plugins are in the works. Please join our [forums](https://forums.creativeclouddeveloper.com/) and [newsletters](https://www.adobe.com/subscription/ccdevnewsletter.html) for updates. +Yes, see the section under [Getting started](../getting-started/#photoshop-c-sdk).