f3d 3.0.0rc5__cp313-cp313-win_amd64.whl → 3.1.0rc1__cp313-cp313-win_amd64.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
@@ -28,7 +28,7 @@ from .pyf3d import *
28
28
  # Automatically load plugins for the user
29
29
  Engine.autoload_plugins()
30
30
 
31
- __version__ = "3.0.0"
31
+ __version__ = "3.1.0"
32
32
 
33
33
 
34
34
  ################################################################################
f3d/__init__.pyi CHANGED
@@ -28,8 +28,8 @@ def _deprecated_decorator(f, reason):
28
28
  ...
29
29
  def _f3d_options_update(self, arg: typing.Union[typing.Mapping[str, typing.Any], typing.Iterable[tuple[str, typing.Any]]]) -> None:
30
30
  ...
31
- F3D_ABSOLUTE_DLLS: list = ['D:/a/f3d-superbuild/f3d-superbuild/fsbb/install/bin', 'D:/a/f3d-superbuild/f3d-superbuild/fsbb/install/lib', 'C:/Users/runneradmin/AppData/Local/Temp/tmp1w_v5d8t/build/bin']
31
+ F3D_ABSOLUTE_DLLS: list = ['D:/a/f3d-superbuild/f3d-superbuild/fsbb/install/bin', 'D:/a/f3d-superbuild/f3d-superbuild/fsbb/install/lib', 'C:/Users/runneradmin/AppData/Local/Temp/tmplecpk12_/build/bin']
32
32
  F3D_RELATIVE_DLLS: list = list()
33
- __version__: str = '3.0.0'
34
- abs_path: str = 'C:/Users/runneradmin/AppData/Local/Temp/tmp1w_v5d8t/build/bin'
35
- root: pathlib._local.WindowsPath # value = WindowsPath('C:/Users/runneradmin/AppData/Local/Temp/tmp1w_v5d8t/build/f3d')
33
+ __version__: str = '3.1.0'
34
+ abs_path: str = 'C:/Users/runneradmin/AppData/Local/Temp/tmplecpk12_/build/bin'
35
+ root: pathlib._local.WindowsPath # value = WindowsPath('C:/Users/runneradmin/AppData/Local/Temp/tmplecpk12_/build/f3d')
f3d/bin/f3d.dll CHANGED
Binary file
f3d/bin/vcruntime140.dll CHANGED
Binary file
f3d/bin/zlib.dll CHANGED
Binary file
Binary file
f3d/pyf3d.pyi CHANGED
@@ -107,6 +107,9 @@ class Engine:
107
107
  Create an engine with an WGL window (Windows only)
108
108
  """
109
109
  @staticmethod
110
+ def get_all_reader_option_names() -> list[str]:
111
+ ...
112
+ @staticmethod
110
113
  def get_lib_info() -> LibInformation:
111
114
  ...
112
115
  @staticmethod
@@ -123,6 +126,9 @@ class Engine:
123
126
  """
124
127
  Load a plugin
125
128
  """
129
+ @staticmethod
130
+ def set_reader_option(arg0: str, arg1: str) -> None:
131
+ ...
126
132
  def set_cache_path(self, arg0: os.PathLike[str]) -> Engine:
127
133
  """
128
134
  Set the cache path directory
@@ -162,6 +162,14 @@
162
162
  "full_scene" : false,
163
163
  "mimetypes" : [ "application/vnd.splat" ],
164
164
  "name" : "Splat"
165
+ },
166
+ {
167
+ "description" : "Quake 1 MDL model",
168
+ "exclude_thumbnailer" : false,
169
+ "extensions" : [ "mdl" ],
170
+ "full_scene" : true,
171
+ "mimetypes" : [ "application/vnd.mdl" ],
172
+ "name" : "QuakeMDL"
165
173
  }
166
174
  ],
