f3d 2.3.1__cp312-cp312-manylinux_2_28_x86_64.whl → 2.4.0rc1__cp312-cp312-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 +1 -1
- f3d/lib64/libf3d.so +0 -0
- f3d/lib64/libvtkext.so +0 -0
- f3d/pyf3d.cpython-312-x86_64-linux-gnu.so +0 -0
- f3d/share/f3d/plugins/alembic.json +1 -0
- f3d/share/f3d/plugins/assimp.json +6 -0
- f3d/share/f3d/plugins/draco.json +9 -0
- f3d/share/f3d/plugins/exodus.json +1 -0
- f3d/share/f3d/plugins/native.json +27 -0
- f3d/share/f3d/plugins/occt.json +3 -0
- {f3d-2.3.1.dist-info → f3d-2.4.0rc1.dist-info}/METADATA +29 -5
- f3d-2.4.0rc1.dist-info/RECORD +16 -0
- {f3d-2.3.1.dist-info → f3d-2.4.0rc1.dist-info}/licenses/doc/THIRD_PARTY_LICENSES.md +29 -0
- f3d-2.3.1.dist-info/RECORD +0 -15
- {f3d-2.3.1.dist-info → f3d-2.4.0rc1.dist-info}/WHEEL +0 -0
- {f3d-2.3.1.dist-info → f3d-2.4.0rc1.dist-info}/entry_points.txt +0 -0
- {f3d-2.3.1.dist-info → f3d-2.4.0rc1.dist-info}/licenses/LICENSE.md +0 -0
f3d/__init__.py
CHANGED
f3d/lib64/libf3d.so
CHANGED
|
Binary file
|
f3d/lib64/libvtkext.so
ADDED
|
Binary file
|
|
Binary file
|
|
@@ -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
|
}
|
f3d/share/f3d/plugins/draco.json
CHANGED
|
@@ -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" : "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",
|
f3d/share/f3d/plugins/occt.json
CHANGED
|
@@ -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,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: f3d
|
|
3
|
-
Version: 2.
|
|
3
|
+
Version: 2.4.0rc1
|
|
4
4
|
Summary: F3D, a fast and minimalist 3D viewer
|
|
5
5
|
Keywords: vtk animations fbx step stl gltf pbr raytracing rendering
|
|
6
6
|
Author: Michael Migliore, Mathieu Westphal
|
|
@@ -24,7 +24,7 @@ Description-Content-Type: text/markdown
|
|
|
24
24
|
License-File: LICENSE.md
|
|
25
25
|
License-File: doc/THIRD_PARTY_LICENSES.md
|
|
26
26
|
|
|
27
|
-
[](https://github.com/f3d-app/f3d/actions/workflows/ci.yml) [](https://github.com/f3d-app/f3d-superbuild) [](https://codecov.io/gh/f3d-app/f3d) [](https://github.com/f3d-app/f3d/releases) [](https://github.com/sponsors/f3d-app) [](https://discord.f3d.app)
|
|
27
|
+
[](https://github.com/f3d-app/f3d/actions/workflows/ci.yml) [](https://github.com/f3d-app/f3d-superbuild) [](https://codecov.io/gh/f3d-app/f3d) [](https://github.com/f3d-app/f3d/releases) [](https://github.com/sponsors/f3d-app) [](https://discord.f3d.app) [](CODE_OF_CONDUCT.md)
|
|
28
28
|
|
|
29
29
|
# F3D - Fast and minimalist 3D viewer
|
|
30
30
|
By Michael Migliore and Mathieu Westphal.
|
|
@@ -83,11 +83,35 @@ man f3d # Linux only
|
|
|
83
83
|
|
|
84
84
|
# Support
|
|
85
85
|
|
|
86
|
-
F3D
|
|
86
|
+
F3D needs you help!
|
|
87
87
|
|
|
88
|
-
|
|
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).
|
|
89
90
|
|
|
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
|
|
111
|
+
|
|
112
|
+
# Contributing
|
|
113
|
+
|
|
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,16 @@
|
|
|
1
|
+
f3d/__init__.py,sha256=_Iw-nksfA__tnqFPLcRoAUtltWCTSbJAbN-b8fVaT64,2227
|
|
2
|
+
f3d/lib64/libf3d.so,sha256=cRX4uClfp-y2a72jSlKO3CQaFL2a9Bb0tY1Ohqua0Hs,101985648
|
|
3
|
+
f3d/lib64/libvtkext.so,sha256=b91392hF5M9KFMxGZajs07SZIFLBbhmdL5xWU-K1WPQ,18965208
|
|
4
|
+
f3d/pyf3d.cpython-312-x86_64-linux-gnu.so,sha256=afzT0Va2tILdm9n5SYYzYpDoBRKjwUhrvVkktHsK9rY,495616
|
|
5
|
+
f3d/share/f3d/plugins/alembic.json,sha256=i5swl_I5_hGVQ3Yoz3-2_Np6y8PK_fBSk5aBb2pfK5I,357
|
|
6
|
+
f3d/share/f3d/plugins/assimp.json,sha256=r-zdEmsyl8oLcYjD_8ha7d2E-mBz8Ov9_SUoAgxcgPQ,1431
|
|
7
|
+
f3d/share/f3d/plugins/draco.json,sha256=MWd9ycafVJ79TqFp6Y-FDXdCxYXduZdWg0JvWuhDVio,605
|
|
8
|
+
f3d/share/f3d/plugins/exodus.json,sha256=BSvMiLSfrg5-4dujJJRWiVhJCMM9YVjJm2DglWw83pc,361
|
|
9
|
+
f3d/share/f3d/plugins/native.json,sha256=hDlZIM3zdEO5kDn_a7ynJhgjz-6Hy0ulKyhVjU3na7E,4605
|
|
10
|
+
f3d/share/f3d/plugins/occt.json,sha256=SOelUEMOCZyJazqX15joAqDA4NgGzqZAaLvhuvLZMyk,861
|
|
11
|
+
f3d-2.4.0rc1.dist-info/METADATA,sha256=zxs_-AUKXXGLtH_shHtybZczbhPQXr-WsgLELsbyxeI,6991
|
|
12
|
+
f3d-2.4.0rc1.dist-info/WHEEL,sha256=o34utTdMCt0K_rEBEZgclsa-cEK43g8fydiBxEk8GZA,117
|
|
13
|
+
f3d-2.4.0rc1.dist-info/entry_points.txt,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
14
|
+
f3d-2.4.0rc1.dist-info/licenses/LICENSE.md,sha256=hAu1RYYOc3QQgF1JOsFmyRu1a0SxSSf6Xzu02mO9dS4,1571
|
|
15
|
+
f3d-2.4.0rc1.dist-info/licenses/doc/THIRD_PARTY_LICENSES.md,sha256=KH7O5iYEkuAI2IG3zxhXMhicPXA3jSNXrdr1_jsMK_M,3952
|
|
16
|
+
f3d-2.4.0rc1.dist-info/RECORD,,
|
|
@@ -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
|
+
```
|
f3d-2.3.1.dist-info/RECORD
DELETED
|
@@ -1,15 +0,0 @@
|
|
|
1
|
-
f3d/__init__.py,sha256=JfvOZgapyzCcOaEfNtK1AGocXi1lqXd6cRQvYlVuksQ,2227
|
|
2
|
-
f3d/lib64/libf3d.so,sha256=KiXWYWR8glmky5Z59B0TdtxgjMcDiOsmFz6GGdIuFr4,102942992
|
|
3
|
-
f3d/pyf3d.cpython-312-x86_64-linux-gnu.so,sha256=mOAFPCdZUeNQpB-9YOV7s-yEm1RQKI6L2xskzM3q3mA,475040
|
|
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.1.dist-info/METADATA,sha256=eFgczdHJwZUDxjGb_5h5rlLZEO6h-NxPKxUCL02yOSw,5818
|
|
11
|
-
f3d-2.3.1.dist-info/WHEEL,sha256=o34utTdMCt0K_rEBEZgclsa-cEK43g8fydiBxEk8GZA,117
|
|
12
|
-
f3d-2.3.1.dist-info/entry_points.txt,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
13
|
-
f3d-2.3.1.dist-info/licenses/LICENSE.md,sha256=hAu1RYYOc3QQgF1JOsFmyRu1a0SxSSf6Xzu02mO9dS4,1571
|
|
14
|
-
f3d-2.3.1.dist-info/licenses/doc/THIRD_PARTY_LICENSES.md,sha256=rluVratui6Ovkzre4tkgO7xa5y1_X9ZriXZekmRMSYA,2586
|
|
15
|
-
f3d-2.3.1.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|
|
File without changes
|