fake-bpy-module 20240316__py3-none-any.whl → 20240318__py3-none-any.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 fake-bpy-module might be problematic. Click here for more details.
- bpy/ops/export_scene/__init__.pyi +3 -3
- bpy/ops/nla/__init__.pyi +4 -4
- bpy/ops/sculpt/__init__.pyi +2 -2
- bpy/types/__init__.pyi +10 -4
- {fake_bpy_module-20240316.dist-info → fake_bpy_module-20240318.dist-info}/METADATA +1 -1
- {fake_bpy_module-20240316.dist-info → fake_bpy_module-20240318.dist-info}/RECORD +8 -8
- {fake_bpy_module-20240316.dist-info → fake_bpy_module-20240318.dist-info}/WHEEL +0 -0
- {fake_bpy_module-20240316.dist-info → fake_bpy_module-20240318.dist-info}/top_level.txt +0 -0
|
@@ -22,12 +22,12 @@ def fbx(
|
|
|
22
22
|
use_space_transform: typing.Optional[typing.Union[bool, typing.Any]] = True,
|
|
23
23
|
bake_space_transform: typing.Optional[typing.Union[bool, typing.Any]] = False,
|
|
24
24
|
object_types: typing.Optional[typing.Any] = {
|
|
25
|
-
'"
|
|
25
|
+
'"LIGHT"',
|
|
26
26
|
'"ARMATURE"',
|
|
27
|
+
'"MESH"',
|
|
28
|
+
'"EMPTY"',
|
|
27
29
|
'"OTHER"',
|
|
28
30
|
'"CAMERA"',
|
|
29
|
-
'"EMPTY"',
|
|
30
|
-
'"LIGHT"',
|
|
31
31
|
},
|
|
32
32
|
use_mesh_modifiers: typing.Optional[typing.Union[bool, typing.Any]] = True,
|
|
33
33
|
use_mesh_modifiers_render: typing.Optional[typing.Union[bool, typing.Any]] = True,
|
bpy/ops/nla/__init__.pyi
CHANGED
|
@@ -118,11 +118,11 @@ def bake(
|
|
|
118
118
|
clean_curves: typing.Optional[typing.Union[bool, typing.Any]] = False,
|
|
119
119
|
bake_types: typing.Optional[typing.Any] = {'"POSE"'},
|
|
120
120
|
channel_types: typing.Optional[typing.Any] = {
|
|
121
|
-
'"LOCATION"',
|
|
122
|
-
'"ROTATION"',
|
|
123
|
-
'"PROPS"',
|
|
124
|
-
'"BBONE"',
|
|
125
121
|
'"SCALE"',
|
|
122
|
+
'"BBONE"',
|
|
123
|
+
'"PROPS"',
|
|
124
|
+
'"ROTATION"',
|
|
125
|
+
'"LOCATION"',
|
|
126
126
|
},
|
|
127
127
|
):
|
|
128
128
|
"""Bake all selected objects location/scale/rotation animation to an action
|
bpy/ops/sculpt/__init__.pyi
CHANGED
|
@@ -55,7 +55,7 @@ def cloth_filter(
|
|
|
55
55
|
bpy.types.bpy_prop_collection["bpy.types.OperatorStrokeElement"]
|
|
56
56
|
] = None,
|
|
57
57
|
type: typing.Optional[typing.Any] = "GRAVITY",
|
|
58
|
-
force_axis: typing.Optional[typing.Any] = {'"Y"', '"
|
|
58
|
+
force_axis: typing.Optional[typing.Any] = {'"Y"', '"Z"', '"X"'},
|
|
59
59
|
orientation: typing.Optional[typing.Any] = "LOCAL",
|
|
60
60
|
cloth_mass: typing.Optional[typing.Any] = 1.0,
|
|
61
61
|
cloth_damping: typing.Optional[typing.Any] = 0.0,
|
|
@@ -662,7 +662,7 @@ def mesh_filter(
|
|
|
662
662
|
bpy.types.bpy_prop_collection["bpy.types.OperatorStrokeElement"]
|
|
663
663
|
] = None,
|
|
664
664
|
type: typing.Optional[typing.Any] = "INFLATE",
|
|
665
|
-
deform_axis: typing.Optional[typing.Any] = {'"Y"', '"
|
|
665
|
+
deform_axis: typing.Optional[typing.Any] = {'"Y"', '"Z"', '"X"'},
|
|
666
666
|
orientation: typing.Optional[typing.Any] = "LOCAL",
|
|
667
667
|
surface_smooth_shape_preservation: typing.Optional[typing.Any] = 0.5,
|
|
668
668
|
surface_smooth_current_vertex: typing.Optional[typing.Any] = 0.5,
|
bpy/types/__init__.pyi
CHANGED
|
@@ -26291,10 +26291,10 @@ class KeyConfigurations(bpy_struct):
|
|
|
26291
26291
|
context: typing.Optional[typing.Any] = "INVOKE_DEFAULT",
|
|
26292
26292
|
properties: typing.Optional["OperatorProperties"] = None,
|
|
26293
26293
|
include: typing.Optional[typing.Any] = {
|
|
26294
|
-
'"ACTIONZONE"',
|
|
26295
26294
|
'"MOUSE"',
|
|
26296
|
-
'"
|
|
26295
|
+
'"ACTIONZONE"',
|
|
26297
26296
|
'"NDOF"',
|
|
26297
|
+
'"KEYBOARD"',
|
|
26298
26298
|
},
|
|
26299
26299
|
exclude: typing.Optional[typing.Any] = {},
|
|
26300
26300
|
):
|
|
@@ -26787,10 +26787,10 @@ class KeyMapItems(bpy_struct):
|
|
|
26787
26787
|
idname: typing.Union[str, typing.Any],
|
|
26788
26788
|
properties: typing.Optional["OperatorProperties"] = None,
|
|
26789
26789
|
include: typing.Optional[typing.Any] = {
|
|
26790
|
-
'"ACTIONZONE"',
|
|
26791
26790
|
'"MOUSE"',
|
|
26792
|
-
'"
|
|
26791
|
+
'"ACTIONZONE"',
|
|
26793
26792
|
'"NDOF"',
|
|
26793
|
+
'"KEYBOARD"',
|
|
26794
26794
|
},
|
|
26795
26795
|
exclude: typing.Optional[typing.Any] = {},
|
|
26796
26796
|
) -> "KeyMapItem":
|
|
@@ -38834,6 +38834,12 @@ class PreferencesExperimental(bpy_struct):
|
|
|
38834
38834
|
:type: bool
|
|
38835
38835
|
"""
|
|
38836
38836
|
|
|
38837
|
+
use_extension_utils: bool
|
|
38838
|
+
""" Developer support utilities for extensions
|
|
38839
|
+
|
|
38840
|
+
:type: bool
|
|
38841
|
+
"""
|
|
38842
|
+
|
|
38837
38843
|
use_grease_pencil_version3: bool
|
|
38838
38844
|
""" Enable the new grease pencil 3.0 codebase
|
|
38839
38845
|
|
|
@@ -199,7 +199,7 @@ bpy/ops/dpaint/__init__.pyi,sha256=JK1oXEg64Z5HoUxsWkFB0UbPHk-TYw6JqdPKW6m0ysc,2
|
|
|
199
199
|
bpy/ops/ed/__init__.pyi,sha256=Bu154w3wNOVIT3fRD6FfMzNU2BBBeOBODL8dUvXYmLQ,11885
|
|
200
200
|
bpy/ops/export_anim/__init__.pyi,sha256=s_r8HrQaKIrO3KQNl_q8-JAz4YZgouDrpYmIkPbUNrE,2569
|
|
201
201
|
bpy/ops/export_mesh/__init__.pyi,sha256=JJT35uzm6qwEVoUbMvU73oR4l_J2t-62yJnJlVEVl4o,3062
|
|
202
|
-
bpy/ops/export_scene/__init__.pyi,sha256=
|
|
202
|
+
bpy/ops/export_scene/__init__.pyi,sha256=yRZUnhDLbUGIk6oab6HM-xPPMtNjjINOHw3VngpETIE,47968
|
|
203
203
|
bpy/ops/file/__init__.pyi,sha256=ulAQDVx9dJ8kVZt7fGgbNMbAqp3m5m0J-LDA9rikm6w,32487
|
|
204
204
|
bpy/ops/fluid/__init__.pyi,sha256=09VqJ77uFDpBysvCCwpSe9ccUjt1LiRXW8lMKzJe6l4,7375
|
|
205
205
|
bpy/ops/font/__init__.pyi,sha256=yXGodwhuzsK0DNjOLi7yYuedpIX7zNVC80RQn-h5cLs,23757
|
|
@@ -220,7 +220,7 @@ bpy/ops/mask/__init__.pyi,sha256=7dlMRSKQUAIEdKrpHhWpuuDAztqUmNDVQThZcWViMtk,283
|
|
|
220
220
|
bpy/ops/material/__init__.pyi,sha256=2iXVbIoIub2IIEu_9Gt8_dfbd8wbb1ZsqA9o4BEuno8,1541
|
|
221
221
|
bpy/ops/mball/__init__.pyi,sha256=c3De2eArRnxlIaHT5eRd3gaUuH3wovr2egvXOZ0ZV-E,6520
|
|
222
222
|
bpy/ops/mesh/__init__.pyi,sha256=gQtfIXh7J-DiLG7gJ_rNgkUYCmt6o4eHdW4ATmdET3U,187201
|
|
223
|
-
bpy/ops/nla/__init__.pyi,sha256=
|
|
223
|
+
bpy/ops/nla/__init__.pyi,sha256=pIMD1CcEs1fLC2ztCNGcvkOd3fgdklVN34eyY7Z33gU,30840
|
|
224
224
|
bpy/ops/node/__init__.pyi,sha256=HGEDSU_YvtfqrUn7Dm-J2_Cp7eP0JSCITc3Wwwu_ZMY,78871
|
|
225
225
|
bpy/ops/object/__init__.pyi,sha256=KYnh07AnQ-jOa5q7Pi0b3tyeMutyhacCDlZ2vI6ug7c,246152
|
|
226
226
|
bpy/ops/outliner/__init__.pyi,sha256=eejglls9cRj6tlaCedIHnCJVOQnJjigFCxJS1WoYkUI,46670
|
|
@@ -237,7 +237,7 @@ bpy/ops/rigidbody/__init__.pyi,sha256=nzZNVoag8k21BuUn0gdW9aR2nXKKD_J7qZMhFUCBgm
|
|
|
237
237
|
bpy/ops/scene/__init__.pyi,sha256=TtTUP8kEHMs7JYqpU14jsZ0aiLYH2LA7F-x1UbPbkUw,25609
|
|
238
238
|
bpy/ops/screen/__init__.pyi,sha256=GlEjbT5_05EW2mR34HM9BJMyl_punGT2b2E0hbqk4fo,34155
|
|
239
239
|
bpy/ops/script/__init__.pyi,sha256=oWsjwLhotBc4ZVAtYLf9OV3duvkvsp3m2uEICHZ_sVM,1970
|
|
240
|
-
bpy/ops/sculpt/__init__.pyi,sha256=
|
|
240
|
+
bpy/ops/sculpt/__init__.pyi,sha256=TQ9WZvFCkHO1NM1eZ46esn0QvDjAwNoga-Una4s9-Vs,44496
|
|
241
241
|
bpy/ops/sculpt_curves/__init__.pyi,sha256=XfDaclN9t_WK8qm-2Mp6vwk8ISV85cdV-YfZLQI1q04,3947
|
|
242
242
|
bpy/ops/sequencer/__init__.pyi,sha256=T4PiOxPr9u_lY8u1gihQe75Bv1R9kFPZPGMNHjx89R8,106330
|
|
243
243
|
bpy/ops/sound/__init__.pyi,sha256=ZLlmsAaYwo5lK7-2Fbgqk0FjI1hGj3Q4freA1jzTIEg,22650
|
|
@@ -257,7 +257,7 @@ bpy/ops/workspace/__init__.pyi,sha256=56wV5tByTDtpoCnuUehXNFBWhAxPmrFdg9T4HfZlxh
|
|
|
257
257
|
bpy/ops/world/__init__.pyi,sha256=n1XRkfqhLYz0BEoSDjAfJU7VLKv8sEpfwUHFRxaLIl0,562
|
|
258
258
|
bpy/path/__init__.pyi,sha256=gJN-fM4VZ721LjlYA4Lm7Us7xsagpVlQEYqjpIxizXE,6869
|
|
259
259
|
bpy/props/__init__.pyi,sha256=vG0dYQzpuh5QnOwqNwz8W-2yKdclHbNkC2jtXkgx4rQ,29405
|
|
260
|
-
bpy/types/__init__.pyi,sha256=
|
|
260
|
+
bpy/types/__init__.pyi,sha256=49ELzHN8GeTYgC5_yqWIljW9bFeIdEPR5m9L5pydr78,3471433
|
|
261
261
|
bpy/utils/__init__.pyi,sha256=KFA7tUV9s_xP-t6xTiCtejFvcdTKET1LsOW4twJHREk,12934
|
|
262
262
|
bpy/utils/previews/__init__.pyi,sha256=i5FXncn7xLba6BVLdB0hWLRaYp7cVvTfEiAhrXuv-lU,3581
|
|
263
263
|
bpy/utils/units/__init__.pyi,sha256=AzFFYMVq6akTZ3AHGW4GzA_n6jfeKV7O9qvqvBasBgY,2684
|
|
@@ -337,7 +337,7 @@ rna_xml/__init__.pyi,sha256=oMdXh2K4vb_KNNhyhehXJPH20RJkrUExWFoGX6_8IoI,471
|
|
|
337
337
|
rna_xml/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
338
338
|
sys_info/__init__.pyi,sha256=8dAUaATaRsjhkMMCN8lWAlnEo_Z0qzeYMjashL-525k,93
|
|
339
339
|
sys_info/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
340
|
-
fake_bpy_module-
|
|
341
|
-
fake_bpy_module-
|
|
342
|
-
fake_bpy_module-
|
|
343
|
-
fake_bpy_module-
|
|
340
|
+
fake_bpy_module-20240318.dist-info/METADATA,sha256=Q9htQFEX7-mt2NmtVIGmI3F5q6M8VOWYHW_JMgDTiVU,7008
|
|
341
|
+
fake_bpy_module-20240318.dist-info/WHEEL,sha256=GJ7t_kWBFywbagK5eo9IoUwLW6oyOeTKmQ-9iHFVNxQ,92
|
|
342
|
+
fake_bpy_module-20240318.dist-info/top_level.txt,sha256=7r84ZPNSbRAopA50b0pH3uZ2ysQ2IvkuP0uXadxl7gs,495
|
|
343
|
+
fake_bpy_module-20240318.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|