Illustrator :: Edit Custom Swatch Library

Mar 18, 2014

Once I have created and saved a custom swatch library - lets call it "custom"
 
How would I add a new colour to "custom" - or edit a colour value in "custom" - is this new swatch library locked?

View 1 Replies


ADVERTISEMENT

Illustrator :: Custom Swatch Library Isn't Updating In CC

Jan 17, 2014

I have a big custom swatch library that I'm continually making additions and corrections to. I have it set as persistent, and the library works fine, but it doesn't update when I make changes to it. As far as I can tell, it's still stuck at the point where I upgraded to CC a few months ago. I've tried unchecking persistent, closing the library and Illustrator, then reopening and reinstalling the library, and it's still reverting to the old version.

View 2 Replies View Related

Illustrator :: Disappearing Swatch Library?

Apr 15, 2011

I frequently use Pantone solid coated colors in my work, and have to open that palette anew each time Illustrator has been restarted.  I know that in CS4 I could keep that palette available, but I haven't been successful doing the same in CS5.  I have saved my workspace, but the Pantone palettes disappear when Illustrator quits.

View 16 Replies View Related

Illustrator :: Missing Swatch Library In CS6

Dec 13, 2012

I am reading a tutorial for Adobe Illustrator CS6 that was written for CS5 version and I am at a point where the author uses the 'Mayan Bricks' pattern.

(He says that it is located in Swatch Library > Patterns > Decorative > Decorative_Primitive).

The problem is that in CS6 version there is no Decorative_Primitive folder.

View 4 Replies View Related

Illustrator :: Can't Find Swatch 7717 In Library

Mar 10, 2014

I can't find this swatch in my Solid Coated library. How can I get this color?

View 1 Replies View Related

Illustrator Scripting :: How To Call Swatch From The Library

Jul 20, 2012

I'm writing a script to create a new AI document with a restricted swatchbook. The designer is supposed to use only the swatches/inks provided by this script. So far I was able to delete all current swatches and add a CMYK or RGB spotcolor swatch.
 
var inkt02 = app.activeDocument.spots.add();
inkt02.name = 'inkt 2';
inkt02.colorType = ColorModel.SPOT;
var kleur02 = new CMYKColor();
kleur02.black = 10;
kleur02.cyan = 80;
kleur02.magenta = 0;
kleur02.yellow = 90;
inkt02.color = kleur02;
var newSpotColor = new SpotColor();
newSpotColor = inkt02;
newSpotColor.tint = 100;
thePallet.addSpot(newSpotColor);
 
Often we will be dealing with Pantone colors. No need to define these, as they are inside AI already, right? But how to call them from the library? I'm new to ExtendScript.

View 6 Replies View Related

Illustrator Scripting :: Convert CSV To Swatch Library?

Aug 4, 2012

I have a list of 300+ colors that I need to make into a swatch library for Illustrator. The data looks like this:
 
GREEN GRASS,127,187,0
PALE YELLOW,241,235,135
LIGHT YELLOW,238,231,93
DAFFODIL,249,231,21
MOONBEAM,249,223,22
etc.
 
It's RGB I think. In any case, I am just starting with Illustrator and I know NOTHING about scripting. these colors into a swatch library? I am getting a migraine just thinking about putting them in one by one.

I found something here, but that didn't work for me. I get an error on processing on line 75. [URL] ....
 
Error 24: app.doScript is not a function, Line 75 _> app.dpScript(speakThis, 1095978087); //AppleScript.
 
I get as far as choosing the csv file, and then I get the error. I think this outputs as CMYK, but not sure.

View 23 Replies View Related

Illustrator :: Gradients - How To Access Swatch Colors Library

Oct 17, 2012

I am working with Cs6 (Windows 7).  I am trying to apply a gradient fill to an object, but don't know how to get the swatches to show colors.  All I have is graytones.  How do I load the color swatches?  I do have the gradients and swatches open in the tools panel, but the swatches is just empty. 

View 2 Replies View Related

Illustrator :: Can't Access User Defined Swatch Library

Sep 5, 2013

