Where is the proper location to store brushes or brush presets?

Illustrator has a user section. Photoshop CS5 will display your custom brushes in the preset manager.
I use a Mac OSX 10.8. When I download brushes and install them in the User/Application Support/PS/Presets/Brushes they will appear in the preset manager without having to 'load' brushes each time. Yet, when you make a new preset and save the .abr file you can not save them to the proper location since Lion has the library folder hidden by default.
For instance, when downloading brushes, it's easier to combind multiple sets into one presets. I don't want 20 different smoke abr files. Yet, I can't save them to Application Support.
No one has a clear understanding of how this works (at least not on the internet.) The best thread (from Adobe forums) I found from 2011 stated I should do the above steps, but then a few other users reported thats out of fashion.
Any help would be appreciated! Thanks so much!

Hi,
Here's some pointers on how to make the user library visible with 10.7 and 10.8:
http://helpx.adobe.com/x-productkb/global/access-hidden-user-library-files.html
regards
steve

Similar Messages

  • Where are the updates located for Mac App Store app?

    Hi,
    where are the updates located for Mac App Store app? I don't think /Library/Updates is the only location. Because I'm now having 10+ of Apps reporting updates is needed, but only 1MB+ files is located in /Library/Updates.
    Please help!

    If so just use the search bar in the top right to search for the update you are looking for.

  • Where Is a Proper Place to Store Temporary Files?

    Now, I have this situation: While the web application is running, I need a place to store an uploaded file temporarily and then write this file out.
    Where is the proper place to create a directory to store a temporary file?
    Is any place in the application OKay?

    System.getProperty ("user.temp");Kind regards,
      Levi

  • HT4061 I lost my IPhone5 and after 7 hours I called lost and stollen and now I can't track where was the last location I left the phone ,and I don't remember if I stablished the FIND MY PHONE app.

    I lost my IPhone5 and after 7 hours I called lost and stollen and now I can't track where was the last location I left the phone ,and I don't remember if I stablished the FIND MY PHONE app.
    Is there any way that I can find the last location that I left it,eventhough I called in lost and stolen and reactivated my # to a different device.

    If you didn't set up Find My iPhone or it otherwise does not appear in icloud.com, then there's no way to trace it. Notify the police and your cell carrier, and change any passwords for any online accounts you may have used from your iPhone (the iTunes Store, for instance). 
    Regards.

  • Where's the best place to store email templates?

    Hi all;
    In a web app I store all my email templates in a files folder in the web app. Can't do that with a worker in a cloud service - no files. So where's the best place to store them? In a BLOB? And if so, is there a way to have files in my project get automatically
    written to BLOB entries when I publish?
    thanks - dave
    What we did for the last 6 months -
    Made the world's coolest reporting & docgen system even more amazing

    Hi,
    I think we could use azure blob to save files.
    >>is there a way to have files in my project get automatically written to BLOB entries when I publish?
    If you choose azure cloud service, you could write the upload code at role onstart method. If you choose Azure website, please consider use azure webjob to do this, refer to
    http://azure.microsoft.com/en-us/documentation/articles/websites-dotnet-webjobs-sdk-get-started/ for more details about webjob.
    Regards

  • Where is the best place to store Contacts in order to later print labels and such?

    Where is the best place to store contacts in order to later print labels etc?

    I found this excellent article last week describing how to print labels from your Mac's Contacts application:
    How-to: Print customized address labels for holiday card envelopes ...

  • I lost my ipod and I need to know where is the last location before its off.(its definded in icloud)

    I lost my ipod and I need to know where is the last location before its off.(its definded in icloud)

    Your welcome. 
    If you don't see it on the map now when you go to icloud.com and check Find My iPhone, if it is shown on the device list you can click on the device, then check the box next to "Notify me when found" (see image below) and you will receive an email when it goes back online, if ever.  The email is sent to the email address associated with your iCloud ID. 
    There's nothing else you can do.  I don't believe iCloud support can tell you it's last location either once it's cleared from the map.

  • Where is the magnet located in the track pad and display lid?

    where is the magnet located in the track pad and display lid?
    have to see if theres a problem with the display magnet because when i close the lid, the sleep function does not work.
    am using a fridge magnet to move around the track pad to see if this will activate sleep mode. im begining to wonder if its worth just going with out the auto sleep mode and maybe try n get some money of what i paid for it (it was a refurb machine)

    as a guess, around the middle of trackpad, maybe half an inch moving from the lead edge towards the screen
    also, give it a few seconds to activate in any one spot - it's not instant

  • E66: Where are the themes located?

    Hi all,
    Want to delete a bunch of themes which I don't use, but cannot find them anywhere in one of the phone folders (memory & memory-card). Anybody knows how to get rid of them? There is no uninstall option either.
    Many thanks!

    Hello guys Im new here..
    And I wanna  ask  if HOW TO DELETE CORRUPTED THEMES in my phone
    I do have e66 phone .. And I already Download that Unsis (the one your talking about in this link >/t5/Eseries-and-Communicators/E66-Where-are-the-themes-located/m-p/468958#M41154 )
    I still have PROBLEM .. Cause When I Downloaded the Themes I wanted i save it on my PHONE MEMORY .. now when i Click the OPEN SIS and Go to phone memory i cant Find the THEMES i Downloaded..
    Here's Some Screen Shot
    [IMG]http://i56.tinypic.com/2mwv7sj.jpg[/IMG]
    [IMG]http://i54.tinypic.com/2eog0hs.jpg[/IMG]
    [IMG]http://i55.tinypic.com/16rz8k.jpg[/IMG]
     Kindly pleasee Help me
     I'll wait for your reply ..
     Mail me Puh~pleaaaase 
    Thanks
    Raaaabit here ~

  • Where is the default location for the OC4J logs?

    Where is the default location for the OC4J logs?

    Depends on what variant of the product you are using.
    In an Oracle Applicaiton Server environment (ie the one you install versus unzip) the stdout/stderr streams from OC4J are captured in the $ORACLE_HOME/opmn/logs/<group-instance> directory.
    If you are using standalone then stdout goes to the console where you started the process.
    The logs for the OC4J instance itself are located in $ORACLE_HOME/j2ee/home/log/<instance_group> directory. In this directory you'll see different logs for differet areas of the server. Most of the logs however are captured in the oc4j sub-directory in the log.xml file. Whenever you enable an OC4J component logger in the j2ee-logging.xml file or via ASControl, this is where the logs will end up.
    Take a look at the $ORACLE_HOME/j2ee/home/config/j2ee-logging.xml file -- the log handlers will give you some idea on the different log files that are in use.
    You can configure your application loggers to also direct their log into this file if you wish. See http://buttso.blogspot.com/2007/09/directing-log-messages-into-oc4j.html for an example.

  • Where is the watermark located in photoshop?

    Where is the watermark located in photoshop cc?

    in CS6 is here, might be same or similar in CC.

  • I have no DVD drive on my computer.  Where are the downloads located?

    I received discs for Photoshop elements & premier elements 12 with my new camera but my computer doesn't have a DVD drive.  I assumed it would be no big deal to download them from the Internet...wrong.  .I have serial numbers to install Photoshop but I cannot find where the downloads are located.  I find plenty of "trial" downloads but I should not have to pay for a product I already have.  Can anyone help me out there in cyber-land?  Adobe has no information on the website and I am unable to locate a live person.  So, that is you!  Hey live person, can you help this little ol lady?  Thank you so much!!

    I am okay with a computer but not a geek that is for sure!
    I downloaded the assistant and nothing happened.  I went to the site you so kindly suggested and started the download, and when I tried to apply it to the computer it said elements were missing.  I deleted the download and then started again.  Right now it is once again downloading the assistant. 
    Arggggggh!
    Sent: Wednesday, August 20, 2014 5:46 PM
    To: Regi Reyno
    I have no DVD drive on my computer.  Where are the downloads located?
    created by A.T. Romano in Premiere Elements - View the full discussion 
    ILoveMyBling
    Thanks for the update.
    What was the problem...the length of time for the download or just getting any download at all?
    If necessary, I will go step by step with you through the tryout download from Adobe. But, the purchase of a USB external DVD/CD burner for your computer is a good idea and investment.
    If you do the shopping for this, check out how many connections are necessary for it to the computer....none, one, or two...check out the length of the USB cable.
    Please let us know how we can help. But, your mentioned place of purchase has a squad who should be able to help your with the purchase.
    Thanks. Please update us on your progress when your schedule permits.
    ATR
    Please note that the Adobe Forums do not accept email attachments. If you want to embed a screen image in your message please visit the thread in the forum to embed the image at https://forums.adobe.com/message/6659618#6659618
    Replies to this message go to everyone subscribed to this thread, not directly to the person who posted the message. To post a reply, either reply to this email or visit the message page:
    To unsubscribe from this thread, please visit the message page at . In the Actions box on the right, click the Stop Email Notifications link.
    Start a new discussion in Premiere Elements by email or at Adobe Community
    For more information about maintaining your forum email notifications please go to http://forums.adobe.com/thread/416458?tstart=0.

  • When an iPad is connected to the MacBook And the option says it will make a full back of the iPad to the computer does that mean ALL the files associated with apps on the iPad? If so where is the backup located on the computer?

    When an iPad is connected to the MacBook and the option in iTunes says it will make a full back of the iPad to the computer does that mean ALL the files associated with ALL apps on the iPad? If so where is the backup located on the computer?

    Yes.  http://support.apple.com/kb/ht4946

  • Where are the queries located on server side?

    Hi All,
    I need to copy some queries from production to Q system. The question is: is it possible to do it on the server side since I don't want to change the transport route; if so where are the reports located on the server side?
    I appreciate any help,
    Regards

    hi,
    prasad is right. if you want to transport frm one system to another system, you have to do it thru transport. and wht does it mean by, you do not want to change transport route.
    regards,
    Purvang

  • Where's the best location to place Wireless router

    I have a two story house and want to know the best location to get the besp reception inside and outside the house

    The best place is generally somewhere near the center of the area where you want wireless service.  Ideally, the signal should pass through as few walls as possible, as it travels from the router to your wireless computers.  Try to locate it away from other electronics (i.e. don't put it behind your monitor, near a 2.4 GHz telephone, or near a microwave.).  If you have a primary desktop computer, there are some advantages to keeping it within eyesight, as this lets you quickly check the status of the router if there is a problem.   Finding a good location is sometimes just a matter of trial and error, so don't hesitate to try out a few spots.  If you find 2 locations that are equally satisfactory to you, then consider your neighbors, and locate it where it is least likely to bother them.

Maybe you are looking for

  • Overriding methods and attributes

    can a subclass override a method in its superclass even if it changes the method`s access modifier? can attributes be "overriden" as well?for instance: //superclass class A implements Serializable{ public int attr; public void run () { //subclass cla

  • What is another schema name in oracle 1z0-051 exam ?

    hi all i want to prepare oracle 1z0-051 , i study SQL tutorial (HR schema) , and i have seen some  questions. but some of tables is like (sales , customers ,promotion ...ets) What are the schemas in this exam ? by the way all samples schema install i

  • Help? How do I access a Windows Drive Structure?

    Hi: I found a sample file system browser example but it didn't really work. It ran fine but coudn't see any drives, directories or files. How can my Java app. learn what drives are on the client's computer? Where do I start, to get a tree of all the

  • MobileMe Galleries disappeared from Aperture Library after rebuild

    I received the warning that I needed to check my library for consistency by pressing command-option and launching aperture. The consistency check always hung up so I tried rebuild. The rebuild seemed fine but when all was done my mobileme galleries w

  • Archive Smartform copies

    Hi, Does any one know how to archive smartform copies and he field tdarccop . When I set it it to X and pass an invoice with copies to the smartform i get an OTF // error.