Exit
  • Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
  • 한국 커뮤니티
0

Step & Repeat with Increasing/Decreasing Percentage?

Guest
Mar 19, 2019 Mar 19, 2019

Hi CC,

Is it possible to step and repeat an object so that the scale or position can increase or decrease the value in question?

Like, have a box grow 10% 20% 40% 80% 120% or grow in multiples of a number? It looks as though any pixel or percentage value of step and repeat is flat. Like you can only increase/decrease values by a set value or percentage.

Is there a method or extension to ramp up/down this percentage? Being able to do that would be a real gift.

Thank you for reading.

1.5K
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Adobe
Community Expert ,
Mar 20, 2019 Mar 20, 2019

Hi,

I don't think you will get this out=of-the-box, but a clever script might do the trick. have you tried to post this in the illustrator scripting forum?

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Guest
Mar 20, 2019 Mar 20, 2019

I didn't know there was one, I will check that out.

Thanks guys!

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Expert ,
Mar 20, 2019 Mar 20, 2019

For my part you are welcome, soupking.

The scripting forum is here:

Illustrator Scripting

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Expert ,
Mar 20, 2019 Mar 20, 2019

soupking,

You may voice the wish here:

https://illustrator.uservoice.com/

By the way, it would be a simpler percentage increase series (doubling the percentage addition) if the fifth had been 160% instead of 120%; I believe it may have been the intended number.

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Expert ,
Mar 20, 2019 Mar 20, 2019

soupking,

As I read (past tense) your OP, you are looking for changes that are neither linear (unchanged change as in using Blends) nor exponential (changes that are powers of first change as in using Scales), but customized changes in change (such as the linearly increasing percentage additions listed in the OP).

I am quite sure Carlos or Theunis would have/could soon make a script for such a customized change of change; one of them might spot this thread, but maybe more likely in the scripting forum first mentioned in the first post and linked to in post #5.

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Advocate ,
Mar 20, 2019 Mar 20, 2019

Have you tried using the blend tool, blending a small box to a larger box?

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
LEGEND ,
Mar 20, 2019 Mar 20, 2019

This may not be as precise as you need, but you CAN Step-n-Repeat with increasing scale:

  1. Choose "Scale" tool.
  2. Set an initial "Center of Scale" away from the selection by clicking.
  3. Option+Shift-drag to duplicate one object proportionately.
  4. Cmd+D to duplicate last step (this will continue to duplicate and scale as many times as you want).

Step-n-repeat.gif

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Guest
Mar 20, 2019 Mar 20, 2019

Cool, yeah, not all that precise, but for masks etc. it shouldn't matter. Cool technique, thanks for the GIF grab, I'll have to try that and mod.

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Expert ,
Mar 20, 2019 Mar 20, 2019

Look into the transform effect

Screen Shot 2019-03-20 at 4.46.09 PM.png

The effect is also live, so you can edit in the appearance palette to modify the settings anytime.

Screen Shot 2019-03-20 at 4.51.06 PM.png

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Expert ,
Mar 20, 2019 Mar 20, 2019
LATEST

soupking,

Maybe too silly, but for the linearly increasing percentage additions listed in the OP (10% 20% 40% 80%), you may:

0) Create the original size path, then move copies to the right (or whichever direction),

1) Select the first copy and add +10% to the W value in the Transform palette, then copy the addition, and hold Ctrl/Cmd or Constrain Width and Height Proportions to lock proportions and press Enter,

2) Repeat for the second copy, inserting the addition from 1) and change from 10% to 20%,

3) Repeat for the third copy, inserting the addition from 1) and change from 10% to 40%,

4) Repeat for the third copy, inserting the addition from 1) and change from 10% to 80%,

And so on.

Similar procedures may be devised for other custom changes, and scripted.

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines