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

@@ -34407,6 +34407,187 @@ class VIEW3D_MT_weight_gpencil(bpy_types.Menu, bpy_types._GenericUI):
34407
34407
  """ """
34408
34408
  ...
34409
34409
 
34410
+ class VIEW3D_MT_weight_grease_pencil(bpy_types.Menu, bpy_types._GenericUI):
34411
+ """ """
34412
+
34413
+ bl_label: typing.Any
34414
+ """ """
34415
+
34416
+ bl_rna: typing.Any
34417
+ """ """
34418
+
34419
+ id_data: typing.Any
34420
+ """ """
34421
+
34422
+ def append(self, draw_func):
34423
+ """
34424
+
34425
+ :param draw_func:
34426
+ """
34427
+ ...
34428
+
34429
+ def as_pointer(self):
34430
+ """ """
34431
+ ...
34432
+
34433
+ def bl_rna_get_subclass(self):
34434
+ """ """
34435
+ ...
34436
+
34437
+ def bl_rna_get_subclass_py(self):
34438
+ """ """
34439
+ ...
34440
+
34441
+ def draw(self, _context):
34442
+ """
34443
+
34444
+ :param _context:
34445
+ """
34446
+ ...
34447
+
34448
+ def draw_collapsible(self, context, layout):
34449
+ """
34450
+
34451
+ :param context:
34452
+ :param layout:
34453
+ """
34454
+ ...
34455
+
34456
+ def draw_preset(self, _context):
34457
+ """
34458
+
34459
+ :param _context:
34460
+ """
34461
+ ...
34462
+
34463
+ def driver_add(self):
34464
+ """ """
34465
+ ...
34466
+
34467
+ def driver_remove(self):
34468
+ """ """
34469
+ ...
34470
+
34471
+ def get(self):
34472
+ """ """
34473
+ ...
34474
+
34475
+ def id_properties_clear(self):
34476
+ """ """
34477
+ ...
34478
+
34479
+ def id_properties_ensure(self):
34480
+ """ """
34481
+ ...
34482
+
34483
+ def id_properties_ui(self):
34484
+ """ """
34485
+ ...
34486
+
34487
+ def is_extended(self):
34488
+ """ """
34489
+ ...
34490
+
34491
+ def is_property_hidden(self):
34492
+ """ """
34493
+ ...
34494
+
34495
+ def is_property_overridable_library(self):
34496
+ """ """
34497
+ ...
34498
+
34499
+ def is_property_readonly(self):
34500
+ """ """
34501
+ ...
34502
+
34503
+ def is_property_set(self):
34504
+ """ """
34505
+ ...
34506
+
34507
+ def items(self):
34508
+ """ """
34509
+ ...
34510
+
34511
+ def keyframe_delete(self):
34512
+ """ """
34513
+ ...
34514
+
34515
+ def keyframe_insert(self):
34516
+ """ """
34517
+ ...
34518
+
34519
+ def keys(self):
34520
+ """ """
34521
+ ...
34522
+
34523
+ def path_from_id(self):
34524
+ """ """
34525
+ ...
34526
+
34527
+ def path_menu(
34528
+ self,
34529
+ searchpaths,
34530
+ operator,
34531
+ props_default,
34532
+ prop_filepath,
34533
+ filter_ext,
34534
+ filter_path,
34535
+ display_name,
34536
+ add_operator,
34537
+ add_operator_props,
34538
+ ):
34539
+ """
34540
+
34541
+ :param searchpaths:
34542
+ :param operator:
34543
+ :param props_default:
34544
+ :param prop_filepath:
34545
+ :param filter_ext:
34546
+ :param filter_path:
34547
+ :param display_name:
34548
+ :param add_operator:
34549
+ :param add_operator_props:
34550
+ """
34551
+ ...
34552
+
34553
+ def path_resolve(self):
34554
+ """ """
34555
+ ...
34556
+
34557
+ def pop(self):
34558
+ """ """
34559
+ ...
34560
+
34561
+ def prepend(self, draw_func):
34562
+ """
34563
+
34564
+ :param draw_func:
34565
+ """
34566
+ ...
34567
+
34568
+ def property_overridable_library_set(self):
34569
+ """ """
34570
+ ...
34571
+
34572
+ def property_unset(self):
34573
+ """ """
34574
+ ...
34575
+
34576
+ def remove(self, draw_func):
34577
+ """
34578
+
34579
+ :param draw_func:
34580
+ """
34581
+ ...
34582
+
34583
+ def type_recast(self):
34584
+ """ """
34585
+ ...
34586
+
34587
+ def values(self):
34588
+ """ """
34589
+ ...
34590
+
34410
34591
  class VIEW3D_MT_wpaint_vgroup_lock_pie(bpy_types.Menu, bpy_types._GenericUI):
34411
34592
  """ """
34412
34593
 
@@ -42059,6 +42240,152 @@ class VIEW3D_PT_sculpt_context_menu(bpy_types.Panel, bpy_types._GenericUI):
42059
42240
  """ """
42060
42241
  ...
42061
42242
 
42243
+ class VIEW3D_PT_sculpt_snapping(bpy_types.Panel, bpy_types._GenericUI):
42244
+ """ """
42245
+
42246
+ bl_label: typing.Any
42247
+ """ """
42248
+
42249
+ bl_region_type: typing.Any
42250
+ """ """
42251
+
42252
+ bl_rna: typing.Any
42253
+ """ """
42254
+
42255
+ bl_space_type: typing.Any
42256
+ """ """
42257
+
42258
+ id_data: typing.Any
42259
+ """ """
42260
+
42261
+ def append(self, draw_func):
42262
+ """
42263
+
42264
+ :param draw_func:
42265
+ """
42266
+ ...
42267
+
42268
+ def as_pointer(self):
42269
+ """ """
42270
+ ...
42271
+
42272
+ def bl_rna_get_subclass(self):
42273
+ """ """
42274
+ ...
42275
+
42276
+ def bl_rna_get_subclass_py(self):
42277
+ """ """
42278
+ ...
42279
+
42280
+ def draw(self, context):
42281
+ """
42282
+
42283
+ :param context:
42284
+ """
42285
+ ...
42286
+
42287
+ def driver_add(self):
42288
+ """ """
42289
+ ...
42290
+
42291
+ def driver_remove(self):
42292
+ """ """
42293
+ ...
42294
+
42295
+ def get(self):
42296
+ """ """
42297
+ ...
42298
+
42299
+ def id_properties_clear(self):
42300
+ """ """
42301
+ ...
42302
+
42303
+ def id_properties_ensure(self):
42304
+ """ """
42305
+ ...
42306
+
42307
+ def id_properties_ui(self):
42308
+ """ """
42309
+ ...
42310
+
42311
+ def is_extended(self):
42312
+ """ """
42313
+ ...
42314
+
42315
+ def is_property_hidden(self):
42316
+ """ """
42317
+ ...
42318
+
42319
+ def is_property_overridable_library(self):
42320
+ """ """
42321
+ ...
42322
+
42323
+ def is_property_readonly(self):
42324
+ """ """
42325
+ ...
42326
+
42327
+ def is_property_set(self):
42328
+ """ """
42329
+ ...
42330
+
42331
+ def items(self):
42332
+ """ """
42333
+ ...
42334
+
42335
+ def keyframe_delete(self):
42336
+ """ """
42337
+ ...
42338
+
42339
+ def keyframe_insert(self):
42340
+ """ """
42341
+ ...
42342
+
42343
+ def keys(self):
42344
+ """ """
42345
+ ...
42346
+
42347
+ def path_from_id(self):
42348
+ """ """
42349
+ ...
42350
+
42351
+ def path_resolve(self):
42352
+ """ """
42353
+ ...
42354
+
42355
+ def pop(self):
42356
+ """ """
42357
+ ...
42358
+
42359
+ def prepend(self, draw_func):
42360
+ """
42361
+
42362
+ :param draw_func:
42363
+ """
42364
+ ...
42365
+
42366
+ def property_overridable_library_set(self):
42367
+ """ """
42368
+ ...
42369
+
42370
+ def property_unset(self):
42371
+ """ """
42372
+ ...
42373
+
42374
+ def remove(self, draw_func):
42375
+ """
42376
+
42377
+ :param draw_func:
42378
+ """
42379
+ ...
42380
+
42381
+ def type_recast(self):
42382
+ """ """
42383
+ ...
42384
+
42385
+ def values(self):
42386
+ """ """
42387
+ ...
42388
+
42062
42389
  class VIEW3D_PT_shading(bpy_types.Panel, bpy_types._GenericUI):
42063
42390
  """ """
42064
42391
 
@@ -6115,6 +6115,176 @@ class VIEW3D_PT_tools_grease_pencil_sculpt_settings(
6115
6115
  """ """
6116
6116
  ...
6117
6117
 
6118
+ class VIEW3D_PT_tools_grease_pencil_v3_brush_advanced(
6119
+ bpy_types.Panel, View3DPanel, bpy_types._GenericUI
6120
+ ):
6121
+ """ """
6122
+
6123
+ bl_category: typing.Any
6124
+ """ """
6125
+
6126
+ bl_context: typing.Any
6127
+ """ """
6128
+
6129
+ bl_label: typing.Any
6130
+ """ """
6131
+
6132
+ bl_options: typing.Any
6133
+ """ """
6134
+
6135
+ bl_parent_id: typing.Any
6136
+ """ """
6137
+
6138
+ bl_region_type: typing.Any
6139
+ """ """
6140
+
6141
+ bl_rna: typing.Any
6142
+ """ """
6143
+
6144
+ bl_space_type: typing.Any
6145
+ """ """
6146
+
6147
+ bl_ui_units_x: typing.Any
6148
+ """ """
6149
+
6150
+ id_data: typing.Any
6151
+ """ """
6152
+
6153
+ def append(self, draw_func):
6154
+ """
6155
+
6156
+ :param draw_func:
6157
+ """
6158
+ ...
6159
+
6160
+ def as_pointer(self):
6161
+ """ """
6162
+ ...
6163
+
6164
+ def bl_rna_get_subclass(self):
6165
+ """ """
6166
+ ...
6167
+
6168
+ def bl_rna_get_subclass_py(self):
6169
+ """ """
6170
+ ...
6171
+
6172
+ def draw(self, context):
6173
+ """
6174
+
6175
+ :param context:
6176
+ """
6177
+ ...
6178
+
6179
+ def driver_add(self):
6180
+ """ """
6181
+ ...
6182
+
6183
+ def driver_remove(self):
6184
+ """ """
6185
+ ...
6186
+
6187
+ def get(self):
6188
+ """ """
6189
+ ...
6190
+
6191
+ def id_properties_clear(self):
6192
+ """ """
6193
+ ...
6194
+
6195
+ def id_properties_ensure(self):
6196
+ """ """
6197
+ ...
6198
+
6199
+ def id_properties_ui(self):
6200
+ """ """
6201
+ ...
6202
+
6203
+ def is_extended(self):
6204
+ """ """
6205
+ ...
6206
+
6207
+ def is_property_hidden(self):
6208
+ """ """
6209
+ ...
6210
+
6211
+ def is_property_overridable_library(self):
6212
+ """ """
6213
+ ...
6214
+
6215
+ def is_property_readonly(self):
6216
+ """ """
6217
+ ...
6218
+
6219
+ def is_property_set(self):
6220
+ """ """
6221
+ ...
6222
+
6223
+ def items(self):
6224
+ """ """
6225
+ ...
6226
+
6227
+ def keyframe_delete(self):
6228
+ """ """
6229
+ ...
6230
+
6231
+ def keyframe_insert(self):
6232
+ """ """
6233
+ ...
6234
+
6235
+ def keys(self):
6236
+ """ """
6237
+ ...
6238
+
6239
+ def path_from_id(self):
6240
+ """ """
6241
+ ...
6242
+
6243
+ def path_resolve(self):
6244
+ """ """
6245
+ ...
6246
+
6247
+ def poll(self, context):
6248
+ """
6249
+
6250
+ :param context:
6251
+ """
6252
+ ...
6253
+
6254
+ def pop(self):
6255
+ """ """
6256
+ ...
6257
+
6258
+ def prepend(self, draw_func):
6259
+ """
6260
+
6261
+ :param draw_func:
6262
+ """
6263
+ ...
6264
+
6265
+ def property_overridable_library_set(self):
6266
+ """ """
6267
+ ...
6268
+
6269
+ def property_unset(self):
6270
+ """ """
6271
+ ...
6272
+
6273
+ def remove(self, draw_func):
6274
+ """
6275
+
6276
+ :param draw_func:
6277
+ """
6278
+ ...
6279
+
6280
+ def type_recast(self):
6281
+ """ """
6282
+ ...
6283
+
6284
+ def values(self):
6285
+ """ """
6286
+ ...
6287
+
6118
6288
  class VIEW3D_PT_tools_grease_pencil_v3_brush_mix_palette(
6119
6289
  bpy_types.Panel, View3DPanel, bpy_types._GenericUI
6120
6290
  ):
bpy/app/__init__.pyi CHANGED
@@ -58,7 +58,7 @@ background: typing.Any
58
58
  """ Boolean, True when blender is running without a user interface (started with -b)
59
59
  """
60
60
 
61
- binary_path: typing.Any
61
+ binary_path: str
62
62
  """ The location of Blender's executable, useful for utilities that open new instances. Read-only unless Blender is built as a Python module - in this case the value is an empty string which script authors may point to a Blender binary.
63
63
  """
64
64
 
@@ -238,7 +238,7 @@ use_userpref_skip_save_on_exit: typing.Any
238
238
  """ Boolean, for application behavior (started with --enable-* matching this attribute name)
239
239
  """
240
240
 
241
- version: typing.Any
241
+ version: typing.Tuple[int, int, int]
242
242
  """ The Blender version as a tuple of 3 numbers. eg. (2, 83, 1)
243
243
  """
244
244
 
bpy/ops/anim/__init__.pyi CHANGED
@@ -10,7 +10,7 @@ def binding_unassign_object(
10
10
  execution_context: typing.Optional[typing.Union[str, int]] = None,
11
11
  undo: typing.Optional[bool] = None,
12
12
  ):
13
- """Clear the assigned animation binding, effectively making this data-block non-animated
13
+ """Clear the assigned action binding, effectively making this data-block non-animated
14
14
 
15
15
  :type override_context: typing.Optional[typing.Union[typing.Dict[str, typing.Any], bpy.types.Context]]
16
16
  :type execution_context: typing.Optional[typing.Union[str, int]]
@@ -23,11 +23,11 @@ def fbx(
23
23
  bake_space_transform: typing.Optional[typing.Union[bool, typing.Any]] = False,
24
24
  object_types: typing.Optional[typing.Any] = {
25
25
  '"CAMERA"',
26
+ '"MESH"',
26
27
  '"LIGHT"',
27
28
  '"ARMATURE"',
28
- '"MESH"',
29
- '"EMPTY"',
30
29
  '"OTHER"',
30
+ '"EMPTY"',
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,
@@ -1182,6 +1182,57 @@ def set_uniform_thickness(
1182
1182
 
1183
1183
  ...
1184
1184
 
1185
+ def snap_cursor_to_selected(
1186
+ override_context: typing.Optional[
1187
+ typing.Union[typing.Dict[str, typing.Any], bpy.types.Context]
1188
+ ] = None,
1189
+ execution_context: typing.Optional[typing.Union[str, int]] = None,
1190
+ undo: typing.Optional[bool] = None,
1191
+ ):
1192
+ """Snap cursor to center of selected points
1193
+
1194
+ :type override_context: typing.Optional[typing.Union[typing.Dict[str, typing.Any], bpy.types.Context]]
1195
+ :type execution_context: typing.Optional[typing.Union[str, int]]
1196
+ :type undo: typing.Optional[bool]
1197
+ """
1198
+
1199
+ ...
1200
+
1201
+ def snap_to_cursor(
1202
+ override_context: typing.Optional[
1203
+ typing.Union[typing.Dict[str, typing.Any], bpy.types.Context]
1204
+ ] = None,
1205
+ execution_context: typing.Optional[typing.Union[str, int]] = None,
1206
+ undo: typing.Optional[bool] = None,
1207
+ use_offset: typing.Optional[typing.Union[bool, typing.Any]] = True,
1208
+ ):
1209
+ """Snap selected points/strokes to the cursor
1210
+
1211
+ :type override_context: typing.Optional[typing.Union[typing.Dict[str, typing.Any], bpy.types.Context]]
1212
+ :type execution_context: typing.Optional[typing.Union[str, int]]
1213
+ :type undo: typing.Optional[bool]
1214
+ :param use_offset: With Offset, Offset the entire stroke instead of selected points only
1215
+ :type use_offset: typing.Optional[typing.Union[bool, typing.Any]]
1216
+ """
1217
+
1218
+ ...
1219
+
1220
+ def snap_to_grid(
1221
+ override_context: typing.Optional[
1222
+ typing.Union[typing.Dict[str, typing.Any], bpy.types.Context]
1223
+ ] = None,
1224
+ execution_context: typing.Optional[typing.Union[str, int]] = None,
1225
+ undo: typing.Optional[bool] = None,
1226
+ ):
1227
+ """Snap selected points to the nearest grid points
1228
+
1229
+ :type override_context: typing.Optional[typing.Union[typing.Dict[str, typing.Any], bpy.types.Context]]
1230
+ :type execution_context: typing.Optional[typing.Union[str, int]]
1231
+ :type undo: typing.Optional[bool]
1232
+ """
1233
+
1234
+ ...
1235
+
1185
1236
  def stroke_cutter(
1186
1237
  override_context: typing.Optional[
1187
1238
  typing.Union[typing.Dict[str, typing.Any], bpy.types.Context]
bpy/ops/nla/__init__.pyi CHANGED
@@ -113,10 +113,10 @@ def bake(
113
113
  clean_curves: typing.Optional[typing.Union[bool, typing.Any]] = False,
114
114
  bake_types: typing.Optional[typing.Any] = {'"POSE"'},
115
115
  channel_types: typing.Optional[typing.Any] = {
116
- '"LOCATION"',
117
- '"BBONE"',
118
- '"ROTATION"',
119
116
  '"PROPS"',
117
+ '"ROTATION"',
118
+ '"BBONE"',
119
+ '"LOCATION"',
120
120
  '"SCALE"',
121
121
  },
122
122
  ):
@@ -366,7 +366,8 @@ def extension_repo_add(
366
366
  execution_context: typing.Optional[typing.Union[str, int]] = None,
367
367
  undo: typing.Optional[bool] = None,
368
368
  name: typing.Union[str, typing.Any] = "",
369
- remote_path: typing.Union[str, typing.Any] = "",
369
+ remote_url: typing.Union[str, typing.Any] = "",
370
+ use_sync_on_startup: typing.Optional[typing.Union[bool, typing.Any]] = False,
370
371
  use_custom_directory: typing.Optional[typing.Union[bool, typing.Any]] = False,
371
372
  custom_directory: typing.Union[str, typing.Any] = "",
372
373
  type: typing.Optional[typing.Any] = "REMOTE",
@@ -378,8 +379,10 @@ def extension_repo_add(
378
379
  :type undo: typing.Optional[bool]
379
380
  :param name: Name, Unique repository name
380
381
  :type name: typing.Union[str, typing.Any]
381
- :param remote_path: URL, Remote URL or path for extension repository
382
- :type remote_path: typing.Union[str, typing.Any]
382
+ :param remote_url: URL, Remote URL or path for extension repository
383
+ :type remote_url: typing.Union[str, typing.Any]
384
+ :param use_sync_on_startup: Check for Updates on Startup, Allow Blender to check for updates upon launch
385
+ :type use_sync_on_startup: typing.Optional[typing.Union[bool, typing.Any]]
383
386
  :param use_custom_directory: Custom Directory, Manually set the path for extensions to be stored. When disabled a user's extensions directory is created
384
387
  :type use_custom_directory: typing.Optional[typing.Union[bool, typing.Any]]
385
388
  :param custom_directory: Custom Directory, The local directory containing extensions
@@ -53,7 +53,7 @@ def cloth_filter(
53
53
  bpy.types.bpy_prop_collection[bpy.types.OperatorStrokeElement]
54
54
  ] = None,
55
55
  type: typing.Optional[typing.Any] = "GRAVITY",
56
- force_axis: typing.Optional[typing.Any] = {'"Z"', '"X"', '"Y"'},
56
+ force_axis: typing.Optional[typing.Any] = {'"X"', '"Y"', '"Z"'},
57
57
  orientation: typing.Optional[typing.Any] = "LOCAL",
58
58
  cloth_mass: typing.Optional[typing.Any] = 1.0,
59
59
  cloth_damping: typing.Optional[typing.Any] = 0.0,
@@ -641,7 +641,7 @@ def mesh_filter(
641
641
  bpy.types.bpy_prop_collection[bpy.types.OperatorStrokeElement]
642
642
  ] = None,
643
643
  type: typing.Optional[typing.Any] = "INFLATE",
644
- deform_axis: typing.Optional[typing.Any] = {'"Z"', '"X"', '"Y"'},
644
+ deform_axis: typing.Optional[typing.Any] = {'"X"', '"Y"', '"Z"'},
645
645
  orientation: typing.Optional[typing.Any] = "LOCAL",
646
646
  surface_smooth_shape_preservation: typing.Optional[typing.Any] = 0.5,
647
647
  surface_smooth_current_vertex: typing.Optional[typing.Any] = 0.5,
bpy/ops/ui/__init__.pyi CHANGED
@@ -289,12 +289,15 @@ def eyedropper_depth(
289
289
  ] = None,
290
290
  execution_context: typing.Optional[typing.Union[str, int]] = None,
291
291
  undo: typing.Optional[bool] = None,
292
+ prop_data_path: typing.Union[str, typing.Any] = "",
292
293
  ):
293
294
  """Sample depth from the 3D view
294
295
 
295
296
  :type override_context: typing.Optional[typing.Union[typing.Dict[str, typing.Any], bpy.types.Context]]
296
297
  :type execution_context: typing.Optional[typing.Union[str, int]]
297
298
  :type undo: typing.Optional[bool]
299
+ :param prop_data_path: Data Path, Path of property to be set with the depth
300
+ :type prop_data_path: typing.Union[str, typing.Any]
298
301
  """
299
302
 
300
303
  ...