f3d 2.3.0rc5__cp310-cp310-manylinux_2_28_x86_64.whl → 2.5.0__cp310-cp310-manylinux_2_28_x86_64.whl

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.

Potentially problematic release.


This version of f3d might be problematic. Click here for more details.

f3d/__init__.py CHANGED
@@ -36,7 +36,7 @@ camera = Camera
36
36
  camera_state_t = CameraState
37
37
  utils = Utils
38
38
 
39
- __version__ = "2.3.0"
39
+ __version__ = "2.5.0"
40
40
 
41
41
 
42
42
  ################################################################################
f3d/lib64/libf3d.so CHANGED
Binary file
Binary file
@@ -7,6 +7,7 @@
7
7
  "description" : "Alembic",
8
8
  "exclude_thumbnailer" : false,
9
9
  "extensions" : [ "abc" ],
10
+ "full_scene" : false,
10
11
  "mimetypes" : [ "application/vnd.abc" ],
11
12
  "name" : "Alembic"
12
13
  }
@@ -1,5 +1,5 @@
1
1
  {
2
- "description" : "Assimp support (version 5.3.0)",
2
+ "description" : "Assimp support (version 5.4.0)",
3
3
  "name" : "assimp",
4
4
  "readers" :
5
5
  [
@@ -7,6 +7,7 @@
7
7
  "description" : "Filmbox",
8
8
  "exclude_thumbnailer" : false,
9
9
  "extensions" : [ "fbx" ],
10
+ "full_scene" : true,
10
11
  "mimetypes" : [ "application/vnd.fbx" ],
11
12
  "name" : "FBX"
12
13
  },
@@ -14,6 +15,7 @@
14
15
  "description" : "Collada",
15
16
  "exclude_thumbnailer" : false,
16
17
  "extensions" : [ "dae" ],
18
+ "full_scene" : true,
17
19
  "mimetypes" : [ "application/vnd.dae" ],
18
20
  "name" : "Collada"
19
21
  },
@@ -21,6 +23,7 @@
21
23
  "description" : "AutoCAD DXF",
22
24
  "exclude_thumbnailer" : false,
23
25
  "extensions" : [ "dxf" ],
26
+ "full_scene" : true,
24
27
  "mimetypes" : [ "image/vnd.dxf" ],
25
28
  "name" : "DXF"
26
29
  },
@@ -28,6 +31,7 @@
28
31
  "description" : "Object File Format",
29
32
  "exclude_thumbnailer" : false,
30
33
  "extensions" : [ "off" ],
34
+ "full_scene" : true,
31
35
  "mimetypes" : [ "application/vnd.off" ],
32
36
  "name" : "OFF"
33
37
  },
@@ -35,6 +39,7 @@
35
39
  "description" : "DirectX File Format",
36
40
  "exclude_thumbnailer" : false,
37
41
  "extensions" : [ "x" ],
42
+ "full_scene" : true,
38
43
  "mimetypes" : [ "application/vnd.x" ],
39
44
  "name" : "DirectX"
40
45
  },
@@ -42,6 +47,7 @@
42
47
  "description" : "3D Manufacturing Format",
43
48
  "exclude_thumbnailer" : false,
44
49
  "extensions" : [ "3mf" ],
50
+ "full_scene" : true,
45
51
  "mimetypes" : [ "model/3mf" ],
46
52
  "name" : "3MF"
47
53
  }
@@ -7,8 +7,17 @@
7
7
  "description" : "Draco",
8
8
  "exclude_thumbnailer" : false,
9
9
  "extensions" : [ "drc" ],
10
+ "full_scene" : false,
10
11
  "mimetypes" : [ "application/vnd.drc" ],
11
12
  "name" : "Draco"
13
+ },
14
+ {
15
+ "description" : "GL Transmission Format",
16
+ "exclude_thumbnailer" : false,
17
+ "extensions" : [ "gltf", "glb" ],
18
+ "full_scene" : true,
19
+ "mimetypes" : [ "model/gltf-binary", "model/gltf+json" ],
20
+ "name" : "GLTFDraco"
12
21
  }
13
22
  ],
14
23
  "type" : "STATIC",
@@ -7,6 +7,7 @@
7
7
  "description" : "Exodus II",
8
8
  "exclude_thumbnailer" : false,
9
9
  "extensions" : [ "exo", "ex2", "e" ],
10
+ "full_scene" : false,
10
11
  "mimetypes" : [ "application/vnd.exodus" ],
