├── Android DIP Calc └── Android DIP Calc.jsx ├── Change Colors of Multiple Shape Layers └── Change Colors of Multiple Shape Layers.jsx ├── Create Fill Grid └── Create Fill Grid.jsx ├── Create Rounded Rect └── Create Rounded Rect.jsx ├── Create Slice Grid └── Create Slice Grid.jsx ├── Layer Edge to Guide └── Layer Edge to Guide.jsx ├── Merge Layers └── Marge Layers with Same Prefix.jsx ├── Move Layer by Pixels └── Move Layer by Pixels.jsx ├── README.md ├── Rename Selected Layers └── Rename Selected Layers.jsx └── Shared Smart Object ├── Replace Smart Layers.jsx ├── assets ├── so_child01.psb ├── so_child02.psb └── so_child03.psb ├── parent.psb └── readme.txt /Android DIP Calc/Android DIP Calc.jsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kynd/photoshopScripts/HEAD/Android DIP Calc/Android DIP Calc.jsx -------------------------------------------------------------------------------- /Change Colors of Multiple Shape Layers/Change Colors of Multiple Shape Layers.jsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kynd/photoshopScripts/HEAD/Change Colors of Multiple Shape Layers/Change Colors of Multiple Shape Layers.jsx -------------------------------------------------------------------------------- /Create Fill Grid/Create Fill Grid.jsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kynd/photoshopScripts/HEAD/Create Fill Grid/Create Fill Grid.jsx -------------------------------------------------------------------------------- /Create Rounded Rect/Create Rounded Rect.jsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kynd/photoshopScripts/HEAD/Create Rounded Rect/Create Rounded Rect.jsx -------------------------------------------------------------------------------- /Create Slice Grid/Create Slice Grid.jsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kynd/photoshopScripts/HEAD/Create Slice Grid/Create Slice Grid.jsx -------------------------------------------------------------------------------- /Layer Edge to Guide/Layer Edge to Guide.jsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kynd/photoshopScripts/HEAD/Layer Edge to Guide/Layer Edge to Guide.jsx -------------------------------------------------------------------------------- /Merge Layers/Marge Layers with Same Prefix.jsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kynd/photoshopScripts/HEAD/Merge Layers/Marge Layers with Same Prefix.jsx -------------------------------------------------------------------------------- /Move Layer by Pixels/Move Layer by Pixels.jsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kynd/photoshopScripts/HEAD/Move Layer by Pixels/Move Layer by Pixels.jsx -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kynd/photoshopScripts/HEAD/README.md -------------------------------------------------------------------------------- /Rename Selected Layers/Rename Selected Layers.jsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kynd/photoshopScripts/HEAD/Rename Selected Layers/Rename Selected Layers.jsx -------------------------------------------------------------------------------- /Shared Smart Object/Replace Smart Layers.jsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kynd/photoshopScripts/HEAD/Shared Smart Object/Replace Smart Layers.jsx -------------------------------------------------------------------------------- /Shared Smart Object/assets/so_child01.psb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kynd/photoshopScripts/HEAD/Shared Smart Object/assets/so_child01.psb -------------------------------------------------------------------------------- /Shared Smart Object/assets/so_child02.psb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kynd/photoshopScripts/HEAD/Shared Smart Object/assets/so_child02.psb -------------------------------------------------------------------------------- /Shared Smart Object/assets/so_child03.psb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kynd/photoshopScripts/HEAD/Shared Smart Object/assets/so_child03.psb -------------------------------------------------------------------------------- /Shared Smart Object/parent.psb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kynd/photoshopScripts/HEAD/Shared Smart Object/parent.psb -------------------------------------------------------------------------------- /Shared Smart Object/readme.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kynd/photoshopScripts/HEAD/Shared Smart Object/readme.txt --------------------------------------------------------------------------------