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

aud/__init__.pyi CHANGED
@@ -805,13 +805,13 @@ class Sound:
805
805
  """
806
806
  ...
807
807
 
808
- def resample(self, rate: float, high_quality: bool) -> "Sound":
808
+ def resample(self, rate: float, quality: int) -> "Sound":
809
809
  """Resamples the sound.
810
810
 
811
811
  :param rate: The new sample rate.
812
812
  :type rate: float
813
- :param high_quality: When true use a higher quality but slower resampler.
814
- :type high_quality: bool
813
+ :param quality: Resampler performance vs quality choice (0=fastest, 3=slowest).
814
+ :type quality: int
815
815
  :rtype: 'Sound'
816
816
  :return: The created `Sound` object.
817
817
  """
@@ -96,7 +96,6 @@ class WM_MT_operator_presets(bpy_types.Menu, bpy_types._GenericUI):
96
96
  def values(self): ...
97
97
 
98
98
  class WM_OT_operator_presets_cleanup(bpy_types.Operator):
99
- bl_description: typing.Any
100
99
  bl_idname: typing.Any
101
100
  bl_label: typing.Any
102
101
  bl_rna: typing.Any
@@ -106,8 +105,6 @@ class WM_OT_operator_presets_cleanup(bpy_types.Operator):
106
105
  def as_pointer(self): ...
107
106
  def bl_rna_get_subclass(self): ...
108
107
  def bl_rna_get_subclass_py(self): ...
109
- def cleanup_operators_presets(self, operators, properties): ...
110
- def cleanup_preset(self, filepath, properties): ...
111
108
  def driver_add(self): ...
112
109
  def driver_remove(self): ...
113
110
  def execute(self, context): ...
@@ -310,6 +310,7 @@ def brush_basic_gpencil_paint_settings(layout, context, brush, compact): ...
310
310
  def brush_basic_gpencil_sculpt_settings(layout, _context, brush, compact): ...
311
311
  def brush_basic_gpencil_vertex_settings(layout, _context, brush, compact): ...
312
312
  def brush_basic_gpencil_weight_settings(layout, _context, brush, compact): ...
313
+ def brush_basic_grease_pencil_paint_settings(layout, context, brush, compact): ...
313
314
  def brush_basic_texpaint_settings(layout, context, brush, compact): ...
314
315
  def brush_mask_texture_settings(layout, brush): ...
315
316
  def brush_settings(layout, context, brush, popover): ...
@@ -18,6 +18,12 @@ class GreasePencilSculptPanel:
18
18
 
19
19
  def poll(self, context): ...
20
20
 
21
+ class GreasePencilV3PaintPanel:
22
+ bl_category: typing.Any
23
+ bl_context: typing.Any
24
+
25
+ def poll(self, context): ...
26
+
21
27
  class GreasePencilVertexPanel:
22
28
  bl_category: typing.Any
23
29
  bl_context: typing.Any
@@ -411,6 +417,7 @@ class VIEW3D_PT_sculpt_symmetry_for_topbar(bpy_types.Panel, bpy_types._GenericUI
411
417
  bl_region_type: typing.Any
412
418
  bl_rna: typing.Any
413
419
  bl_space_type: typing.Any
420
+ bl_ui_units_x: typing.Any
414
421
  id_data: typing.Any
415
422
 
416
423
  def append(self, draw_func): ...
@@ -1613,6 +1620,177 @@ class VIEW3D_PT_tools_grease_pencil_sculpt_settings(
1613
1620
  def type_recast(self): ...
1614
1621
  def values(self): ...
1615
1622
 
1623
+ class VIEW3D_PT_tools_grease_pencil_v3_brush_mix_palette(
1624
+ View3DPanel, bpy_types.Panel, bpy_types._GenericUI
1625
+ ):
1626
+ bl_category: typing.Any
1627
+ bl_context: typing.Any
1628
+ bl_label: typing.Any
1629
+ bl_parent_id: typing.Any
1630
+ bl_region_type: typing.Any
1631
+ bl_rna: typing.Any
1632
+ bl_space_type: typing.Any
1633
+ id_data: typing.Any
1634
+
1635
+ def append(self, draw_func): ...
1636
+ def as_pointer(self): ...
1637
+ def bl_rna_get_subclass(self): ...
1638
+ def bl_rna_get_subclass_py(self): ...
1639
+ def draw(self, context): ...
1640
+ def driver_add(self): ...
1641
+ def driver_remove(self): ...
1642
+ def get(self): ...
1643
+ def id_properties_clear(self): ...
1644
+ def id_properties_ensure(self): ...
1645
+ def id_properties_ui(self): ...
1646
+ def is_extended(self): ...
1647
+ def is_property_hidden(self): ...
1648
+ def is_property_overridable_library(self): ...
1649
+ def is_property_readonly(self): ...
1650
+ def is_property_set(self): ...
1651
+ def items(self): ...
1652
+ def keyframe_delete(self): ...
1653
+ def keyframe_insert(self): ...
1654
+ def keys(self): ...
1655
+ def path_from_id(self): ...
1656
+ def path_resolve(self): ...
1657
+ def poll(self, context): ...
1658
+ def pop(self): ...
1659
+ def prepend(self, draw_func): ...
1660
+ def property_overridable_library_set(self): ...
1661
+ def property_unset(self): ...
1662
+ def remove(self, draw_func): ...
1663
+ def type_recast(self): ...
1664
+ def values(self): ...
1665
+
1666
+ class VIEW3D_PT_tools_grease_pencil_v3_brush_mixcolor(
1667
+ View3DPanel, bpy_types.Panel, bpy_types._GenericUI
1668
+ ):
1669
+ bl_category: typing.Any
1670
+ bl_context: typing.Any
1671
+ bl_label: typing.Any
1672
+ bl_region_type: typing.Any
1673
+ bl_rna: typing.Any
1674
+ bl_space_type: typing.Any
1675
+ id_data: typing.Any
1676
+
1677
+ def append(self, draw_func): ...
1678
+ def as_pointer(self): ...
1679
+ def bl_rna_get_subclass(self): ...
1680
+ def bl_rna_get_subclass_py(self): ...
1681
+ def draw(self, context): ...
1682
+ def driver_add(self): ...
1683
+ def driver_remove(self): ...
1684
+ def get(self): ...
1685
+ def id_properties_clear(self): ...
1686
+ def id_properties_ensure(self): ...
1687
+ def id_properties_ui(self): ...
1688
+ def is_extended(self): ...
1689
+ def is_property_hidden(self): ...
1690
+ def is_property_overridable_library(self): ...
1691
+ def is_property_readonly(self): ...
1692
+ def is_property_set(self): ...
1693
+ def items(self): ...
1694
+ def keyframe_delete(self): ...
1695
+ def keyframe_insert(self): ...
1696
+ def keys(self): ...
1697
+ def path_from_id(self): ...
1698
+ def path_resolve(self): ...
1699
+ def poll(self, context): ...
1700
+ def pop(self): ...
1701
+ def prepend(self, draw_func): ...
1702
+ def property_overridable_library_set(self): ...
1703
+ def property_unset(self): ...
1704
+ def remove(self, draw_func): ...
1705
+ def type_recast(self): ...
1706
+ def values(self): ...
1707
+
1708
+ class VIEW3D_PT_tools_grease_pencil_v3_brush_select(
1709
+ View3DPanel, GreasePencilV3PaintPanel, bpy_types.Panel, bpy_types._GenericUI
1710
+ ):
1711
+ bl_category: typing.Any
1712
+ bl_context: typing.Any
1713
+ bl_label: typing.Any
1714
+ bl_region_type: typing.Any
1715
+ bl_rna: typing.Any
1716
+ bl_space_type: typing.Any
1717
+ id_data: typing.Any
1718
+
1719
+ def append(self, draw_func): ...
1720
+ def as_pointer(self): ...
1721
+ def bl_rna_get_subclass(self): ...
1722
+ def bl_rna_get_subclass_py(self): ...
1723
+ def draw(self, context): ...
1724
+ def driver_add(self): ...
1725
+ def driver_remove(self): ...
1726
+ def get(self): ...
1727
+ def id_properties_clear(self): ...
1728
+ def id_properties_ensure(self): ...
1729
+ def id_properties_ui(self): ...
1730
+ def is_extended(self): ...
1731
+ def is_property_hidden(self): ...
1732
+ def is_property_overridable_library(self): ...
1733
+ def is_property_readonly(self): ...
1734
+ def is_property_set(self): ...
1735
+ def items(self): ...
1736
+ def keyframe_delete(self): ...
1737
+ def keyframe_insert(self): ...
1738
+ def keys(self): ...
1739
+ def path_from_id(self): ...
1740
+ def path_resolve(self): ...
1741
+ def poll(self, context): ...
1742
+ def pop(self): ...
1743
+ def prepend(self, draw_func): ...
1744
+ def property_overridable_library_set(self): ...
1745
+ def property_unset(self): ...
1746
+ def remove(self, draw_func): ...
1747
+ def type_recast(self): ...
1748
+ def values(self): ...
1749
+
1750
+ class VIEW3D_PT_tools_grease_pencil_v3_brush_settings(
1751
+ View3DPanel, GreasePencilV3PaintPanel, bpy_types.Panel, bpy_types._GenericUI
1752
+ ):
1753
+ bl_category: typing.Any
1754
+ bl_context: typing.Any
1755
+ bl_label: typing.Any
1756
+ bl_options: typing.Any
1757
+ bl_region_type: typing.Any
1758
+ bl_rna: typing.Any
1759
+ bl_space_type: typing.Any
1760
+ id_data: typing.Any
1761
+
1762
+ def append(self, draw_func): ...
1763
+ def as_pointer(self): ...
1764
+ def bl_rna_get_subclass(self): ...
1765
+ def bl_rna_get_subclass_py(self): ...
1766
+ def draw(self, context): ...
1767
+ def draw_header_preset(self, _context): ...
1768
+ def driver_add(self): ...
1769
+ def driver_remove(self): ...
1770
+ def get(self): ...
1771
+ def id_properties_clear(self): ...
1772
+ def id_properties_ensure(self): ...
1773
+ def id_properties_ui(self): ...
1774
+ def is_extended(self): ...
1775
+ def is_property_hidden(self): ...
1776
+ def is_property_overridable_library(self): ...
1777
+ def is_property_readonly(self): ...
1778
+ def is_property_set(self): ...
1779
+ def items(self): ...
1780
+ def keyframe_delete(self): ...
1781
+ def keyframe_insert(self): ...
1782
+ def keys(self): ...
1783
+ def path_from_id(self): ...
1784
+ def path_resolve(self): ...
1785
+ def poll(self, context): ...
1786
+ def pop(self): ...
1787
+ def prepend(self, draw_func): ...
1788
+ def property_overridable_library_set(self): ...
1789
+ def property_unset(self): ...
1790
+ def remove(self, draw_func): ...
1791
+ def type_recast(self): ...
1792
+ def values(self): ...
1793
+
1616
1794
  class VIEW3D_PT_tools_grease_pencil_vertex_appearance(
1617
1795
  View3DPanel,
1618
1796
  bl_ui.properties_grease_pencil_common.GreasePencilDisplayPanel,
@@ -20,12 +20,12 @@ def fbx(
20
20
  use_space_transform: typing.Optional[typing.Union[bool, typing.Any]] = True,
21
21
  bake_space_transform: typing.Optional[typing.Union[bool, typing.Any]] = False,
22
22
  object_types: typing.Optional[typing.Any] = {
23
+ '"OTHER"',
23
24
  '"LIGHT"',
24
- '"EMPTY"',
25
25
  '"MESH"',
26
26
  '"CAMERA"',
27
+ '"EMPTY"',
27
28
  '"ARMATURE"',
28
- '"OTHER"',
29
29
  },
30
30
  use_mesh_modifiers: typing.Optional[typing.Union[bool, typing.Any]] = True,
31
31
  use_mesh_modifiers_render: typing.Optional[typing.Union[bool, typing.Any]] = True,
bpy/ops/nla/__init__.pyi CHANGED
@@ -102,11 +102,11 @@ def bake(
102
102
  clean_curves: typing.Optional[typing.Union[bool, typing.Any]] = False,
103
103
  bake_types: typing.Optional[typing.Any] = {'"POSE"'},
104
104
  channel_types: typing.Optional[typing.Any] = {
105
- '"LOCATION"',
106
- '"SCALE"',
107
105
  '"BBONE"',
108
- '"ROTATION"',
106
+ '"LOCATION"',
109
107
  '"PROPS"',
108
+ '"ROTATION"',
109
+ '"SCALE"',
110
110
  },
111
111
  ):
112
112
  """Bake all selected objects location/scale/rotation animation to an action
@@ -51,7 +51,7 @@ def cloth_filter(
51
51
  bpy.types.bpy_prop_collection["bpy.types.OperatorStrokeElement"]
52
52
  ] = None,
53
53
  type: typing.Optional[typing.Any] = "GRAVITY",
54
- force_axis: typing.Optional[typing.Any] = {'"X"', '"Z"', '"Y"'},
54
+ force_axis: typing.Optional[typing.Any] = {'"Y"', '"Z"', '"X"'},
55
55
  orientation: typing.Optional[typing.Any] = "LOCAL",
56
56
  cloth_mass: typing.Optional[typing.Any] = 1.0,
57
57
  cloth_damping: typing.Optional[typing.Any] = 0.0,
@@ -610,7 +610,7 @@ def mesh_filter(
610
610
  bpy.types.bpy_prop_collection["bpy.types.OperatorStrokeElement"]
611
611
  ] = None,
612
612
  type: typing.Optional[typing.Any] = "INFLATE",
613
- deform_axis: typing.Optional[typing.Any] = {'"X"', '"Z"', '"Y"'},
613
+ deform_axis: typing.Optional[typing.Any] = {'"Y"', '"Z"', '"X"'},
614
614
  orientation: typing.Optional[typing.Any] = "LOCAL",
615
615
  surface_smooth_shape_preservation: typing.Optional[typing.Any] = 0.5,
