fake-bpy-module 20240322__py3-none-any.whl → 20240324__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.

@@ -1604,7 +1604,7 @@ class _template_widget:
1604
1604
  """ """
1605
1605
  ...
1606
1606
 
1607
- def curve_draw_settings(context, layout, _tool, extra):
1607
+ def curve_draw_settings(context, layout, tool, extra):
1608
1608
  """ """
1609
1609
 
1610
1610
  ...
@@ -19,12 +19,12 @@ def fbx(
19
19
  use_space_transform: typing.Union[bool, typing.Any] = True,
20
20
  bake_space_transform: typing.Union[bool, typing.Any] = False,
21
21
  object_types: typing.Any = {
22
- '"EMPTY"',
23
- '"OTHER"',
24
22
  '"LIGHT"',
23
+ '"ARMATURE"',
24
+ '"OTHER"',
25
25
  '"MESH"',
26
26
  '"CAMERA"',
27
- '"ARMATURE"',
27
+ '"EMPTY"',
28
28
  },
29
29
  use_mesh_modifiers: typing.Union[bool, typing.Any] = True,
30
30
  use_mesh_modifiers_render: typing.Union[bool, typing.Any] = True,
@@ -377,14 +377,17 @@ def ease(
377
377
  execution_context: typing.Union[str, int] = None,
378
378
  undo: bool = None,
379
379
  factor: typing.Any = 0.0,
380
+ sharpness: typing.Any = 2.0,
380
381
  ):
381
382
  """Align keyframes on a ease-in or ease-out curve
382
383
 
383
384
  :type override_context: typing.Union[dict, bpy.types.Context]
384
385
  :type execution_context: typing.Union[str, int]
385
386
  :type undo: bool
386
- :param factor: Curve Bend, Control the bend of the curve
387
+ :param factor: Curve Bend, Defines if the keys should be aligned on an ease-in or ease-out curve
387
388
  :type factor: typing.Any
389
+ :param sharpness: Sharpness, Higher values make the change more abrupt
390
+ :type sharpness: typing.Any
388
391
  """
389
392
 
390
393
  ...
bpy/ops/nla/__init__.pyi CHANGED
@@ -101,11 +101,11 @@ def bake(
101
101
  clean_curves: typing.Union[bool, typing.Any] = False,
102
102
  bake_types: typing.Any = {'"POSE"'},
103
103
  channel_types: typing.Any = {
104
- '"SCALE"',
105
- '"BBONE"',
106
104
  '"LOCATION"',
107
- '"PROPS"',
108
105
  '"ROTATION"',
106
+ '"SCALE"',
107
+ '"PROPS"',
108
+ '"BBONE"',
109
109
  },
110
110
  ):
111
111
  """Bake all selected objects location/scale/rotation animation to an action
@@ -47,7 +47,7 @@ def cloth_filter(
47
47
  bpy.types.OperatorStrokeElement
48
48
  ] = None,
49
49
  type: typing.Any = "GRAVITY",
50
- force_axis: typing.Any = {'"X"', '"Z"', '"Y"'},
50
+ force_axis: typing.Any = {'"Z"', '"X"', '"Y"'},
51
51
  orientation: typing.Any = "LOCAL",
52
52
  cloth_mass: typing.Any = 1.0,
53
53
  cloth_damping: typing.Any = 0.0,
@@ -599,7 +599,7 @@ def mesh_filter(
599
599
  bpy.types.OperatorStrokeElement
600
600
  ] = None,
601
601
  type: typing.Any = "INFLATE",
602
- deform_axis: typing.Any = {'"X"', '"Z"', '"Y"'},
602
+ deform_axis: typing.Any = {'"Z"', '"X"', '"Y"'},
603
603
  orientation: typing.Any = "LOCAL",
604
604
  surface_smooth_shape_preservation: typing.Any = 0.5,
605
605
  surface_smooth_current_vertex: typing.Any = 0.5,
bpy/types/__init__.pyi CHANGED
@@ -57888,7 +57888,7 @@ class KeyConfigurations(bpy_struct):
57888
57888
  idname: typing.Union[str, typing.Any],
57889
57889
  context: typing.Any = "INVOKE_DEFAULT",
57890
57890
  properties: OperatorProperties = None,
57891
- include: typing.Any = {'"ACTIONZONE"', '"KEYBOARD"', '"NDOF"', '"MOUSE"'},
57891
+ include: typing.Any = {'"ACTIONZONE"', '"MOUSE"', '"NDOF"', '"KEYBOARD"'},
57892
57892
  exclude: typing.Any = {},
57893
57893
  ) -> typing.Any:
57894
57894
  """find_item_from_operator
@@ -58350,7 +58350,7 @@ class KeyMapItems(bpy_struct):
58350
58350
  self,
58351
58351
  idname: typing.Union[str, typing.Any],
58352
58352
  properties: OperatorProperties = None,
58353
- include: typing.Any = {'"ACTIONZONE"', '"KEYBOARD"', '"NDOF"', '"MOUSE"'},
58353
+ include: typing.Any = {'"ACTIONZONE"', '"MOUSE"', '"NDOF"', '"KEYBOARD"'},
58354
58354
  exclude: typing.Any = {},
58355
58355
  ) -> typing.Any:
