All Projects → fcamarlinghi → expresso

fcamarlinghi / expresso

Licence: Apache-2.0 license
Expresso! Exporter is a Photoshop extension aimed at improving the texturing workflow for 3D Artists. It automatically exports textures to common file formats (TGA, PNG, etc.) out of PSDs containing multiple maps.

Programming Languages

javascript
184084 projects - #8 most used programming language
Less
1899 projects
HTML
75241 projects

Projects that are alternatives of or similar to expresso

React Color
🎨 Color Pickers from Sketch, Photoshop, Chrome, Github, Twitter & more
Stars: ✭ 10,287 (+17947.37%)
Mutual labels:  photoshop
Nglemp
Best Photoshop CC 2019-2021 plugin.
Stars: ✭ 150 (+163.16%)
Mutual labels:  photoshop
Pngquant Photoshop
Photoshop plug-in for saving PNG images with pngquant compression
Stars: ✭ 197 (+245.61%)
Mutual labels:  photoshop
Ui Dna
programmable and semantically UI design tool for Photoshop
Stars: ✭ 126 (+121.05%)
Mutual labels:  photoshop
Psd Templates Requirements
Требования, пожелания и рекомендации к PSD (и не только) макетам
Stars: ✭ 140 (+145.61%)
Mutual labels:  photoshop
Photoshopcclinux
Photoshop CC v19 installer for Gnu/Linux
Stars: ✭ 2,894 (+4977.19%)
Mutual labels:  photoshop
Blender Toolbox Qt
Attempt to recreate a blender like toolbox in Qt
Stars: ✭ 98 (+71.93%)
Mutual labels:  photoshop
mac-notes-exporter
Your last straw to save your data from Notes.app.
Stars: ✭ 32 (-43.86%)
Mutual labels:  exporter
Psdinfo
Inspect PSD files from the command line
Stars: ✭ 144 (+152.63%)
Mutual labels:  photoshop
Vue Color
🎨 Vue Color Pickers for Sketch, Photoshop, Chrome & more http://vue-color.surge.sh
Stars: ✭ 2,268 (+3878.95%)
Mutual labels:  photoshop
Photoshop Python Api
Python API for Photoshop.
Stars: ✭ 126 (+121.05%)
Mutual labels:  photoshop
Ag Psd
Javascript library for reading and writing PSD files
Stars: ✭ 135 (+136.84%)
Mutual labels:  photoshop
Wiki
A wiki about ExtendScript features, tricks, workarounds, magic and rainbow unicorns
Stars: ✭ 161 (+182.46%)
Mutual labels:  photoshop
Dawnbringer Palettes
Limited color palettes by DawnBringer in various formats.
Stars: ✭ 112 (+96.49%)
Mutual labels:  photoshop
Adobe Scripts Panel
Scripting Panel for After Effects, Illustrator, and Photoshop
Stars: ✭ 211 (+270.18%)
Mutual labels:  photoshop
Bjango Actions
A collection of Photoshop actions, Photoshop scripts, Hazel rules, macOS workflows and other random things for screen designers and developers.
Stars: ✭ 1,407 (+2368.42%)
Mutual labels:  photoshop
Psd2unityimporter
An advanced PSD importer tool for Unity
Stars: ✭ 155 (+171.93%)
Mutual labels:  photoshop
query2metric
A tool to run queries in defined frequency and expose the count as prometheus metrics. Supports MongoDB and SQL
Stars: ✭ 21 (-63.16%)
Mutual labels:  exporter
Androidphotoshopcolorpicker
A fully featured Color picker Library for Android
Stars: ✭ 220 (+285.96%)
Mutual labels:  photoshop
Icondrop
Get access to 2 million+ design resources right inside Adobe Xd, Figma, Sketch, Microsoft Office, G Suite and many more.
Stars: ✭ 174 (+205.26%)
Mutual labels:  photoshop

Expresso!

Expresso! is a free extension for Photoshop CC that tries to improve the texturing workflow for 3D Artists.

It provides a set of utility panels that integrates directly into Photoshop to enhance your productivity by speeding up slow, repetitive and error-prone tasks.

Getting Expresso!

A compiled version of the plugin is available for download. See what's new in the changelog. Please note that only the Exporter panel is currently available in the repository.

Building From Source

You will need a recent version of NodeJS and NPM on Windows or Mac to build the plugin.

  1. First fork and/or clone the repository.
  2. Install NPM dependencies using the npm install command.
  3. Create a text file called cepy.certificate.js in the <project_root>/scripts/distrib/ folder, and add the following content to it. Replace 'Your name' and 'Your password' with a name and a password of your choice. This information will be used to sign the extension package.
module.exports = {
    owner: 'Your name',
    file: 'scripts/distrib/cepy.certificate.p12',
    password: 'Your password',
};
  1. Run the npm run exporter:debug command to create a debug version of the plugin. This will generate all the needed files in the <project_root>/build/com.expresso.exporter folder and start watching for changes you make to the code.

To create a redistributable ZXP archive which can be installed in Photoshop, use the npm run exporter:release command. The archive will be generated in the <project_root>/release folder.

Debugging

The simplest way to debug the plugin in Photoshop is to create a symbolic link between the <project_root>/build/com.expresso.exporter folder and the local Adobe CEP extensions folder on your system. This way you'll be able to simply close and reopen the extension in Photoshop to make it pick-up the changes you did to the code (without having to restart the application).

To create symbolic links on Windows you can use the Link Shell Extensions tools. On Mac you can use the ln -s command:

ls -s /path/to/build/exporter /path/to/CEP/extensions/com.expresso.exporter

If you're using Visual Studio Code as your IDE you can attach it directly to the Chrome Embeded Framework process by using one of the provided launch profiles.

The extension can also be debugged just like any other Photoshop extension using the Chrome Developer Tools. Please check out the Adobe CEP Resources page for additional information.

Contributing

Contributions are extremely welcome! Feel free to file issues or open pull requests.

License

Copyright © 2015 Francesco Camarlinghi

Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at: http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].