mauricesvay / sketchfab-search-photoshop

Search downloadable 3D models on Sketchfab right from your Photoshop

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Sketchfab Search for Photoshop

Search downloadable model on Sketchfab right from Photoshop.

Extension demo

Installing

This extension isn't signed, so you need to install it manually.

  • On Mac:
    • In a terminal: defaults write com.adobe.CSXS.7 PlayerDebugMode 1
    • Copy this folder into ~/Library/Application Support/Adobe/CEP/extensions
  • On Windows:
    • In a terminal: regedit > HKEY_CURRENT_USER/Software/Adobe/CSXS.7 then add a new entry PlayerDebugMode of type string with the value of 1.
    • Copy this folder into: C:\Users\{USER}\AppData\Roaming\Adobe\CEP/extensions

Launch Photoshop. The extension should be available under Window > Extensions.

Photoshop extensions docs

Development

The extension is made with Web technologies.

  • CSXS/manifest.xml is the extension manifest that contains info about the extension
  • html/search.html is the main panel
  • .debug declares ports for remote debugging. When the extension is running, you can inspect the extension by going to http://localhost:8007/ and clicking the first link.
  • js/ext.js makes the extension adapt to its environment. It handles Photoshop themes (dark/light) and makes the extension persistent.

About

Search downloadable 3D models on Sketchfab right from your Photoshop


Languages

Language:JavaScript 94.1%Language:CSS 4.5%Language:HTML 1.4%