58356
58356
  """find_from_operator
@@ -88131,6 +88131,12 @@ class PreferencesExperimental(bpy_struct):
88131
88131
  :type: bool
88132
88132
  """
88133
88133
 
88134
+ use_grease_pencil_version3_convert_on_load: bool
88135
+ """ Enable automatic conversion to grease pencil 3.0 data when opening a blendfile (only active if 'Grease Pencil 3.0' is enabled)
88136
+
88137
+ :type: bool
88138
+ """
88139
+
88134
88140
  use_new_curves_tools: bool
88135
88141
  """ Enable additional features for the new curves data block
88136
88142
 
@@ -124398,7 +124404,7 @@ class UIList:
124398
124404
  :type data: typing.Any
124399
124405
  :param property: Identifier of property in data, for the collection
124400
124406
  :type property: typing.Union[str, typing.Any]
124401
- :return: filter_flags, An array of filter flags, one for each item in the collection (NOTE: FILTER_ITEM bit is reserved, it defines whether the item is shown or not), int array of 1 items in [0, inf]
124407
+ :return: filter_flags, An array of filter flags, one for each item in the collection (NOTE: The upper 16 bits, including FILTER_ITEM, are reserved, only use the lower 16 bits for custom usages), int array of 1 items in [0, inf]
124402
124408
 
124403
124409
  filter_neworder, An array of indices, one for each item in the collection, mapping the org index to the new one, int array of 1 items in [0, inf]
124404
124410
  """
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: fake-bpy-module
3
- Version: 20240322
3
+ Version: 20240324
4
4
  Summary: Collection of the fake Blender Python API module for the code completion.
5
5
  Author: nutti
6
6
  Author-email: nutti.metro@gmail.com
@@ -149,7 +149,7 @@ bl_ui/space_statusbar/__init__.pyi,sha256=qRNQiIjAyBghdMA_cGi-bsxriRYdiKdYOlGWWG
149
149
  bl_ui/space_text/__init__.pyi,sha256=skr_Z-5YvN-AYekClJhDyofs5WCym7IixNegs70sbks,41578
150
150
  bl_ui/space_time/__init__.pyi,sha256=V3wZam6K9oSXO7-lWQFVKZ0GyZXSauaoYO5C-rFZZ6I,18567
151
151
  bl_ui/space_toolsystem_common/__init__.pyi,sha256=ggsPZ13QxN5La9B5XhroaEkZ0Yt_IjcyVq--9y8MjFI,6378
152
- bl_ui/space_toolsystem_toolbar/__init__.pyi,sha256=wMYS6TsocItU_6mJJYDXENvymOUSSi33gzNNwssofgE,24536
152
+ bl_ui/space_toolsystem_toolbar/__init__.pyi,sha256=x4sqf3_tfyfLkvVgqdkRkkKc9WP3480gKTryehJCICQ,24535
153
153
  bl_ui/space_topbar/__init__.pyi,sha256=VYaoiCgwgRlgAq_CjTCBMVdG8WQqzdBVGvx__1TL0tA,68597
154
154
  bl_ui/space_userpref/__init__.pyi,sha256=WlOtBzTX_9bHRHOotzDIERQy_dfNvyZkdaf--Bei5bY,208887
155
155
  bl_ui/space_view3d/__init__.pyi,sha256=3DQGm0OjhWvFH8yD9fJGGOV2Lg8Vb8O1jRyFSF-dGvY,680468
@@ -199,14 +199,14 @@ bpy/ops/dpaint/__init__.pyi,sha256=f99dbvAlCHDX-lQcjeQPQfEyJeqUM2H7eW3crC46y4k,2
199
199
  bpy/ops/ed/__init__.pyi,sha256=FB1ICxeZQsAkDUV1g6cH0c4fqKr_qPEiGcj7n9acfWE,9406
200
200
  bpy/ops/export_anim/__init__.pyi,sha256=QOhHLpZxpTjpeNBDfxeXL-GgOzsdfANKFIfn04eNVuk,2224