I upgraded to Illustrator CC and now I can't access my user defined swatch library. It's there, but not highlighted. How to access these, or import from CS6?

View 1 Replies View Related

Illustrator :: How To Create Swatch Library From Multiple PNG Files

Jul 27, 2013

Illustrator CC
 
I am having a difficult time trying to create a new swatch libray of patterns from multiple png files. The way I am doing this is very slow and repetitive and seems silly for a tool as advanced as the latest CC suite including illustrator.
 
What it seems I must do is open all the png files in Illustrator, creating multiple workspaces, drag one png file into the swatch window, then save that window as a library, close the existing window to reveal the next png file, open the user library I just created, drag the next image into the currently active swatch window, then drag the previous swatch/s from the user library into the current active swatch window, resave and replace the user defined swatch library (now with two images in there)fromthe updated current active swatch panel/window, close the existing workspace to reveal the next image file, and then repeat the process again, slowly building the user defined swatch library up by adding one image at a time and then adding back into the Swatch panel the previously built up library of swatches again one at at time.  (you can select all from the existing  user defined library and drag over into swatch panel, but this creates at least one  duplicate on each cycle for as soon as you click on the first swatch in the library, it adds itto the current swatch panel and then when you select all swatches to drag across it includes the first swatch and copies it again)
 
This is a very slow process to build up a swatch library. For some reason you cannot drag swatches directly into  the user defined library you have created, only into the active swatch window for each workspace. I searched the web and forums  for answers but could find none. There must be an easier way,  just can't find it.
 
Ideally, the best option would be a swatch window  option that allows the import directly from a list of selected files in the finder.

View 4 Replies View Related

Illustrator Scripting :: Importing Color To Swatch Library From Text File

May 19, 2010

I have a large list of custom colors in Excel that has the color name and CMYK breakdown of each color. I'm looking for a way to import this information to create a custom Color Swatch Library. That will have the name of the color and the CMYK breakdown. So that I can easily use in Illustrator and Photoshop. Is there any way or application in doing this with out manually entering the information and creating a new library?

View 7 Replies View Related

Illustrator SDK :: Creating Custom Swatch Panel?

Aug 9, 2012

I want to create a custom color swatch panel for Illustrator. But I cant figure out a way to add swatches to the panel and drag/drop them into file.

Any example or the steps required to build such a panel. I've created a panel using CS Extension builder but cant figure out how to populate it with swatches.

View 4 Replies View Related

Illustrator Scripting :: Apply Every Swatch Library Color To Path Items On Page?

Oct 1, 2012

I'm trying to write a script that applies a single swatch to a single path item and repeat for every swatch that is currently contained in the swatch library. This script that I have written is only applying the last swatch in the swatch library to every path item on the page. Currently I'm more concered with getting each swatch that is currently in the swatch library to be applied at least once before worrying about applying the same patch to any extra number of patch items compared to the swatches.length.

