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

@@ -8321,6 +8321,185 @@ class VIEW3D_MT_edit_greasepencil_animation(bpy_types._GenericUI):
8321
8321
  """ """
8322
8322
  ...
8323
8323
 
8324
+ class VIEW3D_MT_edit_greasepencil_cleanup(bpy_types._GenericUI):
8325
+ """ """
8326
+
8327
+ bl_label: typing.Any
8328
+ """ """
8329
+
8330
+ bl_rna: typing.Any
8331
+ """ """
8332
+
8333
+ id_data: typing.Any
8334
+ """ """
8335
+
8336
+ def append(self, draw_func):
8337
+ """
8338
+
8339
+ :param draw_func:
8340
+ """
8341
+ ...
8342
+
8343
+ def as_pointer(self):
8344
+ """ """
8345
+ ...
8346
+
8347
+ def bl_rna_get_subclass(self):
8348
+ """ """
8349
+ ...
8350
+
8351
+ def bl_rna_get_subclass_py(self):
8352
+ """ """
8353
+ ...
8354
+
8355
+ def draw(self, _context):
8356
+ """
8357
+
8358
+ :param _context:
8359
+ """
8360
+ ...
8361
+
8362
+ def draw_collapsible(self, context, layout):
8363
+ """
8364
+
8365
+ :param context:
8366
+ :param layout:
8367
+ """
8368
+ ...
8369
+
8370
+ def draw_preset(self, _context):
8371
+ """
8372
+
8373
+ :param _context:
8374
+ """
8375
+ ...
8376
+
8377
+ def driver_add(self):
8378
+ """ """
8379
+ ...
8380
+
8381
+ def driver_remove(self):
8382
+ """ """
8383
+ ...
8384
+
8385
+ def get(self):
8386
+ """ """
8387
+ ...
8388
+
8389
+ def id_properties_clear(self):
8390
+ """ """
8391
+ ...
8392
+
8393
+ def id_properties_ensure(self):
8394
+ """ """
8395
+ ...
8396
+
8397
+ def id_properties_ui(self):
8398
+ """ """
8399
+ ...
8400
+
8401
+ def is_extended(self):
8402
+ """ """
8403
+ ...
8404
+
8405
+ def is_property_hidden(self):
8406
+ """ """
8407
+ ...
8408
+
8409
+ def is_property_overridable_library(self):
8410
+ """ """
8411
+ ...
8412
+
8413
+ def is_property_readonly(self):
8414
+ """ """
8415
+ ...
8416
+
8417
+ def is_property_set(self):
8418
+ """ """
8419
+ ...
8420
+
8421
+ def items(self):
8422
+ """ """
8423
+ ...
8424
+
8425
+ def keyframe_delete(self):
8426
+ """ """
8427
+ ...
8428
+
8429
+ def keyframe_insert(self):
8430
+ """ """
8431
+ ...
8432
+
8433
+ def keys(self):
8434
+ """ """
8435
+ ...
8436
+
8437
+ def path_from_id(self):
8438
+ """ """
8439
+ ...
8440
+
8441
+ def path_menu(
8442
+ self,
8443
+ searchpaths,
8444
+ operator,
8445
+ props_default,
8446
+ prop_filepath,
8447
+ filter_ext,
8448
+ filter_path,
8449
+ display_name,
8450
+ add_operator,
8451
+ ):
8452
+ """
8453
+
8454
+ :param searchpaths:
8455
+ :param operator:
8456
+ :param props_default:
8457
+ :param prop_filepath:
8458
+ :param filter_ext:
8459
+ :param filter_path:
8460
+ :param display_name:
8461
+ :param add_operator:
8462
+ """
8463
+ ...
8464
+
8465
+ def path_resolve(self):
8466
+ """ """
8467
+ ...
8468
+
8469
+ def pop(self):
8470
+ """ """
8471
+ ...
8472
+
8473
+ def prepend(self, draw_func):
8474
+ """
8475
+
8476
+ :param draw_func:
8477
+ """
8478
+ ...
8479
+
8480
+ def property_overridable_library_set(self):
8481
+ """ """
8482
+ ...
8483
+
8484
+ def property_unset(self):
8485
+ """ """
8486
+ ...
8487
+
8488
+ def remove(self, draw_func):
8489
+ """
8490
+
8491
+ :param draw_func:
8492
+ """
8493
+ ...
8494
+
8495
+ def type_recast(self):
8496
+ """ """
8497
+ ...
8498
+
8499
+ def values(self):
8500
+ """ """
8501
+ ...
8502
+
8324
8503
  class VIEW3D_MT_edit_greasepencil_delete(bpy_types._GenericUI):
