Illustrator :: Divide AND Ungroup In Action?

Nov 21, 2013

In CS5, I created a very handy action that allowed me to, with two paths selected, Divide, Ungroup, and Deselect, resulting in the divided paths without having to do each step manually.
 
In CS6, for some reason this is no longer possible-- if I try to record the same action, after the divide, everything is automatically deselected and I get a "The object "Ungroup" is not currently available" error. Very frustrating that the new version is more troublesome to use!!
 
I KNOW that it's possible to do this because I was somehow able to fudge it at one point and get this action to work. But I'm not sure what happened-- maybe a step was deleted in my action or something-- but one day it just stopped working. This action is basically THE function I use most in Illustrator given the way I work, and while it's not a huge step, having to manually reclick, ungroup, and deselect is a huge inconvenience.

View 2 Replies


ADVERTISEMENT

Illustrator :: How To Ungroup Several Layers

Feb 5, 2013

How do you Un Group several layers in Illustrator? My drawing had layers of information but now is frozen as one and I can't access or change the individual elements within the layers panel or dby picking them in the drawing.

View 6 Replies View Related

Illustrator :: Graphic (Logo) Grouped In AI - How To Ungroup

Jan 5, 2014

I have a small graphic (logo) 'grouped' (in .ai) and it won't 'ungroup'? Never happened b4.  ???

View 4 Replies View Related

Illustrator :: How To Ungroup Or Expand A Pie Chart In Adobe CS6

Mar 15, 2013

How do you ungroup or expand a pie chart in Adobe Illustrator CS6? This functionality seems to have been removed. Say I'd like to remove the legend: before, I could ungroup the chart, release its link to the data, and then delete the legend with my white mouse. Object > Expand no longer works either.

View 6 Replies View Related

Illustrator :: Ungroup And Change PS Spot Color Channels?

Oct 22, 2013

In illustrator, how do you change a photoshop spot color channel that has been imported into illustrator. Ever since Illustrator CS2 you could import a psd into Illustrator and you could ungroup the channels and change the colors. How do you do that in CS3-6? I have been trying to figure this out for years. My old computer with Illustrator 10 is about to die and so will my ability to do what I descried above.

View 1 Replies View Related

Illustrator Scripting :: How To Ungroup Or Unmask Imported Group (VBS)

Sep 3, 2012

In vbs, I import a illustrator file with this way

Set importedGroup = appRef.ActiveDocument.GroupItems.CreateFromFile(dest)

after i duplicate them

Set dupItem = importedGroup.Duplicate(newGroup, aiPlaceAfter)

but i don't know how to "ungroup" or "unmask" the importedGroup?
 
I have looking to use clipped but it seems to not working.

View 6 Replies View Related

Illustrator :: Can't Release Clipping Path / Can't Ungroup Objects

Jul 18, 2013

I'm working with another artists's file, and I can't seem to release the clipping mask he created. When I try, I get an error message that says, "Can't ungroup the objects." I've tried releasing Compound Paths, but I get the same message.

View 4 Replies View Related

Illustrator Scripting :: Ungroup All Groups On Active Layer (JavaScript)?

Mar 5, 2013

How one would go about ungrouping all groups on an active layer with JavaScript?

View 5 Replies View Related

Illustrator Scripting :: Ungroup All Groups Then Create A Single Group?

Jul 30, 2013

I'm having trouble getting a script together where I can ungroup all groups in a document, then put everything under a single group. Everyhting I'm working with has a single layer, but for some of the arts I'm importing have groups within groups ect. To run certain actions I've made properly after I need eveything to be in one, single group.
 
I searched for an answer and found this (wirtten by Carlos Canto)
 
function ungroup(whereToUngroup, group) // where to ungroup? layer, document, other group?
{
for (i=group.pageItems.length-1; i>=0; i--)
group.pageItems[i].move(whereToUngroup, ElementPlacement.PLACEATBEGINNING);
}
 
But I'm having trouble getting it to work.

View 5 Replies View Related

