Code Monkey home page Code Monkey logo

specify's Issues

Specify Dimensions Plugin for Adobe Illustrator - Extension missing

I've paid for the subscription for the Speccify Plugin for 5 different machines and now it has disappeared from Illustrator on all machines. I can't get it back. It's not in Creative Cloud plugins and when I go to Creative Cloud Exchange it wants me to buy it again. I have the order and subscription paid for and confirmation email.

[Feature Request]

Is your feature request related to a problem? Please describe.

Please add feature to be able to measure line/curve segment length in different angles other than horizontal or vertical position.

Describe the solution you'd like

Describe anything you've already tried

Additional context

Persistent Settings

Based on feedback from @KevinConsen in #6:

Is there a way for the script to remember previous settings? Especially the decimal setting. Would save me a whole bunch of clicks.

(Splitting into separate issue to work separately)

Feedback/Request

Thank you SO MUCH!!!

I've been searching for this for weeks, this is EXACTLY what I wanted to specify design dimensions.

Few points of feedback/requests if you don't mind:

Is there a way for the script to remember previous settings? Especially the decimal setting. Would save me a whole bunch of clicks.

Is there a way to key bind the script to run (f.e. using arrow keys for selecting the dimension.

Any chance you could make a similar script, or adjust this one, to allow defining colors in a similar way? Something resulting in:

screen shot 2016-11-11 at 09 59 22

That would be amazing and my gratitude would be eternal!

I'm sorry if this isn't the appropriate place for these comments, I couldn't find a better place.

PLUGINS NOT WORKING ON AI

Hi, We have the Adobe Creative Cloud Ver 27.7 and we just purchased and paid for the plugins Specify Dimensions and Measurements to help us make our proofs become easier when putting the dimensions. It worked in one of our computer with the same version of Adobe but when we try to purchase again for another computer it didn't worked. It says it's not compatible with the version of Adobe Illustrator. Anyone has an idea what can we do about it? or How can we get a refund? TIA

Detect Document Color Mode

Add a switch in the script to detect document color mode (RGB vs. CYMK) to allow user to specify the color of the dimension lines and text.

Units

Hi, Is there a way to specify units?
I'm drawing in mm. To test the script, I created a circle that is 50mm in diameter. Then I ran the script and it created a dimension line that says "12." See below.

Thanks,
D.

screen shot 2015-05-07 at 2 14 52 pm

[Feature Request] Simple area calculation

Is your feature request related to a problem? Please describe.
No problem no - been using an older version of your code for years and just discovered it has been updated, so I purchased the new extension.
I use it to dimensions graphics in order to create proof/size verification screenshots for clients
The items I sell are priced by the area of the design - so I multiply the height and width your tool spits out and manually add a text box that states "12 square inch stamp size" for example

Describe the solution you'd like
Would be amazing if there was an option to check where the code would take the two dimensions, multiply them together, and then adds a simple text box with the calculated area along with the dimensions it already does
Could have a similar "decimal places" specification and/or custom units text

Describe anything you've already tried
There is another extension that appears to calculate an exact area based on complex paths, curves, whatever area the design "covers" - that is not necessary in this case. Just a simple multiplication of the overall height and width.

Distance between centre of 2 objects

First up, great project :)

My issue that I would like to see is to have the ability to determine the distance between centres of 2 objects (e.g. 2 circles).

Layout Adjustment

First, this script is fantastic... I just start to use it and im impressioned with his possibilities.
It will help me a lot.

I have an idea to turn his layout into something more intuitive.
What about changing the buttons into an axis? I made a study... I hope you appreciate it.

image

Color Picker Dialog branch

Hi Adam,

i just did some work on the color picker dialog. I noticed you already started making a new UI, that's super nice. That https://scriptui.joonas.me/ site is pretty handy right. Only thing you need to build in is the functionality. But i find this so much faster and its also great for seeing issues immediately without having to launch an Adobe app and run the script.

I did some minor clean up now. I noticed the panels weren't aligning really nice, so i set them all to fill. I also tweaked the margins a bit here and there, looks a bit cleaner now. I put the custom unit aside of the checkbox options since it basically showed the same title twice, this saves space. I also made it less wide or was it that wide on purpose? I also simplified the labels, they were a bit to subscription perhaps and all that info is also in the tooltip already. So shorter labels look cleaner again :)

I did take out that into at the top, I'm not sure why its there. Its not clickable or anything and people can find the URL in the script. I would leave out or when the other UI Dialog gets there over time, perhaps that one can have it.

Do you mind if i also add gap size into this branch. I just added it and works properly. Im not 100% if the layout should be like this though. I was thinking of putting the stroke setting perhaps on the same line so it looks less messy on that line. But thing is, they all belong together since all are for the measurement lines.

specify-dialog-comparing
comparing current vs color picker dialog

[Bug Report] - Window Size

Describe the bug

After the latest update, the "Cancel" and "Specify Objec(s)" buttons falls off the Specify UI.

To Reproduce
Steps to reproduce the behavior:

  1. Launch application Illustrator
  2. Select object
  3. Run extension
  4. See bug

Expected behavior

Buttons should show up on UI.

Screenshots

https://www.linkpicture.com/q/Specify.jpg
image

Desktop (please complete the following information):

Windows 10
Adobe Illustrator CC v26.0.3 (64bit)

Additional context

None

[Feature Request] Specify colors

Based on feedback from @KevinConsen in #6:

Any chance you could make a similar script, or adjust this one, to allow defining colors in a similar way? Something resulting in:

screen shot 2016-11-11 at 09 59 22

