Giter VIP home page Giter VIP logo

nayust / animdessin2 Goto Github PK

View Code? Open in Web Editor NEW

This project forked from schroef/animdessin2

0.0 0.0 0.0 4.79 MB

AnimDessin2 is panel designed for Photoshop CC 2014 to CC 2020+. It allows you to draw frame-by-image animations (cel-animation like), simplifying the process. it also lets you test the movie and set the duration of a keyframe…

License: MIT License

JavaScript 91.13% CSS 1.79% HTML 7.04% VBScript 0.04%

animdessin2's Introduction

AnimDessin2

This panel is designed for Photoshop CC 2014 to CC 2020+. It allows you to draw frame-by-image animations (cel-animation like), simplifying the process. it also lets you test the movie and set the duration of a keyframe…

Short info

This Photoshop Extension was created by Stéphane Baril aka sbaril with help of others. This repo is my add to this wonderful extension and i hope it helps others. I wanted to expand its functionality while learning the process of creating an Extension.

I've added many updates and features which for the time being you can read more about in this issue on his repo

Installing (manual method)

Since this extension is still a work in progress currently the only method to try it, i using the manual install method. Below are some steps the users needs to follow, its shows both Mac and Windows.

Windows: Open regedit > HKEY_CURRENT_USER/Software/Adobe/CSXS.7, then add a new entry PlayerDebugMode of type “string” with the value of “1”.

Mac: In the Terminal, type: defaults write com.adobe.CSXS.7 PlayerDebugMode 1

Source > Adobe

This is the correct info about the install location

Debugging Unsigned Extensions If you are in the midst of development and are not using HTML Extension Builder for debug workflows and want to bypass the need to sign your extensions, you can bypass the check for extension signatures by editing the CSXS preference properties file, located at:

  • Win: regedit > HKEY_CURRENT_USER/Software/Adobe/CSXS.7, then add a new entry PlayerDebugMode of type "string" with the value of "1".
  • Mac: In the terminal, type: defaults write com.adobe.CSXS.7 PlayerDebugMode 1 (The plist is also located at /Users//Library/Preferences/com.adobe.CSXS.8.plist)

These entries will enable debug extensions to be displayed in the host applications. Please note that, CSXS.8 is given with the assumption that, you are developing the extension for CEP 8. If you are developing extension for previous version of CEP, replace 8 with corresponding version number.

Debugging is need to make the extension working without using the ZXP approach. These are signed and therefor run without blockage.

Extension Folders CEP supports 3 types of extension folders.

Product extension folder. Here is a suggestion, but each point product can decide where this folder should be. Third party extension can't be installed at this location.

System extension folder Win(x86): C:\Program Files\Common Files\Adobe\CEP\extensions Win(x64): C:\Program Files (x86)\Common Files\Adobe\CEP\extensions, and C:\Program Files\Common Files\Adobe\CEP\extensions (since CEP 6.1) Mac: /Library/Application Support/Adobe/CEP/extensions

Per-user extension folder

Win: C:\Users\<USERNAME>\AppData\Roaming\Adobe\CEP/extensions Mac: ~/Library/Application Support/Adobe/CEP/extensions

source > Adobe CEP

animdessin2's People

Contributors

schroef 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.