Author Archive for: Creativetuts.com Administrator
About Creativetuts.com Administrator
This author has yet to write their bio.Meanwhile lets just say that we are proud Creativetuts.com Administrator contributed a whooping 115 entries.
Entries by Creativetuts.com Administrator
Create HUD Circles in Illustrator
Create Alphanumeric Vector Pattern in Illustrator
Create Random Alphanumerical Vector Pattern under 3 minutes within the help of Illustrator Scripts. Scripts used in this tutorial: Replace Selected Objects with Random Symbols Illustrator Script Convert Layers to Symbols And the other scripts are; Random Swatches Fill Script. Ungroup.
Batch Convert Selected Objects to Symbol – AI Script
JavaScript
1
2
3
4
5
6
7
|
var doc = app.activeDocument;
var layer = doc.activeLayer;
var sel = doc.selection;
for(var i = 0; i < sel.length; i++){
doc.symbols.add( sel[i] );
redraw();
}
|
Free C4D Xpresso Led Text Board Setup
I would like to share with you guys a free C4D Xpresso Setup template which generates led text board easily…
Batch Current State to Object C4D Python Script
I would like to share with you my new simple but useful script; Batch “Current State to Object”…
Batch Clear Smart Filters from Selected Layers – Photoshop Script
Have you ever tried clearing smart filters from multiple selected layers? Unfortunately there is no command for that so I decided to write a script…
ExtendScript Filling a Shape Layer
Simple colorpicker example which fills active shape layer with choosen color…
Color Parser Class – Extendscript
Really useful color parser Extendscript class by Stoyan Stefanov…
Acting on Selected Objects – Photoshop Scripting
Acting on Selected Objects – Photoshop Scripting…
Rotating a Layer using Extendscript
Rotating a layer using extendscript in Photoshop with orientation, angle and coordinates options…
Calendar
M | T | W | T | F | S | S |
---|---|---|---|---|---|---|
1 | 2 | 3 | ||||
4 | 5 | 6 | 7 | 8 | 9 | 10 |
11 | 12 | 13 | 14 | 15 | 16 | 17 |
18 | 19 | 20 | 21 | 22 | 23 | 24 |
25 | 26 | 27 | 28 | 29 | 30 | 31 |