Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/inventsable/pathfinder-plus
Responsive UI rebuild of Illustrator's Pathfinder panel with extended features
https://github.com/inventsable/pathfinder-plus
adobe-illustrator illustrator pathfinder
Last synced: about 1 month ago
JSON representation
Responsive UI rebuild of Illustrator's Pathfinder panel with extended features
- Host: GitHub
- URL: https://github.com/inventsable/pathfinder-plus
- Owner: Inventsable
- Created: 2020-08-11T21:13:03.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-08-13T23:01:13.000Z (over 4 years ago)
- Last Synced: 2023-10-20T20:24:54.277Z (about 1 year ago)
- Topics: adobe-illustrator, illustrator, pathfinder
- Language: JavaScript
- Homepage:
- Size: 39.4 MB
- Stars: 8
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Pathfinder Plus
Rebuild of Pathfinder panel to add responsive UI and additional features
![](https://thumbs.gfycat.com/ColdFinishedBurro-size_restricted.gif)
## Installation and use
- [Download the ZXP by clicking here](https://github.com/Inventsable/Pathfinder-Plus/raw/master/archive/Pathfinder-Plus_1.0.1.zxp)
- Use a valid ZXP installer (like [ZXPInstaller](https://zxpinstaller.com/) or [Anastasiy's Extension Manager](https://install.anastasiy.com/)) and open the ZXP
- Relaunch Illustrator and find in Windows > Extensions > Pathfinder Plus---
## Features
### Fully responsive UI flexes and rearranges itself depending on panel size
![](./src/assets/template.png)
### All basic Pathfinder operations including Compound Path, Clipping Mask, Hard and Soft Mix:
![](./src/assets/schema.png)
---
## Context Menu
- `Show Annotation` - Displays the name of the operation as you hover over buttons
- `Responsive UI` - Buttons will become disabled unless at least two objects are selected
- `Extra Functions` - Adds Compound Path, Clipping Mask, Hard Mix and Soft Mix
- `Retain Selection` - Combs through the document after each operation to ensure result is still selected, adds additional overhead that might make the panel slower on very large documents
- ~~`Live Preview`~~ - Was going to include a live preview of the result as you hover over each operation but this isn't straightforward to solve with user data and SVG/CSS
- `Refresh Panel` - Reloads the extension
- `Copy debug URL` - Copies localhost URL of panel debugging port to clipboard which can access Chrome DevTools on the extension via the [CEFClient program found here](https://github.com/Adobe-CEP/CEP-Resources/tree/master/CEP_9.x)