// Apply every swatch library color to path items on a page
if ( app.documents.length > 0 && app.activeDocument.pathItems.length > 0 ) {
doc = app.activeDocument;

[Code]....

View 11 Replies View Related

Illustrator :: How To Delete Brushes From A Custom Library

Nov 5, 2010

I've made a custom brush library and want to delete some of the brushes but there is no little garbage can icon in the lower right hand corner of the brushes pallete.  How do I delete the unwanted brushes from the cusotm library?  The little garbage can IS on the regular brushes pallette.

View 4 Replies View Related

Photoshop :: Import And Use Custom Illustrator Symbol Library

Sep 19, 2012

I would like to import and use my own (project-specific) Illustrator Symbol Libraries in Photoshop
 
Background info

- I create BIG amounts of assets (for UI design) in Adobe Illustrator which I save as Symbols.
- I store these symbols in a custom symbol library so I can re-use them in a different file
- Reason A: to be able to re-use these symbols within the Illustrator file to visualize different "interaction flows" to my clients
- Reason B: I use vector assets because they allow me to accommodate for different screen resolutions in the future
 
Wish
A:  I would like to be able to open the same symbol library I created in Illustrator in Photoshop and drag the symbols onto my Photoshop canvas.
B:  If I change a symbol in Illustrator it should be updated in my Photoshop file.

View 2 Replies View Related

Illustrator :: Save Custom Symbol Library As Default?

Jan 23, 2014

Is there a way to save a custom symbol library as my default?  I'd like it to show up in my panels when i open new blank document.

View 2 Replies View Related

Photoshop :: Is There Way To Sort Swatch Library

May 30, 2013

I just want to be able to put the swatches in a library into a specific order. I don't see a way to do this I'm just missing it. A google search did not provide any useful insight into this so I figured the next step would be to ask here.
 
Edit:
I have figured out how to edit the .aco as text, but there must be an easier way. This will work for now, but in the long run this will not be a reasonable solution.

View 1 Replies View Related

Photoshop :: Custom Swatch Palettes?

Apr 9, 2004

I was wondering about custom color swatch formats. Specifically in an ancient version of Photoshop (like 3.5) in addition to the preset swatches, there used to be a blank "scratch pad" type palette feature where you could put colors and smoosh them around just like a real artists palette then pick colors from there....is there anyway to do this in Photoshop 7 without creating a separated doc?
Also, you used to be able to create a swatch palette based on the colors in a given image by going to mode>indexed color ....that doesn't seem to be working for me...

View 2 Replies View Related

Photoshop :: Select Set Of Swatches (ideally At Once) From Long List To Create Swatch Library?

Mar 5, 2013

I just started using PS (CS6) and I added 10 new custom swatches that I want to save in a new swatch library. However, I still have the PS default library of swatches listed (that contains scores of colors). Can I select multiple swatches at once to save them for the swatch library? Or do I need to delete ALL the default swatches first manually, then save the remaining colors in the new swatch library? If so, it makes it a daunting task...

View 6 Replies View Related

VideoStudio :: Edit FX Library

Dec 1, 2011

I added a plugin (Mercalli image stabilizer) in VSX3. It didn't work right away so I re-installed it. Now I have it two times in the FX library. I have it only once in the Corel program folder ( in the vft_plug folder). I would like to delete the extra one in the FX library. Where can I find the related buildup folder?

View 2 Replies View Related

Illustrator :: How To Unlock A Swatch On CS5

Apr 11, 2013

I opened a PDF in Illustrator and it has 4 Spot color swatches. Two of them will not delete or let me alter them and I need to change them to CMYK. I've tried reopening the document, restarting my computer and copying and pasting everything into a new document. Nothing has worked for me. I've also tried selecting everything, and going to Edit > Edit Colors > Convert to CMYK ... and then making a new color group (with global checked.) Still won't let me edit the two problem swatches. I then went to "Select all unused" from the swatch panel (thinking they would at least get selected because all of the colors should link to my new global color group) and the two problem swatches did NOT get selected. I've tried deleting all the links (thinking maybe the spot color was tucked in an eps file or something.) No objects are locked and none of the layers are locked.

View 6 Replies View Related

Illustrator :: Swatch Libraries For CS5.5?

Nov 10, 2013

I have downloaded some of Ian symbols which is a zip file and Safety Nut 10° thru 55°. How do I place these files in Illustrators Swatch Libraries. The Safty Nut file has installed itself somewhere?? If I double click on the folder Illustrator starts up an the nuts are there in a window but when I close Illustator and restart Illustratior and look for it in the swatch folders it dose not show up?

View 1 Replies View Related

AutoCAD Inventor :: Set Up A Custom Part Library?

Dec 19, 2013

We produce a piece of equipment with numerous parts and assemblies that we would like to use as a base model. We do not or will ever use vault so I'm trying to come up with a library/content center area where I can store the parts and assemblies that then can be inserted into new assemblies which would create a completely new design based on existing parts. My problem is lack of experience in setting up a good library/ content center area, I do not know what would be an acceptable plan of attack, right now I have moved the complete assembly onto the server in its own location but this is where I get stumped.

View 1 Replies View Related

AutoCAD Inventor :: Custom Mat Library Size?

Oct 30, 2012

Is there some reason my 2013 custom material library size is so big. I have a 16 different appearances and 35 different physical properties  with a total of 71 separate materials and then file is nearly 3 megs. 99% of the appearances and physical props are Inventor standard.

The default Inventor Library with considerably more information is WAY smaller.

So what's going on, am i just building the library wrong?

I also have a different library that is over 21 megs, it contains a number of different materials that is comperable to the default Inventor one but again only 16 appearances and 35 phsical props. It's completly unusable.

Inventor Pro 2013 (PDS Ultimate)
Vault Pro 2013
Windows 7 64
Xeon 2.4 Ghz 12GB

View 8 Replies View Related

AutoCAD Inventor :: Add Material To Custom Library

Jan 29, 2013

I have recently started playing with the new materials and appearances browsers - what a nightmare.

So I created a custom library as described in the "Materials and Appearances" whitepaper from Autodesk.

Bottom left corner of material browser > create new material

> edit material: change its name, density etc

Why can I not add it to the new custom library - from document materials?I tried to drag and drop - no success.

I tried to right click > add to > xxx material library - no success.It does however let me drag and drop to the "favorites".
 
Inventor Professional 2014.
Windows 7 64 bit.

View 8 Replies View Related

AutoCAD Inventor :: Custom Library Of Parts?

Nov 8, 2013

I've created a folder on our server that contains commonly used parts by several users. My thought was that by referencing this folder as library in their projects, they wouldn't be able to change the parts. I could also build assemblies referencing these common parts so they wouldn't have to be copied into each project folder...

During the save option in their assemblies, the parts show up as NO (in a library), but this can be bypassed by "YES TO ALL".Is this not the right process for setting up a custom part library?Also, the users are experiencing some lag issues... Could this be the reason?

View 4 Replies View Related

Corel PHOTO-PAINT X5 :: How To Add Custom Textures To Library

Nov 25, 2011

where I can add my own JPEG images to PPX5 Texture library.  I've searched the Index and can't find anything.  Is it possible to do this? 

View 5 Replies View Related

AutoCAD Inventor :: Use Custom Library In Frame Generator?

Jan 26, 2012

My custom library works fine when I try to insert a part from content center, but when I try to use frame generator my library is not seen.  I set the "Standard Organization" and "Standard" family property fields both to "DYNA" hoping that standard would show up in the frame generator "Standard" drop down menu but it doesn't.

I saved a copy of a pipe family to "My Library" and made it an independant family.

View 1 Replies View Related

AutoCAD Inventor :: Custom Materials Library Creation

Apr 24, 2012

Is there a good source of material mechanical properties on the internet?  I have been creating a custom material library with the materials I normally use and I've just been duplicating a material from the supplied libraries to create mine with a name change only.  I'd like to include the correct mechanical properties if I could find a source of information that has all the properties in the format that the Inventor 2013 materials editor requires.

View 5 Replies View Related

AutoCAD Inventor :: Publishing Custom Library Of Rivets

May 5, 2013

I would like to publish the custom threaded rivets library. I wish I could add it to Rivets section but it is not available in the Component Authoring.

Actually I did create it in the Clevis Pin section but I would like some order in my library where everything is set on a right place. I mean I wish my rivets will be placed in Rivet section.

Possible to make Rivets available in the Component Authoring?

There are any ways to move it to other section after Publishing? Is it possible to create the custom section which will be available and visible in Component Authoring?

View 3 Replies View Related

AutoCAD Inventor :: Custom Material Library Keeps Failing

Feb 14, 2013

I have gone thru what appears to be the correct steps in creating a custom material library a total of 3 times.

Once I finish customizing the library while in Inventor, I add it to my project file and make it the "active" library.  I test it with each of my part & assembly templates on my local machine without an issue.  When I log into another work station, locate and add the new library to their project file Inventor gives me a "no materials found".  So I go back to my machine to check and the library is no longer valid for me either.

I can see the library on the server, the file size is 3.6MB so it has substance. I cannot figure out what I am doing that is causing the library from locking up completely when I try to use it with another work station. Also, if any way to make my library usable again that would save me about 8 hours of work.

all of our stations use the "generic.ipj" project file.

View 4 Replies View Related







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