Illustrator :: Duplicating And Reapplying Appearance?

Sep 30, 2012

I want to create different gradients and effects on a shape and somehow copy them in the appearance panel and then reapply those gradients and effects on other shapes.

View 4 Replies


ADVERTISEMENT

Illustrator :: Duplicating Object A Certain Distance Away

May 30, 2013

I cannot remember what this is called, or where to find it in the menus.  It doesn't have the word "duplicate" in it, but it should!  You select an object and then go to a dialog box and set up how many times you want to duplicate it vertically or horizontally, and how far apart.
 
I will certainly write this command down when the answer comes through, but I can tell you it needs a name that sounds like what it is!

View 4 Replies View Related

Illustrator :: Duplicating Layers Copy Suffix?

Aug 16, 2010

How can I get rid of the "copy" suffix after duplicating layers, in a non manual way naturaly?

View 4 Replies View Related

Illustrator Scripting :: Duplicating A Circle With JavaScript

Jan 9, 2013

I'm trying to build something like a bullseye using javascript. I'm new to scripting for Illustrator but I've used javascript before so I thought it would be simple, but maybe I'm missing some basic notions here.
 
I'm using Illustrator CS6. I created a blank document and drew a circle with a 1pt black stroke and no fill. Selecting that circle, I my script to copy and paste it in front and increase its radius by one centimeter. I attempted a simple duplication first:
 
if ( app.documents.length > 0 ) {
var numberOfItems = 3;
var selectedItem = app.activeDocument.selection;
for (i=0; i < numberOfItems; i++) {
newItem = selectedItem.duplicate();
}
}

With my circle selected I get an error message saying "Error 24: selectedItem.duplicate() is not a function".

View 7 Replies View Related

AutoCAD Civil 3D :: Reapplying / Restoring Rule Sets To Created Pipes

Nov 13, 2012

I was wondering if it was possible to restore a rule set to an existing pipe. we created a pipe network with about 100 pipes in it with a min. depth set to 6 ft. the pipes all came in with varying slopes, which is what we intended. someone in our group went through and set all the pipe slopes to zero for some reason and we need to undo that. this was done on the same day the drawing was created, the changes were saved and the drawing was closed so we can't "undo" and there is no previous version to restore to. my question is, is there some way we can select the network and "restore" the origially intended rules, or are we stuck with either redrawing all the pipes or manually changing the slopes back. (both would be an extreme waste of time)  

View 2 Replies View Related

Illustrator :: Freezing And Appearance Not Working?

May 28, 2012

For some reason to time I need Illustrator to be perfect and it fails on me ON EXAM WEEK.
 
I used it yesterday perfect for a good 3-4 hour session. I get on today and I notice that clicking on my groups and paths freezes it for around 5 seconds then works again. Isolation mode also takes a while to go in and then come out and when I minimize it it takes longer to open back up again (10 seconds).
 
That is also not the only problem
 
I'm trying to copy the appearance from one group to another by dragging the swatch in the appearance panel. When I apply it to an object that object turns invisble but I can still see the path it just has no fill or stroke

View 4 Replies View Related

Illustrator :: Expand Appearance Of Multiply?

Sep 14, 2012

I have a question about expanding appearance and multiply. I work in print-on-demand, and one of the limitations is that we can not use multiply on artwork. In order to achieve a similar appearance, when I receive these kinds of files, I flatten transparency, and that will sear in the way the multiply effect is interacting with the other elements of the same art file. (in the example below there are no interacting elements) However, if it is intended to interact with the background, I have to fiddle with the cmyk values (adding k) and opacity level until it is as close as possible. It is time-consuming.

we use 'expand appearnce' instead, and I tried it once and it worked! It did all the legwork for me; it spit out a different cmyk value and opacity level that mimics the effect of multiply, so I don't have to calculate it manually. However, I can't get it to work again. Illustrator thinks it is already its simplest form of appearance and will not expand it further. I've tried adding another effect and expanding but it will only expand the effect and keep the multiply.

Maybe she and I were both tripping when we thought it worked once? how to expand the appearance of multiply? Here's a picture of the 3 methods I'm speaking to: on the left is multiply, the center is flattened transparency, and the right is achieving a similar effect of multiply with opacity & color build.

View 6 Replies View Related

Illustrator :: Can't Modify Selection That Says Mixed Appearance

May 24, 2013

In older versions of Illustrator, I used to be able to make a selection of multiple objects and give them a stroke or other attribute. Now it says “Mixed Appearance” and I can't do anything to the selection. How do I modify a multi-selection if it says “Mixed Appearance?”

View 3 Replies View Related

Illustrator :: Can't Open Appearance Palette From Window Tab

Jul 27, 2012

I cannot open the appearance palette from the window tab. I am able to open all of them except the appearance palette. I have dual monitors and running XP. Adobe illustrator CS

View 2 Replies View Related

Illustrator :: Using Knockout In Appearance On Text To Punch Through

Mar 7, 2013

I would like to create a style where the white fill is knocking through the black fill in the appearance pallette. I cant seem to figure this out?

