Illustrator :: Jumping From Object Selected In Layers To That Object On Artboard?
Nov 22, 2013
I'm working with 27 artboard in illustrator for one project. I would like to select the object I need to get to in my layers panel and have illustrator "jump/navigate" me to the object where it resides on the artboard. Is this possible?
What controls origon (x,y = 0,0) of a objects coordinates? I'm not refering to which the "Reference Point".I use a bunch of artboards and sometimes origon originates from the newest artboard i have created, which is great for my workflow. I place a lot of objects using the top coordination tool.
But often the origon fixes it's position to the first artboard. Is there a way to control the origon?Specs: Win7, 64bit, Illustrator CS6 16.0.3.
trying to make an object the exact size of the artboard. This is something I do on a daily basis for several different reasons and it would be very useful if this can happen automatically for whatever size the artboard may be. As I understand it the only way is with a script but I have no experience with making illustrator scripts, im definately no programmer. I have set up quickkeys in the past to copy from the artboard inputs when you are on the artboard tool but these round to the nearest .01 and this is not accurate enough for what I am working with. Also if I do this with multiple pages open illustrator is very slow to respond to the artboard tool.
Below is a script that I saw on here that I believe may contain what I need but now knowing programming. Where to start on editing. All I need is the part where an object is placed on the artboard that is the exact same size as the artboard.
#target illustrator function main() { if (app.documents.length == 0) { alert('Open a document before running this script'); return; // Stop script here no doc open… } else { var docRef = app.activeDocument; with (docRef) { if (selection.length == 0)
Resizing objects is a mess in CorelDRAW X6 when objects are outlined with Scale With Object enabled to retain proportions after resizing.
None of the tools dealing with outlines (e.g. Contour or even Outline itself) continue to work properly after resizing the object.
I strongly suggest to recalculate outline property values after resizing if Scale With Object is checked. Don't just do it hidden somewhere internally in the object model by applying a temporary scaling factor. Instead actually recalculate the actual property values if Scale With Object is checked.
CorelDRAW Graphic Suite X6.4 @ Windows 7/Windows 8 - 64 Bit, Windows Server 2008 R2, Windows Server 2012
Is there any way in Illustrator to zoom to selected object (I want to maximize the selected object to the window)? There is the FitArtboard and the FitAll, but a ZoomToSelected.
In PS you can drag the center anchor point of an object anywhere within the object or canvas, allowing you to rotate around that custom location versus the dead-center of the object.
is there a way to get position of any selected object? It seems like normally you have to dive into specific item like textFrames to get position, but was curious if there was a generic way of doing this for selected objects.
It seems like the Warp tool is just another way to scale an object though it allows you to scale only the selected portion of the object that you touch with it. Is this correct? Does the Warp tool have other functions?
we need to be able to collect (save to a list) a series of x,y coordinates as each object in an AI file is selected. Can this be done by creating a script of some kind that runs concurrently with Illustrator? Is this something that can be done via Action Scripts?
If I already have an object selected and then click the "new layer" icon in the layers palette, the object I have selected deselects as soon as the new layer is created. Why is this? Also, it only happens on one of my computers, so I figured it was a setting that I'm missing but I certainly can't find it.
In InDesign, I can select an object anywhere on the page and when I enlarge the view with Ctrl-+, the object is centered on the computer screen.
Illustrator does not do this. But, is there some kind of setting I can click on to make this happen? It would save me a lot of time to have this feature turned on, if it exists.
When I run the script for an object selection, I want each object to have its color set to the underlying color as if I had used the eyedropper tool. Is this something that can be scripted?
I am currently trying to cut out a word from another word in Illustrator. I have managed to do this several times before but both options I have used in the past simply are not working for me today.
As you can see from the attached image, I have 'cut out' the word 'I'm' from the word 'hungry'. (You can see straight through to what ever colour, fabric etc is underneath the logo).
Today I am trying to update my logo and the usual methods aren't working for me.
1. Type > Create Outlines > Divide 2. Object >Compound Path > Make
Usually I can simply delete the 'cut out' text from the image but I keep receiving an error messages that I don't understand.
1. "The filter cannot complete because more than one object is selected" 2. "Can't make a compound path. All objects in a compound path must be paths, and they cannot be brushed or part of an object."
I am a complete novice and I have never encountered these errors before. What used to be a simple 3 step cut out command is now a nightmare. I must be doing something wrong, maybe I have missed a step and not realised?
Just draw a rectangle and a circle, then give them different colors. Choose AI menu "Object | Blend | Make", before this step you could set "Specified steps" to an integer in "Blend Options...", now you get a series of blended arts. Using Direct Select Tool you can select the rectangle or circle you drawed at first.
how to know if the art object you selected is one part of the blended series? I looked into the document but cannot find a proper API to get the infomation in AIArtSuite.
Just draw a rectangle and a circle, then give them different colors. Choose AI menu "Object | Blend | Make", before this step you could set "Specified steps" to an integer in "Blend Options...", now you get a series of blended arts. Using Direct Select Tool you can select the rectangle or circle you draw at first.
My question is, how to write code to know if the art object you selected is one part of the blended series? I looked into the document but cannot find a proper API to get the infomation in AIArtSuite. (for CS5 & CS6)
I have a logo that I am working with and I need to make it a 3D object for what I'm doing in After Effects. I am trying to make it 3D so I can edit it in repousse because all I really need to do is extrude it.
I've tried the different options in the 3D drop down menu but none of them bring me to edit in repousse.
Also, I know that I can make it 3D in After Effects my making multiples of it and what not but I don't want to go about it that way. Also, I'm working with CS5.5 and the 3D renderer plugin in After Effects is only available in CS6.
Every time I re-open a file containing a 3D object placed in the document, if I do a minor change (texture, color or position) the 3d object jump to his imported place in the document and lost the position and direction I placed it.
I'm sure this is mind-numbingly obvious and I am overlooking it, but when I go to use the rotate tool, the center point of the rotation is defaulting to the center of the artboard, not the selected group of objects. How do I change that to default to rotating on the selection center by default?
PS. This is Illustrator CC (17.0.2) on a Mac running 10.9, if that is relevant.
I am trying to add a prototype to the Layers object so I can do something like try{ .getByName(name) catch{ return null. For when the named layer doesn't exist. (It gives an error for me in CS5). So unfortunately me trying to go Layers.prototype. my method doesn't seem to work at all.
I have an illustrator file with several hundred layers and objects. If I select an object for targeting in the Layers panel, is there a way that I can get the object to be displayed in the center of the workspace. I currently have to zoom in and pan the document to see the object.
Likewise, if I select an object in the document, is there a way to have that object appear in the center of the Layers panel? I currently have to scroll the Layers panel to find the parent layer, and then drill down through the child layers until I find my selected object.
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.
I am having some trouble with a file in Illustrator CS6. Within a layer, when I add a fill to an object, the fill doesn't block out the object paths beneath. For instance, say I have a square object overlapping a circle object in Layer 1. The square object is above the circle in the layer. When I add a fill to the square, the circle stroke still shows through the square even though the overlapped part should be blocked out by the fill. The square is set to normal visibility, and I have made sure that there are no duplicate paths that would account for what I am seeing. (I.e., it's not a case where there's a second identical circle path that is on top of the square, so that it remains visible in spite of the fill.)
Other details: - I'm mainly working with a white fill, but the problem is the same with fills of any color - When there's a fill color in the circle path as well, the circle's fill color *is* blocked out—just not its stroke. - I have restarted Illustrator and restarted my computer and these have not changed anything. - There are other layers within the same document where the normal layering rules work. - I tried copy/pasting some of the problem objects into a new document, and in the new document, the fill works properly. - If I move the problem objects to another layer, then the fill works as it should. But as I'm dealing with a number of paths, it doesn't make sense to create a layer for each to solve the problem.
I can't tell if it's a matter of working in too large or complex a file.
Simple solution to aligning selected items to the artboard. I was going to create an action but then realized it would be more convenient for me to include it in my script file....I have a script to align objects with each other but they dont align to the artboard.
In Photoshop, if I have a layer with a style such as a drop shadow, and I click on Image > Trim, I can crop the canvas to the exact points where the drop shadow fades out. I want to do essentially the same thing in Illustrator. I have an object with a drop shadow. I select the object, double-click on the Artboard tool, and in the dialog that appears, from the dropdown menu, I select "Fit to Selected Art". This succeeds at cropping the canvas to the dimensions of the object, but but it also cuts off my drop shadow. My only solution has been to eyeball the cropping of my canvas, but I really want to be precise and automate this process.