libreflow.extensions.sk.export-psd-layers 1.1.9__tar.gz → 1.1.10__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {libreflow_extensions_sk_export_psd_layers-1.1.9 → libreflow_extensions_sk_export_psd_layers-1.1.10}/CHANGELOG.md +6 -0
- {libreflow_extensions_sk_export_psd_layers-1.1.9/src/libreflow.extensions.sk.export_psd_layers.egg-info → libreflow_extensions_sk_export_psd_layers-1.1.10}/PKG-INFO +7 -1
- {libreflow_extensions_sk_export_psd_layers-1.1.9 → libreflow_extensions_sk_export_psd_layers-1.1.10}/src/libreflow/extensions/sk/export_psd_layers/_version.py +3 -3
- {libreflow_extensions_sk_export_psd_layers-1.1.9 → libreflow_extensions_sk_export_psd_layers-1.1.10}/src/libreflow/extensions/sk/export_psd_layers/scripts/PSD_crop_layers.jsx +5 -1
- {libreflow_extensions_sk_export_psd_layers-1.1.9 → libreflow_extensions_sk_export_psd_layers-1.1.10/src/libreflow.extensions.sk.export_psd_layers.egg-info}/PKG-INFO +7 -1
- {libreflow_extensions_sk_export_psd_layers-1.1.9 → libreflow_extensions_sk_export_psd_layers-1.1.10}/MANIFEST.in +0 -0
- {libreflow_extensions_sk_export_psd_layers-1.1.9 → libreflow_extensions_sk_export_psd_layers-1.1.10}/README.md +0 -0
- {libreflow_extensions_sk_export_psd_layers-1.1.9 → libreflow_extensions_sk_export_psd_layers-1.1.10}/setup.cfg +0 -0
- {libreflow_extensions_sk_export_psd_layers-1.1.9 → libreflow_extensions_sk_export_psd_layers-1.1.10}/setup.py +0 -0
- {libreflow_extensions_sk_export_psd_layers-1.1.9 → libreflow_extensions_sk_export_psd_layers-1.1.10}/src/libreflow/__init__.py +0 -0
- {libreflow_extensions_sk_export_psd_layers-1.1.9 → libreflow_extensions_sk_export_psd_layers-1.1.10}/src/libreflow/extensions/__init__.py +0 -0
- {libreflow_extensions_sk_export_psd_layers-1.1.9 → libreflow_extensions_sk_export_psd_layers-1.1.10}/src/libreflow/extensions/sk/__init__.py +0 -0
- {libreflow_extensions_sk_export_psd_layers-1.1.9 → libreflow_extensions_sk_export_psd_layers-1.1.10}/src/libreflow/extensions/sk/export_psd_layers/__init__.py +0 -0
- {libreflow_extensions_sk_export_psd_layers-1.1.9 → libreflow_extensions_sk_export_psd_layers-1.1.10}/src/libreflow/extensions/sk/export_psd_layers/scripts/__init__.py +0 -0
- {libreflow_extensions_sk_export_psd_layers-1.1.9 → libreflow_extensions_sk_export_psd_layers-1.1.10}/src/libreflow.extensions.sk.export_psd_layers.egg-info/SOURCES.txt +0 -0
- {libreflow_extensions_sk_export_psd_layers-1.1.9 → libreflow_extensions_sk_export_psd_layers-1.1.10}/src/libreflow.extensions.sk.export_psd_layers.egg-info/dependency_links.txt +0 -0
- {libreflow_extensions_sk_export_psd_layers-1.1.9 → libreflow_extensions_sk_export_psd_layers-1.1.10}/src/libreflow.extensions.sk.export_psd_layers.egg-info/requires.txt +0 -0
- {libreflow_extensions_sk_export_psd_layers-1.1.9 → libreflow_extensions_sk_export_psd_layers-1.1.10}/src/libreflow.extensions.sk.export_psd_layers.egg-info/top_level.txt +0 -0
- {libreflow_extensions_sk_export_psd_layers-1.1.9 → libreflow_extensions_sk_export_psd_layers-1.1.10}/versioneer.py +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: libreflow.extensions.sk.export_psd_layers
|
|
3
|
-
Version: 1.1.
|
|
3
|
+
Version: 1.1.10
|
|
4
4
|
Home-page: https://gitlab.com/lfs.coop/libreflow/libreflow_launcher
|
|
5
5
|
Author: Thomas Thiebaut
|
|
6
6
|
Author-email: autor@les-fees-speciales.coop
|
|
@@ -50,6 +50,12 @@ Types of changes
|
|
|
50
50
|
|
|
51
51
|
## [Unreleased]
|
|
52
52
|
|
|
53
|
+
## [1.1.10] - 2025-10-30
|
|
54
|
+
|
|
55
|
+
### Fixed
|
|
56
|
+
|
|
57
|
+
* Optimize the cropping action to run only if there is layer to crop on a list.
|
|
58
|
+
|
|
53
59
|
## [1.1.9] - 2025-10-17
|
|
54
60
|
|
|
55
61
|
### Added
|
|
@@ -8,11 +8,11 @@ import json
|
|
|
8
8
|
|
|
9
9
|
version_json = '''
|
|
10
10
|
{
|
|
11
|
-
"date": "2025-10-
|
|
11
|
+
"date": "2025-10-30T15:55:40+0100",
|
|
12
12
|
"dirty": false,
|
|
13
13
|
"error": null,
|
|
14
|
-
"full-revisionid": "
|
|
15
|
-
"version": "1.1.
|
|
14
|
+
"full-revisionid": "af462ecb99d28c4c275daae07bb9440cc468a829",
|
|
15
|
+
"version": "1.1.10"
|
|
16
16
|
}
|
|
17
17
|
''' # END VERSION_JSON
|
|
18
18
|
|
|
@@ -4,6 +4,7 @@ doc_width = activeDoc.width;
|
|
|
4
4
|
doc_height = activeDoc.height;
|
|
5
5
|
|
|
6
6
|
var layers_list = new Array;
|
|
7
|
+
var layer_to_crop = new Array;
|
|
7
8
|
|
|
8
9
|
main();
|
|
9
10
|
|
|
@@ -14,9 +15,12 @@ function main() {
|
|
|
14
15
|
layer_height = layers_list[i].bounds[3] - layers_list[i].bounds[1];
|
|
15
16
|
|
|
16
17
|
if (layer_width > doc_width * 1.5 || layer_height > doc_height * 1.5){
|
|
17
|
-
|
|
18
|
+
layer_to_crop.push(layers_list[i]);
|
|
18
19
|
}
|
|
19
20
|
}
|
|
21
|
+
if (layer_to_crop.length > 0) {
|
|
22
|
+
activeDoc.crop([0, 0, doc_width, doc_height])
|
|
23
|
+
}
|
|
20
24
|
activeDoc.save()
|
|
21
25
|
executeAction(app.charIDToTypeID('quit'), undefined, DialogModes.NO);
|
|
22
26
|
}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: libreflow.extensions.sk.export_psd_layers
|
|
3
|
-
Version: 1.1.
|
|
3
|
+
Version: 1.1.10
|
|
4
4
|
Home-page: https://gitlab.com/lfs.coop/libreflow/libreflow_launcher
|
|
5
5
|
Author: Thomas Thiebaut
|
|
6
6
|
Author-email: autor@les-fees-speciales.coop
|
|
@@ -50,6 +50,12 @@ Types of changes
|
|
|
50
50
|
|
|
51
51
|
## [Unreleased]
|
|
52
52
|
|
|
53
|
+
## [1.1.10] - 2025-10-30
|
|
54
|
+
|
|
55
|
+
### Fixed
|
|
56
|
+
|
|
57
|
+
* Optimize the cropping action to run only if there is layer to crop on a list.
|
|
58
|
+
|
|
53
59
|
## [1.1.9] - 2025-10-17
|
|
54
60
|
|
|
55
61
|
### Added
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|