167
175
  "type" : "STATIC",
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: f3d
3
- Version: 3.0.0rc5
3
+ Version: 3.1.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
@@ -25,6 +25,7 @@ Description-Content-Type: text/markdown
25
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)
26
26
 
27
27
  # F3D - Fast and minimalist 3D viewer
28
+
28
29
  By Michael Migliore and Mathieu Westphal.
29
30
 
30
31
  <img src="https://raw.githubusercontent.com/f3d-app/f3d/master/resources/logo.svg" align="left" width="20px"/>
@@ -37,15 +38,15 @@ F3D also contains the libf3d, a simple library to render meshes, with a C++17 AP
37
38
 
38
39
  <img src="https://user-images.githubusercontent.com/3129530/194735416-3f386437-456c-4145-9b5e-6bb6451d7e9a.png" width="640">
39
40
 
40
- *A typical render by F3D*
41
+ _A typical render by F3D_
41
42
 
42
43
  <img src="https://user-images.githubusercontent.com/3129530/194735261-dd6f1c1c-fa57-47b0-9d27-f735d18ccd5e.gif" width="640">
43
44
 
44
- *Animation of a glTF file within F3D*
45
+ _Animation of a glTF file within F3D_
45
46
 
46
47
  <img src="https://user-images.githubusercontent.com/3129530/194735272-5bcd3e7c-a333-41f5-8066-9b0bec9885e8.png" width="640">
47
48
 
48
- *A direct scalars render by F3D*
49
+ _A direct scalars render by F3D_
49
50
 
50
51
  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!
51
52
 
@@ -56,9 +57,10 @@ If you need any help or want to discuss with other F3D users and developers, hea
56
57
  # Quickstart
57
58
 
58
59
  Open a file directly in F3D or from the command line by running:
