Illustrator Scripting :: Add Linear Gradient To Object - Change Angle From 0 To90 Degrees?
Mar 2, 2012
Almost every time I add a linear gradient to an object I want to change the angle from 0 to 90 degrees.
Is there a script that I could use for this, so that I could assign a keyboard shortcut and press that instead of clicking the box & typing 90 all the time? (i.e. select an object, run a script & it would apply the standard black to white linear gradient at 90 degrees instead of 0.)
Suppose I have an object filled with a linear gradient. This object is the only selected. I just would like to change the angle of the gradient to 25 degrees. So I think I could do:
var doc = app.activeDocument alert(doc.selection[0].fillColor.angle) // the result is the exact angle of the gradient fill of the selected object. Suppose 12 degrees.
//now the try to change: doc.selection[0].fillColor.angle = 25.0
No errors are found by the Extended Script Toolkit..BUT...it does not change anything. As Illustrator reference manual does not say this property is read only, I think I could write.
The rectangle tool is drawing at 90 degrees. I tried to fix it with the preferences>general>constrain angle, but I see that is ALREADY set to 0 degrees, yet the rectangle is 90 degrees! Is there another setting I should be aware of?
I need the finished script to create a rectangle with no fill and a 20% gray stroke to outline each artboard. I dug this up off these boards, which works perfectly except the rectangles created have no fill or stroke. certainly save me a lot of time drawing rectangles on a daily basis.
#target illustrator var docRef = app.activeDocument; var artboardRef = docRef.artboards; for(i=0;i<artboardRef.length;i++){ var top=artboardRef[i].artboardRect[1] ; var left=artboardRef[i].artboardRect[0]; var width=artboardRef[i].artboardRect[2]-artboardRef[i].artboardRect[0]; var height=artboardRef[i].artboardRect[1]-artboardRef[i].artboardRect[3]; var rect = docRef.pathItems.rectangle (top, left, width, height); rect.fillColor = rect.strokeColor = new NoColor(); }
how to fill an image with a gradient but I'd like to be able to change the angle. Is that possible?I'm using photoshop elements 12.I'd like the gradient to run from top to bottom instead of from top left to bottom right.
I have an object with a drop shadow. I want to rotate the object and the drop shadow 90 degrees. But when I rotate the object, the drop shadow does not rotate along with the object.
How to lock the drop shadow so that it will rotate with the object. p.s. I already know how to change the angle of the drop shadow.
I am trying to acheive the same angle gradient effect that can be done in Photoshop but in Illustrator. The actual thing I want to be able to create as a vector is the graphic attached...
Can this be done by somehow using the blend tool and replacing the spline with a circle?
when i change the angle of an object it effects the whole project, so if i have selected an circle and put the angle of a drop shadow to 90 degrees then i selected a recltangle and set drop shadow angle tp 120 degrees the circle will change to also be 120, does it always do this or am i just doing something wrong?
I am working with scripting in Ai, fill gradient color in TextFrame. I search in this forum but the other topics fill color to path or line. For now, I can make a gradient color, but I don't know how to apply it to textframe.
I'm trying to challenge myself here, I want to create a copy of every gradient in the active document and give it an assigned name like "Batman 1" "Batman 2" ect.
I can add new gradients and set their stop colors ect but I can't figure out how to create a perfect copy of the gradient in the swatch library.
I've been looking and the only thing I found that comes close was an older script that's only compatibale with CS. In this they're copying EVERYTHING I just wanna stick to gradients at the moment. Here's the link: [URL]
I looked to this as an example of how to do something like this but since it wont work with CS6 I cant really experiment or tinker to figure out how it works.
Just a few hours ago i asked about identifying a gradients type (linaer vs radial) and thatnks to Carlos I'm set with that, but I can't find a way to access the Aspect Ratio of a gradient in javascript.
Is it possible to rotate a viewport to an angle other than 90 degrees. I am trying to rotate a viewport 11 degrees counter clockwise. I cannot rotate the model.
I am following the following tutorial:[URL]....... I create a new page in Paint .Net and select the gradient tool. Once i have the page with the gradient colors i've chosen, i select the Line tool and create a wavy line.
The issue im having is fading out this line. The tutorial states "and fade out the far end with a linear transparent gradient" I cant find this tool or not sure what action to take.
When using 3D pattern, and specifying a negative angle for counter clockwise, with an angle less than 360 degrees ( eg, 90 degrees ) the pattern will be spread over 360 degrees anyway.
Also, the directions in the application are wrong. negative angles are for counterclockwise, not clockwise.
Workaround: Make all patterns clockwise, and reverse the direction of the axis around which it rotates. This will achieve the desired outcome.
I try to got an color gradient from the outer side to the inner side of this geometry the problem : The bandwidth of the gradient should be more or less the same in all areas of the green geometry(means the whole spectrum of the colors). And the gradient has to go perpendicular from the outer to the inner side.
Illustrator CS6, menu object, transform, move: when I move an object using orizzontal value and vertical value (example 10 mm from X and 10 mm from Y) the value in distance and angle is correct (14,1421 of distance and -45° angle) but, when I want to use distance and the angle for drawing in isometric way (example: 10 mm distance and 30° angle) the orizzontal and vertical value is not correct as you can see in the attached file below
I am using Illustrator CS6. When I select an object and open the Move window (either by pressing the Enter key or selecting Object>Transform>Move), I try and move the object at a given angle and a given distance. I leave the Horizontal & Vertical dialogs blank and just fill in the information for the Distance and Angle. When I press OK (or Copy), nothing happens. In all previous versions of Illustrator, this feature worked perfectly. I can not get it to work in CS6.
How do I rotate an object in Illustrator without chaging the angle of my drop shadow? I have a design that I want to place 2 up on a page and then print. When turn and stack them the shadow has changed its angel in relation to the artwork. I don't see where to lock the drop shadow to the object. Or is it secified a different way?
Is there a quick way to rotate an object to match an angle without knowing what the angle is? I am using AutoCAD 2011 now. I was using 2007 and I had an add on command the would rotate an object using a base point and picking the two lines that make up the angle, and it would match the angle you wanted. I can not get that command to load in 2011.
I want to rotate object along circle with special step angle. If i choose TRANSFORM i don't type special angle, but i can choose pivot point. I don't know how name this point, i name this pivot point, the point concerning which object rotates. And if i choose TRANSFORM OPTION i can type special angle, but i can't choose pivot point. More precisely, i don't know how do that. I choose object, then transform, set pivot and then open pivot option, type angle but object rotate around own pivot!!!
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.
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.