Illustrator :: How To Use Divide In Pathfinder

Jul 26, 2012

I am trying to make the olympic rings, but when I try to divide the rings using the pathfinder, nothing happens. It just ignores any klick on the pathfinder tool. Is this a new feature of CS6 or is it just a bug?

View 2 Replies View Related

Illustrator :: Divide A Letter Into Three Different Colors?

Jun 30, 2013

Is it possible to divide a letter into three different colors? That is top one color, middle another color and bottom a different color.

View 5 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

Illustrator :: Divide Arc At Specified Length (not Equal Sections)

Jun 20, 2013

Can't figure the math... or find a script.

View 11 Replies View Related

Illustrator :: How To Divide A Circle Into Equal Parts

Jun 29, 2013

how to devide a circle into equal parts

View 4 Replies View Related

Illustrator :: How To Slice And Divide A PDF To Use As HTML Mailer

Feb 4, 2014

I have a high res PDF which I need to divide and slice to use as an HTML mailer, which is the quickest way to achieve this?

View 2 Replies View Related

Illustrator :: Divide A Line Into Equal Sections

Aug 26, 2009

How can I divide a line into equal segments in Illustrator? This is computer software, right? Shouldn't a computer be able to figure how to segment an arbitrary line? I tried turning the line into a sliced object and dividing that, but it didn't seem to work. Pathfinder only works on two or more objects.

View 17 Replies View Related

Illustrator :: How To Divide Compound Path Into Segments

Jul 13, 2013

This yellow donut is a compound path. I'd like to divide it into 10 segments, in the places where the black lines cross it.

View 5 Replies View Related

Illustrator Scripting :: Divide All TextFrames In One Character Per TextFrame?

Jan 24, 2011

How to divide all textFrames in one-character-per-textFrame?
 
Example: the textFrame "Letters" will be divided in 7 textFrames: "L", "e", "t", "t", "e", "r", "s".

View 30 Replies View Related

Illustrator Scripting :: Divide Characters In Text Frame

Oct 23, 2012

I'm sending this message regarding this link : URL....Just need a favor with all my respect to you and i think you will not let me down asking u for 2 script to divide characters in the textbox like the following:
 
1st : (TEXT FRAME) : Each letter alone and delete the space character .. with out moving any character from it's position
2nd : (TEXT FRAME) : Each word alone and keep the space character
 
"both in multiple text frame".

View 5 Replies View Related

Illustrator :: Releasing Masked Images - Unable To Ungroup What Had Been Masked

Sep 29, 2012

Sometimes when I mask an image - or actually - mask a group of several complex images, when I release the mask it is impossible to ungroup the images. Is there a way to make masked groups but then not have that happen?

View 4 Replies View Related

Illustrator :: Divide Object Into Equal Multiples Object?

Oct 7, 2013

I want to divide object into multiple object equally distribued. But my object is a "S", this is not a basic rectangle. And i want to apply this technique to other objects. I don't know if it's possible to do that with illustrator because it seems a little bit complicated.

View 8 Replies View Related

CorelDRAW X5 :: Cannot Ungroup Set Of Objects

Sep 4, 2013

We have created a simple label and grouped several components in CorelDraw X5.  Now we cannot ungroup the components.  When we right-click the group, the options to group or ungroup are dimmed.  The result is the same when right-clicking on the group in the object manager docker.

Perhaps related, is the fact we cannot select the components of the group from the object manager docker.  We can select the group, but none of the individual components in the group.  None of the layers is 'Locked' in the object manager docker so we should be able to edit them.

What might be preventing us from accessing the ungroup option for a group?

View 3 Replies View Related

Xara :: Blending - How To Ungroup

Feb 27, 2014

I have created 2 boxes. One filled with light green color and one filled with the darkest green color.I then select the blend tool, clicking on the boxes and then select to have a total of 50 steps.The blend tool does it work, creates a total of 50 boxes that goes from light green to dark green.