60
+
59
61
  ```
60
62
  f3d /path/to/file.ext
61
- ```
63
+ ```
62
64
 
63
65
  Optionally, append `--output=/path/to/img.png` to save the rendering into an image file.
64
66
 
@@ -0,0 +1,18 @@
1
+ f3d/__init__.py,sha256=473I4uiOXlVoRTrJegcj_8TJFWcCj2FuyUP_JYK5how,2359
2
+ f3d/__init__.pyi,sha256=RbGg3TaieKVM5E47GL6n1hF9_nke9K-rtoCslihHFDk,1669
3
+ f3d/bin/f3d.dll,sha256=Ay6qnXBgwaJA778bP_7OTryh6NHFQUd1nJKPS3jtBgI,45624832
4
+ f3d/bin/vcruntime140.dll,sha256=BSrWog03WVfoKqajxEHqVI2JvgmBUWyn6zBuBj1QJ_Q,120400
5
+ f3d/bin/zlib.dll,sha256=VUtRmfr_-Bfbbfv4syVfkXnIjUzmvKgxz55Di3ja9KQ,90624
6
+ f3d/pyf3d.cp313-win_amd64.pyd,sha256=ls02Q7HWAhYU3o5rCT5fX9RsU-gAZJa4M_6VhN55Eds,467968
7
+ f3d/pyf3d.pyi,sha256=7JZlp77ArxfGrZBNPAsEnodGgn_Rhq4UJyR2HGiWFdw,23954
8
+ f3d/share/f3d/plugins/alembic.json,sha256=NVQtyuR1lal_VH_I26KRBSBCmsfkqkEV1Bj6XI3uJl0,373
9
+ f3d/share/f3d/plugins/assimp.json,sha256=GqKaOghNOUrtiQOKpLeIzdSFo2V2Jb6l1K6UryFVQvo,1487
10
+ f3d/share/f3d/plugins/draco.json,sha256=hzBF8tw3JKAqjbLemSjDmznX9KKrAzGnTF1EwxKO4WM,629
11
+ f3d/share/f3d/plugins/exodus.json,sha256=EZBy7TcNwU36TqANuHPBpLCN9-y4KWecANCo8sKqF_Y,377
12
+ f3d/share/f3d/plugins/native.json,sha256=GiotkKA0ipQGolq0rM3eJXTI6OmKdXsbGCNAdqbiGoI,5006
13
+ f3d/share/f3d/plugins/occt.json,sha256=_pvQ3iwAYf0qmcWBOKolAYSJcq7PKP5sWIP7rPevo0o,1121
14
+ f3d-3.1.0rc1.dist-info/METADATA,sha256=X3OdWThx47uk8p1kdRGYy0ha9yPtqXVNR47UKAnDfr8,7090
15
+ f3d-3.1.0rc1.dist-info/WHEEL,sha256=xwjTh-mFvAONxbW8av7jDNts8DLqzqCA-klxw1kaHPA,106
16
+ f3d-3.1.0rc1.dist-info/licenses/LICENSE.md,sha256=EHpvgHZeA--NnempBuMwBlNsddNarY0ZEaPvY7ziCFQ,1602
17
+ f3d-3.1.0rc1.dist-info/licenses/doc/THIRD_PARTY_LICENSES.md,sha256=vTifpKWax1_bS8IlxKqA-q6wy5ImX4xWdDlenIREa6g,12603
18
+ f3d-3.1.0rc1.dist-info/RECORD,,
@@ -1,5 +1,5 @@
1
1
  Wheel-Version: 1.0
2
- Generator: scikit-build-core 0.10.7
2
+ Generator: scikit-build-core 0.11.1
3
3
  Root-Is-Purelib: false
4
4
  Tag: cp313-cp313-win_amd64
5
5
 
@@ -1,21 +1,21 @@
1
1
  BSD 3-Clause License
2
2
 
3
- * Copyright 2019-2021 Kitware SAS
4
- * Copyright 2021-2024 Michael Migliore, Mathieu Westphal
3
+ - Copyright 2019-2021 Kitware SAS
4
+ - Copyright 2021-2025 Michael Migliore, Mathieu Westphal
5
5
 
6
6
  All rights reserved.
7
7
 
8
8
  Redistribution and use in source and binary forms, with or without
9
9
  modification, are permitted provided that the following conditions are met:
10
10
 
11
- * Redistributions of source code must retain the above copyright notice, this
11
+ - Redistributions of source code must retain the above copyright notice, this
12
12
  list of conditions and the following disclaimer.
13
13
 
14
- * Redistributions in binary form must reproduce the above copyright notice,
14
+ - Redistributions in binary form must reproduce the above copyright notice,
15
15
  this list of conditions and the following disclaimer in the documentation
16
16
  and/or other materials provided with the distribution.
17
17
 
18
- * Neither the name of the copyright holder nor the names of its
18
+ - Neither the name of the copyright holder nor the names of its
19
19
  contributors may be used to endorse or promote products derived from
20
20
  this software without specific prior written permission.
21
21
 
@@ -1,6 +1,7 @@
1
1
  # Third Party Copyrights and License within F3D application source
2
2
 
3
3
  ## cxxopts.hpp:
4
+
4
5
  ```
5
6
  Copyright (c) 2014, 2015, 2016, 2017 Jarryd Beck
6
7
 
@@ -24,6 +25,7 @@ THE SOFTWARE.
24
25
  ```
25
26
 
26
27
  ## json.hpp:
28
+
27
29
  ```
28
30
  __ _____ _____ _____
29
31
  __| | __| | | | JSON for Modern C++
@@ -54,6 +56,7 @@ SOFTWARE.
54
56
  ```
55
57
 
56
58
  ## dmon.h:
59
+
57
60
  ```
58
61
  BSD 2-Clause License
59
62
 
@@ -83,6 +86,7 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
83
86
  ```
84
87
 
85
88
  ## ImGui
89
+
86
90
  ```
87
91
  The MIT License (MIT)
88
92
 
@@ -108,6 +112,7 @@ SOFTWARE.
108
112
  ```
109
113
 
110
114
  ## Inter-Regular.ttf
115
+
111
116
  ```