(Splitting into separate issue to work separately)

IO Error: File or folder does not exist

Specify Error
SpecifyInstallLocation

We have one Windows 10 PC that the script doesn't seem to work for in our old version of Illustrastor, we are using the same files on 5 other Windows 10 PC's with the same version of Adobe CC without issues. I have even tried downloading a new copy of the script and re adding it to specified folder.

Ability to adjust size of leader lines

I'm not sure if leader line is the correct term, but I'm referring to the 2 lines perpendicular to the edge being defined, The size of these lines looks fine in your examples where the edge is 200px - 1000px, but the larger the size of the artwork, the more these lines get lost and the parallel line becomes too close to the edge being defined.

I'm not sure of the best implementation, but maybe it could be automatically sized based on the size of the art or possibly something like 50% of the dimension font size.

Please see attached images for further clarification.

Normal leaders on 48" box

Possible modification

Label scaling

Firstly thank you so much for this. I've been in need of a script like this for a long time.

Would there be a way to increase the size the labels? Or even take into consideration of working at different scales? I typically work in a fairly large format so typically things will be a 10th of their actual size (so something that is 24", will read in AI as 2.4").

Thank you!

Straight Quotation Mark [ " ] instead of [ in ] abbreviation for 'inch' unit in UnitValue object

Thank you for your great script,
was looking to change/insert the
abbreviation of " in" to the abbreviation of ".
Using the method of escaping the straight quotation mark " ""

On Line 304
case RulerUnits.Inches: v = new UnitValue(v, "pt").as("in"); v = v.toFixed (decimals); unitsLabel = " in"; // add abbreviation break;

I switched out to

case RulerUnits.Inches: v = new UnitValue(v, "pt").as("in"); v = v.toFixed (decimals); unitsLabel = " \""; // add abbreviation break;

Error Window when adding dimensions

Users are getting this error window/message when creating dimensions using the Specift Script in Illustrator, the folder is located at C:\Program Files\Adobe\Adobe Illustrator CC (64 Bit)\Presets\en_US\Scripts as required.

specify error => toggle Specify Dialog: IOError: File or folder does not exist

Specify has disappeared

Hi! Specify has disappeared from my Illustrator Extensions folder and no longer shows up in my Plugins in Creative Cloud. I just paid for a renewal also.

Extension retracted error

Hi! I have been using Specify with Adobe Illustrator 2019. I recently upgraded to Adobe Illustrator 2020 and the extension will no longer install. It give an error code and states the extension has been retracted by partner. Can you help me with this?

Font size not based off units

I've just given the new improved version a test & found that when using the advanced features & setting the font size to 20, it doesn't make it 20 of the units I have set in my preferences (I almost always work in mm). So in my test case, it sets it to 20 px (maybe?) rather than 20mm.

I wonder is it possible to have it set the font-size to either:

a) auto-detect the units from default font units in the AI preferences
b) auto-set the units to whatever your ruler units is
c) allow it to be selected from a dropdown list of possible unit types

On a side note, I'm super happy with the new UI & features available. Thanks for your work on this project.

Fractional unit to nearest 1/x [Feature Request]

Is your feature request related to a problem? Please describe.
I'm typically marking-up architecture/construction drawings and conventionally use fractional inches.
Usually they are rounded to the nearest 1/4", 1/8" or 1/16" like a tape measure. I thought that by specifying "Maximum fraction denominator" I would get the nearest 1/8" if I entered "8" but I actually got 5ths. Technically this is correct (no arguments there!) and it was the nearest fractional number with a denominator less than or equal to what I asked for....but no one uses 5ths or 7ths in this setting....

Describe the solution you'd like
Could there be an option to "round to the nearest fraction with a denominator <= X"?

Describe anything you've already tried
I can reduce the maximum denominator to force round whole numbers, but then I loose information because it would be rounding aggressively (say dropping from 1/8" to 1/4" precision and I could still get 1/3" increments if that were the closer number) so it's not an ideal solution.

Additional context
Screen shot showing "5.19 in" as "5-1/5 in" which is correct, of course, but unconventional.
image

Otherwise, thanks for building this!

Font Issue

its will be completed tool if we have select custome font. Becouse I using Adobe Midle East Version. Onece i run this script text comming Arabic Numbers
Screen Shot 2020-03-11 at 4 48 59 PM

Pre-purchase question: UI customization

Sorry for opening an issue for this. I couldn't figure out a better way to ask.

  1. I had tried a different extension for dimensioning but it had a non-customizable UI. I prefer to have my Illustrator UI a bit lighter than some others so it was annoying. Luckily it had a free trial so I was able to cancel the subscription. So does this extension's UI follow the Illustrator UI settings (brightness, scale)?
  2. I'm also a little confused on what happens if I apply dimensions to an object then change that object. Do I then have to reapply the dimensions?

[Feature Request]

Is your feature request related to a problem? Please describe.
I use the this to make measurements for objects that are arbitrary scaled to fit in a template so I end up having to manually edit the text for the measurements all the time. This causes the text to get misaligned with the lines, and if I have to measure many objects at the same time it can be burdensome to have to manually edit all the text alignment and numbers.

Describe the solution you'd like
Have an option to choose text alignment justification and/or be able to put a custom value in the measurements before creating the measure lines.

Describe anything you've already tried
current process is manually ungrouping the text and the lines and then relative center aligning the text to the line to make it center.

Additional context
I work in a print shop and use your tool for proofing and it's been a real life savor in time for the proofing process. I really appreciate this tool and these small features would help us out a ton. Thanks.

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.