sogpy 1.0.0__tar.gz → 1.0.1__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.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: sogpy
3
- Version: 1.0.0
3
+ Version: 1.0.1
4
4
  Summary: Convert Gaussian Splat PLY files to PlayCanvas SOG format
5
5
  Author: Sai Kiran Nunemunthala
6
6
  License: MIT
@@ -35,6 +35,8 @@ Dynamic: license-file
35
35
 
36
36
  Convert Gaussian Splat `.ply` files to PlayCanvas `.sog` format.
37
37
 
38
+ > ⚠️ **Note:** This is a direct Python conversion of [splat-transform](https://github.com/playcanvas/splat-transform)'s PLY to SOG Node.js code. One-shotted with Claude Opus 4.5 — use with caution! Contributions are very welcome.
39
+
38
40
  ## Installation
39
41
 
40
42
  ```bash
@@ -2,6 +2,8 @@
2
2
 
3
3
  Convert Gaussian Splat `.ply` files to PlayCanvas `.sog` format.
4
4
 
5
+ > ⚠️ **Note:** This is a direct Python conversion of [splat-transform](https://github.com/playcanvas/splat-transform)'s PLY to SOG Node.js code. One-shotted with Claude Opus 4.5 — use with caution! Contributions are very welcome.
6
+
5
7
  ## Installation
6
8
 
7
9
  ```bash
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
4
4
 
5
5
  [project]
6
6
  name = "sogpy"
7
- version = "1.0.0"
7
+ version = "1.0.1"
8
8
  description = "Convert Gaussian Splat PLY files to PlayCanvas SOG format"
9
9
  readme = "README.md"
10
10
  license = {text = "MIT"}
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: sogpy
3
- Version: 1.0.0
3
+ Version: 1.0.1
4
4
  Summary: Convert Gaussian Splat PLY files to PlayCanvas SOG format
5
5
  Author: Sai Kiran Nunemunthala
6
6
  License: MIT
@@ -35,6 +35,8 @@ Dynamic: license-file
35
35
 
36
36
  Convert Gaussian Splat `.ply` files to PlayCanvas `.sog` format.
37
37
 
38
+ > ⚠️ **Note:** This is a direct Python conversion of [splat-transform](https://github.com/playcanvas/splat-transform)'s PLY to SOG Node.js code. One-shotted with Claude Opus 4.5 — use with caution! Contributions are very welcome.
39
+
38
40
  ## Installation
39
41
 
40
42
  ```bash
File without changes
File without changes
File without changes
File without changes