Profile
Achievement
TheRabbitFlash's Recent SnippetsTagged copy
- All /
« Prev 1 Next »
This script allow you copy to the clipboard current layer properties in format:
&selectionBounds.x = &layerx; &selectionBounds.y = &layery; // &selectionBounds.width = &layerwidth; // &selectionBounds.height = &layerheight;
0
1388
posted 10 years ago by TheRabbitFlash
This script allow you copy to the clipboard current layer properties in format:
&layer_name.x = &layer_x;
&layer_name.y = &layer_y;
// &layer_name.width = &layer_width;
// &layer_name.height = &layer_height;
0
1053
posted 10 years ago by TheRabbitFlash