Adding a brush to the "standard" library

We rarely use 'custom' brushes, normally just using the standard ones that come with CS6 for photo-retouching.
We'd like to take a custom brush that is saved into another library, and copy it into the standard brush library, so we don't have to switch libraries to use that brush. Is there any way to accomplish this?
Neil

Well this is definitely a day for aging reminiscing!  Janee was just about the most helpful, and definitely the nicest, poster to the Usenet Photoshop groups. This would have been the mid 90s in the days of the first Windows versions of Photoshop.  I swapped a couple of emails with her not so long ago — mainly just say thanks for all the help back then, and glad that she is still around and doing her thing.
I wouldn’t mind betting that myjanee.com was the first ever Photoshop tutorial site on the Internet, and it is wonderful to see how it has stood the test of time.   So anyone else here used to post to the Usenet Photoshop groups?

Similar Messages

  • [svn:osmf:] 10711: Adding missing reference to the VAST library.

    Revision: 10711
    Author:   [email protected]
    Date:     2009-09-29 21:38:56 -0700 (Tue, 29 Sep 2009)
    Log Message:
    Adding missing reference to the VAST library.
    Modified Paths:
        osmf/trunk/framework/MediaFrameworkAirTest/.actionScriptProperties

    Hi Marius,
    I think this problem could be linked to the changes in the layout API and the order of the loading of the video elements.
    Please try to add layoutmetadata with index property to parallel videos so they render in the correct order, something like:
                var layout1:LayoutMetadata = new LayoutMetadata();
                layout1.index= 10 ;
                videoElement.addMetadata(LayoutMetadata.LAYOUT_NAMESPACE, layout1);
                var layout2:LayoutMetadata = new LayoutMetadata();
                 layout2.index= 20 ;
                 vpaidNonLinear.addMetadata(LayoutMetadata.LAYOUT_NAMESPACE, layout2);
    Tell me if that worked,
    S.

  • Java legal stuff-  modifications to the standard library

    I have been programming with Java for about a few months now. I find Java to be a wonderful language. Now I am wondering am I allowed to make a modification to the standard library and use that modification in my programs? Refering to Sun Java SDK. I am just wondering.

    Thank you for the code, never tought about usign reflection. I tend to stay away from reflection as much as I can. Btw: very nicely done.
    We have a really silly task to in Java as part of the lab excersizes for the lessons in programming. We have to make a program that simulates the motion of balls in a panel, the trick is that the balls ofcourse bounce off the enges of the panel but they also collide and bounce of each other. Ok, no problem, soo I did the task with just one Timer. It workd very well. But the assistant didnt accept my solution. Since it was written in the description of the excersize that each ball must be moved by a thread. How stupid is that! Soo I didnt have any good idea on how to achive that. But I do think that a Barrier is the best way to go in this unfortunate circumastance. If you have a better idea please I will be very interested. I mean what I do is I create a barrier and then each ball has
    while(true){
    move()
    barrier.await()
    in the run method. That means each out of n balls will move and then wait. When all the balls will move then I will do collision detection, redraw the panel and pause the frame for about 30 ms thus achivieng the illusion of having about 30 fps and then repeting the process. Soo the Barrier pattern I think should do good in this case. Well I have just been programming for a few months in Java soo I really can only speculate. Now the tricky part is that what if I add a new ball? What I want is simply to increment the nr of parties that the barrier has to n + 1. That will not cause any problems. If I were to decrement there might be some problems. But I dont want to create a new CyclicBarrier everytime a new Ball is created. Soo one way I think might work is to get the source of the CyclicBarrier and add an incrementParties method. Again I am a very inexperienced java beginner soo ....

  • Inadvertantly added music files to the wrong library

    I created a 2nd library in itunes and then inadvertantly added music files to it instead of to the original library. My original intent was to move files from the 1st library to the 2nd but I forgot we had added music that hadn't been scanned into itunes yet and when I hit "scan music" it started to add all those files to the new library, so now what?
    And how do I move the files I originally intended to move from the 1st library into the 2nd?

    Karen,
    There is not really such a thing as "move" in that context.  Get copies of any files that you wish to add to the 2nd library, and add them.  When you are sure that this has been correctly accomplished, then go into the 1st library and delete whatever you don't want to be there.

  • Adding a field in the standard transaction bbpsc01 of SRM

    Hi All,
    The requirement is that a new field (tracking no) needs to be added in the screen of bbpsc01 transaction in SRM using a BADI. The field 'tracking no' is available in the standard table BBP_PDBEI.
    The BADI definition BBP_UI_CONTROL_BADI looks like the relevant one. But how do I add this standard field in this transaction?
    Will Reward points if helpful.

    check
    Transaction Code - F-53                     Post Outgoing Payments
    Exit Name           Description
    RFAVIS01            Customer Exit for Changing Payment Advice Segment Text
    RFEPOS00            Line item display: Checking of selection conditions
    RFKORIEX            Automatic correspondence
    SAPLF051            Workflow for FI (pre-capture, release for payment)
    F050S001            FIDCMT, FIDCC1, FIDCC2: Edit user-defined IDoc segment
    F050S002            FIDCC1: Change IDoc/do not send
    F050S003            FIDCC2: Change IDoc/do not send
    F050S004            FIDCMT, FIDCC1, FIDCC2: Change outbound IDoc/do not send
    F050S005            FIDCMT, FIDCC1, FIDCC2 Inbound IDoc: Change FI document
    F050S006            FI Outgoing IDoc: Reset Clearing in FI Document
    F050S007            FIDCCH Outbound: Influence on IDoc for Document Change
    F180A001            Balance Sheet Adjustment
    FARC0002            Additional Checks for Archiving MM Vendor Master Data
    FEDI0001            Function Exits for EDI in FI
    No of Exits:         14
    Rewards if useful................
    Minal

  • Questions on adding z fields to the standard extractor, Please reply !!!

    We have 0material, 0customer in our daily process chains where we do full loads daily, now we need to make that delta loads so that we can reduce the time of the execution of the pc. I know that these extractors can be delta enables but the problem is we have a few z fields for these extractors, like 20 fields for 0material and 3 fields for 0customer and currently we are doing full loads for these 2 infobjects. I want to know if these can be delta enabled so that zfields will be delta enabled. I mean in short if we make these delta enabled, will the z fields will come along with the standard fields since we are adding the z fields to the standard tables. Do we need to handle the code separately or is their any complicated code written along with it in the CMOD or just adding the zfields will bring the delta to BI. Please provide some links or any information on this regard. Please let me know if you need any other information. Thanks in advance.

    Hi Daniel,
    Deltas would be extracted based on some specific fields such as timestamp, dates or some kind of numeric pointer.
    In your case, lets say if you have some date field for eg. Changed on in your table on which delta would be picked up then that delta should also fetch up changes related with address.
    If this address field is directly present into your main talbe then changes would be directly picked up without any need of logic because table containing changed on date <your delta relevant field> also contains this address field.
    But if this address is coming up from some other table then some sort of logic should be written to populate the changes in address field with respect to that "changed on" date field.
    Rgrds,
    Nilima

  • Adding BSEG-WSKTO to the standard report S_ALR_87012078

    The requirement we have is that we need to add BSEG-WSKTO to the standard report S_ALR_87012078.
    Is it possible to add a new field to a standard report build by report painter/writer. If so can you let me know how.
    Thanks,
    Gopi.

    No, it is no possible.
    You have to add a create a new biblioteque and then add a new report.

  • Adding an asterix(*) in the standard field in the shopping cart screen.

    Hi all,
          In the Delivery address of the shopping cart screen, I need to add (*) in a field text, saying that it is mandatory field.
    So, I need information that can help me change the standard field text, to add(*) in prefix.  can you please help me find the information to add the same.
    Regards,
    Abhinay.

    Hi Abhinay,
    if you are in SRM 7.0 , then you can  do it through the below configuration else  you will have to modify the relevant HTML template.
    SPRO->IMG->SAP Supplier relationship managemnet->SRM Server->Cross Application basic setings->extension and Field control(personalization)-> configure field control->configure control of field of substructure->Metadata for Fields of Substructures and Table-Like Enhancements
    In your case if this is delivery address field , then choose  Bus. object set type as  07 ,  Business object as BUS2121 ,  set level as Item ,  set subtype as 00000027.
    you have to  finnd the field name and select that and make the option as Field Visisble, Fiels enable 'Field required' tick.
    As far as i know  it will make a red asterick in the screen but you will have to  write that check in DOC_CHECK_BADI to throw error message.
    Thanks
    Iftekhar Alam

  • Adding custom fiields in the standard report QM10

    Hello,
    I need   to add custom fields to the standard report output transaction code QM10,  these custom fields are present in the QMEL table.
    I implemented BADI   which is BADI_EAM_SINGLELEVEL_LIST  and from the description of this I came to know this can be used for extending  the fields of standard report, but the break point is not getting triggered  if keep break point in this badi for this transaction (QM10) the break point is not triggered.
    Could you please suggest.
    Thanks,
    Bala Krishna  T.

    Hello Hussain,
    I have already activated the BADI which is BADI_EAM_SINGLELEVEL_LIST but still the break point is not getting triggered.
    As suggested by you I had also checked the where used list for this BADI and there are only standard implementations which are not called.
    Kindly suggest .
    Thanks,
    Bala Krishna T

  • All music i add only shows up in recently added playlist not in the main library, how do i get it to main library?

    ?

    Hi ft_wesadaguy,
    Thanks for visiting Apple Support Communities.
    If you see songs in your Recently Added playlist, they should also appear in your iTunes library. First, double-check that you're viewing your music library:
    To view the contents of your iTunes library, click the Library pop-up menu near the top-left of the iTunes window, and choose a type of media to view (Music, Movies, and so on).
    From:
    iTunes 11 for Windows: iTunes library
    http://support.apple.com/kb/PH12402
    Additionally, make sure that the "songs" category is selected at the top of iTunes.
    If you've confirmed that songs in your playlist do not appear in your iTunes library, I recommend re-creating the library using the steps in this article:
    iTunes: How to re-create your iTunes library and playlists
    http://support.apple.com/kb/ht1451
    Regards,
    Jeremy

  • How to restore standard library object

    Dear All,
    We have a standard library object 1VK(Absorption costing) deleted from one of our client in Development system.  Please suggest how do we restore this standard library back once again into that client.
    Thanks,
    Raj

    Hello Markus,
    The standard Library 1VK (Cost Centers: Absorption Costing)  which is used in report creations usually done by FI consultants has been deleted in one of our Dev client. We were able to trace out the user. Now we want this std library 1vk to be imported or retrieved once again in the same Dev client.
    Thanks,
    Raj

  • Is there a way to put music (mp3) from my PC onto my iPhone (5c) without having to duplicate that music by adding it to the iTunes Library?

    Greetings all, I am a brand new iPhone owner (my first smartphone in fact) and am very sad that I don't love my new device as much as I was beginning to.  I've come into the Apple family with open eyes and heart, but I am heartbroken and mortified and what I've been learning this morning.  I just spent five hours (no exaggeration) reading forums, downloading iTunes (which I don't really think I want, I am used to WMP and much more accustomed to it), downloading and installing an update, learning that certain options which were recommended are now gone unless you use secret commands (want to Add Folder to Library?  Well, too bad!  Unless you know the secret Ctrl-B handshake.  Hope you didn't just spend tons of time adding items file by file before you learned that (by scouring the obscure forums for that information, since it's not common knowledge or readily accessible in iTunes now)!).  Apologies for the sarcastic tone, still very frustrated with the whole process.  I've seen support messages directing people to support pages with QuickTime videos;  QuickTime doesn't install easily or quickly or work properly on my PC (perhaps I need to work with it more, buuuut...), it's all just seeming so....proprietary. 
    Is it really the way this works that I have to duplicate all of the music that is currently on my hard drive not just once but twice, such that I need to have it 1) on my hard drive in my music folder where it has always been (so that I can play it how I am used to, using WMP), 2) copied to my iTunes Library and then 3) "Synced" (whatever this really means...still learning obviously) / copied onto my iPhone?  Thus taking up twice the space on my hard drive that it needs to?
    There's really no way to simply have the phone take it from my hard drive?  Apple seriously needs it to not only be existent on my pc, but duplicated into the iTunes Library (which is really just another folder, right?) in order to allow it to be put onto my iPhone?
    Please please please tell me I am misunderstanding how this works.  I really genuinely do want to love my iPhone and get accustomed to how it and the software it needs works, but this has been frankly a nightmare and has had me wishing for brief moments that I had gone with something more PC friendly.  Please just tell me that it gets better, that you can have a PC that you use, and have an iPhone that you use and marry the two happily once you get used to the way to do that. 

    HydroThunder wrote:
    Greetings all, I am a brand new iPhone owner (my first smartphone in fact) and am very sad that I don't love my new device as much as I was beginning to.  I've come into the Apple family with open eyes and heart, but I am heartbroken and mortified and what I've been learning this morning.  I just spent five hours (no exaggeration) reading forums, downloading iTunes (which I don't really think I want, I am used to WMP and much more accustomed to it), downloading and installing an update, learning that certain options which were recommended are now gone unless you use secret commands (want to Add Folder to Library?  Well, too bad!  Unless you know the secret Ctrl-B handshake.  Hope you didn't just spend tons of time adding items file by file before you learned that (by scouring the obscure forums for that information, since it's not common knowledge or readily accessible in iTunes now)!).  Apologies for the sarcastic tone, still very frustrated with the whole process.  I've seen support messages directing people to support pages with QuickTime videos;  QuickTime doesn't install easily or quickly or work properly on my PC (perhaps I need to work with it more, buuuut...), it's all just seeming so....proprietary. 
    Is it really the way this works that I have to duplicate all of the music that is currently on my hard drive not just once but twice, such that I need to have it 1) on my hard drive in my music folder where it has always been (so that I can play it how I am used to, using WMP), 2) copied to my iTunes Library and then 3) "Synced" (whatever this really means...still learning obviously) / copied onto my iPhone?  Thus taking up twice the space on my hard drive that it needs to?
    There's really no way to simply have the phone take it from my hard drive?  Apple seriously needs it to not only be existent on my pc, but duplicated into the iTunes Library (which is really just another folder, right?) in order to allow it to be put onto my iPhone?
    Please please please tell me I am misunderstanding how this works.
    Okay.
    You are misunderstanding how this works.
    When you add songs to your iTunes Library, all you are in fact doing is telling iTunes where (on your computer) to find the music. iTunes does not create additional versions of your music (see * below). iTunes is a database (or catalogue) - it simply lists your music and knows where it is so that it can copy it to your iPod.
    Synced - synchronise... to make as one, to make the same as each other. Well, that's what my dictionary tells me anyway. To make iTunes and the iPhone the same, to have the same music etc. on or in each. (Subject to your preferences.)
    HydroThunder wrote:
    I really genuinely do want to love my iPhone and get accustomed to how it and the software it needs works, but this has been frankly a nightmare and has had me wishing for brief moments that I had gone with something more PC friendly.  Please just tell me that it gets better, that you can have a PC that you use, and have an iPhone that you use and marry the two happily once you get used to the way to do that.
    Okay, I'l tell you that too.
    It gets better. You can have a PC that you use, and have an iPhone that you use - and marry the two together blah blah blah.
    Now that you have iTunes installed, at least you've got that far, although I can't quite imagine how it managed to take five hours. (You would have all these same issues if you were moving from iPhone to any non-Apple product.)
    Secret menus, (CTRL+B etc.) - yes, there have been some very odd moves with all this "hiding menus" nonsense. But with the help of useful contibutors to these discussions, you will find iTunes easy. There are however, so many ways to configure iTunes, that everyone will tell you that everyone else's method is wrong.
    So let's start with basics:
    Once iTunes is set the way you want to view it, all you will need to do is add music to your iTunes Library, either by;
    putting a CD into your computer's CD drive, and telling iTunes to import the CD. iTunes will make a digital copy, put it in a folder (in the iTunes Media folder) and list the album in your iTunes
    buying music from the iTunes Store. The store will download the music to your Library.
    Buying music from other sources. For example Amazon. Here in the UK, Amazon have a downloader which will download any purchases, place them in an Amazon folder and add them to your iTunes Library
    Add other digital files by using the Add Folder to Library. (I can make sure you can easily find that, if you wish.)
    Then - you can add songs to Playlists - if you wish. You do not have to add music to Playlists. Don't let anyone tell you otherwise!
    Then - connect your iPhone to the computer, and let iTunes perform a Sync.
    Your first ever Sync will need a little bit of configuration. A Sync will copy the new songs to your iPhone. It will also transfer back to your iTunes Library:
    any songs purchased, on the iPhone, directly from the iTunes Store.
    any apps purchased, on the iPhone, from the iTunes Store.
    Play Counts. The number of times a song has been played, on the iPhone, since the last Sync.
    Last Played date and time. You won't believe how useful this feature can be.
    HydroThunder wrote:
    There's really no way to simply have the phone take it from my hard drive?
    That is precisely what iTunes is for - it's exactly what it does and how is does it. By the way, also don't let anyone tell you that you should use Manual Management to anage your iPhone. No one with any sense would use Manual Management. Why do housework, when iTunes can do it for you?
    * There is one tiny issue in all this. If you leave your music where it is now, it may make it slightly harder for you to transfer all your music to another computer anytime in the future because it will be in various different palces on your current computer. There is a setting in iTunes to "copy files to the iTunes Media folder when adding to library", which will duplicate songs, but that's so that you can store all your music in one parent folder for easy transfer to another computer. Your choice. If you take it, once it's done, you could then delete the older copies in the other storage locations.
    Of course, if you transfer all your media, files, documents to the new compurer, it shouldn't be any hassle really.
    As for WMP. While you are used to it, now that you have an iPhone, why not try playing music in iTunes? It's really not that bad.
    So - you tell me what point you have reached and what other information you need to help you with iTunes, what views you want in your iTunes Library. There are lots of ways to vieww your Library! You only need to tell us how you like to look at things, by albums with artwork, by a sonsg list but with the option of looking at albums, or Last played. On and On it goes!
    I may be a bit biased in my choice of views, but I can still help you get the best out of iTunes. It really is a fantastic piece of software, despite the little annoying things Apple put into it.

  • Added albums to iTunes, but they do not show up in the Music Library view.

    I imported some albums and the albums do not show up in the Music Library view, however I created a playlist containing all songs added today and they show right up. Is there a fix for this?

    They don't show up at all or they don't show up where you expect them to?
    The iTunes Library is divided into a number of sources, Music, Podcasts, Books etc. Each file added ends up in just one of these sources depending on its *Media Kind* plus any playlists for which it has matching criteria.
    Settings such as *Part of a Compilation, Sort Artist* or *Sort Album Artist* can make albums appear in an unexpected location within Music.
    See http://samsoft.org.uk/iTunes/grouping.asp for more on organising things in iTunes.
    tt2

  • I have a Ipod touch and recently added new music to my itunes library on my laptop. When I sync with my ipod, the new music does not show up on my ipod even though the sync process seems to be working.

    I have an Ipod touch and recently added new music to my Itunes library. When I sync with the library, the new music does not show up on my ipod. The sync process seems to be working and there is still plenty of space on the Ipod for new music so I'm not sure what the problem is!

    What happens when you try to sync?
    Was the iPod previous synced to another iTunes library/computer?
    Have you successfully synced from this iTunes library/computer before?
    Do the songs play in iTunes?
    Do you have the right boxes checked to sync?
    iTunes: Syncing media content to iOS devices and iPod        
    Do you have any Restrictions (Settings>General>Restrictions) set that would prevent syncing those songs?

  • Adding 3rd party loops to the GB library (OSX)

    Hope anyone can throw some light on this.
    On the previous version of GB, I used to unpack the loops, select them as a group and drag to the Loops library in GB. This added them to the library catalogue with no problems so they could be selected, listened to and dragged into my tracks.
    I've upgraded to the latest version, however when carrying out the same process, only some are added and others will simply not appear in the library.
    Looking at the files, both are AIFF-C audio, both the same sample rate, both the same bits per sample and both the same duration. It's completely baffling me. Of the 509 loops I'm trying to add in this example, only 240 appear in the loop library. All will play in iTunes, so it doesnt appear to be file corruption at all.

    Hi Scott,
    I am not a developper and get access im May 2005 to this link: ftp://ftp.apple.com/developer/DevelopmentKits/Apple_Loops_SDK1.1.dmg
    If the link doesn´t work, please try Mac OS X, then Developer. Under Related Topics click on Music & Audio. And finally on Music and Audio Downloads. The last click on Apple Loops SDK 1.1 SDK et voilà.
    I hope this time will work
    Bye

Maybe you are looking for