diff --git a/config.py b/config.py
index 50c7db0..1a9d680 100644
--- a/config.py
+++ b/config.py
@@ -8,6 +8,8 @@ def get_doc_classes():
return [
"TextureMerger",
"TexturePacker",
+ "TextureLayerMerger",
+ "PackerImageResource",
]
def get_doc_path():
diff --git a/doc_classes/PackerImageResource.xml b/doc_classes/PackerImageResource.xml
new file mode 100644
index 0000000..197d897
--- /dev/null
+++ b/doc_classes/PackerImageResource.xml
@@ -0,0 +1,18 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/doc_classes/TextureLayerMerger.xml b/doc_classes/TextureLayerMerger.xml
index a03543e..5cc8e1c 100644
--- a/doc_classes/TextureLayerMerger.xml
+++ b/doc_classes/TextureLayerMerger.xml
@@ -1,25 +1,142 @@
-
+
A class, that can merge textures as layers together.
- A class, that can merge textures as layers together.
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
-
+
+
+
+
+
+
+
+
+
diff --git a/doc_classes/TextureMerger.xml b/doc_classes/TextureMerger.xml
index db08389..0db2f70 100644
--- a/doc_classes/TextureMerger.xml
+++ b/doc_classes/TextureMerger.xml
@@ -1,14 +1,33 @@
-
+
A node, that can merge textures.
- This node can pack the textures given to it. It uses
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
@@ -17,11 +36,155 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/doc_classes/TexturePacker.xml b/doc_classes/TexturePacker.xml
index 97f6a3c..fc7f806 100644
--- a/doc_classes/TexturePacker.xml
+++ b/doc_classes/TexturePacker.xml
@@ -1,9 +1,8 @@
-
+
A class, that can merge textures.
- This class can pack the textures given to it.
@@ -17,8 +16,104 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+