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

@@ -4001,7 +4001,7 @@ def shape_key_clear(
4001
4001
  def shape_key_copy(
4002
4002
  execution_context: int | str | None = None, undo: bool | None = None
4003
4003
  ):
4004
- """Duplicate the acive shape key
4004
+ """Duplicate the active shape key
4005
4005
 
4006
4006
  :type execution_context: int | str | None
4007
4007
  :type undo: bool | None
@@ -2255,7 +2255,7 @@ def text_edit_mode_toggle(
2255
2255
  def text_edit_paste(
2256
2256
  execution_context: int | str | None = None, undo: bool | None = None
2257
2257
  ):
2258
- """Paste text to clipboard
2258
+ """Paste text from clipboard
2259
2259
 
2260
2260
  :type execution_context: int | str | None
2261
2261
  :type undo: bool | None
bpy/ops/wm/__init__.pyi CHANGED
@@ -2904,7 +2904,7 @@ def obj_import(
2904
2904
  :type import_vertex_groups: bool | None
2905
2905
  :param validate_meshes: Validate Meshes, Ensure the data is valid (when disabled, data may be imported which causes crashes displaying or editing)
2906
2906
  :type validate_meshes: bool | None
2907
- :param close_spline_loops: Detect Cyclic Curves, Join curve endpoints if overlapping control points are detected(if disabled, no curves will be cyclic)
2907
+ :param close_spline_loops: Detect Cyclic Curves, Join curve endpoints if overlapping control points are detected (if disabled, no curves will be cyclic)
2908
2908
  :type close_spline_loops: bool | None
2909
2909
  :param collection_separator: Path Separator, Character used to separate objects name into hierarchical structure
2910
2910
  :type collection_separator: str
bpy/types/__init__.pyi CHANGED
@@ -46825,6 +46825,101 @@ FileHandler
46825
46825
  :columns: 2
46826
46826
 
46827
46827
 
46828
+ --------------------
46829
+
46830
+ * bpy_struct.id_data
46831
+ * Node.type
46832
+ * Node.location
46833
+ * Node.location_absolute
46834
+ * Node.width
46835
+ * Node.height
46836
+ * Node.dimensions
46837
+ * Node.name
46838
+ * Node.label
46839
+ * Node.inputs
46840
+ * Node.outputs
46841
+ * Node.internal_links
46842
+ * Node.parent
46843
+ * Node.warning_propagation
46844
+ * Node.use_custom_color
46845
+ * Node.color
46846
+ * Node.color_tag
46847
+ * Node.select
46848
+ * Node.show_options
46849
+ * Node.show_preview
46850
+ * Node.hide
46851
+ * Node.mute
46852
+ * Node.show_texture
46853
+ * Node.bl_idname
46854
+ * Node.bl_label
46855
+ * Node.bl_description
46856
+ * Node.bl_icon
46857
+ * Node.bl_static_type
46858
+ * Node.bl_width_default
46859
+ * Node.bl_width_min
46860
+ * Node.bl_width_max
46861
+ * Node.bl_height_default
46862
+ * Node.bl_height_min
46863
+ * Node.bl_height_max
46864
+
46865
+ :columns: 2
46866
+
46867
+
46868
+ --------------------
46869
+
46870
+ * bpy_struct.as_pointer
46871
+ * bpy_struct.driver_add
46872
+ * bpy_struct.driver_remove
46873
+ * bpy_struct.get
46874
+ * bpy_struct.id_properties_clear
46875
+ * bpy_struct.id_properties_ensure
46876
+ * bpy_struct.id_properties_ui
46877
+ * bpy_struct.is_property_hidden
46878
+ * bpy_struct.is_property_overridable_library
46879
+ * bpy_struct.is_property_readonly
46880
+ * bpy_struct.is_property_set
46881
+ * bpy_struct.items
46882
+ * bpy_struct.keyframe_delete
46883
+ * bpy_struct.keyframe_insert
46884
+ * bpy_struct.keys
46885
+ * bpy_struct.path_from_id
46886
+ * bpy_struct.path_resolve
46887
+ * bpy_struct.pop
46888
+ * bpy_struct.property_overridable_library_set
46889
+ * bpy_struct.property_unset
46890
+ * bpy_struct.rna_ancestors
46891
+ * bpy_struct.type_recast
46892
+ * bpy_struct.values
46893
+ * Node.socket_value_update
46894
+ * Node.is_registered_node_type
46895
+ * Node.poll
46896
+ * Node.poll_instance
46897
+ * Node.update
46898
+ * Node.insert_link
46899
+ * Node.init
46900
+ * Node.copy
46901
+ * Node.free
46902
+ * Node.draw_buttons
46903
+ * Node.draw_buttons_ext
46904
+ * Node.draw_label
46905
+ * Node.debug_zone_body_lazy_function_graph
46906
+ * Node.debug_zone_lazy_function_graph
46907
+ * Node.poll
46908
+ * Node.bl_rna_get_subclass
46909
+ * Node.bl_rna_get_subclass_py
46910
+ * NodeInternal.poll
46911
+ * NodeInternal.poll_instance
46912
+ * NodeInternal.update
46913
+ * NodeInternal.draw_buttons
46914
+ * NodeInternal.draw_buttons_ext
46915
+ * NodeInternal.bl_rna_get_subclass
46916
+ * NodeInternal.bl_rna_get_subclass_py
46917
+ * FunctionNode.bl_rna_get_subclass
46918
+ * FunctionNode.bl_rna_get_subclass_py
46919
+
46920
+ :columns: 2
46921
+
46922
+
46828
46923
  --------------------
46829
46924
 
46830
46925
  * bpy_struct.id_data
@@ -96946,6 +97041,8 @@ of the scene and only show nodes of the renderer they are designed for.
96946
97041
  * FunctionNodeAxesToRotation.output_template
96947
97042
  * FunctionNodeAxisAngleToRotation.input_template
96948
97043
  * FunctionNodeAxisAngleToRotation.output_template
97044
+ * FunctionNodeBitMath.input_template
97045
+ * FunctionNodeBitMath.output_template
96949
97046
  * FunctionNodeBooleanMath.input_template
96950
97047
  * FunctionNodeBooleanMath.output_template
96951
97048
  * FunctionNodeCombineColor.input_template
@@ -119564,13 +119661,13 @@ class Action(ID, bpy_struct):
119564
119661
  """
119565
119662
 
119566
119663
  is_action_layered: bool
119567
- """ Return whether this is a layered Action. An empty Action considered as both a 'layered' and a 'layered' Action.
119664
+ """ Return whether this is a layered Action. An empty Action is considered as both a 'legacy' and a 'layered' Action.
119568
119665
 
119569
119666
  :type: bool
119570
119667
  """
119571
119668
 
119572
119669
  is_action_legacy: bool
119573
- """ Return whether this is a legacy Action. Legacy Actions have no layers or slots. An empty Action considered as both a 'legacy' and a 'layered' Action. Since Blender 4.4 actions are automatically updated to layered actions, and thus this will only return True when the action is empty
119670
+ """ Return whether this is a legacy Action. Legacy Actions have no layers or slots. An empty Action is considered as both a 'legacy' and a 'layered' Action. Since Blender 4.4 actions are automatically updated to layered actions, and thus this will only return True when the action is empty
119574
119671
 
119575
119672
  :type: bool
119576
119673
  """
@@ -127214,7 +127311,7 @@ class Camera(ID, bpy_struct):
127214
127311
  """
127215
127312
 
127216
127313
  cycles_custom: typing.Any | None
127217
- """ Parameters for custom (OSL-based) Cameras
127314
+ """ Parameters for custom (OSL-based) cameras
127218
127315
 
127219
127316
  :type: typing.Any | None
127220
127317
  """
@@ -130782,67 +130879,67 @@ class CompositorNodeColorCorrection(CompositorNode, NodeInternal, Node, bpy_stru
130782
130879
  """
130783
130880
 
130784
130881
  highlights_contrast: float
130785
- """ Highlights contrast. (Deprecated: Use Highlights Contrast input instead.
130882
+ """ Highlights contrast. (Deprecated: Use Highlights Contrast input instead.)
130786
130883
 
130787
130884
  :type: float
130788
130885
  """
130789
130886
 
130790
130887
  highlights_gain: float
130791
- """ Highlights gain. (Deprecated: Use Highlights Gain input instead.
130888
+ """ Highlights gain. (Deprecated: Use Highlights Gain input instead.)
130792
130889
 
130793
130890
  :type: float
130794
130891
  """
130795
130892
 
130796
130893
  highlights_gamma: float
130797
- """ Highlights gamma. (Deprecated: Use Highlights Gamma input instead.
130894
+ """ Highlights gamma. (Deprecated: Use Highlights Gamma input instead.)
130798
130895
 
130799
130896
  :type: float
130800
130897
  """
130801
130898
 
130802
130899
  highlights_lift: float
130803
- """ Highlights lift. (Deprecated: Use Highlights Lift input instead.
130900
+ """ Highlights lift. (Deprecated: Use Highlights Lift input instead.)
130804
130901
 
130805
130902
  :type: float
130806
130903
  """
130807
130904
 
130808
130905
  highlights_saturation: float
130809
- """ Highlights saturation. (Deprecated: Use Highlights Saturation input instead.
130906
+ """ Highlights saturation. (Deprecated: Use Highlights Saturation input instead.)
130810
130907
 
130811
130908
  :type: float
130812
130909
  """
130813
130910
 
130814
130911
  master_contrast: float
130815
- """ Master contrast. (Deprecated: Use Master Contrast input instead.
130912
+ """ Master contrast. (Deprecated: Use Master Contrast input instead.)
130816
130913
 
130817
130914
  :type: float
130818
130915
  """
130819
130916
 
130820
130917
  master_gain: float
130821
- """ Master gain. (Deprecated: Use Master Gain input instead.
130918
+ """ Master gain. (Deprecated: Use Master Gain input instead.)
130822
130919
 
130823
130920
  :type: float
130824
130921
  """
130825
130922
 
130826
130923
  master_gamma: float
130827
- """ Master gamma. (Deprecated: Use Master Gamma input instead.
130924
+ """ Master gamma. (Deprecated: Use Master Gamma input instead.)
130828
130925
 
130829
130926
  :type: float
130830
130927
  """
130831
130928
 
130832
130929
  master_lift: float
130833
- """ Master lift. (Deprecated: Use Master Lift input instead.
130930
+ """ Master lift. (Deprecated: Use Master Lift input instead.)
130834
130931
 
130835
130932
  :type: float
130836
130933
  """
130837
130934
 
130838
130935
  master_saturation: float
130839
- """ Master saturation. (Deprecated: Use Master Saturation input instead.
130936
+ """ Master saturation. (Deprecated: Use Master Saturation input instead.)
130840
130937
 
130841
130938
  :type: float
130842
130939
  """
130843
130940
 
130844
130941
  midtones_contrast: float
130845
- """ Midtones contrast. (Deprecated: Use Midtones Contrast input instead.
130942
+ """ Midtones contrast. (Deprecated: Use Midtones Contrast input instead.)
130846
130943
 
130847
130944
  :type: float
130848
130945
  """
@@ -130854,25 +130951,25 @@ class CompositorNodeColorCorrection(CompositorNode, NodeInternal, Node, bpy_stru
130854
130951
  """
130855
130952
 
130856
130953
  midtones_gain: float
130857
- """ Midtones gain. (Deprecated: Use Midtones Gain input instead.
130954
+ """ Midtones gain. (Deprecated: Use Midtones Gain input instead.)
130858
130955
 
130859
130956
  :type: float
130860
130957
  """
130861
130958
 
130862
130959
  midtones_gamma: float
130863
- """ Midtones gamma. (Deprecated: Use Midtones Gamma input instead.
130960
+ """ Midtones gamma. (Deprecated: Use Midtones Gamma input instead.)
130864
130961
 
130865
130962
  :type: float
130866
130963
  """
130867
130964
 
130868
130965
  midtones_lift: float
130869
- """ Midtones lift. (Deprecated: Use Midtones Lift input instead.
130966
+ """ Midtones lift. (Deprecated: Use Midtones Lift input instead.)
130870
130967
 
130871
130968
  :type: float
130872
130969
  """
130873
130970
 
130874
130971
  midtones_saturation: float
130875
- """ Midtones saturation. (Deprecated: Use Midtones Saturation input instead.
130972
+ """ Midtones saturation. (Deprecated: Use Midtones Saturation input instead.)
130876
130973
 
130877
130974
  :type: float
130878
130975
  """
@@ -130890,31 +130987,31 @@ class CompositorNodeColorCorrection(CompositorNode, NodeInternal, Node, bpy_stru
130890
130987
  """
130891
130988
 
130892
130989
  shadows_contrast: float
130893
- """ Shadows contrast. (Deprecated: Use Shadows Contrast input instead.
130990
+ """ Shadows contrast. (Deprecated: Use Shadows Contrast input instead.)
130894
130991
 
130895
130992
  :type: float
130896
130993
  """
130897
130994
 
130898
130995
  shadows_gain: float
130899
- """ Shadows gain. (Deprecated: Use Shadows Gain input instead.
130996
+ """ Shadows gain. (Deprecated: Use Shadows Gain input instead.)
130900
130997
 
130901
130998
  :type: float
130902
130999
  """
130903
131000
 
130904
131001
  shadows_gamma: float
130905
- """ Shadows gamma. (Deprecated: Use Shadows Gamma input instead.
131002
+ """ Shadows gamma. (Deprecated: Use Shadows Gamma input instead.)
130906
131003
 
130907
131004
  :type: float
130908
131005
  """
130909
131006
 
130910
131007
  shadows_lift: float
130911
- """ Shadows lift. (Deprecated: Use Shadows Lift input instead.
131008
+ """ Shadows lift. (Deprecated: Use Shadows Lift input instead.)
130912
131009
 
130913
131010
  :type: float
130914
131011
  """
130915
131012
 
130916
131013
  shadows_saturation: float
130917
- """ Shadows saturation. (Deprecated: Use Shadows Saturation input instead.
131014
+ """ Shadows saturation. (Deprecated: Use Shadows Saturation input instead.)
130918
131015
 
130919
131016
  :type: float
130920
131017
  """
@@ -148581,6 +148678,65 @@ class FunctionNodeAxisAngleToRotation(FunctionNode, NodeInternal, Node, bpy_stru
148581
148678
  :rtype: typing.Any
148582
148679
  """
148583
148680
 
148681
+ class FunctionNodeBitMath(FunctionNode, NodeInternal, Node, bpy_struct):
148682
+ """Perform bitwise operations on 32-bit integers"""
148683
+
148684
+ operation: typing.Literal["AND", "OR", "XOR", "NOT", "SHIFT", "ROTATE"]
148685
+ """
148686
+
148687
+ :type: typing.Literal['AND','OR','XOR','NOT','SHIFT','ROTATE']
148688
+ """
148689
+
148690
+ @classmethod
148691
+ def is_registered_node_type(cls) -> bool:
148692
+ """True if a registered node type
148693
+
148694
+ :return: Result
148695
+ :rtype: bool
148696
+ """
148697
+
148698
+ @classmethod
148699
+ def input_template(cls, index: int | None) -> NodeInternalSocketTemplate:
148700
+ """Input socket template
148701
+
148702
+ :param index: Index
148703
+ :type index: int | None
148704
+ :return: result
148705
+ :rtype: NodeInternalSocketTemplate
148706
+ """
148707
+
148708
+ @classmethod
148709
+ def output_template(cls, index: int | None) -> NodeInternalSocketTemplate:
148710
+ """Output socket template
148711
+
148712
+ :param index: Index
148713
+ :type index: int | None
148714
+ :return: result
148715
+ :rtype: NodeInternalSocketTemplate
148716
+ """
148717
+
148718
+ @classmethod
148719
+ def bl_rna_get_subclass(cls, id: str | None, default=None) -> Struct:
148720
+ """
148721
+
148722
+ :param id: The RNA type identifier.
148723
+ :type id: str | None
148724
+ :param default:
148725
+ :return: The RNA type or default when not found.
148726
+ :rtype: Struct
148727
+ """
148728
+
148729
+ @classmethod
148730
+ def bl_rna_get_subclass_py(cls, id: str | None, default=None) -> typing.Any:
148731
+ """
148732
+
148733
+ :param id: The RNA type identifier.
148734
+ :type id: str | None
148735
+ :param default:
148736
+ :return: The class or default when not found.
148737
+ :rtype: typing.Any
148738
+ """
148739
+
148584
148740
  class FunctionNodeBooleanMath(FunctionNode, NodeInternal, Node, bpy_struct):
148585
148741
  operation: bpy._typing.rna_enums.NodeBooleanMathItems
148586
148742
  """
@@ -160431,7 +160587,7 @@ class GeometryNodeResampleCurve(GeometryNode, NodeInternal, Node, bpy_struct):
160431
160587
  """Generate a poly spline for each input spline"""
160432
160588
 
160433
160589
  keep_last_segment: bool
160434
- """ Don't collapse a curves to single points if they are shorter than the given length. The collapsing behavior exists for compatibility reasons.
160590
+ """ Do not collapse curves to single points if they are shorter than the given length. The collapsing behavior exists for compatibility reasons.
160435
160591
 
160436
160592
  :type: bool
160437
160593
  """
@@ -165428,12 +165584,6 @@ class GreasePencilArrayModifier(Modifier, bpy_struct):
165428
165584
  :type: bool
165429
165585
  """
165430
165586
 
165431
- layer_filter: str
165432
- """ Layer name
165433
-
165434
- :type: str
165435
- """
165436
-
165437
165587
  layer_pass_filter: int
165438
165588
  """ Layer pass filter
165439
165589
 
@@ -165524,12 +165674,24 @@ class GreasePencilArrayModifier(Modifier, bpy_struct):
165524
165674
  :type: int
165525
165675
  """
165526
165676
 
165677
+ tree_node_filter: str
165678
+ """ Layer name
165679
+
165680
+ :type: str
165681
+ """
165682
+
165527
165683
  use_constant_offset: bool
165528
165684
  """ Enable offset
165529
165685
 
165530
165686
  :type: bool
165531
165687
  """
165532
165688
 
165689
+ use_layer_group_filter: bool
165690
+ """ Filter by layer group name
165691
+
165692
+ :type: bool
165693
+ """
165694
+
165533
165695
  use_layer_pass_filter: bool
165534
165696
  """ Use layer pass filter
165535
165697
 
@@ -165645,12 +165807,6 @@ class GreasePencilBuildModifier(Modifier, bpy_struct):
165645
165807
  :type: bool
165646
165808
  """
165647
165809
 
165648
- layer_filter: str
165649
- """ Layer name
165650
-
165651
- :type: str
165652
- """
165653
-
165654
165810
  layer_pass_filter: int
165655
165811
  """ Layer pass filter
165656
165812
 
@@ -165747,12 +165903,24 @@ class GreasePencilBuildModifier(Modifier, bpy_struct):
165747
165903
  :type: typing.Literal['GROW','SHRINK','FADE']
165748
165904
  """
165749
165905
 
165906
+ tree_node_filter: str
165907
+ """ Layer name
165908
+
165909
+ :type: str
165910
+ """
165911
+
165750
165912
  use_fading: bool
165751
165913
  """ Fade out strokes instead of directly cutting off
165752
165914
 
165753
165915
  :type: bool
165754
165916
  """
165755
165917
 
165918
+ use_layer_group_filter: bool
165919
+ """ Filter by layer group name
165920
+
165921
+ :type: bool
165922
+ """
165923
+
165756
165924
  use_layer_pass_filter: bool
165757
165925
  """ Use layer pass filter
165758
165926
 
@@ -165842,12 +166010,6 @@ class GreasePencilColorModifier(Modifier, bpy_struct):
165842
166010
  :type: bool
165843
166011
  """
165844
166012
 
165845
- layer_filter: str
165846
- """ Layer name
165847
-
165848
- :type: str
165849
- """
165850
-
165851
166013
  layer_pass_filter: int
165852
166014
  """ Layer pass filter
165853
166015
 
@@ -165878,12 +166040,24 @@ class GreasePencilColorModifier(Modifier, bpy_struct):
165878
166040
  :type: float
165879
166041
  """
165880
166042
 
166043
+ tree_node_filter: str
166044
+ """ Layer name
166045
+
166046
+ :type: str
166047
+ """
166048
+
165881
166049
  use_custom_curve: bool
165882
166050
  """ Use a custom curve to define a factor along the strokes
165883
166051
 
165884
166052
  :type: bool
165885
166053
  """
165886
166054
 
166055
+ use_layer_group_filter: bool
166056
+ """ Filter by layer group name
166057
+
166058
+ :type: bool
166059
+ """
166060
+
165887
166061
  use_layer_pass_filter: bool
165888
166062
  """ Use layer pass filter
165889
166063
 
@@ -165957,12 +166131,6 @@ class GreasePencilDashModifierData(Modifier, bpy_struct):
165957
166131
  :type: bool
165958
166132
  """
165959
166133
 
165960
- layer_filter: str
165961
- """ Layer name
165962
-
165963
- :type: str
165964
- """
165965
-
165966
166134
  layer_pass_filter: int
165967
166135
  """ Layer pass filter
165968
166136
 
@@ -165999,6 +166167,18 @@ class GreasePencilDashModifierData(Modifier, bpy_struct):
165999
166167
  :type: bpy_prop_collection[GreasePencilDashModifierSegment]
166000
166168
  """
166001
166169
 
166170
+ tree_node_filter: str
166171
+ """ Layer name
166172
+
166173
+ :type: str
166174
+ """
166175
+
166176
+ use_layer_group_filter: bool
166177
+ """ Filter by layer group name
166178
+
166179
+ :type: bool
166180
+ """
166181
+
166002
166182
  use_layer_pass_filter: bool
166003
166183
  """ Use layer pass filter
166004
166184
 
@@ -166270,12 +166450,6 @@ class GreasePencilEnvelopeModifier(Modifier, bpy_struct):
166270
166450
  :type: bool
166271
166451
  """
166272
166452
 
166273
- layer_filter: str
166274
- """ Layer name
166275
-
166276
- :type: str
166277
- """
166278
-
166279
166453
  layer_pass_filter: int
166280
166454
  """ Layer pass filter
166281
166455
 
@@ -166336,6 +166510,18 @@ class GreasePencilEnvelopeModifier(Modifier, bpy_struct):
166336
166510
  :type: float
166337
166511
  """
166338
166512
 
166513
+ tree_node_filter: str
166514
+ """ Layer name
166515
+
166516
+ :type: str
166517
+ """
166518
+
166519
+ use_layer_group_filter: bool
166520
+ """ Filter by layer group name
166521
+
166522
+ :type: bool
166523
+ """
166524
+
166339
166525
  use_layer_pass_filter: bool
166340
166526
  """ Use layer pass filter
166341
166527
 
@@ -166494,12 +166680,6 @@ class GreasePencilHookModifier(Modifier, bpy_struct):
166494
166680
  :type: bool
166495
166681
  """
166496
166682
 
166497
- layer_filter: str
166498
- """ Layer name
166499
-
166500
- :type: str
166501
- """
166502
-
166503
166683
  layer_pass_filter: int
166504
166684
  """ Layer pass filter
166505
166685
 
@@ -166554,6 +166734,12 @@ class GreasePencilHookModifier(Modifier, bpy_struct):
166554
166734
  :type: str
166555
166735
  """
166556
166736
 
166737
+ tree_node_filter: str
166738
+ """ Layer name
166739
+
166740
+ :type: str
166741
+ """
166742
+
166557
166743
  use_custom_curve: bool
166558
166744
  """ Use a custom curve to define a factor along the strokes
166559
166745
 
@@ -166566,6 +166752,12 @@ class GreasePencilHookModifier(Modifier, bpy_struct):
166566
166752
  :type: bool
166567
166753
  """
166568
166754
 
166755
+ use_layer_group_filter: bool
166756
+ """ Filter by layer group name
166757
+
166758
+ :type: bool
166759
+ """
166760
+
166569
166761
  use_layer_pass_filter: bool
166570
166762
  """ Use layer pass filter
166571
166763
 
@@ -166639,12 +166831,6 @@ class GreasePencilLatticeModifier(Modifier, bpy_struct):
166639
166831
  :type: bool
166640
166832
  """
166641
166833
 
166642
- layer_filter: str
166643
- """ Layer name
166644
-
166645
- :type: str
166646
- """
166647
-
166648
166834
  layer_pass_filter: int
166649
166835
  """ Layer pass filter
166650
166836
 
@@ -166681,6 +166867,18 @@ class GreasePencilLatticeModifier(Modifier, bpy_struct):
166681
166867
  :type: float
166682
166868
  """
166683
166869
 
166870
+ tree_node_filter: str
166871
+ """ Layer name
166872
+
166873
+ :type: str
166874
+ """
166875
+
166876
+ use_layer_group_filter: bool
166877
+ """ Filter by layer group name
166878
+
166879
+ :type: bool
166880
+ """
166881
+
166684
166882
  use_layer_pass_filter: bool
166685
166883
  """ Use layer pass filter
166686
166884
 
@@ -166904,7 +167102,7 @@ class GreasePencilLayerGroup(GreasePencilTreeNode, bpy_struct):
166904
167102
  """
166905
167103
 
166906
167104
  is_expanded: bool
166907
- """ The layer groups is expanded in the UI
167105
+ """ The layer group is expanded in the UI
166908
167106
 
166909
167107
  :type: bool
166910
167108
  """
@@ -167019,12 +167217,6 @@ class GreasePencilLengthModifier(Modifier, bpy_struct):
167019
167217
  :type: bool
167020
167218
  """
167021
167219
 
167022
- layer_filter: str
167023
- """ Layer name
167024
-
167025
- :type: str
167026
- """
167027
-
167028
167220
  layer_pass_filter: int
167029
167221
  """ Layer pass filter
167030
167222
 
@@ -167133,12 +167325,24 @@ class GreasePencilLengthModifier(Modifier, bpy_struct):
167133
167325
  :type: int
167134
167326
  """
167135
167327
 
167328
+ tree_node_filter: str
167329
+ """ Layer name
167330
+
167331
+ :type: str
167332
+ """
167333
+
167136
167334
  use_curvature: bool
167137
167335
  """ Follow the curvature of the stroke
167138
167336
 
167139
167337
  :type: bool
167140
167338
  """
167141
167339
 
167340
+ use_layer_group_filter: bool
167341
+ """ Filter by layer group name
167342
+
167343
+ :type: bool
167344
+ """
167345
+
167142
167346
  use_layer_pass_filter: bool
167143
167347
  """ Use layer pass filter
167144
167348
 
@@ -167615,12 +167819,6 @@ class GreasePencilMirrorModifier(Modifier, bpy_struct):
167615
167819
  :type: bool
167616
167820
  """
167617
167821
 
167618
- layer_filter: str
167619
- """ Layer name
167620
-
167621
- :type: str
167622
- """
167623
-
167624
167822
  layer_pass_filter: int
167625
167823
  """ Layer pass filter
167626
167824
 
@@ -167651,6 +167849,12 @@ class GreasePencilMirrorModifier(Modifier, bpy_struct):
167651
167849
  :type: bool
167652
167850
  """
167653
167851
 
167852
+ tree_node_filter: str
167853
+ """ Layer name
167854
+
167855
+ :type: str
167856
+ """
167857
+
167654
167858
  use_axis_x: bool
167655
167859
  """ Mirror the X axis
167656
167860
 
@@ -167669,6 +167873,12 @@ class GreasePencilMirrorModifier(Modifier, bpy_struct):
167669
167873
  :type: bool
167670
167874
  """
167671
167875
 
167876
+ use_layer_group_filter: bool
167877
+ """ Filter by layer group name
167878
+
167879
+ :type: bool
167880
+ """
167881
+
167672
167882
  use_layer_pass_filter: bool
167673
167883
  """ Use layer pass filter
167674
167884
 
@@ -167760,12 +167970,6 @@ class GreasePencilMultiplyModifier(Modifier, bpy_struct):
167760
167970
  :type: bool
167761
167971
  """
167762
167972
 
167763
- layer_filter: str
167764
- """ Layer name
167765
-
167766
- :type: str
167767
- """
167768
-
167769
167973
  layer_pass_filter: int
167770
167974
  """ Layer pass filter
167771
167975
 
@@ -167802,12 +168006,24 @@ class GreasePencilMultiplyModifier(Modifier, bpy_struct):
167802
168006
  :type: bool
167803
168007
  """
167804
168008
 
168009
+ tree_node_filter: str
168010
+ """ Layer name
168011
+
168012
+ :type: str
168013
+ """
168014
+
167805
168015
  use_fade: bool
167806
168016
  """ Fade the stroke thickness for each generated stroke
167807
168017
 
167808
168018
  :type: bool
167809
168019
  """
167810
168020
 
168021
+ use_layer_group_filter: bool
168022
+ """ Filter by layer group name
168023
+
168024
+ :type: bool
168025
+ """
168026
+
167811
168027
  use_layer_pass_filter: bool
167812
168028
  """ Use layer pass filter
167813
168029
 
@@ -167905,12 +168121,6 @@ class GreasePencilNoiseModifier(Modifier, bpy_struct):
167905
168121
  :type: bool
167906
168122
  """
167907
168123
 
167908
- layer_filter: str
167909
- """ Layer name
167910
-
167911
- :type: str
167912
- """
167913
-
167914
168124
  layer_pass_filter: int
167915
168125
  """ Layer pass filter
167916
168126
 
@@ -167971,12 +168181,24 @@ class GreasePencilNoiseModifier(Modifier, bpy_struct):
167971
168181
  :type: int
167972
168182
  """
167973
168183
 
168184
+ tree_node_filter: str
168185
+ """ Layer name
168186
+
168187
+ :type: str
168188
+ """
168189
+
167974
168190
  use_custom_curve: bool
167975
168191
  """ Use a custom curve to define a factor along the strokes
167976
168192
 
167977
168193
  :type: bool
167978
168194
  """
167979
168195
 
168196
+ use_layer_group_filter: bool
168197
+ """ Filter by layer group name
168198
+
168199
+ :type: bool
168200
+ """
168201
+
167980
168202
  use_layer_pass_filter: bool
167981
168203
  """ Use layer pass filter
167982
168204
 
@@ -168054,12 +168276,6 @@ class GreasePencilOffsetModifier(Modifier, bpy_struct):
168054
168276
  :type: bool
168055
168277
  """
168056
168278
 
168057
- layer_filter: str
168058
- """ Layer name
168059
-
168060
- :type: str
168061
- """
168062
-
168063
168279
  layer_pass_filter: int
168064
168280
  """ Layer pass filter
168065
168281
 
@@ -168150,6 +168366,18 @@ class GreasePencilOffsetModifier(Modifier, bpy_struct):
168150
168366
  :type: int
168151
168367
  """
168152
168368
 
168369
+ tree_node_filter: str
168370
+ """ Layer name
168371
+
168372
+ :type: str
168373
+ """
168374
+
168375
+ use_layer_group_filter: bool
168376
+ """ Filter by layer group name
168377
+
168378
+ :type: bool
168379
+ """
168380
+
168153
168381
  use_layer_pass_filter: bool
168154
168382
  """ Use layer pass filter
168155
168383
 
@@ -168251,12 +168479,6 @@ class GreasePencilOpacityModifier(Modifier, bpy_struct):
168251
168479
  :type: bool
168252
168480
  """
168253
168481
 
168254
- layer_filter: str
168255
- """ Layer name
168256
-
168257
- :type: str
168258
- """
168259
-
168260
168482
  layer_pass_filter: int
168261
168483
  """ Layer pass filter
168262
168484
 
@@ -168281,12 +168503,24 @@ class GreasePencilOpacityModifier(Modifier, bpy_struct):
168281
168503
  :type: bool
168282
168504
  """
168283
168505
 
168506
+ tree_node_filter: str
168507
+ """ Layer name
168508
+
168509
+ :type: str
168510
+ """
168511
+
168284
168512
  use_custom_curve: bool
168285
168513
  """ Use a custom curve to define a factor along the strokes
168286
168514
 
168287
168515
  :type: bool
168288
168516
  """
168289
168517
 
168518
+ use_layer_group_filter: bool
168519
+ """ Filter by layer group name
168520
+
168521
+ :type: bool
168522
+ """
168523
+
168290
168524
  use_layer_pass_filter: bool
168291
168525
  """ Use layer pass filter
168292
168526
 
@@ -168366,12 +168600,6 @@ class GreasePencilOutlineModifier(Modifier, bpy_struct):
168366
168600
  :type: bool
168367
168601
  """
168368
168602
 
168369
- layer_filter: str
168370
- """ Layer name
168371
-
168372
- :type: str
168373
- """
168374
-
168375
168603
  layer_pass_filter: int
168376
168604
  """ Layer pass filter
168377
168605
 
@@ -168426,12 +168654,24 @@ class GreasePencilOutlineModifier(Modifier, bpy_struct):
168426
168654
  :type: int
168427
168655
  """
168428
168656
 
168657
+ tree_node_filter: str
168658
+ """ Layer name
168659
+
168660
+ :type: str
168661
+ """
168662
+
168429
168663
  use_keep_shape: bool
168430
168664
  """ Try to keep global shape
168431
168665
 
168432
168666
  :type: bool
168433
168667
  """
168434
168668
 
168669
+ use_layer_group_filter: bool
168670
+ """ Filter by layer group name
168671
+
168672
+ :type: bool
168673
+ """
168674
+
168435
168675
  use_layer_pass_filter: bool
168436
168676
  """ Use layer pass filter
168437
168677
 
@@ -168511,12 +168751,6 @@ class GreasePencilShrinkwrapModifier(Modifier, bpy_struct):
168511
168751
  :type: bool
168512
168752
  """
168513
168753
 
168514
- layer_filter: str
168515
- """ Layer name
168516
-
168517
- :type: str
168518
- """
168519
-
168520
168754
  layer_pass_filter: int
168521
168755
  """ Layer pass filter
168522
168756
 
@@ -168577,12 +168811,24 @@ class GreasePencilShrinkwrapModifier(Modifier, bpy_struct):
168577
168811
  :type: Object | None
168578
168812
  """
168579
168813
 
168814
+ tree_node_filter: str
168815
+ """ Layer name
168816
+
168817
+ :type: str
168818
+ """
168819
+
168580
168820
  use_invert_cull: bool
168581
168821
  """ When projecting in the negative direction invert the face cull mode
168582
168822
 
168583
168823
  :type: bool
168584
168824
  """
168585
168825
 
168826
+ use_layer_group_filter: bool
168827
+ """ Filter by layer group name
168828
+
168829
+ :type: bool
168830
+ """
168831
+
168586
168832
  use_layer_pass_filter: bool
168587
168833
  """ Use layer pass filter
168588
168834
 
@@ -168710,12 +168956,6 @@ class GreasePencilSimplifyModifier(Modifier, bpy_struct):
168710
168956
  :type: bool
168711
168957
  """
168712
168958
 
168713
- layer_filter: str
168714
- """ Layer name
168715
-
168716
- :type: str
168717
- """
168718
-
168719
168959
  layer_pass_filter: int
168720
168960
  """ Layer pass filter
168721
168961
 
@@ -168764,6 +169004,18 @@ class GreasePencilSimplifyModifier(Modifier, bpy_struct):
168764
169004
  :type: int
168765
169005
  """
168766
169006
 
169007
+ tree_node_filter: str
169008
+ """ Layer name
169009
+
169010
+ :type: str
169011
+ """
169012
+
169013
+ use_layer_group_filter: bool
169014
+ """ Filter by layer group name
169015
+
169016
+ :type: bool
169017
+ """
169018
+
168767
169019
  use_layer_pass_filter: bool
168768
169020
  """ Use layer pass filter
168769
169021
 
@@ -168849,12 +169101,6 @@ class GreasePencilSmoothModifier(Modifier, bpy_struct):
168849
169101
  :type: bool
168850
169102
  """
168851
169103
 
168852
- layer_filter: str
168853
- """ Layer name
168854
-
168855
- :type: str
168856
- """
168857
-
168858
169104
  layer_pass_filter: int
168859
169105
  """ Layer pass filter
168860
169106
 
@@ -168885,6 +169131,12 @@ class GreasePencilSmoothModifier(Modifier, bpy_struct):
168885
169131
  :type: int
168886
169132
  """
168887
169133
 
169134
+ tree_node_filter: str
169135
+ """ Layer name
169136
+
169137
+ :type: str
169138
+ """
169139
+
168888
169140
  use_custom_curve: bool
168889
169141
  """ Use a custom curve to define a factor along the strokes
168890
169142
 
@@ -168921,6 +169173,12 @@ class GreasePencilSmoothModifier(Modifier, bpy_struct):
168921
169173
  :type: bool
168922
169174
  """
168923
169175
 
169176
+ use_layer_group_filter: bool
169177
+ """ Filter by layer group name
169178
+
169179
+ :type: bool
169180
+ """
169181
+
168924
169182
  use_layer_pass_filter: bool
168925
169183
  """ Use layer pass filter
168926
169184
 
@@ -168994,12 +169252,6 @@ class GreasePencilSubdivModifier(Modifier, bpy_struct):
168994
169252
  :type: bool
168995
169253
  """
168996
169254
 
168997
- layer_filter: str
168998
- """ Layer name
168999
-
169000
- :type: str
169001
- """
169002
-
169003
169255
  layer_pass_filter: int
169004
169256
  """ Layer pass filter
169005
169257
 
@@ -169036,6 +169288,18 @@ class GreasePencilSubdivModifier(Modifier, bpy_struct):
169036
169288
  :type: typing.Literal['CATMULL_CLARK','SIMPLE']
169037
169289
  """
169038
169290
 
169291
+ tree_node_filter: str
169292
+ """ Layer name
169293
+
169294
+ :type: str
169295
+ """
169296
+
169297
+ use_layer_group_filter: bool
169298
+ """ Filter by layer group name
169299
+
169300
+ :type: bool
169301
+ """
169302
+
169039
169303
  use_layer_pass_filter: bool
169040
169304
  """ Use layer pass filter
169041
169305
 
@@ -169127,12 +169391,6 @@ class GreasePencilTextureModifier(Modifier, bpy_struct):
169127
169391
  :type: bool
169128
169392
  """
169129
169393
 
169130
- layer_filter: str
169131
- """ Layer name
169132
-
169133
- :type: str
169134
- """
169135
-
169136
169394
  layer_pass_filter: int
169137
169395
  """ Layer pass filter
169138
169396
 
@@ -169163,6 +169421,18 @@ class GreasePencilTextureModifier(Modifier, bpy_struct):
169163
169421
  :type: bool
169164
169422
  """
169165
169423
 
169424
+ tree_node_filter: str
169425
+ """ Layer name
169426
+
169427
+ :type: str
169428
+ """
169429
+
169430
+ use_layer_group_filter: bool
169431
+ """ Filter by layer group name
169432
+
169433
+ :type: bool
169434
+ """
169435
+
169166
169436
  use_layer_pass_filter: bool
169167
169437
  """ Use layer pass filter
169168
169438
 
@@ -169248,12 +169518,6 @@ class GreasePencilThickModifierData(Modifier, bpy_struct):
169248
169518
  :type: bool
169249
169519
  """
169250
169520
 
169251
- layer_filter: str
169252
- """ Layer name
169253
-
169254
- :type: str
169255
- """
169256
-
169257
169521
  layer_pass_filter: int
169258
169522
  """ Layer pass filter
169259
169523
 
@@ -169290,12 +169554,24 @@ class GreasePencilThickModifierData(Modifier, bpy_struct):
169290
169554
  :type: float
169291
169555
  """
169292
169556
 
169557
+ tree_node_filter: str
169558
+ """ Layer name
169559
+
169560
+ :type: str
169561
+ """
169562
+
169293
169563
  use_custom_curve: bool
169294
169564
  """ Use a custom curve to define a factor along the strokes
169295
169565
 
169296
169566
  :type: bool
169297
169567
  """
169298
169568
 
169569
+ use_layer_group_filter: bool
169570
+ """ Filter by layer group name
169571
+
169572
+ :type: bool
169573
+ """
169574
+
169299
169575
  use_layer_pass_filter: bool
169300
169576
  """ Use layer pass filter
169301
169577
 
@@ -169381,12 +169657,6 @@ class GreasePencilTimeModifier(Modifier, bpy_struct):
169381
169657
  :type: bool
169382
169658
  """
169383
169659
 
169384
- layer_filter: str
169385
- """ Layer name
169386
-
169387
- :type: str
169388
- """
169389
-
169390
169660
  layer_pass_filter: int
169391
169661
  """ Layer pass filter
169392
169662
 
@@ -169429,6 +169699,12 @@ class GreasePencilTimeModifier(Modifier, bpy_struct):
169429
169699
  :type: bpy_prop_collection[GreasePencilTimeModifierSegment]
169430
169700
  """
169431
169701
 
169702
+ tree_node_filter: str
169703
+ """ Layer name
169704
+
169705
+ :type: str
169706
+ """
169707
+
169432
169708
  use_custom_frame_range: bool
169433
169709
  """ Define a custom range of frames to use in modifier
169434
169710
 
@@ -169441,6 +169717,12 @@ class GreasePencilTimeModifier(Modifier, bpy_struct):
169441
169717
  :type: bool
169442
169718
  """
169443
169719
 
169720
+ use_layer_group_filter: bool
169721
+ """ Filter by layer group name
169722
+
169723
+ :type: bool
169724
+ """
169725
+
169444
169726
  use_layer_pass_filter: bool
169445
169727
  """ Use layer pass filter
169446
169728
 
@@ -169585,12 +169867,6 @@ class GreasePencilTintModifier(Modifier, bpy_struct):
169585
169867
  :type: bool
169586
169868
  """
169587
169869
 
169588
- layer_filter: str
169589
- """ Layer name
169590
-
169591
- :type: str
169592
- """
169593
-
169594
169870
  layer_pass_filter: int
169595
169871
  """ Layer pass filter
169596
169872
 
@@ -169633,12 +169909,24 @@ class GreasePencilTintModifier(Modifier, bpy_struct):
169633
169909
  :type: typing.Literal['UNIFORM','GRADIENT']
169634
169910
  """
169635
169911
 
169912
+ tree_node_filter: str
169913
+ """ Layer name
169914
+
169915
+ :type: str
169916
+ """
169917
+
169636
169918
  use_custom_curve: bool
169637
169919
  """ Use a custom curve to define a factor along the strokes
169638
169920
 
169639
169921
  :type: bool
169640
169922
  """
169641
169923
 
169924
+ use_layer_group_filter: bool
169925
+ """ Filter by layer group name
169926
+
169927
+ :type: bool
169928
+ """
169929
+
169642
169930
  use_layer_pass_filter: bool
169643
169931
  """ Use layer pass filter
169644
169932
 
@@ -169815,12 +170103,6 @@ class GreasePencilWeightAngleModifier(Modifier, bpy_struct):
169815
170103
  :type: bool
169816
170104
  """
169817
170105
 
169818
- layer_filter: str
169819
- """ Layer name
169820
-
169821
- :type: str
169822
- """
169823
-
169824
170106
  layer_pass_filter: int
169825
170107
  """ Layer pass filter
169826
170108
 
@@ -169863,12 +170145,24 @@ class GreasePencilWeightAngleModifier(Modifier, bpy_struct):
169863
170145
  :type: str
169864
170146
  """
169865
170147
 
170148
+ tree_node_filter: str
170149
+ """ Layer name
170150
+
170151
+ :type: str
170152
+ """
170153
+
169866
170154
  use_invert_output: bool
169867
170155
  """ Invert output weight values
169868
170156
 
169869
170157
  :type: bool
169870
170158
  """
169871
170159
 
170160
+ use_layer_group_filter: bool
170161
+ """ Filter by layer group name
170162
+
170163
+ :type: bool
170164
+ """
170165
+
169872
170166
  use_layer_pass_filter: bool
169873
170167
  """ Use layer pass filter
169874
170168
 
@@ -169960,12 +170254,6 @@ class GreasePencilWeightProximityModifier(Modifier, bpy_struct):
169960
170254
  :type: bool
169961
170255
  """
169962
170256
 
169963
- layer_filter: str
169964
- """ Layer name
169965
-
169966
- :type: str
169967
- """
169968
-
169969
170257
  layer_pass_filter: int
169970
170258
  """ Layer pass filter
169971
170259
 
@@ -170008,12 +170296,24 @@ class GreasePencilWeightProximityModifier(Modifier, bpy_struct):
170008
170296
  :type: str
170009
170297
  """
170010
170298
 
170299
+ tree_node_filter: str
170300
+ """ Layer name
170301
+
170302
+ :type: str
170303
+ """
170304
+
170011
170305
  use_invert_output: bool
170012
170306
  """ Invert output weight values
170013
170307
 
170014
170308
  :type: bool
170015
170309
  """
170016
170310
 
170311
+ use_layer_group_filter: bool
170312
+ """ Filter by layer group name
170313
+
170314
+ :type: bool
170315
+ """
170316
+
170017
170317
  use_layer_pass_filter: bool
170018
170318
  """ Use layer pass filter
170019
170319
 
@@ -172058,7 +172358,7 @@ class ImagePaint(Paint, bpy_struct):
172058
172358
  """
172059
172359
 
172060
172360
  seam_bleed: int
172061
- """ Extend paint beyond the faces UVs to reduce seams (in pixels, slower)
172361
+ """ Extend paint beyond the faces' UVs to reduce seams (in pixels, slower)
172062
172362
 
172063
172363
  :type: int
172064
172364
  """
@@ -184486,7 +184786,7 @@ class MovieTrackingReconstruction(bpy_struct):
184486
184786
  """
184487
184787
 
184488
184788
  is_valid: bool
184489
- """ Is tracking data contains valid reconstruction information
184789
+ """ Whether the tracking data contains valid reconstruction information
184490
184790
 
184491
184791
  :type: bool
184492
184792
  """
@@ -193155,7 +193455,7 @@ Warning: Only takes into account object parenting, so e.g. in case of bone paren
193155
193455
  """
193156
193456
 
193157
193457
  shadow_terminator_normal_offset: float
193158
- """ Offset rays from the surface to reduce shadow terminator artifact on low poly geometry.Only affect triangles that are affected by the geometry offset
193458
+ """ Offset rays from the surface to reduce shadow terminator artifact on low poly geometry. Only affect triangles that are affected by the geometry offset
193159
193459
 
193160
193460
  :type: float
193161
193461
  """
@@ -199786,7 +200086,7 @@ class PreferencesExtensions(bpy_struct):
199786
200086
  """
199787
200087
 
199788
200088
  use_online_access_handled: bool
199789
- """ The user has been shown the "Online Access" prompt and make a choice
200089
+ """ The user has been shown the "Online Access" prompt and made a choice
199790
200090
 
199791
200091
  :type: bool
199792
200092
  """
@@ -199963,7 +200263,7 @@ Warning: Sculpt and edit mode data won't be saved
199963
200263
  """
199964
200264
 
199965
200265
  use_extension_online_access_handled: bool
199966
- """ The user has been shown the "Online Access" prompt and make a choice
200266
+ """ The user has been shown the "Online Access" prompt and made a choice
199967
200267
 
199968
200268
  :type: bool
199969
200269
  """
@@ -201263,7 +201563,7 @@ class Property(bpy_struct):
201263
201563
  """
201264
201564
 
201265
201565
  is_path_supports_blend_relative: bool
201266
- """ Property is a path which supports the "//" prefix, signifying the location as relative to the ".blend" files directory
201566
+ """ Property is a path which supports the "//" prefix, signifying the location as relative to the ".blend" file's directory
201267
201567
 
201268
201568
  :type: bool
201269
201569
  """
@@ -203173,7 +203473,7 @@ class RenderSettings(bpy_struct):
203173
203473
  """
203174
203474
 
203175
203475
  ppm_base: float
203176
- """ The unit multiplier for pixels per meter
203476
+ """ The base unit for pixels per meter.
203177
203477
 
203178
203478
  :type: float
203179
203479
  """
@@ -230146,7 +230446,7 @@ class TrackToConstraint(Constraint, bpy_struct):
230146
230446
  """
230147
230447
 
230148
230448
  use_target_z: bool
230149
- """ Target's Z axis, not World Z axis, will constraint the Up direction
230449
+ """ Target's Z axis, not World Z axis, will constrain the Up direction
230150
230450
 
230151
230451
  :type: bool
230152
230452
  """
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: fake-bpy-module
3
- Version: 20250519
3
+ Version: 20250520
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
@@ -243,7 +243,7 @@ bpy/ops/mball/__init__.pyi,sha256=vKET4S-NZrDAf4r1XUXjyyW8Ry5bdna9EeQlV3HMo5Y,41
243
243
  bpy/ops/mesh/__init__.pyi,sha256=kgkmMnrdn_AJzb0fhg8hdAWViu48Yy8yfwYW8-9Kxp0,129711
244
244
  bpy/ops/nla/__init__.pyi,sha256=6C8Gm7ZOBATflqUymRCXljSEKN_oE1MvqVMpR05eVIM,18172
245
245
  bpy/ops/node/__init__.pyi,sha256=29pDgP9ExFTKMN5bFvlhAbrY9QwIRNNAUShcZI_2eME,62828
246
- bpy/ops/object/__init__.pyi,sha256=q00QNRSY78Odv2YeLSL892wzhF_12UqrO60JWtk-vRw,169318
246
+ bpy/ops/object/__init__.pyi,sha256=QvUuKzgQGinP34Tw5bC5cKurLY-ZwNVkEdu3bnzmxFM,169319
247
247
  bpy/ops/outliner/__init__.pyi,sha256=5ksIXcWA2dfw0ogr_yEF5KrQlolqR-8sn3Al3Wx6-Ec,28073
248
248
  bpy/ops/paint/__init__.pyi,sha256=U-uMYTkGLmcnkI9RsWRnsbqDLJuLaWPk-5ue5rnoQwg,37692
249
249
  bpy/ops/paintcurve/__init__.pyi,sha256=3V3HI5tmtyehUcJyiNj8NO4uj-Q7B9xIvBgnAn3BlmU,3007
@@ -261,7 +261,7 @@ bpy/ops/screen/__init__.pyi,sha256=_vR_lKVTHrtPV7MVayr1_K7UHow6yA0WOwBeHeE7n0s,1
261
261
  bpy/ops/script/__init__.pyi,sha256=vY47KMjOW-njjscvnqnLQjxTbPW4-vghTvMj5jzlmJU,1005
262
262
  bpy/ops/sculpt/__init__.pyi,sha256=nLSruQTsL9fUNExK5N8wDGncsbmBhGaH8ZVTBmI_MWo,51098
263
263
  bpy/ops/sculpt_curves/__init__.pyi,sha256=mx1sIk4zA2ValmxBpDXO6SJccf-Jpvb7y1pXaWX1EI0,2876
264
- bpy/ops/sequencer/__init__.pyi,sha256=1OIU7WQEQoXgqd1X-FDXQSwQLMSLehYgKDB-C-rVQl4,78308
264
+ bpy/ops/sequencer/__init__.pyi,sha256=k55Sa5rQkpi4Z15YogG2jeM6CtqcZ7zoGBpBcfUA6uA,78310
265
265
  bpy/ops/sound/__init__.pyi,sha256=1cAvk2eDLTyU2JrwXd5-AJfPHHFrbv35MZgaer7b6pc,16956
266
266
  bpy/ops/spreadsheet/__init__.pyi,sha256=7-UPlT1vUUavzN7jbKicEW_g63sshiaXjbqpDMU2AZw,1825
267
267
  bpy/ops/surface/__init__.pyi,sha256=tvTVuqkjV4znlQBD0F2E52tkGnYDttaPQl7sHwyaOSo,10342
@@ -274,12 +274,12 @@ bpy/ops/uilist/__init__.pyi,sha256=CvereEDgN2sNfwlFl55E3sGeLTcaUcTCowuL1XVlclE,1
274
274
  bpy/ops/uv/__init__.pyi,sha256=nVZbRNLymiV8kXoRxWWNRSq72QkPBHTtwifjBxyVINY,45463
275
275
  bpy/ops/view2d/__init__.pyi,sha256=-ofLmKQJ0PqTP5b_mT2JHGo-Jf7aa3qeEf1nsmJQf50,7013
276
276
  bpy/ops/view3d/__init__.pyi,sha256=zjN4R4gMYbiteFoT7Hq2jy6JC9o5VmtOvRcq4og13s8,30895
277
- bpy/ops/wm/__init__.pyi,sha256=cmmx4mpSloZ3G0i3AewHHS77H8V8ejPV3LDfEcM6Nk0,228037
277
+ bpy/ops/wm/__init__.pyi,sha256=Zg0Iey8S6ouzpTgzHd0Jo1cIVb6PbUUSj3E_8y2gVgg,228038
278
278
  bpy/ops/workspace/__init__.pyi,sha256=NdaJuwz3A-gStNuzp_OWR9DIj7oeSgLjn9SUEBLYuNo,2024
279
279
  bpy/ops/world/__init__.pyi,sha256=9OhY87-WRRLor-4GQJhDiDJG3M9W5s9yFo9x45Iiycs,628
280
280
  bpy/path/__init__.pyi,sha256=yGX45MUnn9fJYw32UWTsBQ646iN5DbbxfvnoDkREWvI,5537
281
281
  bpy/props/__init__.pyi,sha256=4SYl5qfPLRwe3zGyHowQy_i_mU-gjImdiqidFOHP6Tc,35264
282
- bpy/types/__init__.pyi,sha256=jnRBZwYSuDrq7fz-MqACTZuksR4LqpSO7dRP2l7YHaE,5625116
282
+ bpy/types/__init__.pyi,sha256=wUFuec13fj1Pg1bg2BeXffGzC15EwkkzyzVJbyvEgQk,5631137
283
283
  bpy/utils/__init__.pyi,sha256=NwKl40t0SfvM2Lce9VmXS9zh6T-ZE1JxleSh9te_d5E,15351
284
284
  bpy/utils/previews/__init__.pyi,sha256=Pji8UKqvI3AJTk5v3nCK92URlJfehxuoaaJW6n9L7XU,2342
285
285
  bpy/utils/units/__init__.pyi,sha256=zULS_4qRrtzpHLtSU-jfO2761J4WeYBZyK-BTlL4KG0,2671
@@ -361,7 +361,7 @@ rna_prop_ui/__init__.pyi,sha256=o3yE2C_BSi2O_ZJM_Jao06i6seWMRNQcZaI6keKjpFE,1308
361
361
  rna_prop_ui/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
362
362
  rna_xml/__init__.pyi,sha256=EBP-inpL9KRsjGftcoza9_G_Do5UjXw62eAvuEMoaO0,604
363
363
  rna_xml/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
364
- fake_bpy_module-20250519.dist-info/METADATA,sha256=WGgrYWpfyY7fyv3qIr40e5B_Anyga-d_yOtuCLKlPYg,7429
365
- fake_bpy_module-20250519.dist-info/WHEEL,sha256=Nw36Djuh_5VDukK0H78QzOX-_FQEo6V37m3nkm96gtU,91
366
- fake_bpy_module-20250519.dist-info/top_level.txt,sha256=SZm3DVRKif7dFSjYKiIIg3_7uqjIwRAwOnCIcT4hRNM,500
367
- fake_bpy_module-20250519.dist-info/RECORD,,
364
+ fake_bpy_module-20250520.dist-info/METADATA,sha256=Co0g1wPwt1YuiWIFJxrNJzEZ73dIguJy7kZ5XVV3gww,7429
365
+ fake_bpy_module-20250520.dist-info/WHEEL,sha256=Nw36Djuh_5VDukK0H78QzOX-_FQEo6V37m3nkm96gtU,91
366
+ fake_bpy_module-20250520.dist-info/top_level.txt,sha256=SZm3DVRKif7dFSjYKiIIg3_7uqjIwRAwOnCIcT4hRNM,500
367
+ fake_bpy_module-20250520.dist-info/RECORD,,