Illustrator :: Selecting Paths With Multiple Strokes?

Jan 13, 2013

What is the correct technique for selecting paths with multiple strokes of the same colours?

Select Same doesn’t seem to work properly since it only selects one of the stroke colours.
 
I have several paths with the same stroke colour makeup yet they don’t behave as if they have the same appearance, depending on which of a path’s several strokes is selected in the Appearance panel.

View 4 Replies


ADVERTISEMENT

Illustrator :: Paths (not Strokes) Are Visible As Light Grey Lines

Apr 21, 2013

I am working in Illustrator CS6 on a Mac (10.7.5) and on some (but not all) of the objects in my document, the paths (not strokes) are visible as light grey lines.  This occurs in objects that are stroked, filled or both.  I can make a stroke thicker, but the 'path' is still visible in the center of it.  The Appearances panel gives no indication of what's going on.

View 3 Replies View Related

Illustrator Scripting :: Selecting Open Paths In CS6

Jul 10, 2012

I have created this script for selecting open paths in illustrator cs6 as the graffix plugin is not working under CS6.
 
Just save the following text in /Applications/Adobe Illustrator CS6/Presets/en_US/Scripts/Select Open Paths.js
 
if (documents.length > 0 && activeDocument.pathItems.length > 0){
var allPaths = activeDocument.pathItems;
var allPathsCount = allPaths.length;
var openPathsAreLocked = false;  

[Code] ........

View 4 Replies View Related

Illustrator :: Remove Strokes From Multiple Objects

Mar 23, 2013

I am using stokes to mask out a shape I want. I want to remove these strokes altogether but retain the masked shape.
 
So for example the below image has three circles with a white stroke to form the shapes I desire.

I am perfectly happy with this when it is on a white background but I want the strokes to be transparent rather than white so that they cannot be seen on a non-white background (see below).

Obviously if I just make the strokes transparent I lose the desired shape.
 
This is what I am trying to achieve (this was done in Photoshop but I want to achieve the same in Illustrator).

View 9 Replies View Related

Illustrator :: Graphic Styles - Multiple Strokes

Jun 16, 2012

I make a graphic style with more than one stroke. I choose the brush tool. I click the graphic style. I draw a line. only one of the strokes is applied to the path. I have to select the path again, and then click the graphic style for it to apply."New art has basic appearance" is unchecked.It's time consuming and frustrating. And it takes the punch out of one of the better additions to the program.

View 7 Replies View Related

Illustrator Scripting :: Applying Multiple Strokes With JS

Apr 17, 2012

how to apply multiple strokes to a path with JavaScript? Assigning strokes width, caps, position in stack (my particular concern)? All i can do at the moment is to apply a single stroke.

View 5 Replies View Related

Illustrator :: Blending Colors Of Multiple Strokes

Feb 27, 2013

I would like to know, whether is it possible to make soft blends between all objects of the person in the art I am creating. The problem is, that I want to make very smooth transition between all paths(brush strokes) in the file. I tried the blend tool, but it didn´t work good for this purose. Then I tried to blur or feather all objects, but the result wasn´t good as well. Opacity masks would be too complicated for all those strokes. Is it possible to make this work for all brush paths in the file?

View 1 Replies View Related

Illustrator :: Delete Multiple Layers By Selecting Multiple Object?

Jan 25, 2014

I'm going to connect my AI file to After effect. So I had to create lots of layers in order to edit them seperatly in After effects. But it seems like my amount of layers are too large because AE always crashes (not responding -> Force quit)
 
So I wanna break some stuff down in multiple AI files, but I don't wanna go and select every layer and delete it. That would take too much time. Is there a way to select the multiple objects in Illustrator and delete that but also its layer its in?

View 3 Replies View Related

Illustrator :: Outline Hand-drawn Type Made Of Multiple Strokes?

Nov 2, 2013

I designed a logo for some family friends, and the main part of the logo is hand-drawn, and it is made of multiple (a TON) of strokes. The company is getting t-shirts made, and the t-shirt company contacted me to get a "vector file with the fonts outlined." I know quite well how to do this on actual fonts, but how to outline a series of strokes.

View 5 Replies View Related

Illustrator Scripting :: Altering Stroke Weights Of Path With Multiple Strokes?

Mar 24, 2013

I have created a path with multiple strokes, which differ in weight and color. I can save that as a profile but it's really tedious if I want to alter the different colors and stroke weights.
 
I can't seem to do record an action which will automatically alter those parameters (f.ex. raise each strokeweight by 10pt.). All I get is just an action that will recreate the altered state during recording (f.ex. stroke weights  20, 10 >--Action-->  15, 5). I cannot start the action and raise or lower my stroke weights at once based on the current parameters.

View 1 Replies View Related

Photoshop :: Export Multiple Paths To Illustrator

Aug 7, 2012

Photoshop CS5

Is there really no way to export multiple paths, on multiple vector layers, to Illustrator in one go?

View 9 Replies View Related

Illustrator :: How To Apply Color Changes To Multiple Paths CS6

Jan 13, 2013

Using IL CS6. I have a photo that I did an image trace on. Now I want to make it an illustration. I would like to select multiply paths and apply a color change to all of them at once. I would like to be able to select the paths to change by their current color, and then apply the change all in one shot if possible.

View 11 Replies View Related

Illustrator :: Join Multiple Paths To Make One Object?

Apr 26, 2013

.... so as to be able to apply a fill over the whole object?? 
 
This might sound more obvious than it actually is in this case so i'll explain.  My partners artwork contains a lot of linework and unfortunately, i can't get the degree of accuracy i need with a continous path.  Therefore, the problem i have is joining lots of paths (some of which have endpoints joining midway through other paths) to make a single object with the strokes preserved, so i can apply a fill to the overall object or to individual sections. 
 
I've tried unite, join and all the other commands that i'm aware of but all give undesired effects.  I've tried using a compund path but all that does is make them act as one but still doesn't do what i need with regards to filling the object.
 
A simplified example of what i need to achieve is this...... create a square using 4 seperate paths and then a cross through the middle using more seperate paths to create a 4 box square.  I need to be able to make this one object so i can fill each individual square a different colour if need be?

View 3 Replies View Related

Illustrator :: How To Separate JPEG Logo Into Multiple Paths

Jul 20, 2012

My client has sent me a high resolution JPEG which is a monogram of his initial ("C") on top of a complex filigree. It's all one color. He wants the letter "C" to be a different color than the filigree pattern. The goal is to create a logo for his website and business cards.
 
How should I separate the C from the rest of the monogram? I've done an Image Trace which resulted in a perfect rendition of the entire artwork. But how to I separate the C? Any Illustrator experts out there?

Here's a lo-res version of the artwork he sent. I've already managed to eliminate the grays and turn this into a two-color (black and white) image. What next?

View 3 Replies View Related

Illustrator :: Selecting Handles For Multiple Shapes

Oct 19, 2012

I have created some shapes within a circle and have used Pathfinder to divide the shapes up and have then deleted some.
 
With the remaining shapes, I want to change the location of some of the adjacent shape boundaries.
 
I can do this by dragging across some anchor points with the direct selection tool and can then select the anchor point (for both shape boundaries) to move both lines/boundaries together.
 
HOWEVER, if I want to change the angle of the boundaries by selecting the handles, it seems I can only select the top anchor moving one of the boundaries and not the other thereby separating the lines?
 
How I can select multiple handles (that should be on top of each other)?

View 8 Replies View Related

Illustrator :: Align Multiple Objects And Paths As One While Keeping Shape?

Dec 4, 2013

When I have made a logo and there's mutiple parts and I want to center it, it messes all the parts up. How do I center it while keeping the shape without combining it all? Example in photo: [URL]

View 12 Replies View Related

Illustrator :: How To Find And Delete Multiple Overlapping Cut Contour Paths

Dec 10, 2012

Background: My job requires that I print vinyl cut letters and shapes. I do this by creating a cut contour path in illustrator with a spot color as a stroke, so that once printed, there will be instructions on the print showing where to cut and the cutter will recognize the marks.
 
My problem is that, for some reason, the cutter is going back over the cut path a 2nd time, as if there is more than one cut contour path in the file. But looking at the eps file in Illustrator, I don't see any extra overlapping paths with another stroke. It just looks like there is one pink line that there are actually extra cut paths that the cutter is reading that I don't know about. Is there a way for me to either A) find all of the paths and turn off the spot color swatch on all of them and just apply it to the one I need or B) find all paths and delete overlapping ones that I don't need?
 