11
12
  "name" : "ExodusII"
12
13
  }
@@ -7,6 +7,7 @@
7
7
  "description" : "Autodesk 3D Studio",
8
8
  "exclude_thumbnailer" : false,
9
9
  "extensions" : [ "3ds" ],
10
+ "full_scene" : true,
10
11
  "mimetypes" : [ "application/vnd.3ds" ],
11
12
  "name" : "3DS"
12
13
  },
@@ -14,6 +15,7 @@
14
15
  "description" : "CityGML",
15
16
  "exclude_thumbnailer" : false,
16
17
  "extensions" : [ "gml" ],
18
+ "full_scene" : false,
17
19
  "mimetypes" : [ "application/gml+xml" ],
18
20
  "name" : "CityGML"
19
21
  },
@@ -21,6 +23,7 @@
21
23
  "description" : "DICOM",
22
24
  "exclude_thumbnailer" : false,
23
25
  "extensions" : [ "dcm" ],
26
+ "full_scene" : false,
24
27
  "mimetypes" : [ "application/dicom" ],
25
28
  "name" : "DICOM"
26
29
  },
@@ -28,6 +31,7 @@
28
31
  "description" : "GL Transmission Format",
29
32
  "exclude_thumbnailer" : false,
30
33
  "extensions" : [ "gltf", "glb" ],
34
+ "full_scene" : true,
31
35
  "mimetypes" : [ "model/gltf-binary", "model/gltf+json" ],
32
36
  "name" : "GLTF"
33
37
  },
@@ -35,6 +39,7 @@
35
39
  "description" : "MetaImage",
36
40
  "exclude_thumbnailer" : false,
37
41
  "extensions" : [ "mha", "mhd" ],
42
+ "full_scene" : false,
38
43
  "mimetypes" : [ "application/vnd.mhd" ],
39
44
  "name" : "MetaImage"
40
45
  },
@@ -42,6 +47,7 @@
42
47
  "description" : "Nearly Raw Raster Data",
43
48
  "exclude_thumbnailer" : false,
44
49
  "extensions" : [ "nrrd", "nhdr" ],
50
+ "full_scene" : false,
45
51
  "mimetypes" : [ "application/vnd.nrrd" ],
46
52
  "name" : "Nrrd"
47
53
  },
@@ -49,6 +55,7 @@
49
55
  "description" : "Wavefront OBJ",
50
56
  "exclude_thumbnailer" : false,
51
57
  "extensions" : [ "obj" ],
58
+ "full_scene" : true,
52
59
  "mimetypes" : [ "model/obj" ],
53
60
  "name" : "OBJ"
54
61
  },
@@ -56,6 +63,7 @@
56
63
  "description" : "Polygon",
57
64
  "exclude_thumbnailer" : false,
58
65
  "extensions" : [ "ply" ],
66
+ "full_scene" : false,
59
67
  "mimetypes" : [ "application/vnd.ply" ],
60
68
  "name" : "PLYReader"
61
69
  },
@@ -63,6 +71,7 @@
63
71
  "description" : "Point Cloud",
64
72
  "exclude_thumbnailer" : false,
65
73
  "extensions" : [ "pts" ],
74
+ "full_scene" : false,
66
75
  "mimetypes" : [ "application/vnd.pts" ],
67
76
  "name" : "PTS"
68
77
  },
@@ -70,6 +79,7 @@
70
79
  "description" : "Standard Triangle Language",
71
80
  "exclude_thumbnailer" : false,
72
81
  "extensions" : [ "stl" ],
82
+ "full_scene" : false,
73
83
  "mimetypes" : [ "model/stl" ],
74
84
  "name" : "STL"
75
85
  },
@@ -77,6 +87,7 @@
77
87
  "description" : "TIFF",
78
88
  "exclude_thumbnailer" : true,
79
89
  "extensions" : [ "tiff", "tif" ],
90
+ "full_scene" : false,
80
91
  "mimetypes" : [ "application/x-tgif" ],
81
92
  "name" : "TIFF"
82
93
  },
@@ -84,6 +95,7 @@
84
95
  "description" : "VRML",
85
96
  "exclude_thumbnailer" : false,
86
97
  "extensions" : [ "wrl", "vrml" ],
98
+ "full_scene" : true,
87
99
  "mimetypes" : [ "model/vrml" ],
88
100
  "name" : "VRMLReader"
89
101
  },