112
117
  Copyright (c) 2016 The Inter Project Authors (https://github.com/rsms/inter)
113
118
 
@@ -203,9 +208,9 @@ FROM, OUT OF THE USE OR INABILITY TO USE THE FONT SOFTWARE OR FROM
203
208
  OTHER DEALINGS IN THE FONT SOFTWARE.
204
209
  ```
205
210
 
206
-
207
211
  ### tinyfiledialogs
208
- ```
212
+
213
+ ```
209
214
  SPDX-License-Identifier: Zlib
210
215
  Copyright (c) 2014 - 2024 Guillaume Vareille http://ysengrin.com
211
216
  ________________________________________________________________
@@ -1,18 +0,0 @@
1
- f3d/__init__.py,sha256=IOM89jiJy_2PewnpinOsxRnWnIfqtt1AbodnQXADUwk,2359
2
- f3d/__init__.pyi,sha256=0HXUbPg4hG4q_o4Bmk7yH2TuFup8Q68IzdvpWM2sTyk,1669
3
- f3d/bin/f3d.dll,sha256=wgtYX3ballZOkGrOqNmDVH8kLp-sUzsEXBaBxytqvjc,45559296
4
- f3d/bin/vcruntime140.dll,sha256=2nLmZ3vRvNAcRTwZmKqhmur2ZZ9HdM9oSECdqCMqlbI,120432
5
- f3d/bin/zlib.dll,sha256=3GTBRw0yZAzCMpKzY5vDw1g8JbrCLh-NC_0TKxWwSnE,90624
6
- f3d/pyf3d.cp313-win_amd64.pyd,sha256=MojIwBx86ingbHABDjvwX1ZCGW0Wm8BJug60H3oQmF4,455168
7
- f3d/pyf3d.pyi,sha256=csVaE8f_V1a_tutHIQbgDGeHxJwhtsSjLpKkuhtl8XA,23779
8
- f3d/share/f3d/plugins/alembic.json,sha256=NVQtyuR1lal_VH_I26KRBSBCmsfkqkEV1Bj6XI3uJl0,373
9
- f3d/share/f3d/plugins/assimp.json,sha256=GqKaOghNOUrtiQOKpLeIzdSFo2V2Jb6l1K6UryFVQvo,1487
10
- f3d/share/f3d/plugins/draco.json,sha256=hzBF8tw3JKAqjbLemSjDmznX9KKrAzGnTF1EwxKO4WM,629
11
- f3d/share/f3d/plugins/exodus.json,sha256=EZBy7TcNwU36TqANuHPBpLCN9-y4KWecANCo8sKqF_Y,377
12
- f3d/share/f3d/plugins/native.json,sha256=g-_Hx7TeSRmo8vYkJl4Mdh1tGAHRM1c_jfaKamtp6qg,4773
13
- f3d/share/f3d/plugins/occt.json,sha256=_pvQ3iwAYf0qmcWBOKolAYSJcq7PKP5sWIP7rPevo0o,1121
14
- f3d-3.0.0rc5.dist-info/METADATA,sha256=DRAwfBN9Dy97__pIrPSrQXrfA9KVUlJSGr1aCxTNRxU,7089
15
- f3d-3.0.0rc5.dist-info/WHEEL,sha256=EIu1Wj122E8B0k-vZcnNpwplI01di2dp-9WoG1ZyqT0,106
16
- f3d-3.0.0rc5.dist-info/licenses/LICENSE.md,sha256=iQPH5pY3-g7_35_kEdPo1N8f9jaWoMvYaVPpMZjtBAA,1602
17
- f3d-3.0.0rc5.dist-info/licenses/doc/THIRD_PARTY_LICENSES.md,sha256=SzJxIdNQrIeub-iOLyXmWsrDiOLk8aqGmW_b8U_sOoo,12594
18
- f3d-3.0.0rc5.dist-info/RECORD,,