616
616
  surface_smooth_current_vertex: typing.Optional[typing.Any] = 0.5,
bpy/types/__init__.pyi CHANGED
@@ -92,6 +92,138 @@ import mathutils
92
92
 
93
93
  GenericType = typing.TypeVar("GenericType")
94
94
 
95
+ class bpy_prop_collection(typing.Generic[GenericType]):
96
+ """built-in class used for all collections."""
97
+
98
+ def find(self, key: typing.Optional[str]) -> int:
99
+ """Returns the index of a key in a collection or -1 when not found
100
+ (matches Python's string find function of the same name).
101
+
102
+ :param key: The identifier for the collection member.
103
+ :type key: typing.Optional[str]
104
+ :rtype: int
105
+ :return: index of the key.
106
+ """
107
+ ...
108
+
109
+ def foreach_get(self, attr, seq):
110
+ """This is a function to give fast access to attributes within a collection.Only works for 'basic type' properties (bool, int and float)!
111
+ Multi-dimensional arrays (like array of vectors) will be flattened into seq.
112
+
113
+ :param attr:
114
+ :type attr:
115
+ :param seq:
116
+ :type seq:
117
+ """
118
+ ...
119
+
120
+ def foreach_set(self, attr, seq):
121
+ """This is a function to give fast access to attributes within a collection.Only works for 'basic type' properties (bool, int and float)!
122
+ seq must be uni-dimensional, multi-dimensional arrays (like array of vectors) will be re-created from it.
123
+
124
+ :param attr:
125
+ :type attr:
126
+ :param seq:
127
+ :type seq:
128
+ """
129
+ ...
130
+
131
+ def get(
132
+ self, key: typing.Optional[str], default: typing.Optional[typing.Any] = None
133
+ ):
134
+ """Returns the value of the item assigned to key or default when not found
135
+ (matches Python's dictionary function of the same name).
136
+
137
+ :param key: The identifier for the collection member.
138
+ :type key: typing.Optional[str]
139
+ :param default: Optional argument for the value to return if
140
+ key is not found.
141
+ :type default: typing.Optional[typing.Any]
142
+ """
143
+ ...
144
+
145
+ def items(self) -> typing.List:
146
+ """Return the identifiers of collection members
147
+ (matching Python's dict.items() functionality).
148
+
149
+ :rtype: typing.List
150
+ :return: (key, value) pairs for each member of this collection.
151
+ """
152
+ ...
153
+
154
+ def keys(self) -> typing.List[str]:
155
+ """Return the identifiers of collection members
156
+ (matching Python's dict.keys() functionality).
157
+
158
+ :rtype: typing.List[str]
159
+ :return: the identifiers for each member of this collection.
160
+ """
161
+ ...
162
+
163
+ def values(self) -> typing.List:
164
+ """Return the values of collection
165
+ (matching Python's dict.values() functionality).
166
+
167
+ :rtype: typing.List
168
+ :return: the members of this collection.
169
+ """
170
+ ...
171
+
172
+ def __getitem__(
173
+ self, key: typing.Optional[typing.Union[int, str]]
174
+ ) -> "GenericType":
175
+ """
176
+
177
+ :param key:
178
+ :type key: typing.Optional[typing.Union[int, str]]
179
+ :rtype: 'GenericType'
180
+ """
181
+ ...
182
+
183
+ def __setitem__(
184
+ self, key: typing.Optional[typing.Union[int, str]], value: "GenericType"
185
+ ):
186
+ """
187
+
188
+ :param key:
189
+ :type key: typing.Optional[typing.Union[int, str]]
190
+ :param value:
191
+ :type value: 'GenericType'
192
+ """
193
+ ...
194
+
195
+ def __delitem__(
196
+ self, key: typing.Optional[typing.Union[int, str]]
197
+ ) -> "GenericType":
198
+ """
199
+
200
+ :param key:
201
+ :type key: typing.Optional[typing.Union[int, str]]
202
+ :rtype: 'GenericType'
203
+ """
204
+ ...
205
+
206
+ def __iter__(self) -> typing.Iterator["GenericType"]:
207
+ """
208
+
209
+ :rtype: typing.Iterator['GenericType']
210
+ """
211
+ ...
212
+
213
+ def __next__(self) -> "GenericType":
214
+ """
215
+
216
+ :rtype: 'GenericType'
217
+ """
218
+ ...
219
+
220
+ def __len__(self) -> int:
221
+ """
222
+
223
+ :rtype: int
224
+ """
225
+ ...
226
+
95
227
  class bpy_struct:
96
228
  """built-in base class for all classes in bpy.types."""
97
229
 
@@ -406,138 +538,6 @@ class bpy_struct:
406
538
  """
407
539
  ...
408
540
 
409
- class bpy_prop_collection(typing.Generic[GenericType]):
410
- """built-in class used for all collections."""
411
-
412
- def find(self, key: typing.Optional[str]) -> int:
413
- """Returns the index of a key in a collection or -1 when not found
414
- (matches Python's string find function of the same name).
415
-
416
- :param key: The identifier for the collection member.
417
- :type key: typing.Optional[str]
418
- :rtype: int
419
- :return: index of the key.
420
- """
421
- ...
422
-
423
- def foreach_get(self, attr, seq):
424
- """This is a function to give fast access to attributes within a collection.Only works for 'basic type' properties (bool, int and float)!
425
- Multi-dimensional arrays (like array of vectors) will be flattened into seq.
426
-
427
- :param attr:
428
- :type attr:
429
- :param seq:
430
- :type seq:
431
- """
432
- ...
433
-
434
- def foreach_set(self, attr, seq):
435
- """This is a function to give fast access to attributes within a collection.Only works for 'basic type' properties (bool, int and float)!
436
- seq must be uni-dimensional, multi-dimensional arrays (like array of vectors) will be re-created from it.
437
-
438
- :param attr:
439
- :type attr:
440
- :param seq:
441
- :type seq:
442
- """
443
- ...
444
-
445
- def get(
446
- self, key: typing.Optional[str], default: typing.Optional[typing.Any] = None
447
- ):
448
- """Returns the value of the item assigned to key or default when not found
449
- (matches Python's dictionary function of the same name).
450
-
451
- :param key: The identifier for the collection member.
452
- :type key: typing.Optional[str]
453
- :param default: Optional argument for the value to return if
454
- key is not found.
455
- :type default: typing.Optional[typing.Any]
456
- """
457
- ...
458
-
459
- def items(self) -> typing.List:
460
- """Return the identifiers of collection members
461
- (matching Python's dict.items() functionality).
462
-
463
- :rtype: typing.List
464
- :return: (key, value) pairs for each member of this collection.
465
- """
466
- ...
467
-
468
- def keys(self) -> typing.List[str]:
469
- """Return the identifiers of collection members
470
- (matching Python's dict.keys() functionality).
471
-
472
- :rtype: typing.List[str]
473
- :return: the identifiers for each member of this collection.
474
- """
475
- ...
476
-
477
- def values(self) -> typing.List:
478
- """Return the values of collection
479
- (matching Python's dict.values() functionality).
480
-
481
- :rtype: typing.List
482
- :return: the members of this collection.
483
- """
484
- ...
485
-
486
- def __getitem__(
487
- self, key: typing.Optional[typing.Union[int, str]]
488
- ) -> "GenericType":
489
- """
490
-
491
- :param key:
492
- :type key: typing.Optional[typing.Union[int, str]]
493
- :rtype: 'GenericType'
494
- """
495
- ...
496
-
497
- def __setitem__(
498
- self, key: typing.Optional[typing.Union[int, str]], value: "GenericType"
499
- ):
500
- """
501
-
502
- :param key:
503
- :type key: typing.Optional[typing.Union[int, str]]
504
- :param value:
505
- :type value: 'GenericType'
506
- """
507
- ...
508
-
509
- def __delitem__(
510
- self, key: typing.Optional[typing.Union[int, str]]
511
- ) -> "GenericType":
512
- """
513
-
514
- :param key:
515
- :type key: typing.Optional[typing.Union[int, str]]
516
- :rtype: 'GenericType'
517
- """
518
- ...
519
-
520
- def __iter__(self) -> typing.Iterator["GenericType"]:
521
- """
522
-
523
- :rtype: typing.Iterator['GenericType']
524
- """
525
- ...
526
-
527
- def __next__(self) -> "GenericType":
528
- """
529
-
530
- :rtype: 'GenericType'
531
- """
532
- ...
533
-
534
- def __len__(self) -> int:
535
- """
536
-
537
- :rtype: int
538
- """
539
- ...
540
-
541
541
  class bpy_prop_array(typing.Generic[GenericType]):
542
542
  def foreach_get(self, attr, seq): ...
543
543
  def foreach_set(self, attr, seq): ...
@@ -22878,6 +22878,12 @@ class NodeLink(bpy_struct):
22878
22878
  :type: bool
22879
22879
  """
22880
22880
 
22881
+ multi_input_sort_id: int
22882
+ """ Used to sort multiple links coming into the same input. The highest ID is at the top
22883
+
22884
+ :type: int
22885
+ """
22886
+
22881
22887
  to_node: "Node"
22882
22888
  """
22883
22889
 
@@ -22890,6 +22896,14 @@ class NodeLink(bpy_struct):
22890
22896
  :type: 'NodeSocket'
22891
22897
  """
22892
22898
 
22899
+ def swap_multi_input_sort_id(self, other: "NodeLink"):
22900
+ """Swap the order of two links connected to the same multi-input socket
22901
+
22902
+ :param other: Other, The other link. Must link to the same multi input socket
22903
+ :type other: 'NodeLink'
22904
+ """
22905
+ ...
22906
+
22893
22907
  def bl_rna_get_subclass(self, id: typing.Optional[str], default=None) -> "Struct":
22894
22908
  """
22895
22909
 
@@ -67849,10 +67863,10 @@ class KeyConfigurations(bpy_prop_collection[KeyConfig], bpy_struct):
67849
67863
  context: typing.Optional[typing.Any] = "INVOKE_DEFAULT",
67850
67864
  properties: typing.Optional["OperatorProperties"] = None,
67851
67865
  include: typing.Optional[typing.Any] = {
67852
- '"NDOF"',
67853
- '"KEYBOARD"',
67854
- '"MOUSE"',
67855
67866
  '"ACTIONZONE"',
67867
+ '"MOUSE"',
67868
+ '"KEYBOARD"',
67869
+ '"NDOF"',
67856
67870
  },
67857
67871
  exclude: typing.Optional[typing.Any] = {},
67858
67872
  ):
@@ -68136,10 +68150,10 @@ class KeyMapItems(bpy_prop_collection[KeyMapItem], bpy_struct):
68136
68150
  idname: typing.Union[str, typing.Any],
68137
68151
  properties: typing.Optional["OperatorProperties"] = None,
68138
68152
  include: typing.Optional[typing.Any] = {
68139
- '"NDOF"',
68140
- '"KEYBOARD"',
68141
- '"MOUSE"',
68142
68153
  '"ACTIONZONE"',
68154
+ '"MOUSE"',
68155
+ '"KEYBOARD"',
68156
+ '"NDOF"',
68143
68157
  },
68144
68158
  exclude: typing.Optional[typing.Any] = {},
68145
68159
  ) -> "KeyMapItem":
@@ -71205,6 +71219,149 @@ class GreasePencilDashModifierData(Modifier, bpy_struct):
71205
71219
  """
71206
71220
  ...
71207
71221
 
71222
+ class GreasePencilEnvelopeModifier(Modifier, bpy_struct):
71223
+ """AEnvelope stroke effect modifier"""
71224
+
71225
+ invert_layer_filter: bool
71226
+ """ Invert layer filter
71227
+
71228
+ :type: bool
71229
+ """
71230
+
71231
+ invert_layer_pass_filter: bool
71232
+ """ Invert layer pass filter
71233
+
71234
+ :type: bool
71235
+ """
71236
+
71237
+ invert_material_filter: bool
71238
+ """ Invert material filter
71239
+
71240
+ :type: bool
71241
+ """
71242
+
71243
+ invert_material_pass_filter: bool
71244
+ """ Invert material pass filter
71245
+
71246
+ :type: bool
71247
+ """
71248
+
71249
+ invert_vertex_group: bool
71250
+ """ Invert vertex group weights
71251
+
71252
+ :type: bool
71253
+ """
71254
+
71255
+ layer_filter: typing.Union[str, typing.Any]
71256
+ """ Layer name
71257
+
71258
+ :type: typing.Union[str, typing.Any]
71259
+ """
71260
+
71261
+ layer_pass_filter: int
71262
+ """ Layer pass filter
71263
+
71264
+ :type: int
71265
+ """
71266
+
71267
+ mat_nr: int
71268
+ """ The material to use for the new strokes
71269
+
71270
+ :type: int
71271
+ """
71272
+
71273
+ material_filter: "Material"
71274
+ """ Material used for filtering
71275
+
71276
+ :type: 'Material'
71277
+ """
71278
+
71279
+ material_pass_filter: int
71280
+ """ Material pass
71281
+
71282
+ :type: int
71283
+ """
71284
+
71285
+ mode: typing.Union[int, str]
71286
+ """ Algorithm to use for generating the envelope
71287
+
71288
+ :type: typing.Union[int, str]
71289
+ """
71290
+
71291
+ open_influence_panel: bool
71292
+ """
71293
+
71294
+ :type: bool
71295
+ """
71296
+
71297
+ skip: int
71298
+ """ The number of generated segments to skip to reduce complexity
71299
+
71300
+ :type: int
71301
+ """
71302
+
71303
+ spread: int
71304
+ """ The number of points to skip to create straight segments
71305
+
71306
+ :type: int
71307
+ """
71308
+
71309
+ strength: float
71310
+ """ Multiplier for the strength of the new strokes
71311
+
71312
+ :type: float
71313
+ """
71314
+
71315
+ thickness: float
71316
+ """ Multiplier for the thickness of the new strokes
71317
+
71318
+ :type: float
71319
+ """
71320
+
71321
+ use_layer_pass_filter: bool
71322
+ """ Use layer pass filter
71323
+
71324
+ :type: bool
71325
+ """
71326
+
71327
+ use_material_pass_filter: bool
71328
+ """ Use material pass filter
71329
+
71330
+ :type: bool
71331
+ """
71332
+
71333
+ vertex_group_name: typing.Union[str, typing.Any]
71334
+ """ Vertex group name for modulating the deform
71335
+
71336
+ :type: typing.Union[str, typing.Any]
71337
+ """
71338
+
71339
+ def bl_rna_get_subclass(self, id: typing.Optional[str], default=None) -> "Struct":
71340
+ """
71341
+
71342
+ :param id: The RNA type identifier.
71343
+ :type id: typing.Optional[str]
71344
+ :param default:
71345
+ :type default:
71346
+ :rtype: 'Struct'
71347
+ :return: The RNA type or default when not found.
71348
+ """
71349
+ ...
71350
+
71351
+ def bl_rna_get_subclass_py(
71352
+ self, id: typing.Optional[str], default=None
71353
+ ) -> typing.Any:
71354
+ """
71355
+
71356
+ :param id: The RNA type identifier.
71357
+ :type id: typing.Optional[str]
71358
+ :param default:
71359
+ :type default:
71360
+ :rtype: typing.Any
71361
+ :return: The class or default when not found.
71362
+ """
71363
+ ...
71364
+
71208
71365
  class GreasePencilHookModifier(Modifier, bpy_struct):
71209
71366
  """Hook modifier to modify the location of stroke points"""
71210
71367
 
@@ -92750,6 +92907,12 @@ class AreaLight(Light, ID, bpy_struct):
92750
92907
  :type: typing.Union['mathutils.Color', typing.List[float], typing.Tuple[float, float, float]]
92751
92908
  """
92752
92909
 
92910
+ shadow_filter_radius: float
92911
+ """ Blur shadow aliasing using Percentage Closer Filtering
92912
+
92913
+ :type: float
92914
+ """
92915
+
92753
92916
  shadow_soft_size: float
92754
92917
  """ Light size for ray shadow sampling (Raytraced shadows)
92755
92918
 
@@ -92944,6 +93107,12 @@ class PointLight(Light, ID, bpy_struct):
92944
93107
  :type: typing.Union['mathutils.Color', typing.List[float], typing.Tuple[float, float, float]]
92945
93108
  """
92946
93109
 
93110
+ shadow_filter_radius: float
93111
+ """ Blur shadow aliasing using Percentage Closer Filtering
93112
+
93113
+ :type: float
93114
+ """
93115
+
92947
93116
  shadow_soft_size: float
92948
93117
  """ Light size for ray shadow sampling (Raytraced shadows)
92949
93118
 
@@ -93047,6 +93216,12 @@ class SpotLight(Light, ID, bpy_struct):
93047
93216
  :type: typing.Union['mathutils.Color', typing.List[float], typing.Tuple[float, float, float]]
93048
93217
  """
93049
93218
 
93219
+ shadow_filter_radius: float
93220
+ """ Blur shadow aliasing using Percentage Closer Filtering
93221
+
93222
+ :type: float
93223
+ """
93224
+
93050
93225
  shadow_soft_size: float
93051
93226
  """ Light size for ray shadow sampling (Raytraced shadows)
93052
93227
 
@@ -93204,6 +93379,12 @@ class SunLight(Light, ID, bpy_struct):
93204
93379
  :type: typing.Union['mathutils.Color', typing.List[float], typing.Tuple[float, float, float]]
93205
93380
  """
93206
93381
 
93382
+ shadow_filter_radius: float
93383
+ """ Blur shadow aliasing using Percentage Closer Filtering
93384
+
93385
+ :type: float
93386
+ """
93387
+
93207
93388
  shadow_soft_size: float
93208
93389
  """ Light size for ray shadow sampling (Raytraced shadows)
93209
93390
 
@@ -114179,14 +114360,14 @@ class FunctionNodeReplaceString(FunctionNode, NodeInternal, Node, bpy_struct):
114179
114360
  ...
114180
114361
 
114181
114362
  class FunctionNodeRotateEuler(FunctionNode, NodeInternal, Node, bpy_struct):
114182
- space: typing.Union[int, str]
114183
- """ Base orientation for rotation
114363
+ rotation_type: typing.Union[int, str]
114364
+ """ Method used to describe the rotation
114184
114365
 
114185
114366
  :type: typing.Union[int, str]
114186
114367
  """
114187
114368
 
114188
- type: typing.Union[int, str]
114189
- """ Method used to describe the rotation
114369
+ space: typing.Union[int, str]
114370
+ """ Base orientation for rotation
114190
114371
 
114191
114372
  :type: typing.Union[int, str]
114192
114373
  """
@@ -139087,6 +139268,14 @@ VIEW3D_PT_tools_grease_pencil_sculpt_select: "bl_ui.space_view3d_toolbar.VIEW3D_
139087
139268
 
139088
139269
  VIEW3D_PT_tools_grease_pencil_sculpt_settings: "bl_ui.space_view3d_toolbar.VIEW3D_PT_tools_grease_pencil_sculpt_settings"
139089
139270
 
139271
+ VIEW3D_PT_tools_grease_pencil_v3_brush_mix_palette: "bl_ui.space_view3d_toolbar.VIEW3D_PT_tools_grease_pencil_v3_brush_mix_palette"
139272
+
139273
+ VIEW3D_PT_tools_grease_pencil_v3_brush_mixcolor: "bl_ui.space_view3d_toolbar.VIEW3D_PT_tools_grease_pencil_v3_brush_mixcolor"
139274
+
139275
+ VIEW3D_PT_tools_grease_pencil_v3_brush_select: "bl_ui.space_view3d_toolbar.VIEW3D_PT_tools_grease_pencil_v3_brush_select"
139276
+
139277
+ VIEW3D_PT_tools_grease_pencil_v3_brush_settings: "bl_ui.space_view3d_toolbar.VIEW3D_PT_tools_grease_pencil_v3_brush_settings"
139278
+
139090
139279
  VIEW3D_PT_tools_grease_pencil_vertex_appearance: "bl_ui.space_view3d_toolbar.VIEW3D_PT_tools_grease_pencil_vertex_appearance"
139091
139280
 
139092
139281
  VIEW3D_PT_tools_grease_pencil_vertex_paint_select: "bl_ui.space_view3d_toolbar.VIEW3D_PT_tools_grease_pencil_vertex_paint_select"
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: fake-bpy-module
3
- Version: 20240229
3
+ Version: 20240302
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
@@ -2,7 +2,7 @@ addon_utils/__init__.pyi,sha256=ErB1oNdZMkAmu4RKCogST9NqO8EQlrJZKlTvcvyV9No,523
2
2
  addon_utils/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
3
3
  animsys_refactor/__init__.pyi,sha256=TPPfSYPc9fAQQXoHiHTSrB37C9Sb1B2acBnO1Sq3lZ4,405
4
4
  animsys_refactor/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
5
- aud/__init__.pyi,sha256=dyhO-b3kBiUBT96yB2GpY3hRHh5Q560-0VKAxfLo0Mg,33017
5
+ aud/__init__.pyi,sha256=ZB1xcm_IDyXmAfbdwG_xLOhi-DkkS2JS0rqI4zAtrH4,33011
6
6
  aud/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
7
7
  bgl/__init__.pyi,sha256=tVVPIw2BX1wEKtbuaL5Z3zXZFaz4HnDZ2nbrB0S1rX8,112848
8
8
  bgl/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
@@ -56,7 +56,7 @@ bl_operators/object/__init__.pyi,sha256=xoHHxVUcAYXYbVz4P9aWq105i8FTffqgX2_fGqll
56
56
  bl_operators/object_align/__init__.pyi,sha256=9S_hW4zAh4ae77Lq-xve74IzpfVdQWW2LoRXDn6opf4,1431
57
57
  bl_operators/object_quick_effects/__init__.pyi,sha256=gfqn9xkWBwMM7tz91awW-eVZek_yZaUSENn7AaRDAZ8,4864
58
58
  bl_operators/object_randomize_transform/__init__.pyi,sha256=-UTJipj4VNcym8TfRQd1mbvq9SWRifPR6kJIEjexgrA,1317
59
- bl_operators/presets/__init__.pyi,sha256=gZ1GsaRhIbsrqfP4ovAqkBa3_xHKPwpPZqBm5p3X4x0,27273
59
+ bl_operators/presets/__init__.pyi,sha256=A8cswFLS1PeRsWo9aYL19DI9DPNt5UJFjuWPMdiASpY,27118
60
60
  bl_operators/rigidbody/__init__.pyi,sha256=L0Z5XIQCEJLfEhU1_gt4TeTxd7p_rKIwsSPrt8eowwA,3545
61
61
  bl_operators/screen_play_rendered_anim/__init__.pyi,sha256=0vhCGBRL824r0_Ne2GE80Wzin9Xmt3V26B81s87meFc,1219
62
62
  bl_operators/sequencer/__init__.pyi,sha256=09FIyFDQi8Jg4qYieYL4pYO3Gx-eNYghpR9ac8ItyIY,6505
@@ -115,7 +115,7 @@ bl_ui/properties_material/__init__.pyi,sha256=eQEtUYekoend8NOaxsDvPnnK7tkraQeLjC
115
115
  bl_ui/properties_material_gpencil/__init__.pyi,sha256=VO_Ej3YiLSzNcVNy9SlwBKibQ10iqrkkaaHXwefO6xc,14275
116
116
  bl_ui/properties_object/__init__.pyi,sha256=PU5sI-m-bEf1UCKmtDhnW6KLITgfNtcNv6rqsZS8QEA,19032
117
117
  bl_ui/properties_output/__init__.pyi,sha256=HuLPl8DOfALWoXNTC5vyyOPEd7EOXwAxeig7BopOl_A,25530
118
- bl_ui/properties_paint_common/__init__.pyi,sha256=_n1R3t02K00DaXod9Z9OWtsQ9dJuLVoZDivtUEcQ4CM,8894
118
+ bl_ui/properties_paint_common/__init__.pyi,sha256=sGKyG-SCF694Wn96rlx6GO8TQJqANtkoazlm7sR6K58,8977
119
119
  bl_ui/properties_particle/__init__.pyi,sha256=6Ucp50C-XvnRGyckscPvy261XSkRBKoj9SSPGo35hq8,72538
120
120
  bl_ui/properties_physics_cloth/__init__.pyi,sha256=q91ROWYVuYG6S6pYFPadZn6NCGw8KY0uWA_smGtNEcE,19832
121
121
  bl_ui/properties_physics_common/__init__.pyi,sha256=J8vuUQpzFgOUt5AswnQ-mSXou_p-ePRlRa3r8PauOOs,1894
@@ -153,7 +153,7 @@ bl_ui/space_toolsystem_toolbar/__init__.pyi,sha256=4nIzU1cK742eSlB61nKWVQBm9_QSP
153
153
  bl_ui/space_topbar/__init__.pyi,sha256=lsxQV6Ik2PHWkO4tuZsf3tOLNunCMZ1L_07upcnBtBA,36748
154
154
  bl_ui/space_userpref/__init__.pyi,sha256=f3Slw8knKVcvzc6WcAdgcmMxK9Lca3Fuaw--F6Ouqzg,119274
155
155
  bl_ui/space_view3d/__init__.pyi,sha256=jW_FqEO2XqOFLPrEvbUZqdb1gWFrYacg7Z8naLfMHYM,366073
156
- bl_ui/space_view3d_toolbar/__init__.pyi,sha256=tgo9KSaIONbLJX3MjyQF9i98DwZXSBVTCo47NQUGTIo,140276
156
+ bl_ui/space_view3d_toolbar/__init__.pyi,sha256=jf1pItkauwYqQkSYiLEc-5XH15TvbJBwMSunNx5YIiA,145933
157
157
  bl_ui/utils/__init__.pyi,sha256=UgYKsf9qhxnfPseqVMkVdauihyMV3O02WDk-3Q_M7iw,501
158
158
  bl_ui_utils/__init__.pyi,sha256=bnl92Tdgw6pXneG59u9jRoZQPxVGHfX3vepFfj3xlAU,109
159
159
  bl_ui_utils/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
@@ -199,7 +199,7 @@ bpy/ops/dpaint/__init__.pyi,sha256=f68AefeI15BnIR_tf5mVbfrAbaly83_RIBznTGmrTSo,2
199
199
  bpy/ops/ed/__init__.pyi,sha256=O354iq6Wg0tNzTDiLkXU7agqD6e6DoywuAKuAajDLGE,9974
200
200
  bpy/ops/export_anim/__init__.pyi,sha256=AnV2l6UH64F1xxXF9rWLXZv3EJmSzI6WsP0ICv0j6Sc,2420
201
201
  bpy/ops/export_mesh/__init__.pyi,sha256=agxQTGbW405r7WZOu-bBgNDJbahufUvBqfBSqLVKGe0,2913
202
- bpy/ops/export_scene/__init__.pyi,sha256=g48oFgQ8ZOunDsFZuX6yLznOF5AIRnkpwMkJey1Z48Y,46435
202
+ bpy/ops/export_scene/__init__.pyi,sha256=11sHrdCrJk8Wlsjb_UcKe8uEiL_YJfoE-gTdz7K7qog,46435
203
203
  bpy/ops/file/__init__.pyi,sha256=AOLAU6yIqsVvw4Ga9h77DvKdn0o-kOyAnG5Lmib1vI0,26137
204
204
  bpy/ops/fluid/__init__.pyi,sha256=LIkJyMJMAC5WH1ZKJ6eZGu7cB42FRLLiTeUAXy9j9cU,5094
205
205
  bpy/ops/font/__init__.pyi,sha256=5kN9cQw9Mcc2sUNRR8_9sHbFLswfyEcJ4Dg2EgcwR1M,20180
@@ -220,7 +220,7 @@ bpy/ops/mask/__init__.pyi,sha256=idXFdZ4Bfm4hF3-C0cPFDh5DUMGfDL-Zwc0LzmRG0DU,222
220
220
  bpy/ops/material/__init__.pyi,sha256=4u36fuqh_UeA9ZHX6lZp1yrcxvdPRjKjcEOzN2LX9F0,1049
221
221
  bpy/ops/mball/__init__.pyi,sha256=qpO_MAD_wUFIdb6Ky2lMrdVNsufZNfDRnuaixg6tVCw,5313
222
222
  bpy/ops/mesh/__init__.pyi,sha256=nDN8oKLTEOs1ZR-XMyVMg0Uni4slWy460dVzajXAJKE,162497
223
- bpy/ops/nla/__init__.pyi,sha256=BqsolCTYle9qBx-UxHMv0r_XOcMzSzY0fqslaVx6_HA,24744
223
+ bpy/ops/nla/__init__.pyi,sha256=n-TFFZuGHUW1xjDz6LhYpCJUiJvBKUsAjzjmZkyLPOw,24744
224
224
  bpy/ops/node/__init__.pyi,sha256=NEtaFcYvlfH5BhYR1JdYR-4Jpb1AuzOgWMTtrxLpfKY,63060
225
225
  bpy/ops/object/__init__.pyi,sha256=514I-XR8WQNWR21EV7Thzeh9nRAeDzNubaSZoohTsXY,205750
226
226
  bpy/ops/outliner/__init__.pyi,sha256=ohgJm1n2tBnSU88O5FyXNUp9dTB_Sqb28_86gFjp79s,35759
@@ -237,7 +237,7 @@ bpy/ops/rigidbody/__init__.pyi,sha256=Gs2OZGl4NUXQ0wLPQImK9sVSg4FNHckHSfBnqKoyE8
237
237
  bpy/ops/scene/__init__.pyi,sha256=ZEpwgRw6gc6dWCIEsVFMAJK5gOsWGKWb8dOi2EItBuY,19495
238
238
  bpy/ops/screen/__init__.pyi,sha256=QwLMLVzQGagLKPPhBCZRH7xUeQcb2oLuY97zwTh2qt4,28074
239
239
  bpy/ops/script/__init__.pyi,sha256=pn2CKXaea19HjHsrF-SdWrDLfO9yDo0StYYhFYnYmTI,1508
240
- bpy/ops/sculpt/__init__.pyi,sha256=6terCC1ndnPTwFMNj7QzXEhRzoaR4Vevoo7VSLhSpRs,39912
240
+ bpy/ops/sculpt/__init__.pyi,sha256=lQG7iw4CL5aEZlLcaaYYvwM_NY_MNWiLEAJutGgSYI4,39912
241
241
  bpy/ops/sculpt_curves/__init__.pyi,sha256=VSftg3xozMLjVm43j51TDfEIvglcC_TlN2BZ1MMbh8E,3336
242
242
  bpy/ops/sequencer/__init__.pyi,sha256=4g6lIr_5oWw71xMdnCCpSHWXVRllvD9dNl3Qehhqank,93251
243
243
  bpy/ops/sound/__init__.pyi,sha256=jsnI0SFHoBtnf73dJwNl79fFScHjOhUWr2tcq2ymyzY,21562
@@ -257,7 +257,7 @@ bpy/ops/workspace/__init__.pyi,sha256=cfTHpfhZok-9W-Cv6xpLYIh1LaqCQB4RAeZNnNev_H
257
257
  bpy/ops/world/__init__.pyi,sha256=Jex-4HYHQCGb1L18edEx0_Bi6LLewdSOK0FRSMfR4a8,398
258
258
  bpy/path/__init__.pyi,sha256=QxWy6N5-7KFQWppjuhDhEV-3XNodrAcFXA6JvbbTbXQ,6388
259
259
  bpy/props/__init__.pyi,sha256=vG0dYQzpuh5QnOwqNwz8W-2yKdclHbNkC2jtXkgx4rQ,29405
260
- bpy/types/__init__.pyi,sha256=fQ4tP_SFd3jO_nk4iTA_nOon-kO1o_a3ASAni-UQCLg,3455961
260
+ bpy/types/__init__.pyi,sha256=XA8H9NsHtS8FGkm_WF1s1-xR3WaP_Ol2-mI7cxVuywI,3460069
261
261
  bpy/utils/__init__.pyi,sha256=tXg7jhIyeJmLMHrU85XbRTSYex_YJi8siXMvAiWamd0,10365
262
262
  bpy/utils/previews/__init__.pyi,sha256=gOgnSWVc0SRdn5n768T2WxDNYhJgTZdNwQnrSQv2D_0,2159
263
263
  bpy/utils/units/__init__.pyi,sha256=AzFFYMVq6akTZ3AHGW4GzA_n6jfeKV7O9qvqvBasBgY,2684
@@ -343,7 +343,7 @@ rna_xml/__init__.pyi,sha256=oMdXh2K4vb_KNNhyhehXJPH20RJkrUExWFoGX6_8IoI,471
343
343
  rna_xml/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
344
344
  sys_info/__init__.pyi,sha256=8dAUaATaRsjhkMMCN8lWAlnEo_Z0qzeYMjashL-525k,93
345
345
  sys_info/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
346
- fake_bpy_module-20240229.dist-info/METADATA,sha256=g42EPNfe93eN_yk508nnYJ7zFU5iQfs8ckxN-4vkQDE,7008
347
- fake_bpy_module-20240229.dist-info/WHEEL,sha256=oiQVh_5PnQM0E3gPdiz09WCNmwiHDMaGer_elqB3coM,92
348
- fake_bpy_module-20240229.dist-info/top_level.txt,sha256=7r84ZPNSbRAopA50b0pH3uZ2ysQ2IvkuP0uXadxl7gs,495
349
- fake_bpy_module-20240229.dist-info/RECORD,,
346
+ fake_bpy_module-20240302.dist-info/METADATA,sha256=5f7Kk2RCcZOBW_tO5Gf0oZRbFJWsV9qmLbW5wKabhv4,7008
347
+ fake_bpy_module-20240302.dist-info/WHEEL,sha256=oiQVh_5PnQM0E3gPdiz09WCNmwiHDMaGer_elqB3coM,92
348
+ fake_bpy_module-20240302.dist-info/top_level.txt,sha256=7r84ZPNSbRAopA50b0pH3uZ2ysQ2IvkuP0uXadxl7gs,495
349
+ fake_bpy_module-20240302.dist-info/RECORD,,