@@ -91,6 +103,7 @@
91
103
  "description" : "VTK Legacy",
92
104
  "exclude_thumbnailer" : false,
93
105
  "extensions" : [ "vtk" ],
106
+ "full_scene" : false,
94
107
  "mimetypes" : [ "application/vnd.vtk" ],
95
108
  "name" : "VTKLegacy"
96
109
  },
@@ -98,6 +111,7 @@
98
111
  "description" : "VTK XML UnstructuredGrid",
99
112
  "exclude_thumbnailer" : false,
100
113
  "extensions" : [ "vtu" ],
114
+ "full_scene" : false,
101
115
  "mimetypes" : [ "application/vnd.vtu" ],
102
116
  "name" : "VTKXMLVTU"
103
117
  },
@@ -105,6 +119,7 @@
105
119
  "description" : "VTK XML PolyData",
106
120
  "exclude_thumbnailer" : false,
107
121
  "extensions" : [ "vtp" ],
122
+ "full_scene" : false,
108
123
  "mimetypes" : [ "application/vnd.vtp" ],
109
124
  "name" : "VTKXMLVTP"
110
125
  },
@@ -112,6 +127,7 @@
112
127
  "description" : "VTK XML ImageData",
113
128
  "exclude_thumbnailer" : false,
114
129
  "extensions" : [ "vti" ],
130
+ "full_scene" : false,
115
131
  "mimetypes" : [ "application/vnd.vti" ],
116
132
  "name" : "VTKXMLVTI"
117
133
  },
@@ -119,6 +135,7 @@
119
135
  "description" : "VTK XML RectangularGrid",
120
136
  "exclude_thumbnailer" : false,
121
137
  "extensions" : [ "vtr" ],
138
+ "full_scene" : false,
122
139
  "mimetypes" : [ "application/vnd.vtr" ],
123
140
  "name" : "VTKXMLVTR"
124
141
  },
@@ -126,6 +143,7 @@
126
143
  "description" : "VTK XML StructuredGrid",
127
144
  "exclude_thumbnailer" : false,
128
145
  "extensions" : [ "vts" ],
146
+ "full_scene" : false,
129
147
  "mimetypes" : [ "application/vnd.vts" ],
130
148
  "name" : "VTKXMLVTS"
131
149
  },
@@ -133,8 +151,17 @@
133
151
  "description" : "VTK XML MultiBlock",
134
152
  "exclude_thumbnailer" : false,
135
153
  "extensions" : [ "vtm" ],
154
+ "full_scene" : false,
136
155
  "mimetypes" : [ "application/vnd.vtm" ],
137
156
  "name" : "VTKXMLVTM"
157
+ },
158
+ {
159
+ "description" : "3D Gaussian splats",
160
+ "exclude_thumbnailer" : false,
161
+ "extensions" : [ "splat" ],
162
+ "full_scene" : false,
163
+ "mimetypes" : [ "application/vnd.splat" ],
164
+ "name" : "Splat"
138
165
  }
139
166
  ],
140
167
  "type" : "STATIC",
@@ -7,6 +7,7 @@
7
7
  "description" : "STEP ISO 10303",
8
8
  "exclude_thumbnailer" : false,
9
9
  "extensions" : [ "stp", "step", "stpnc", "p21", "210" ],
10
+ "full_scene" : false,
10
11
  "mimetypes" : [ "application/vnd.step" ],
11
12
  "name" : "STEP"
12
13
  },
@@ -14,6 +15,7 @@
14
15
  "description" : "Initial Graphics Exchange Specification",
15
16
  "exclude_thumbnailer" : false,
16
17
  "extensions" : [ "igs", "iges" ],
18
+ "full_scene" : false,
17
19
  "mimetypes" : [ "model/iges" ],
18
20
  "name" : "IGES"
19
21
  },
@@ -21,6 +23,7 @@
21
23
  "description" : "Open CASCADE BRep",
22
24
  "exclude_thumbnailer" : false,
23
25
  "extensions" : [ "brep" ],
26
+ "full_scene" : false,
24
27
  "mimetypes" : [ "application/vnd.brep" ],
25
28
  "name" : "BREP"
26
29
  }
@@ -1,8 +1,8 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: f3d
3
- Version: 2.3.0rc5
3
+ Version: 2.5.0
4
4
  Summary: F3D, a fast and minimalist 3D viewer