getting extra overlapping cut paths in different Layers(?) I'm just really not sure what to do or how to find these and weed them out.

View 2 Replies View Related

Illustrator :: Applying Live Rotate / Multiple Copy Effect On A Group Of Paths?

Oct 16, 2012

I'm intermediate (at best) with Illustrator. I'm using CS6 on a 2009 iMac. How to make Illustrator ignore stroke weight/cap/join settings when I'm applying a live rotate/multiple copy effect on a group of paths? Currently, Illustrator sets the rotation point to the outermost part of my stroke (figuring in the strokes atrributes), but I only want it to calculate the from the path's structure: the coordinates of my designated anchor point.
 
Here's the top/right group of paths with a rotate/ 3 copies effect of 90 degrees. Looks problem-free at this view.

Here's that top/right group of paths with the addition of a reflect/ 1 copy effect of X-axis. Still no apparent problems.
 
But here's a close up of the misalignment of corner points. As shown, the Transform effect is based off the strokes attributes (the tip of its corner), not the actual location of the corner point.

It does not apply different cap/corner styles or stroke alignments; that only slightly nudges the pivot point to the center.
 
Plus, this one point stroke is somewhat arbitrary. I only set it so in order to see my dynamic effects.

Tweaking the vertical/horizontal moves effects of the rotated/copied elements won't support because this art will later undergo lots of alteration, mostly changes in stroke weight (maybe even variable stroke width).

