Giter VIP home page Giter VIP logo

csprance / expresso Goto Github PK

View Code? Open in Web Editor NEW

This project forked from fcamarlinghi/expresso

0.0 1.0 0.0 986 KB

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.

License: Apache License 2.0

JavaScript 83.92% HTML 5.31% Less 10.77%

expresso's Introduction

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 Java, 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

For beginners check out https://github.com/Adobe-CEP/Getting-Started-guides first and then return here

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.

Debugging on Chrome 80+

Navigate to chrome://inspect/#devices, ensure 'Discover network targets' is checked, and click 'Configure'. Add your debug port as localhost:8000 and click 'Done'.

Your CEF session should appear in the list of Targets after a few seconds. Click inspect, and you're back up and debugging.

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.

expresso's People

Contributors

fcamarlinghi avatar csprance avatar

Watchers

James Cloos avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.