5
- Keywords: vtk animations fbx step stl gltf pbr raytracing rendering
5
+ Keywords: vtk,animations,fbx,step,stl,gltf,pbr,raytracing,rendering
6
6
  Author: Michael Migliore, Mathieu Westphal
7
7
  Maintainer-Email: Michael Migliore <mcmigliore+pip@gmail.com>
8
8
  License: BSD 3-Clause License
@@ -21,10 +21,8 @@ Project-URL: Repository, https://github.com/f3d-app/f3d.git
21
21
  Project-URL: Changelog, https://github.com/f3d-app/f3d/blob/master/doc/CHANGELOG.md
22
22
  Requires-Python: >=3.8
23
23
  Description-Content-Type: text/markdown
24
- License-File: LICENSE.md
25
- License-File: doc/THIRD_PARTY_LICENSES.md
26
24
 
27
- [![CI](https://img.shields.io/github/actions/workflow/status/f3d-app/f3d/ci.yml?label=CI&logo=github)](https://github.com/f3d-app/f3d/actions/workflows/ci.yml) [![Packaging](https://img.shields.io/github/actions/workflow/status/f3d-app/f3d-superbuild/nightly.yml?label=Packaging&logo=github)](https://github.com/f3d-app/f3d-superbuild) [![codecov](https://codecov.io/gh/f3d-app/f3d/branch/master/graph/badge.svg?token=siwG82IXK7)](https://codecov.io/gh/f3d-app/f3d) [![Downloads](https://img.shields.io/github/downloads/f3d-app/f3d/total.svg)](https://github.com/f3d-app/f3d/releases) [![Sponsors](https://img.shields.io/static/v1?label=Sponsor&message=%E2%9D%A4&logo=GitHub&color=%23fe8e86)](https://github.com/sponsors/f3d-app) [![Discord](https://discordapp.com/api/guilds/1046005690809978911/widget.png?style=shield)](https://discord.f3d.app)
25
+ [![CI](https://img.shields.io/github/actions/workflow/status/f3d-app/f3d/ci.yml?label=CI&logo=github)](https://github.com/f3d-app/f3d/actions/workflows/ci.yml) [![Packaging](https://img.shields.io/github/actions/workflow/status/f3d-app/f3d-superbuild/nightly.yml?label=Packaging&logo=github)](https://github.com/f3d-app/f3d-superbuild) [![codecov](https://codecov.io/gh/f3d-app/f3d/branch/master/graph/badge.svg?token=siwG82IXK7)](https://codecov.io/gh/f3d-app/f3d) [![Downloads](https://img.shields.io/github/downloads/f3d-app/f3d/total.svg)](https://github.com/f3d-app/f3d/releases) [![Sponsors](https://img.shields.io/static/v1?label=Sponsor&message=%E2%9D%A4&logo=GitHub&color=%23fe8e86)](https://github.com/sponsors/f3d-app) [![Discord](https://discordapp.com/api/guilds/1046005690809978911/widget.png?style=shield)](https://discord.f3d.app) [![Contributor Covenant](https://img.shields.io/badge/Contributor%20Covenant-2.1-4baaaa.svg)](CODE_OF_CONDUCT.md)
28
26
 
29
27
  # F3D - Fast and minimalist 3D viewer
30
28
  By Michael Migliore and Mathieu Westphal.
@@ -51,6 +49,8 @@ F3D also contains the libf3d, a simple library to render meshes, with C++ and Py
51
49
 
52
50
  See the [gallery](doc/GALLERY.md) for more images, take a look at the [changelog](doc/CHANGELOG.md) or go to the [install guide](doc/user/INSTALLATION.md) to download and install F3D!
53
51
 
52
+ You can even use F3D directly in your [browser](https://f3d.app/web)!
53
+
54
54
  If you need any help or want to discuss with other F3D users and developers, head over to our [discord](https://discord.f3d.app).
55
55
 
56
56
  # Quickstart
@@ -83,11 +83,35 @@ man f3d # Linux only
83
83
 
84
84
  # Support
85
85
 
86
- F3D is developed by a team of passionate devs. Please use F3D, star it on github or even become a [sponsor](https://github.com/sponsors/f3d-app) to support us!
86
+ F3D needs your help!
87
+
88
+ If you can, please consider sponsoring F3D. Even a small donation would help us offset the recurring maintenance costs.
89
+ With enough sponsors we would even be able to add support for new devices (as we would need do acquire or rent them first). Read more about it on our [sponsor page](https://github.com/sponsors/f3d-app).
90
+
91
+ If not, please use F3D, star it on github and share the word about it!
92
+
93
+ # Vision
94
+
95
+ As a minimalist 3D viewer F3D aims to:
96
+
97
+ - Support as many 3D file formats as possible
98
+ - Support many types of renderings (textures, edges, etc... ) and visualizations (meshes, volumic, point sprites)
99
+ - Support any and all use-cases dealing with 3D datasets
100
+ - Let any user easily and quickly view any model with good defaults
101
+ - Be as configurable as possible
102
+ - Be fully controllable from the command line and configuration file
103
+ - Be usable non-interactively
104
+ - Be as modular as possible to be built with a small number of dependencies
105
+
106
+ but there is no plan to:
107
+
108
+ - Provide a classic mouse-based UI, with menus and buttons
109
+ - Provide data processing tools
110
+ - Provide export feature
87
111
 
88
- ## Contributing
112
+ # Contributing
89
113
 
90
- We envision F3D as a community-driven project, we love to see how the project is growing thanks to the contributions from the community. We would love to see your face in the list below! If you want to contribute to F3D, you are very welcome to! Take a look at our [contribution documentation](CONTRIBUTING.md).
114
+ F3D as a community-driven, inclusive and beginner-friendly project. We love to see how the project is growing thanks to the contributions from the community. We would love to see your face in the list below! If you want to contribute to F3D, you are very welcome to! Take a look at our [contribution documentation](CONTRIBUTING.md), [governance documentation](doc/dev/GOVERNANCE.md) and [code of conduct](CODE_OF_CONDUCT.md).
91
115
 
92
116
  <a href="https://github.com/f3d-app/f3d/graphs/contributors">
93
117
  <img src="https://contrib.rocks/image?repo=f3d-app/f3d" />
@@ -0,0 +1,17 @@
1
+ f3d.libs/libOpenGL-df95b584.so.0.0.0,sha256=P3BWu49KMapcZ9L310KENClJumkZ7W1KE-tTdFG6_-Q,227953
2
+ f3d.libs/libGLdispatch-228223fa.so.0.0.0,sha256=f90hm2wkY9U0XIw-QTLbntReC9yv5tELs7eBAYdp2jw,772241
3
+ f3d.libs/libGLX-617a612e.so.0.0.0,sha256=AM05CDiqNyqT_w_bAeuDyKFdnnzvR56SSbEV5NVPAYo,149241
4
+ f3d-2.5.0.dist-info/WHEEL,sha256=ucV2_axHftAN72ofQ3MrniQf2MgYctM5ByfS-0XdH4I,117
5
+ f3d-2.5.0.dist-info/RECORD,,
6
+ f3d-2.5.0.dist-info/METADATA,sha256=Rc6Nj2mjQCYJ5GfiwlAL0Mjc8Ic12OnJ9WCayVkShy8,6993
7
+ f3d-2.5.0.dist-info/licenses/LICENSE.md,sha256=hAu1RYYOc3QQgF1JOsFmyRu1a0SxSSf6Xzu02mO9dS4,1571
8
+ f3d-2.5.0.dist-info/licenses/doc/THIRD_PARTY_LICENSES.md,sha256=KH7O5iYEkuAI2IG3zxhXMhicPXA3jSNXrdr1_jsMK_M,3952
9
+ f3d/pyf3d.cpython-310-x86_64-linux-gnu.so,sha256=CcL-urqYcN3iUxqcyPvDDejtmy-73wiKCjXaKOlpDPo,522457
10
+ f3d/__init__.py,sha256=58kjmPXWPkSnl5Htw-tipE9tZTPDbgHsT4As9WtT2q4,2227
11
+ f3d/share/f3d/plugins/occt.json,sha256=SOelUEMOCZyJazqX15joAqDA4NgGzqZAaLvhuvLZMyk,861
12
+ f3d/share/f3d/plugins/alembic.json,sha256=i5swl_I5_hGVQ3Yoz3-2_Np6y8PK_fBSk5aBb2pfK5I,357
13
+ f3d/share/f3d/plugins/native.json,sha256=hDlZIM3zdEO5kDn_a7ynJhgjz-6Hy0ulKyhVjU3na7E,4605
14
+ f3d/share/f3d/plugins/assimp.json,sha256=CjbD712nz_xaKegcjbOBLnnMBD56fCED41HIy9ocp5c,1431
15
+ f3d/share/f3d/plugins/exodus.json,sha256=BSvMiLSfrg5-4dujJJRWiVhJCMM9YVjJm2DglWw83pc,361
16
+ f3d/share/f3d/plugins/draco.json,sha256=MWd9ycafVJ79TqFp6Y-FDXdCxYXduZdWg0JvWuhDVio,605
17
+ f3d/lib64/libf3d.so,sha256=0yFrrw12zu1TmPGfVN3iwXQczimgPgdTvD5NJIOIJd0,114261985
@@ -1,5 +1,5 @@
1
1
  Wheel-Version: 1.0
2
- Generator: scikit-build-core 0.7.1
2
+ Generator: scikit-build-core 0.9.8
3
3
  Root-Is-Purelib: false
4
4
  Tag: cp310-cp310-manylinux_2_28_x86_64
5
5
 
@@ -52,3 +52,32 @@ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
52
52
  OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
53
53
  SOFTWARE.
54
54
  ```
55
+
56
+ ## dmon.h:
57
+ ```
58
+ BSD 2-Clause License
59
+
60
+ Copyright (c) 2019, Sepehr Taghdisian (septag@protonmail.com)
61
+ All rights reserved.
62
+
63
+ Redistribution and use in source and binary forms, with or without
64
+ modification, are permitted provided that the following conditions are met:
65
+
66
+ * Redistributions of source code must retain the above copyright notice, this
67
+ list of conditions and the following disclaimer.
68
+
69
+ * Redistributions in binary form must reproduce the above copyright notice,
70
+ this list of conditions and the following disclaimer in the documentation
71
+ and/or other materials provided with the distribution.
72
+
73
+ THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
74
+ AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
75
+ IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
76
+ DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE
77
+ FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
78
+ DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
79
+ SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
80
+ CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
81
+ OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
82
+ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
83
+ ```
Binary file
Binary file
Binary file
@@ -1,15 +0,0 @@
1
- f3d/__init__.py,sha256=6MlcKRDwyATlIr0MczFHPYz5isPp93nem3eQle1yo48,2227
2
- f3d/lib64/libf3d.so,sha256=gmO0wxSY4K0EbYcSnIbN22DXpVY1qCTSzQuH_thDXt8,102942992
3
- f3d/pyf3d.cpython-310-x86_64-linux-gnu.so,sha256=wp1JLa9eWellQTt3ApSPkJikKNDPOgs18SWDsq_dI2k,470952
4
- f3d/share/f3d/plugins/alembic.json,sha256=pC1dSQlv0g68SD85l_k8L33gK5MXVrARErfAUGB4mbM,329
5
- f3d/share/f3d/plugins/assimp.json,sha256=rR0BSAGTlJb2Dyj9pyd7LPc34rTc9_4UZGScHmGZ80U,1269
6
- f3d/share/f3d/plugins/draco.json,sha256=Ma_EdFkvYvnnnAXfPR2U3EIkJ_7HCenN1oNrKcW_jho,321
7
- f3d/share/f3d/plugins/exodus.json,sha256=guG5riuBu-Db1BL9Tu683B1O_N1aDeZ_-ky7zW6Fh0c,333
8
- f3d/share/f3d/plugins/native.json,sha256=SQ9OBuHrm51V6ruzR2eDRIONiPUenxeLrBwiHGKAA7w,3849
9
- f3d/share/f3d/plugins/occt.json,sha256=xgFrKzfCMreySothAQTjKh7WKdEP8j4ipzyYXhgvgEA,777
10
- f3d-2.3.0rc5.dist-info/METADATA,sha256=bmRpb3aB4HzSYa2O4Z7TLgRvzEbofY0lPbSGN1RZ4wY,5821
11
- f3d-2.3.0rc5.dist-info/WHEEL,sha256=CLbdeBcrJtY6P7u8sexqYfhYIkfiMf4IUtEIzP0_8Ro,117
12
- f3d-2.3.0rc5.dist-info/entry_points.txt,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
13
- f3d-2.3.0rc5.dist-info/licenses/LICENSE.md,sha256=hAu1RYYOc3QQgF1JOsFmyRu1a0SxSSf6Xzu02mO9dS4,1571
14
- f3d-2.3.0rc5.dist-info/licenses/doc/THIRD_PARTY_LICENSES.md,sha256=rluVratui6Ovkzre4tkgO7xa5y1_X9ZriXZekmRMSYA,2586
15
- f3d-2.3.0rc5.dist-info/RECORD,,
File without changes