I need the skeleton of my structure to snap together precisely.
 
Any solution, no matter how roundabout, would save this project!

View 4 Replies View Related

Photoshop :: CC / Selecting Single Paths Without Isolating?

Jul 17, 2013

If I have two vector shapes on top of one another, when I drag over both to select a few nodes from the top one, it selects both (this is now a 'feature'). I don't want this.
 
I know if I want to select only the top one now that I have to isolate the shape first, but this is terribly inneficient for the way I've been editing vector shapes for years now.
 
Is there any way to turn off multiple layer path selection and having to isolate anything? While the new feature can be nice at times, it's mostly more of a hinderence than a way out.

View 3 Replies View Related

Illustrator :: Joining Paths To Create Shape While Retaining Original Paths?

Feb 23, 2014

I want to join two paths to create a shape that I can fill but at the same time retain one of the original paths (the red one in the image below). I can copy the path I want to retain but surely there is a more elegant solution. See below for for an illustration:

View 6 Replies View Related

Illustrator :: Cannot Lock Other Paths / Unlock All Paths In Symbols?

Dec 4, 2012

Cannot lock other paths/unlock all paths in symbols?

View 8 Replies View Related

Photoshop :: Repeat Same Brush Strokes On Multiple Images?

Aug 13, 2012

How can I repeat the same clone stamp or healing brush marks on multiple images?  I often shoot multiple versions of the same still life product and have the occasion to make the same brush strokes on each of a half dozen or so images.  Most the time I use clone stamp or the healing brush.
 
Is there a way to repeat the same brush strokes on multiple images?

View 9 Replies View Related

Photoshop :: Multiple Clipping Paths On Same Layer

Oct 4, 2011

It seems that it not able to make several paths on a single layer and then turn each path into it's own "clipping path " rather than just an outline path...Is this correct or am I doing something wrong ? I have 3 pieces of silverware on a background and want to outline each one separately then turn that path into a clipping path to move it to another file...I am able to make any one of them a clipping path , but not the others.

View 2 Replies View Related

3ds Max Animation :: Aligning Multiple Cameras On Different Paths?

Feb 11, 2012

I have a scene that I have multiple cameras going round inside a building. Each camera is exploring a different area of the building. They're attached to paths that all start from the same place but then obviously go off in different directions.