201
201
  bpy/ops/export_mesh/__init__.pyi,sha256=u_sLXIynraYJ4ykAoegXuX7jWCFCm460D_VkMTWfMYI,2581
202
- bpy/ops/export_scene/__init__.pyi,sha256=9bQx_JTq6TbWvmKXHbiQcQzsxsaTfF8pSygMRdid0yU,42501
202
+ bpy/ops/export_scene/__init__.pyi,sha256=Z406mFCdVNiXsrPMY2Ja80T7RZgA-osfzVPzn5Kp5ek,42501
203
203
  bpy/ops/file/__init__.pyi,sha256=GZza4lGAQK777Yjbvz71ffNuvxJU1tAYuKtiXRu9JXE,25295
204
204
  bpy/ops/fluid/__init__.pyi,sha256=BZYv5G1X1FNQkoTziTTsU7VnH2VFgW5IIF9-ltsExFo,5424
205
205
  bpy/ops/font/__init__.pyi,sha256=ZwhWD__bpR6nM36bpvAgAgBG-N1sGmBWdPbisOE78UM,18646
206
206
  bpy/ops/geometry/__init__.pyi,sha256=km615vqFpnadQK83d8jqQPFzkZcjpCKu_6qtUW0ZnQI,6695
207
207
  bpy/ops/gizmogroup/__init__.pyi,sha256=r9-2ij0cNmYw3kiN611h4LDLL979x4L4FWsgc8xzY5s,1745
208
208
  bpy/ops/gpencil/__init__.pyi,sha256=T8xZr9EHchJqzCcnlPlUGEcxJXo2E2vsnhncdDHSuBI,106186
209
- bpy/ops/graph/__init__.pyi,sha256=R53bZ5rrO1LkqzMbloB8YKIwOlfRKORrGdIpl_KFVdY,49175
209
+ bpy/ops/graph/__init__.pyi,sha256=lgxt13iiD6uZ1udmgKD8qE83pqlVKWvpr9eUuZGPDxg,49355
210
210
  bpy/ops/grease_pencil/__init__.pyi,sha256=8RJVpjWJb7QXlThCreCUKNusxW66UmUuVWsMBKPpnXM,30167
211
211
  bpy/ops/image/__init__.pyi,sha256=o4w5i2DdVoXv_rE_T_Sx8jBI4OER6vTsjMnwzOXSMmY,46587
212
212
  bpy/ops/import_anim/__init__.pyi,sha256=KuTvUlgvBr1aNQJvRvKkc8wXF0WJVMCEDf-od5GE_YU,3047
@@ -220,7 +220,7 @@ bpy/ops/mask/__init__.pyi,sha256=-wAZz1Uw_U0Bfrwpb6BKY0Nm7nEKuYcHrw7fJ8E7A3U,214
220
220
  bpy/ops/material/__init__.pyi,sha256=Bw8kZGmiMuOLBzWhZOGuyXLYwgGi_ImRIMtTRaikQLs,1139
221
221
  bpy/ops/mball/__init__.pyi,sha256=iTJJvHcg1iaEej4IgzW_mGdW4_G5ww9rKIDqY-NHHhc,5017
222
222
  bpy/ops/mesh/__init__.pyi,sha256=PS0sV7jHNHMGxpoJY9PoXp0FmDKdeb1CTh9LZAkoAJY,147257
223
- bpy/ops/nla/__init__.pyi,sha256=Pv3OoBdVI3rNnDJXZg8B184z180RL_V200aiFKD6cH8,23860
223
+ bpy/ops/nla/__init__.pyi,sha256=4TwO7aVqcirr5_yS06EbYzwfgY8hT92jS7585_NKTs8,23860
224
224
  bpy/ops/node/__init__.pyi,sha256=VXdsVOwKYjwxKi84x1FVclVU8HUihhSUhoUJrrYLFoU,60624
225
225
  bpy/ops/object/__init__.pyi,sha256=dyI2WxXFre2-X9gk2b98YKq9Ot3uIY32TB2rcZO2O2w,195991
226
226
  bpy/ops/outliner/__init__.pyi,sha256=CSldQVoTwmeVXPc2ciusDQc5o6HFo0LF3VBCkUoKy0g,35821
@@ -237,7 +237,7 @@ bpy/ops/rigidbody/__init__.pyi,sha256=uJXw-GLOVf3MD8vagd1tjmpKiXQqWyBw_XCmgJBrOB
237
237
  bpy/ops/scene/__init__.pyi,sha256=CX2au6DVgTUju4ADW-WDnJFJfU4OMcNX3bxbyK7qhBk,19659
