How to change the parameter default slot 'Style layer'-'Stroke '?

Whenever I use "Layer Style"-> "Stroke", the default value is always red for 'Color' and 3.0 for the 'size '.  I would like to change the size and the color by default, so that I don't have the change of these parameters each time that I use "Style of layer"-> "Stroke".  Anyone know how to change the default settings?  Thanks in advance.

Preset animations are the way to go. I have a library of more than 200 that I created to speed to the top of my work. Learn how to create them and use them by typing "create a preset" in the search help field in the upper right corner of the AE and dig through the resources you will find. The first link will get you started: using After Effects | Animation and effects presets overview

Tags: After Effects

Similar Questions

  • How to change the angle of a gradient layer without changing anything else?

    How to change the angle of a gradient layer without changing anything else?

    When I try it myself my gradient everything turns black.

    To add to the above, you can just set the angle. If you want to use other existing parameters, you need to get from the layer. The code in this other thread shows a way to get them.

    But if you do not have the values for any other reason, you can get the handle to the layer, make a duplicate of it with all the settings and just crush those you want to change.

    It is a way to just change the angle while keeping the other existing settings.

    // helper function for working with descriptors
    function getProperty( psClass, psKey, index ){// integer:Class, integer:key
        var ref = new ActionReference();
        if( psKey != undefined ) ref.putProperty( charIDToTypeID( "Prpr" ), psKey );
        if(index != undefined ){
            ref.putIndex( psClass, index );
        }else{
            ref.putEnumerated( psClass , charIDToTypeID( "Ordn" ), charIDToTypeID( "Trgt" ) );
        }
        try{
            var desc = executeActionGet(ref);
        }catch(e){ return; }// return on error
        if(desc.count == 0) return;// return undefined if property doesn't exists
        var dataType = desc.getType(psKey);
        switch(dataType){// not all types supported - returns undefined if not supported
            case DescValueType.INTEGERTYPE:
                return desc.getInteger(psKey);
                break;
            case DescValueType.ALIASTYPE:
                return desc.getPath(psKey);
                break;
            case DescValueType.BOOLEANTYPE:
                return desc.getBoolean(psKey);
                break;
            case DescValueType.BOOLEANTYPE:
                return desc.getBoolean(psKey);
                break;
            case DescValueType.UNITDOUBLE:
                return desc.getUnitDoubleValue(psKey);
                break;
            case DescValueType.STRINGTYPE:
                return desc.getString(psKey);
                break;
            case  DescValueType.OBJECTTYPE:
                return desc.getObjectValue(psKey);
                break;
            case  DescValueType.LISTTYPE:
                return desc.getList(psKey);
                break;
            case  DescValueType.ENUMERATEDTYPE:
                return desc.getEnumerationValue(psKey);
                break;
        }
    };
    function duplicateDescriptor( descriptor ) {
        var newDescriptor = new ActionDescriptor;
        newDescriptor.fromStream( descriptor.toStream() );
        return newDescriptor;
    };
    function localizeDescriptor( desc ) {
        var stream, pointer, zStringLength, zstring, localized_string, newZStringLength, previousStream, followingStream, newDesc;
        stream = desc.toStream();
        while( true ) {
            pointer = stream.search(/TEXT....\x00\$\x00\$\x00\$/);
            if( pointer === -1 ) {
                break;
            }
            zStringLength = getLongFromStream( stream, pointer + 4 );
            zstring = readUnicode( stream.substr( pointer + 8, ( zStringLength - 1 ) * 2) );
            localized_string = ( localize( zstring ) ) + '\u0000';
            newZStringLength = localized_string.length;
            previousStream = stream.slice( 0, pointer);
            followingStream = stream.slice( pointer + 8 + zStringLength * 2);
            stream = previousStream.concat( 'TEXT', longToString( newZStringLength ), bytesToUnicode( localized_string ), followingStream );
        }
        newDesc = new ActionDescriptor();
        newDesc.fromStream( stream );
        return newDesc;
    };
    function getShortFromStream( stream, pointer ) {
        var hi, low;
        hi = stream.charCodeAt( pointer ) << 8 ;
        low = stream.charCodeAt( pointer + 1 );
        return hi + low;
     };
    function getLongFromStream( stream, pointer ) {
        var hi, low;
        hi = getShortFromStream( stream, pointer) << 16;
        low = getShortFromStream( stream, pointer + 2);
        return hi + low;
    };
    function readUnicode( unicode ) {
        var string = "";
        for( i = pointer = 0; pointer < unicode.length; i = pointer += 2) {
            string +=String.fromCharCode( getShortFromStream( unicode, pointer ) );
        }
        return string;
    };
    function longToString( longInteger ) {
        var string;
        string = String.fromCharCode( longInteger >>> 24 );
        string += String.fromCharCode( longInteger << 8 >>> 24 );
        string += String.fromCharCode( longInteger << 16 >>> 24 );
        string += String.fromCharCode( longInteger << 24 >>> 24 );
        return string;
    };
    function bytesToUnicode( bytes ) {
        var unicode = "", char_code, charIndex;
        for( charIndex  = 0; charIndex < bytes.length; charIndex ++ ) {
            char_code = bytes.charCodeAt( charIndex );
            unicode += String.fromCharCode(char_code >> 8 ) +  String.fromCharCode( char_code & 0xff );
        }
        return unicode;
    };
    
    function setGradientAdjustmentAngle( angle ) {
        var adjustmentDesc = getProperty( charIDToTypeID("Lyr "), charIDToTypeID( 'Adjs' ) ).getObjectValue(0);
        var newAdjustmentDesc = duplicateDescriptor( adjustmentDesc );
        newAdjustmentDesc.putUnitDouble( charIDToTypeID('Angl'), charIDToTypeID('#Ang'), angle );
    
        var desc = new ActionDescriptor();
            var ref = new ActionReference();
            ref.putEnumerated( stringIDToTypeID('contentLayer'), charIDToTypeID('Ordn'), charIDToTypeID('Trgt') );
        desc.putReference( charIDToTypeID('null'), ref );
        desc.putObject( charIDToTypeID('T   '), stringIDToTypeID('gradientLayer'), newAdjustmentDesc);
        executeAction( charIDToTypeID('setd'), desc, DialogModes.NO );
    };
    var newAngle = 45;
    setGradientAdjustmentAngle( newAngle );
    
  • Smartphones blackBerry how to modify the parameter "default"e-mail"?

    I have 2 email accounts, but I mainly use my Yahoo one. However, if I open my email Yahoo on the Blackberry and select 'New message 'email' it will automatically send my email to my "default email" that is my other email address. I can of course change the "send to...". "setting, but I often forget which is annoying when the email has already passed. I tried all means to change the setting 'default 'email', but I can't find a way to do this. Can anyone help?

    If you're on OS5, go to Options > Advanced > default Services.

    If you run OS6, go to Options > device > advanced > default Services.

  • How to change the display default details to be 'Name', 'Date', 'Comments' and 'subject '.

    Original title: discover the default values

    How can I make comments and subject my default view when you look at photos

    I actually thought about it for anyone interested;  I went to "option" and click "apply to all folders".

  • How to change the PCTFREE parameter for an existing table

    How to change the PCTFREE parameter for an existing table?

    Guys can you help me please

    Hello

    Of course it is possible.
    In this case you would export the table from the database (using old style exp)
    Start the import with the index_file option to generate the table/index instructions
    Modify the file created and updated the PCTFREE and remove any that need to be performed (default, if I remember correctly, he comments on the statements of the Index)
    Run the file for the table and the index created
    After that start the import with the option "ignore = yes".

    Make sure that you export only this particular table using "tables =
    Also in importing the "ignore = yes" will also be important data that still exists.

    In my view, however, this is not what you want to do. It's more complex, sensitive failure and the table should be deleted, so users are affected unnecessarily long.

    Success!
    FJFranken

  • How to change the font by default in Illustrator CS6?

    How to change the font by default in Illustrator CS6?

    All first that for 10.7 and above

    http://hints.Macworld.com/article.php?story=20110704093233123

    Then go to ~/Library/Application Support/Adobe/Adobe Illustrator CS6/fr_FR/New Document profiles and open the files that you use it more. For each profile that you want to change, open the window > Type > character Styles and double click on the [Normal Character Style]. Change here to the desired police, size, etc. Close and save the document.

    Do this to every profile you want to edit. There is also another copy of these files in the package of application that are used to replace the in the user profile in the cases where preferences are replaced.

  • How I change the fonts and colors of default return?

    I changed the font and the color of the text through the Tools button and the button options and the tab content. I can't find anything tell me how to change the fonts and colors to the colors and fonts by default. Can you advise me? I use Windows 7 Home Premium OS. Thank you.

    Hi Brenda19605,

    You can use this article to set the fonts and colors: https://support.mozilla.org/en-US/kb/change-fonts-and-colors-websites-use?esab=a & s = do & r = 0 & s = as

    The default settings for the police are in this article:
    https://support.Mozilla.org/en-us/KB/some%20text%20shows%20up%20bold%20after%20upgrade

    Unfortunately for the default color has no good reference. For the text, but it is black (most lower-left), the background is white (color above left). Unvisited links is blue (column 8, line 5) and the visited link is purple (column 9, line 5).

    Let me know if you need help more!

    Lordfreak

  • How to change the style of picture frame

    I would like to know how to change the style of table on the front. For the example below, I would like to remove the covered framework of gray color.

    I could not find the table style editor.

    First option: use the table on the classic controls palette, which has no border.

    Second option-

    1. Select the painting tool.
    2. Right click on the border.
    3. With open color dialog box, click the space bar. This toggles the color picker to work on color FG, the background color, or both. It is also described at the bottom of the color picker.
    4. When the two have been selected, you can make the frame completely transparent by selecting the color of T.
  • How to change the default font size in Word pad

    How to change the font and size of the default settings in wordpad?

    Thank you

    You can change the font and size and then save it as a template - ex: default.wri

    Navigate to this file and make it read-only. Create a shortcut to it and use it as WordPad in the future.

    It will always come back with the font settings that you put, but you will need to save it under a new name every time (you usually do in any case).

    There is no other way to keep the settings of fonts in WordPad.

  • "How to change the gateway by default from the command prompt"

    "How to change the gateway by default from the command prompt"

    How to change the default gateway on the windows command line

    Microsoft Windows XP - route

  • How to change the default path for documents and settings

    How to change the default path for documents and settings

    I try to change in the registry, but the profile can create but error! had no choice to change the default path % lecteur_systeme % d: /.

    Hello

    I suggest you to download TweakUI, this could help you or get you headed in the right direction
    http://Windows.Microsoft.com/en-us/Windows/downloads/Windows-XP

    Also this KB could help as well:
    http://support.Microsoft.com/kb/236621

    It will be useful.

  • ENVY 5540 All - In - One Printer: how to change the password want TO 5540 WIFI Direct from HP default to a different password?

    I try the functions on my new 5540 ENVY. Everything is set up and working correctly so far. I just printed a document from my iPad using the WIFI Direct function on the printer successfully. However, the default password on the printer for the WIFI Direct is simply "12345678". Surely, it should be replaced by a more secure password. My friend something printed its iPad - so obviously, this password is not exclusive to me, anyone can print stuff on my printer just for fun and I have a lot of students around me, the problem could become expensive for me and very boring. WIFI Direct signal covers a distance. I contacted HP telephone support, but the process is time consuming and I had to hang up because I had to work. Maybe someone here could give me instructions, and I can change the password when I have free time. I use wifi for internet (cable ethernet only) and the printer connected via USB to the computer. Also, when I turn on my computer (BUT NOT THE ROUTER) on the wireless function, the printer is and what I need to do is enter "12345678" and start printing. There is no guarantee either. Can someone tell me how to change the password for WIFI Direct 5540 envy? Thank you.

    I'm sure that you can change the EWS web page for your printer.

  • How to change the default (Windows 7) painting 'Save as type' JPG (from PNG) format when recording using the * only * the keyboard?

    This is the 2nd time this same question, the 1st time that I was given an irrelevant answer which was not helpful at all. Please take the time to read and understand what I need to before you answer.

    I just need to learn how to change the default PNG to JPG, so every time I save a screenshot using (only) the keyboard, it will already be showing JPG as the "Save as type". I am sure that it requires an edit registry so just point me in the right direction and guide me on how to do it, that's all I need.

    To help you understand my dilemma, I take a lot of screenshots and Ctrl + V paste in Paint almost daily. Since my physical disability in my arms causing me pain and discomfort when I use the mouse, I avoid using the mouse I use the shortcuts as much as possible to help reduce the constant pain, I'm still in my right arm when using the mouse. I hope I have explained well enough details.

    If it's in the wrong place, please move to a better place.

    Thank you

    Lee

    I don't know of any registry value, but you can use the key sequence to "Save as jpg.

    ALT

    F

    V

    J

    The F key may be pressed simultaneously with the ALT key or after him.

    You can reduce the number of keys to just ALT plus a digital key by using the following, adapted from one method described HERE.   Setup is much easier with a mouse, but can be done using the keyboard only.  I showed you the controls and mouse shortcuts keyboard to add an icon "" Save as JPG"to the Quick Access toolbar.

    Open Paint

    Mouse Keyboard equivalent
    Click on the file Menu (upper-left) Press ALT + F to open the file Menu
    Hover mouse on ' Save as ' to open the list of file types Press V to view the list of file types
    Right click on JPG to open the context menu Use the TAB or down arrow key to select JPG and then press SHIFT + F10 to open the context menu
    Click "add to quick access toolbar. Press A to "add to the Quick Access toolbar.

    At this point, your installation is complete.

    With open Paint, press the ALT key .  This will display the keys associated with various actions.  In my case, "" Save as JPG"icon that has been added to the Quick Access toolbar was the fifth icon (after save, undo, redo and print).  So, to "Save as JPG," I would press ALT+5 (even once, you can press 5 either with or after you press the ALT key).

  • How to change the default value of MS Paint record - an output to jpg for shortcuts KEYBOARD: Alt-F-A (or S)?

    I've seen a lot of posts on this subject here, but they are all on the use of the mouse and I did not yet find one with an answer to MY specific dilemma.

    I take screenshots and edit photos (Nothing fancy) almost every day. Given that my physical disability in my arms causing me pain and discomfort when I use the mouse, I need to use several shortcuts as humanly possible help reduce the constant pain, I'm still in my right arm using the mouse.

    I *need* to know how to change the default hotkey Alt-F-A (or S) to save it as a JPG file relative to the current default value PNG which I use never, never. If it requires editing the registry, no problem, just point me in the right direction and guide me on how to do it.

    Thank you

    Lee

    LAST UPDATE 09/30/15 @ 16:54:

    The solution to my dilemma can be seen in my other thread (analogue/reprise). It is in case anyone in the future stumbles across this thread with the same problem and needs the answer.

    Since this thread will not be deleted, I would would add the link to the solution in case anyone stumbles across this in the future.

    See my other thread at: [Solution here]

  • How to change the default save to C: disk / d: /.

    I saw the article about how to change the default value.  I only did this and is installed by default on the D drive, but the computer still records in two drives and does not record on 'my documents', but saves just 'documents '.  When I click on the file I save it says it is registered in two places.  When I click on the two places, it shows that the default is now D: which is what I want.  I don't want for the file to be saved in two places.  Is there a way to save only on D: and eliminate the duplicate record on C: not safe if possible... help will be appreciated.  Thank you.

    Westley

    When you say c: documents and D:Documents, can provide you the full path you are viewing?

    The real essentials you need to know is that libraries are not records.  They are really just a quick search of several places.  Try this: right click on the document library and select Properties.  This will tell you where the library is looking.  Whenever you open the document library, it performs an instant analysis of these places and tells you what he found.  Is not additional copies files, it's just search results. If you delete something, you remove the one and only original, everywhere where it is.

    You might ask "well, what's the point of a library?  I'm glad you (perhaps) asked.  The reason is you have a lot of places.  Take me for example.  I have some movies on my hard drive.  I have more moves on an extra drive (they will all take place on the main drive).  In addition, my roommate has a few movies on his drive.  With a library, I have a library of videos that research on all drives and gives me a single view combined all our movies instantly.  Now I can see all my films in my library at the same time, no matter which disc they are on.

Maybe you are looking for