The problem I'm having is aligning the first frame so they all start off in exactly the same position. Coordinate wise; the camera, and 1st vertex of path are the same, but I'm guessing as the path is a different shape, the trajectory is different.

View 3 Replies View Related

GIMP :: Cannot Export Multiple Paths Of Text

Sep 16, 2012

Fairly new to gimp, using Mac 2.8 version. Problem is I have created multiple paths of text but none of them export (I have tried jpeg, gif, tif). They save to the gimp format but even when I try to print directly from gimp the text paths do not show up.

View 1 Replies View Related

Illustrator :: Can't Use Different Strokes With Pen Tool?

Mar 20, 2013

I scanned an image that I want to trace, but it won't let me use different strokes with the pen tool? I don't have any layers locked and the strokes are all loaded, it just won't let me use them on that image.

View 1 Replies View Related

Illustrator :: Text With Three Strokes On The Outside?

May 8, 2013

For the life of me I just can't duplicate this look where their is three strokes happening to this text. Is there an easy way to do this in Illustrator? It's not something that I like, but it's the client.

View 2 Replies View Related

Illustrator :: Scale Everything In CS 5.5 Except Strokes

Aug 24, 2012

I have a ready drawing but I just noticed that it is a bit to small: is there a way to scale everything (objects, grid, artboard) except the thickness of the strocks and arrowhead if any?

I can do all this separately (objects, then grid, then artboard) but it would be nicer to scale everything at once.

View 2 Replies View Related

Photoshop :: CC 14.1 Editing Paths On Multiple Layers Disabled?

Sep 9, 2013

Has editing paths on multiple layers with the direct selection tool been disabled in Photoshop CC 14.1? I can't seem to figure out how to do it now, shift- or command-clicking doesn't do anything. In fact, I can't even click to select individual paths on different layers, something that Photoshop has had forever.
 
While it was at times problematic the way it was in 14.0 (always selecting multiple layers and having to go into isolation mode to edit just one), there were times when it was useful to edit multiple layers, or even just click between layers with the direct selection tool.
 
Also, what is the custom keyboard shortcut for entering/exiting isolation mode? It is mentioned in the above image, but what actually is it?

View 2 Replies View Related

Photoshop :: Combining Multiple Paths And Foreground Color

Oct 15, 2005

I searched the forums briefly and couldn't find an answer to a couple annoying problems I've been having with Photoshop. I'm running a PC with Photoshop CS2, which is part of the entire creative suite package that I recently purchased. Here are the two issues that I’m trying to tackle.

1) Combining multiple paths
I have a picture of a car and I’ve painstakingly traced a path around the outer perimeter, but then there are other areas that I’d like to include as part of the same path and I can’t seem to find out how to make this happen. Just to be clear, I select a path around the outside of the car so I can place it into a new background, put in some shadows, etc.

But, when I try to select other areas of the image to include as part of the path (say between the spokes of the wheels) so the new background shows through as well, it creates a separate path. I’ve yet to figure out how to combine each into a single path file so when I attempt to create an effect, I don’t have five different paths to tackle. A similar scenario cropped up (pardon the pun) when I try to do a radial blur on the wheels and a motion blur to create the appearance of motion. I simply can’t figure out how to get the paths into a single file.

2) When manually adjusting levels of an image, the three eye-droppers that allow you to set white, grey and black points can be used, for example to select which part of the image should be the brightest white (in the case of “set white point”). When I use this eye dropper, it keeps changing the foreground color in the toolbar.

Does anyone have any ideas on how to prevent that from happening? This is rather annoying because when I try to expand the canvas size and I’m expecting it to be white, it ends up being and off shade of white because it picked up the color of the background that I selected as what should be the brightest white in my image. I know the long work around, but am I missing a default setting that would prevent this from happening?

View 4 Replies View Related

Illustrator :: How To Divide Brush Strokes

May 27, 2013

I have no problem dividing objects using the "divide" tool in the Pathfinder palette, but I was wondering if there was a way to divide brush strokes?
 
For example, let's say you wanted to paint three brush strokes right next to each other, but not overlapping. Is there a way to select all three strokes and then divide them so no one stroke resides over another, they would be completely separate of each other.

View 11 Replies View Related







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