238
238
  bpy/ops/screen/__init__.pyi,sha256=sfqX8dTwcoOBygwmiDmSq_ucvEL6pB0CxQx3RGV0nrE,26334
239
239
  bpy/ops/script/__init__.pyi,sha256=Pqgos0lntRuuc6mnH1XCfFB4DajIH_-JwXulSVJyWA8,1554
240
- bpy/ops/sculpt/__init__.pyi,sha256=N9FBKyAoC-U2lF0leer3nTdXyjrjcyh5K26U2g6MDFc,35238
240
+ bpy/ops/sculpt/__init__.pyi,sha256=oPxhTAWF7aeQ3oZkGROYzPUBKOkOc_Masrrnr0PfDlk,35238
241
241
  bpy/ops/sculpt_curves/__init__.pyi,sha256=4PXQ_0M603I2ThYSiCP5rtYkhvaIRveCAy5sMbhC-G0,3100
242
242
  bpy/ops/sequencer/__init__.pyi,sha256=HfDi_5XwJPI-P93M7ipFBSD0sJ8M0rmn26dJY12uRlM,85407
243
243
  bpy/ops/sound/__init__.pyi,sha256=2iic8OBlQR9D-2JpVTttY-pVgY2zGYB8yr_JuzBQhgA,18862
@@ -257,7 +257,7 @@ bpy/ops/workspace/__init__.pyi,sha256=--eKJHEjikwh9vW1fLk7aLnqs951OIehUc1Ih4BaKb
257
257
  bpy/ops/world/__init__.pyi,sha256=AC5Usw80jY1M4kA0_TP1DQVCFoVMUHXKjqM4jzHZ6zQ,428
258
258
  bpy/path/__init__.pyi,sha256=JdAATG1YvG3YPT3N8efWnwmPlxVR_xpojqcyxL_eCOY,6278
259
259
  bpy/props/__init__.pyi,sha256=PyqNw_wJo6FWsL_OHpzXbBGJmmjMHn5LSGWyq7dWcRs,24335
260
- bpy/types/__init__.pyi,sha256=7MvgYKHQ-mXewnZ8FWbs5fbRzzoQmHSCVrKn0JIVmPQ,3159969
260
+ bpy/types/__init__.pyi,sha256=1rQtF24SStHVJywse6IS7gxBzSTrkWBd0PE2bzn0pFU,3160211
261
261
  bpy/utils/__init__.pyi,sha256=UZGztNNluDmQPK2M2UHx6oogvChb4x8sSFtygu0wiRg,11587
262
262
  bpy/utils/previews/__init__.pyi,sha256=0vWcQrvQ0xgzxF8AAUu2XVRZgkEGqqoQBk8ovUVF0u4,3035
263
263
  bpy/utils/units/__init__.pyi,sha256=1vtEQMCIi1bkSL1m3F7J64E8hDxHx0aMGHwi4BioNxM,2331
@@ -337,7 +337,7 @@ rna_xml/__init__.pyi,sha256=12yOlLxfl-1hZ6MN5TCak3gGdgz4TknNjZ4OuoJE7x4,578
337
337
  rna_xml/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
338
338
  sys_info/__init__.pyi,sha256=5cKQiE7NFvOTsjdqB7pO7uflClATfF-90sCEeo9JOO8,110
339
339
  sys_info/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
340
- fake_bpy_module-20240322.dist-info/METADATA,sha256=BnC_VeZrRGmo6MwCMW2ZrSvFvmY7o6MDvkWm1cTD_VM,7008
341
- fake_bpy_module-20240322.dist-info/WHEEL,sha256=GJ7t_kWBFywbagK5eo9IoUwLW6oyOeTKmQ-9iHFVNxQ,92
342
- fake_bpy_module-20240322.dist-info/top_level.txt,sha256=7r84ZPNSbRAopA50b0pH3uZ2ysQ2IvkuP0uXadxl7gs,495
343
- fake_bpy_module-20240322.dist-info/RECORD,,
340
+ fake_bpy_module-20240324.dist-info/METADATA,sha256=czufRv6BMaevgfOjiBZUiST-F4JuzkMveEcGQxxWmUI,7008
341
+ fake_bpy_module-20240324.dist-info/WHEEL,sha256=GJ7t_kWBFywbagK5eo9IoUwLW6oyOeTKmQ-9iHFVNxQ,92
342
+ fake_bpy_module-20240324.dist-info/top_level.txt,sha256=7r84ZPNSbRAopA50b0pH3uZ2ysQ2IvkuP0uXadxl7gs,495
343
+ fake_bpy_module-20240324.dist-info/RECORD,,