Now I need to "ungroup" the boxes into 50 separete boxes, everyone with it's special tone of green.I don't know if I have missed something, but for me I can't do that.

View 3 Replies View Related

CorelDRAW X6 :: UnGroup A Control Group?

Jan 17, 2013

I have a dwg showing both sides of a dinette. One side ("Left Booth") was grouped & then duplicated. The duplicate ("Right Booth") was mirrored and moved to the other side. I "UnGrouped" the duplicate ("Right Booth" - not shown in the attached clip), but I can not UnGroup the original "Left Booth" grouping. The original grouping has NO special effects (drop shadow, etc.), simply a group of lines, curves and rectangles. I can't find any "attachment" between the two.

How can I ungroup the "Left Booth" group?

View 8 Replies View Related

CorelDRAW X6 :: Ungroup To Separate Pages

Oct 30, 2013

I would like to split - ungroup an object and than put every part to a separate page ( need to export it to PDF after ). Since there are a lot of parts I would like to know if there is a quicker way, a macro ore something, to do this automatically. 

View 12 Replies View Related

CorelDRAW X3 :: Ungroup Control Group?

Jul 10, 2008

 i have 63 grouped objects - some of which include artistic text.  I have worked with CD for a while now and have never had this happen. what have i done??

View 11 Replies View Related

AutoCAD LT :: How To Ungroup Multiple Groups

Aug 28, 2013

Using LT 2014. If I select a few lines and group them, I can select that group, right click, and ungroup them. No problem.

If I group a few lines, then make another group of a few lines, then group the two groups together, then the right click menu will no longer allow me to choose ungroup. Also on the ribbon, the ungroup icon will not operate.

Before this I had LT 2011 (and before that) and I was able to group/ungroup multiple grouped objects at will. So this appears to be a glitch that was introduced since then.

How do I ungroup multiple groups?

View 9 Replies View Related

AutoCad 2D :: Group And Ungroup Of Items?

Jan 18, 2014

currently I am using autocad 2011. I have worked in the past on autocad 2012. in the 2012 version was a function available to "group" or "ungroup" items. in the 2011 version I can not find the function. was is something they add on in the newer version or do I just overlook it somewhere?

View 1 Replies View Related

Revit :: Can't Load Family - Ungroup Error

Jan 29, 2014

I have placed showers within various apartments. These apartments are groups. I have made a change to the family, (realigned a reference plane to be equal between two points). Now I reload the family into the project and no matter what I try, I cannot load it into the project without getting the ungroup error. 
 
Prior to the warning, it states i need to delete a number of dimension references. Which I allow, then the group error appears telling me I still have constraint problems. 
 
I thought it would be fine to dimension to families in groups, but it appears their is the potential for problems. 

View 2 Replies View Related

AutoCAD LT :: 2013 Ungroup Accept Button

Jul 24, 2013

I am running LT 2013. I have the Group Ribbon turned on and use it constantly. Until recently, whenever I would select the "Ungroup" button on the ribbon, a box would appear below the ribbon with a couple of button choices, "Accept" or something else.

I was looking at the shortcut list a couple of weeks ago, and went to turn off the command line (ctrl+9), and apparently entered the wrong command. In trying to undo my error, I probably entered some other commands, of which I have no idea what was entered. As a result, My "Ungroup" "Accept" button no longer shows up.

I know I just turned off a setting. But, I have been through the "Shortcut Key" list and I can't find it. I've been through the listings with AutoCAD LT 2013, and I have looked through the forums to no avail. And turthfully,, there are other text readouts that I used to get when doing a command that seem to be missing too. However, for now, I'd like getting the "Ungroup" "Accept" button turnd back on. I'll worry about the other ones later.

View 2 Replies View Related

AutoCAD Inventor :: How To Ungroup IParts In Parts List

Mar 1, 2013

If I create a parts list as a parts only list it groups all my ipart members into one single entry, but if I use the legacy option it shows them all separately. 

How can I split this out in the standard parts only parts list? 

Inventor 2013

View 1 Replies View Related







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