8325
8504
  """ """
8326
8505
 
@@ -22,7 +22,7 @@ def layer_add(
22
22
  filter_btx: typing.Union[bool, typing.Any] = False,
23
23
  filter_collada: typing.Union[bool, typing.Any] = False,
24
24
  filter_alembic: typing.Union[bool, typing.Any] = True,
25
- filter_usd: typing.Union[bool, typing.Any] = False,
25
+ filter_usd: typing.Union[bool, typing.Any] = True,
26
26
  filter_obj: typing.Union[bool, typing.Any] = False,
27
27
  filter_volume: typing.Union[bool, typing.Any] = False,
28
28
  filter_folder: typing.Union[bool, typing.Any] = True,
@@ -151,7 +151,7 @@ def open(
151
151
  filter_btx: typing.Union[bool, typing.Any] = False,
152
152
  filter_collada: typing.Union[bool, typing.Any] = False,
153
153
  filter_alembic: typing.Union[bool, typing.Any] = True,
154
- filter_usd: typing.Union[bool, typing.Any] = False,
154
+ filter_usd: typing.Union[bool, typing.Any] = True,
155
155
  filter_obj: typing.Union[bool, typing.Any] = False,
156
156
  filter_volume: typing.Union[bool, typing.Any] = False,
157
157
  filter_folder: typing.Union[bool, typing.Any] = True,
@@ -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
- '"MESH"',
23
- '"LIGHT"',
24
- '"OTHER"',
25
22
  '"CAMERA"',
26
23
  '"EMPTY"',
27
24
  '"ARMATURE"',
25
+ '"OTHER"',
26
+ '"MESH"',
27
+ '"LIGHT"',
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,
bpy/ops/nla/__init__.pyi CHANGED
@@ -102,10 +102,10 @@ def bake(
102
102
  bake_types: typing.Any = {'"POSE"'},
103
103
  channel_types: typing.Any = {
104
104
  '"PROPS"',
105
+ '"LOCATION"',
106
+ '"ROTATION"',
105
107
  '"BBONE"',
106
108
  '"SCALE"',
107
- '"ROTATION"',
108
- '"LOCATION"',
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 = {'"Y"', '"X"', '"Z"'},
50
+ force_axis: typing.Any = {'"X"', '"Z"', '"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 = {'"Y"', '"X"', '"Z"'},
602
+ deform_axis: typing.Any = {'"X"', '"Z"', '"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,
@@ -233,7 +233,7 @@ def edge_slide(
233
233
  :type snap_elements: typing.Any
234
234
  :param use_snap_project: Project Individual Elements
235
235
  :type use_snap_project: typing.Union[bool, typing.Any]
236
- :param snap_target: Snap With
236
+ :param snap_target: Snap Base, Point on source that will snap to target
237
237
  :type snap_target: typing.Any
238
238
  :param use_snap_self: Target: Include Active
239
239
  :type use_snap_self: typing.Union[bool, typing.Any]
@@ -430,7 +430,7 @@ def resize(
430
430
  :type snap_elements: typing.Any
431
431
  :param use_snap_project: Project Individual Elements
432
432
  :type use_snap_project: typing.Union[bool, typing.Any]
433
- :param snap_target: Snap With
433
+ :param snap_target: Snap Base, Point on source that will snap to target
434
434
  :type snap_target: typing.Any
435
435
  :param use_snap_self: Target: Include Active
436
436
  :type use_snap_self: typing.Union[bool, typing.Any]
@@ -529,7 +529,7 @@ def rotate(
529
529
  :type snap_elements: typing.Any
530
530
  :param use_snap_project: Project Individual Elements
531
531
  :type use_snap_project: typing.Union[bool, typing.Any]
532
- :param snap_target: Snap With
532
+ :param snap_target: Snap Base, Point on source that will snap to target
533
533
  :type snap_target: typing.Any
534
534
  :param use_snap_self: Target: Include Active
535
535
  :type use_snap_self: typing.Union[bool, typing.Any]
@@ -817,7 +817,7 @@ def skin_resize(
817
817
  :type snap_elements: typing.Any
818
818
  :param use_snap_project: Project Individual Elements
819
819
  :type use_snap_project: typing.Union[bool, typing.Any]
820
- :param snap_target: Snap With
820
+ :param snap_target: Snap Base, Point on source that will snap to target
821
821
  :type snap_target: typing.Any
822
822
  :param use_snap_self: Target: Include Active
823
823
  :type use_snap_self: typing.Union[bool, typing.Any]
@@ -1059,7 +1059,7 @@ def transform(
1059
1059
  :type snap_elements: typing.Any
1060
1060
  :param use_snap_project: Project Individual Elements
1061
1061
  :type use_snap_project: typing.Union[bool, typing.Any]
1062
- :param snap_target: Snap With
1062
+ :param snap_target: Snap Base, Point on source that will snap to target
1063
1063
  :type snap_target: typing.Any
1064
1064
  :param use_snap_self: Target: Include Active
1065
1065
  :type use_snap_self: typing.Union[bool, typing.Any]
@@ -1168,7 +1168,7 @@ def translate(
1168
1168
  :type snap_elements: typing.Any
1169
1169
  :param use_snap_project: Project Individual Elements
1170
1170
  :type use_snap_project: typing.Union[bool, typing.Any]
1171
- :param snap_target: Snap With
1171
+ :param snap_target: Snap Base, Point on source that will snap to target
1172
1172
  :type snap_target: typing.Any
1173
1173
  :param use_snap_self: Target: Include Active
1174
1174
  :type use_snap_self: typing.Union[bool, typing.Any]
@@ -1275,7 +1275,7 @@ def vert_slide(
1275
1275
  :type snap_elements: typing.Any
1276
1276
  :param use_snap_project: Project Individual Elements
1277
1277
  :type use_snap_project: typing.Union[bool, typing.Any]
1278
- :param snap_target: Snap With
1278
+ :param snap_target: Snap Base, Point on source that will snap to target
1279
1279
  :type snap_target: typing.Any
1280
1280
  :param use_snap_self: Target: Include Active
1281
1281
  :type use_snap_self: typing.Union[bool, typing.Any]
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 = {'"NDOF"', '"KEYBOARD"', '"MOUSE"', '"ACTIONZONE"'},
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 = {'"NDOF"', '"KEYBOARD"', '"MOUSE"', '"ACTIONZONE"'},
58354
58354
  exclude: typing.Any = {},
58355
58355
  ) -> typing.Any:
58356
58356
  """find_from_operator
@@ -121142,7 +121142,7 @@ class ToolSettings(bpy_struct):
121142
121142
  """ Type of element to snap to"""
121143
121143
 
121144
121144
  snap_elements_base: typing.Union[typing.Set[str], typing.Set[int]]
121145
- """ Type of element for the "Snap With" to snap to
121145
+ """ Type of element for the "Snap Base" to snap to
121146
121146
 
121147
121147
  :type: typing.Union[typing.Set[str], typing.Set[int]]
121148
121148
  """
@@ -137771,6 +137771,10 @@ VIEW3D_MT_edit_greasepencil_animation: bl_ui.space_view3d.VIEW3D_MT_edit_greasep
137771
137771
  """
137772
137772
  """
137773
137773
 
137774
+ VIEW3D_MT_edit_greasepencil_cleanup: bl_ui.space_view3d.VIEW3D_MT_edit_greasepencil_cleanup
137775
+ """
137776
+ """
137777
+
137774
137778
  VIEW3D_MT_edit_greasepencil_delete: bl_ui.space_view3d.VIEW3D_MT_edit_greasepencil_delete
137775
137779
  """
137776
137780
  """
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: fake-bpy-module
3
- Version: 20240325
3
+ Version: 20240326
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
@@ -152,7 +152,7 @@ bl_ui/space_toolsystem_common/__init__.pyi,sha256=ggsPZ13QxN5La9B5XhroaEkZ0Yt_Ij
152
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
- bl_ui/space_view3d/__init__.pyi,sha256=3DQGm0OjhWvFH8yD9fJGGOV2Lg8Vb8O1jRyFSF-dGvY,680468
155
+ bl_ui/space_view3d/__init__.pyi,sha256=mbTPOlpnfdaHTroY8fL1yp1q2d0c8_oYe2MyUH08AtI,683231
156
156
  bl_ui/space_view3d_toolbar/__init__.pyi,sha256=IQs68luyE9k81pxNl8jPrBEYj54729Y1NVFVKv7DfEE,259201
157
157
  bl_ui/utils/__init__.pyi,sha256=ClC8cz9-q5cfA2mk9ni93RjCCWkBAmQek9_6EEdUh9U,1004
158
158
  bl_ui_utils/__init__.pyi,sha256=bnl92Tdgw6pXneG59u9jRoZQPxVGHfX3vepFfj3xlAU,109
@@ -185,7 +185,7 @@ bpy/ops/asset/__init__.pyi,sha256=52mIAHdVgG5NvNw22eEHhWGGzA4TId7BXelMBzMRNY8,11
185
185
  bpy/ops/boid/__init__.pyi,sha256=gC9aPCWL62caVmzMwdT_Y5c0Lw76ay6xTWtPPiSE8Gc,3055
186
186
  bpy/ops/brush/__init__.pyi,sha256=7IXIGIvsIoS7jajkQGT3JHACMS5rEoIaDFRz--0XSUE,4556
187
187
  bpy/ops/buttons/__init__.pyi,sha256=MydUncdjiHcsSh3XQuX2YznNCbZCJbp79V4MT-ibdLA,11208
188
- bpy/ops/cachefile/__init__.pyi,sha256=1pNaVre5qQZW3VvoBfr79fyRK9heZPO30dGYKoDYJCQ,10940
188
+ bpy/ops/cachefile/__init__.pyi,sha256=D8NvoqEKu0HkWdV4DajlCLptaBVpE0H79yJ8in1gDIE,10938
189
189
  bpy/ops/camera/__init__.pyi,sha256=k_U1_b02pL2TeI61iHDj-V22xcM7CBTeSQldVSgW3HU,1946
190
190
  bpy/ops/clip/__init__.pyi,sha256=305ayPj84_oJr6ZaNlm54eAMoch0K7RvH8TzvTwgoEY,55761
191
191
  bpy/ops/cloth/__init__.pyi,sha256=VxSUOyZXKgpZzXRi0Rc1e0VULsfE9VJseSDmbpSGoTk,898
@@ -199,7 +199,7 @@ 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=nrccZ8sUuA36Rk2Z8H1hqyWC1e_wqIGMxOMvlkWLWv8,42501
202
+ bpy/ops/export_scene/__init__.pyi,sha256=eSXOdH875FZH_sOkMFuQHYrXnEG1vRPtASfO6Khn1pA,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
@@ -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=J0UMGjI1mr-W_YvsLnQyxvi5w9MQ6tNo7MTFaIKm5K0,23860
223
+ bpy/ops/nla/__init__.pyi,sha256=q5MCYXq54KgVqr5zFaj8cGUQTokUmj6ZSUI6vX8hojE,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=ngl1z44w3Rip9Wkvb_taNR39L9h0a5g_AjneUKNJsEE,35238
240
+ bpy/ops/sculpt/__init__.pyi,sha256=N9FBKyAoC-U2lF0leer3nTdXyjrjcyh5K26U2g6MDFc,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
@@ -246,7 +246,7 @@ bpy/ops/surface/__init__.pyi,sha256=c5X2bABphexHgQ_01ZXW2eaWSjD3IVdnmCw2I1Bs-Bw,
246
246
  bpy/ops/text/__init__.pyi,sha256=lsKysNpJWvSaieOXsI2kG17fz1fkYMmdE9JGm52o-l8,26792
247
247
  bpy/ops/text_editor/__init__.pyi,sha256=YK_fMYy7XsDS32wicwet-e8NvCqRCJ0LG7eEopS9dvU,904
248
248
  bpy/ops/texture/__init__.pyi,sha256=eOzXWlvt2WrNeSUFYzDn2ZwSmPAyYrA5To3lYRRaKmc,1591
249
- bpy/ops/transform/__init__.pyi,sha256=RaJs_Hdw36rJ6we-1NYFPhRo5LOH9_rkec4-k3_1EPw,61735
249
+ bpy/ops/transform/__init__.pyi,sha256=5Y20qCundRTxBJRanS5pEK0sRYE619Q2swXpv205pbM,62029
250
250
  bpy/ops/ui/__init__.pyi,sha256=p7sl8LUIQ_ik6AHSd8otcs1jV_px0nnE0Db4-6wCHdc,15556
251
251
  bpy/ops/uilist/__init__.pyi,sha256=q-cYllnN2oW2E1NhwgFgbf30jV8RqjYgfBsw7Uze_4k,2280
252
252
  bpy/ops/uv/__init__.pyi,sha256=wKnUnvHkvjPKa2rRnK0Zmnl27Yh97IY-DoV11q-4VDE,48667
@@ -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=VdFok1jRsTon2A23TZ7mh0-9QiyVIS4yXHszJO0kDqk,3160211
260
+ bpy/types/__init__.pyi,sha256=XkII1lLLz_PuWrdKDN6DvgpDUWmtCIS6So4IMHXuUK4,3160313
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
@@ -299,7 +299,7 @@ gpu/select/__init__.pyi,sha256=VZ2jswTRLBZIUFk1CQO3x6kXnF7PCT99S6EI3UvxT80,161
299
299
  gpu/shader/__init__.pyi,sha256=ZPZO3gKAxIbxFN8KryCYZ6r5v5sozsLGxb45bq2z2U8,1091
300
300
  gpu/state/__init__.pyi,sha256=2mEry-WWbLe3Lv6awuOAyGQhANRtfW7iaIaT8OTwCRw,4433
301
301
  gpu/texture/__init__.pyi,sha256=TECeEyTdXXbnFWgczC7Tz07qgqyf6QRbpsUSwPTFlrM,596
302
- gpu/types/__init__.pyi,sha256=1GvR2xg7u0b9a1PmAnMEESnlLvAJG7NWvIiLxMhDVrg,27328
302
+ gpu/types/__init__.pyi,sha256=kt9qqwblnN4fXScrxFCVaVJb8RdnKItc0QR6i53p7ks,27381
303
303
  gpu_extras/__init__.pyi,sha256=P8YjHnZb6dS17DntUFnWAI0nMtTMbwIU92dSrBR5k8M,101
304
304
  gpu_extras/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
305
305
  gpu_extras/batch/__init__.pyi,sha256=avok-3F-bY6PR2aqyQTQwP1FdsqlTBa32Cojf3FnIPI,1328
@@ -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-20240325.dist-info/METADATA,sha256=RQHI8BLh1ofC-NlzNkx2uTjdLVogi3oyWLcm3k9PGgA,7008
341
- fake_bpy_module-20240325.dist-info/WHEEL,sha256=GJ7t_kWBFywbagK5eo9IoUwLW6oyOeTKmQ-9iHFVNxQ,92
342
- fake_bpy_module-20240325.dist-info/top_level.txt,sha256=7r84ZPNSbRAopA50b0pH3uZ2ysQ2IvkuP0uXadxl7gs,495
343
- fake_bpy_module-20240325.dist-info/RECORD,,
340
+ fake_bpy_module-20240326.dist-info/METADATA,sha256=EGm_e1_4-zbFBLcx2M7MzgaNzY_cFCIuOGGsAfGwvmo,7008
341
+ fake_bpy_module-20240326.dist-info/WHEEL,sha256=GJ7t_kWBFywbagK5eo9IoUwLW6oyOeTKmQ-9iHFVNxQ,92
342
+ fake_bpy_module-20240326.dist-info/top_level.txt,sha256=7r84ZPNSbRAopA50b0pH3uZ2ysQ2IvkuP0uXadxl7gs,495
343
+ fake_bpy_module-20240326.dist-info/RECORD,,
gpu/types/__init__.pyi CHANGED
@@ -67,7 +67,7 @@ class GPUBatch:
67
67
  """
68
68
  ...
69
69
 
70
- def vertbuf_add(self, buf):
70
+ def vertbuf_add(self, buf: GPUVertBuf):
71
71
  """Add another vertex buffer to the Batch.
72
72
  It is not possible to add more vertices to the batch using this method.
73
73
  Instead it can be used to add more attributes to the existing vertices.
@@ -76,6 +76,7 @@ class GPUBatch:
76
76
  Current a batch can have at most 16 vertex buffers.
77
77
 
78
78
  :param buf: The vertex buffer that will be added to the batch.
79
+ :type buf: GPUVertBuf
79
80
  """
80
81
  ...
81
82
 
@@ -1049,6 +1050,19 @@ class GPUUniformBuf:
1049
1050
  """
1050
1051
  ...
1051
1052
 
1053
+ class GPUVertBuf:
1054
+ """Contains a VBO."""
1055
+
1056
+ def attr_fill(self, id: typing.Union[int, str], data: typing.List[float]):
1057
+ """Insert data into the buffer for a single attribute.
1058
+
1059
+ :param id: Either the name or the id of the attribute.
1060
+ :type id: typing.Union[int, str]
1061
+ :param data: Sequence of data that should be stored in the buffer
1062
+ :type data: typing.List[float]
1063
+ """
1064
+ ...
1065
+
1052
1066
  class GPUVertFormat:
1053
1067
  """This object contains information about the structure of a vertex buffer."""
1054
1068
 
@@ -1071,16 +1085,3 @@ class GPUVertFormat:
1071
1085
  :type fetch_mode: str
1072
1086
  """
1073
1087
  ...
1074
-
1075
- class blender:
1076
- """Contains a VBO."""
1077
-
1078
- def attr_fill(self, id: typing.Union[int, str], data: typing.List[float]):
1079
- """Insert data into the buffer for a single attribute.
1080
-
1081
- :param id: Either the name or the id of the attribute.
1082
- :type id: typing.Union[int, str]
1083
- :param data: Sequence of data that should be stored in the buffer
1084
- :type data: typing.List[float]
1085
- """
1086
- ...