View 6 Replies View Related

Illustrator :: CS6 Expand Appearance From Rounded Corners?

Jan 4, 2013

Expanding Appearance on a closed path with stroke, fill, and a Round Corners effect produces a group of two paths in CS6. A path with just a fill and a path with just the stroke.
 
Is there an option to just generate one path like CS5 and earlier?

View 3 Replies View Related

Illustrator :: Getting Around Text Outlining For Preserving Appearance

Feb 18, 2014

I'm working in an Illustrator file that needs to use artwork that is in PDF form. I've been either placing the PDFs into the Illustrator file or opening the PDFs as Illustrator files. Either way, I'm getting a message that says "The document contains PDF objects that have been reinterpreted: To preserve appearance, some text has been outlined."
 
As you'll see in the attached, what ends up happening are these strange looking white lines that occur around the artwork (you'll notice them most around the CD in the center.) Is there anyway around bringing the PDFs in without having them reinterpreted? I do not want to make them jpegs and then bring them in.

View 3 Replies View Related

Illustrator :: Preserve Appearance Some Text Has Been Outlined?

Oct 22, 2013

When i open a PDF in acrobat X Pro, edit object, it open in Illustrator, its coming normal with all editable text, after making the changes saved the file. Again if I open same pdf in Illustrator (from as edit object in Acrobat X Pro) some text fields are becoming outline (The document contains PDF objects that have been reinterpreted: To preserve appearance, some text has been outlined.

View 1 Replies View Related

Illustrator Scripting :: Any Way To Script Expand Appearance?

Mar 19, 2012

I have created a method to create line art roof shingles row-by-row. I think something like this is a good candidate for scripting, but I run into a dead-end quickly when trying to script this. Basically, I use "expand appearance" multiple times during the course of this process and I can't find any way to script that action. I have heard about using MenuIDs, but I can't find anything on how to discover what the MenuID for "expand appearance" is.
 
I have also tried recording an action, but "expand appearance" doesn't get saved.

View 6 Replies View Related

Illustrator :: Getting Jagged White Edge When Expand Appearance?

Feb 20, 2014

I'm having this really annoying problem in Adobe Illustrator CC
 
When I use a tool such as the extrude and bevel tool to make an object 3D, it all works fine untill I have to expand the appearence then I get this edge on my object and I can't find any way to get rid of it.
 
Take a look at this pic to see what I mean [URL]
 
As you can see, their's an annoying white jagged edge and it's really annoying and I can't get rid of it.

View 6 Replies View Related

Illustrator :: Saving And Reusing Appearances From Appearance Panel?

Mar 2, 2013

1. How can I save the contents in my Appearance Panel so I can reuse it later?

2. How can I save the contents of my Appearance Panel from one file to another?

View 1 Replies View Related

Illustrator :: Error Occurred While Processing Appearance Of Object

Mar 6, 2014

I am constantly getting the error message: "an error occurred while processing the appearance of an object". I get this error even on very simple artwork, one layer / one filter. Having this problem with the "latest and greatest" version of CC products?

View 2 Replies View Related

Illustrator :: Gradient Text Preview - Appearance Pane

Jul 22, 2013

Just passing along this preview "glitch" in CS5 that could cause some headaches or costly reprints.

We had a file where some text "appeared"on screen as a solid fill even though it was mistakenly filled with a gradient in the colour panel.

When the job was output the type was missing.

Upon investigation it was noted the text was filled with a gradient through the color panel....however the preview did not reflect this. The proper way to apply a gradient to text is in the appearance panel> add new fill>gradient.

This will preview the gradient in the text properly. Shouldn't there be an friendly error message or pop up to warn users that this fill option is not available?

View 12 Replies View Related

Illustrator :: Adding Text To Existing Appearance Panel?

Sep 30, 2012

Is it possible to add text to the fills, strokes, drop shadows & textures that I already created using the appearance panel? Seems like you can build upon text using the appearance panel, but not visa-versa. Is that correct? I thought I was being proactive using the appearance panel the other day to build a burst that I was later going to add text to. But now that I have the text I cant find a way to add it into the appearance panel. I got around it by making what I had built into a graphic style and then applying that to the text. But I had to redefine the shapes that I had originally built to make it work.
 
Also, is there any way to break these elements apart when you use transform in the appearance panel? For instance, sometimes I will create a pattern using the transform tool and then I am asked to change the color of the shape in the middle.

View 6 Replies View Related

Illustrator :: Appearance Palette - How To Rearrange The Stroke (Beneath The Fill)

Dec 12, 2012

I am new to the Appearance palette
 
See screen shot attached. (the text "Helvetica")
 
I have created some live text (ie: it remains editable)
 
I have given it a fill of black and a heavy (7pt) stroke of blue.
 
I cannot appear to rearrange the stroke so that it falls beneath the fill
 
I assumed it would simply be question of dragging it below, as one would with the Layers
 
However, when I converted the text to outlines (in this case the text "UNIVERS") it works.
 
And also why are the eyes in the first coloumn grayed out when the text is live. But not so when text is outlined?

View 8 Replies View Related

Illustrator :: Color Fill Objects After Expand Appearance Applied

May 6, 2013

Why can't I color fill objects after i applied the expand appearance?

View 2 Replies View Related

Illustrator :: Brushes And Appearance - Adding Additional Strokes To Same Line?

Oct 8, 2012

I am working with CS6 windows. I am having a problem when I made a brush, and add additional strokes to the same line.
 
Here is a pic of what is happening. You can see at the beginning of the arrow, there is a blue and pink link showing around the beginning of the arrow head. I added the pink and blue lines to the same line as the brush using the appearance tab. 
 
Now if I add a dash to the the pink and blue lines, this is what happens... There is a little pink and blue line at the very tip of the arrow head.  My dash options use for both the pink and blue lines.
 
My question is how to I get rid of this little line? What I am trying to do is.. use the black arrowhead on line with a stoke of 1 point black,  and then under that have a 3 point stroke of white.  In the image what is blue would be white, and what is pink would be black, and the arrowhead is correct as it is now. I had this same setup in CS4, and did not have that little line at the beginning.
 
here is my brush settings..

View 9 Replies View Related

Illustrator Scripting :: Make A Clipping Path While Retaining It's Appearance - Script

Dec 1, 2013

I've devised this script that "kind of" works.This script takes your selection, copies appearance attributes, and pastes them to the top object after clipping.It's currently limited in a few ways:

• It does not accept compound paths as clipping object (and I don't know how to test for it, nor how to iterate down said compound clipping object to set each path object to clipping separately)
• It only works with a single stroke or fill
• It does not understand "no fill" it will fill your object with white instead *FIXED*
• I'm hoping to use the "graphicStyle" property to copy the appearance, since that sounds way cleaner. But I don't understand how to.

Even with these limitations, I bound this to CMD+7 using fastscripts - I'm *already* used to it working this way!

#target Illustrator 
//  script.name = Clip Retaining Color.jsx;
//  script.required = at least two paths selected, top most path is the clipping mask;
//  script.parent = Herman van Boeijen, www.nimbling.com // 30/11/13;
//  *** LIMITED TO A SINGLE STROKE AND/OR FILL OF THE CLIPPING OBJECT***
//  Here's hoping to use the "graphicStyles" property to copy over the appearance.
[code]....

View 6 Replies View Related

Illustrator Scripting :: Mass Enable / Disable Appearance Effects In Several Layers Of Drawing?

Aug 21, 2012

How can I mass enable/disable all drop shadow appearance effects existing in several layers of my drawing?

View 3 Replies View Related

Illustrator :: Mapping Symbol On 3D Object Causes Error While Processing Appearance Of Object

Oct 6, 2012

I have simple a 3D bottle shape created from about 16 points and I am trying to map a gif image on to it usning CS5.  No matter what I have done (work from a new document, etc.) I always get the error message. I also receive this error when I attempt to map a jpg image on to the same shape.  I have attempted this on three different Windows 7 machines running CS5 with the same result.  When I try it with CS6 the program closes with a catastrophic error and no message. I do not receive this error using the default symbols.  The gif and jpg images are imported and imbedded into the document and then moved to the symbols library. 

View 6 Replies View Related

Illustrator :: Convert Expanded Appearance Rounded Rectangle Back To Sharp Cornered Rectangle

Mar 12, 2013

Any quick tips to convert an expanded appearance rounded rectacngle back to a sharp cornered rectangle?

View 6 Replies View Related

Illustrator :: Can Modify Only Appearance Of Object Within Group That Only Has One Object?

Oct 17, 2012

I'm using CS5. When I click on an object within a group containing only that object, appearance tap shows the group's appearance. I can't select the object when the group only has one object. So if I want to modify the object, I have to ungroup or add additional object into the group.

View 3 Replies View Related

Illustrator :: Difference Between Expand And Expand Appearance Tool?

Aug 10, 2010

What is the difference between Expand and Expand Appearance tool

View 7 Replies View Related

Photoshop :: Duplicating Background

Mar 20, 2006

I have a photo shop header on my website with a two tone or gradient background.

I want to copy or duplicate this header background and put it as the background of a logo image. I want to put the logo on top of the header, but for them to blend, they both need the same two tone or gradient background.

View 2 Replies View Related

Lightroom :: Duplicating Books In 5?

Jan 13, 2014

I would like to make a second version of an 80 page Blurb book I built in Lightroom 5.  Can I make a duplicate of the existing book (like a vritual copy, etc) so that I don't have to build the second version from scratch?  The first version is an enhanced ebook with video and a lot of double truck images, and the second will be for PDFs, omitting the video pages and 2 page spreads.

View 2 Replies View Related

Photoshop :: Duplicating X Layer To Document-1

Aug 8, 2013

Is there any way to say to PS so it will duplicate X layer to "document -1"? When I record and duplicate it saves it at strictly to Y document not to "document" -1 or +1 or +x.

View 7 Replies View Related







Copyrights 2005-15 www.BigResource.com, All rights reserved