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

bpy/types/__init__.pyi CHANGED
@@ -25752,6 +25752,94 @@ object, placing it into a view layer, selecting it and making it active.
25752
25752
  :columns: 2
25753
25753
 
25754
25754
 
25755
+ --------------------
25756
+
25757
+ * bpy_struct.id_data
25758
+ * ID.name
25759
+ * ID.name_full
25760
+ * ID.id_type
25761
+ * ID.session_uid
25762
+ * ID.is_evaluated
25763
+ * ID.original
25764
+ * ID.users
25765
+ * ID.use_fake_user
25766
+ * ID.use_extra_user
25767
+ * ID.is_embedded_data
25768
+ * ID.is_missing
25769
+ * ID.is_runtime_data
25770
+ * ID.is_editable
25771
+ * ID.tag
25772
+ * ID.is_library_indirect
25773
+ * ID.library
25774
+ * ID.library_weak_reference
25775
+ * ID.asset_data
25776
+ * ID.override_library
25777
+ * ID.preview
25778
+ * LightProbe.type
25779
+ * LightProbe.clip_start
25780
+ * LightProbe.show_clip
25781
+ * LightProbe.show_influence
25782
+ * LightProbe.influence_distance
25783
+ * LightProbe.visibility_buffer_bias
25784
+ * LightProbe.visibility_bleed_bias
25785
+ * LightProbe.visibility_blur
25786
+ * LightProbe.visibility_collection
25787
+ * LightProbe.invert_visibility_collection
25788
+ * LightProbe.show_data
25789
+ * LightProbe.use_data_display
25790
+ * LightProbe.data_display_size
25791
+ * LightProbe.animation_data
25792
+
25793
+ :columns: 2
25794
+
25795
+
25796
+ --------------------
25797
+
25798
+ * bpy_struct.as_pointer
25799
+ * bpy_struct.driver_add
25800
+ * bpy_struct.driver_remove
25801
+ * bpy_struct.get
25802
+ * bpy_struct.id_properties_clear
25803
+ * bpy_struct.id_properties_ensure
25804
+ * bpy_struct.id_properties_ui
25805
+ * bpy_struct.is_property_hidden
25806
+ * bpy_struct.is_property_overridable_library
25807
+ * bpy_struct.is_property_readonly
25808
+ * bpy_struct.is_property_set
25809
+ * bpy_struct.items
25810
+ * bpy_struct.keyframe_delete
25811
+ * bpy_struct.keyframe_insert
25812
+ * bpy_struct.keys
25813
+ * bpy_struct.path_from_id
25814
+ * bpy_struct.path_resolve
25815
+ * bpy_struct.pop
25816
+ * bpy_struct.property_overridable_library_set
25817
+ * bpy_struct.property_unset
25818
+ * bpy_struct.type_recast
25819
+ * bpy_struct.values
25820
+ * ID.evaluated_get
25821
+ * ID.copy
25822
+ * ID.asset_mark
25823
+ * ID.asset_clear
25824
+ * ID.asset_generate_preview
25825
+ * ID.override_create
25826
+ * ID.override_hierarchy_create
25827
+ * ID.user_clear
25828
+ * ID.user_remap
25829
+ * ID.make_local
25830
+ * ID.user_of_id
25831
+ * ID.animation_data_create
25832
+ * ID.animation_data_clear
25833
+ * ID.update_tag
25834
+ * ID.preview_ensure
25835
+ * ID.bl_rna_get_subclass
25836
+ * ID.bl_rna_get_subclass_py
25837
+ * LightProbe.bl_rna_get_subclass
25838
+ * LightProbe.bl_rna_get_subclass_py
25839
+
25840
+ :columns: 2
25841
+
25842
+
25755
25843
  --------------------
25756
25844
 
25757
25845
  * bpy_struct.id_data
@@ -52991,6 +53079,94 @@ This example script prints the vertices and UVs for each polygon, assumes the ac
52991
53079
  :columns: 2
52992
53080
 
52993
53081
 
53082
+ --------------------
53083
+
53084
+ * bpy_struct.id_data
53085
+ * ID.name
53086
+ * ID.name_full
53087
+ * ID.id_type
53088
+ * ID.session_uid
53089
+ * ID.is_evaluated
53090
+ * ID.original
53091
+ * ID.users
53092
+ * ID.use_fake_user
53093
+ * ID.use_extra_user
53094
+ * ID.is_embedded_data
53095
+ * ID.is_missing
53096
+ * ID.is_runtime_data
53097
+ * ID.is_editable
53098
+ * ID.tag
53099
+ * ID.is_library_indirect
53100
+ * ID.library
53101
+ * ID.library_weak_reference
53102
+ * ID.asset_data
53103
+ * ID.override_library
53104
+ * ID.preview
53105
+ * LightProbe.type
53106
+ * LightProbe.clip_start
53107
+ * LightProbe.show_clip
53108
+ * LightProbe.show_influence
53109
+ * LightProbe.influence_distance
53110
+ * LightProbe.visibility_buffer_bias
53111
+ * LightProbe.visibility_bleed_bias
53112
+ * LightProbe.visibility_blur
53113
+ * LightProbe.visibility_collection
53114
+ * LightProbe.invert_visibility_collection
53115
+ * LightProbe.show_data
53116
+ * LightProbe.use_data_display
53117
+ * LightProbe.data_display_size
53118
+ * LightProbe.animation_data
53119
+
53120
+ :columns: 2
53121
+
53122
+
53123
+ --------------------
53124
+
53125
+ * bpy_struct.as_pointer
53126
+ * bpy_struct.driver_add
53127
+ * bpy_struct.driver_remove
53128
+ * bpy_struct.get
53129
+ * bpy_struct.id_properties_clear
53130
+ * bpy_struct.id_properties_ensure
53131
+ * bpy_struct.id_properties_ui
53132
+ * bpy_struct.is_property_hidden
53133
+ * bpy_struct.is_property_overridable_library
53134
+ * bpy_struct.is_property_readonly
53135
+ * bpy_struct.is_property_set
53136
+ * bpy_struct.items
53137
+ * bpy_struct.keyframe_delete
53138
+ * bpy_struct.keyframe_insert
53139
+ * bpy_struct.keys
53140
+ * bpy_struct.path_from_id
53141
+ * bpy_struct.path_resolve
53142
+ * bpy_struct.pop
53143
+ * bpy_struct.property_overridable_library_set
53144
+ * bpy_struct.property_unset
53145
+ * bpy_struct.type_recast
53146
+ * bpy_struct.values
53147
+ * ID.evaluated_get
53148
+ * ID.copy
53149
+ * ID.asset_mark
53150
+ * ID.asset_clear
53151
+ * ID.asset_generate_preview
53152
+ * ID.override_create
53153
+ * ID.override_hierarchy_create
53154
+ * ID.user_clear
53155
+ * ID.user_remap
53156
+ * ID.make_local
53157
+ * ID.user_of_id
53158
+ * ID.animation_data_create
53159
+ * ID.animation_data_clear
53160
+ * ID.update_tag
53161
+ * ID.preview_ensure
53162
+ * ID.bl_rna_get_subclass
53163
+ * ID.bl_rna_get_subclass_py
53164
+ * LightProbe.bl_rna_get_subclass
53165
+ * LightProbe.bl_rna_get_subclass_py
53166
+
53167
+ :columns: 2
53168
+
53169
+
52994
53170
  --------------------
52995
53171
 
52996
53172
  * bpy_struct.id_data
@@ -62026,6 +62202,94 @@ of the scene and only show nodes of the renderer they are designed for.
62026
62202
  :columns: 2
62027
62203
 
62028
62204
 
62205
+ --------------------
62206
+
62207
+ * bpy_struct.id_data
62208
+ * ID.name
62209
+ * ID.name_full
62210
+ * ID.id_type
62211
+ * ID.session_uid
62212
+ * ID.is_evaluated
62213
+ * ID.original
62214
+ * ID.users
62215
+ * ID.use_fake_user
62216
+ * ID.use_extra_user
62217
+ * ID.is_embedded_data
62218
+ * ID.is_missing
62219
+ * ID.is_runtime_data
62220
+ * ID.is_editable
62221
+ * ID.tag
62222
+ * ID.is_library_indirect
62223
+ * ID.library
62224
+ * ID.library_weak_reference
62225
+ * ID.asset_data
62226
+ * ID.override_library
62227
+ * ID.preview
62228
+ * LightProbe.type
62229
+ * LightProbe.clip_start
62230
+ * LightProbe.show_clip
62231
+ * LightProbe.show_influence
62232
+ * LightProbe.influence_distance
62233
+ * LightProbe.visibility_buffer_bias
62234
+ * LightProbe.visibility_bleed_bias
62235
+ * LightProbe.visibility_blur
62236
+ * LightProbe.visibility_collection
62237
+ * LightProbe.invert_visibility_collection
62238
+ * LightProbe.show_data
62239
+ * LightProbe.use_data_display
62240
+ * LightProbe.data_display_size
62241
+ * LightProbe.animation_data
62242
+
62243
+ :columns: 2
62244
+
62245
+
62246
+ --------------------
62247
+
62248
+ * bpy_struct.as_pointer
62249
+ * bpy_struct.driver_add
62250
+ * bpy_struct.driver_remove
62251
+ * bpy_struct.get
62252
+ * bpy_struct.id_properties_clear
62253
+ * bpy_struct.id_properties_ensure
62254
+ * bpy_struct.id_properties_ui
62255
+ * bpy_struct.is_property_hidden
62256
+ * bpy_struct.is_property_overridable_library
62257
+ * bpy_struct.is_property_readonly
62258
+ * bpy_struct.is_property_set
62259
+ * bpy_struct.items
62260
+ * bpy_struct.keyframe_delete
62261
+ * bpy_struct.keyframe_insert
62262
+ * bpy_struct.keys
62263
+ * bpy_struct.path_from_id
62264
+ * bpy_struct.path_resolve
62265
+ * bpy_struct.pop
62266
+ * bpy_struct.property_overridable_library_set
62267
+ * bpy_struct.property_unset
62268
+ * bpy_struct.type_recast
62269
+ * bpy_struct.values
62270
+ * ID.evaluated_get
62271
+ * ID.copy
62272
+ * ID.asset_mark
62273
+ * ID.asset_clear
62274
+ * ID.asset_generate_preview
62275
+ * ID.override_create
62276
+ * ID.override_hierarchy_create
62277
+ * ID.user_clear
62278
+ * ID.user_remap
62279
+ * ID.make_local
62280
+ * ID.user_of_id
62281
+ * ID.animation_data_create
62282
+ * ID.animation_data_clear
62283
+ * ID.update_tag
62284
+ * ID.preview_ensure
62285
+ * ID.bl_rna_get_subclass
62286
+ * ID.bl_rna_get_subclass_py
62287
+ * LightProbe.bl_rna_get_subclass
62288
+ * LightProbe.bl_rna_get_subclass_py
62289
+
62290
+ :columns: 2
62291
+
62292
+
62029
62293
  --------------------
62030
62294
 
62031
62295
  * bpy_struct.id_data
@@ -98357,16 +98621,39 @@ class bpy_prop_collection(typing.Generic[GenericType1]):
98357
98621
  """
98358
98622
  ...
98359
98623
 
98360
- def __getitem__(self, key: int | str | slice) -> GenericType1:
98624
+ @typing.overload
98625
+ def __getitem__(self, key: int | str) -> GenericType1:
98361
98626
  """
98362
98627
 
98363
98628
  :param key:
98364
- :type key: int | str | slice
98629
+ :type key: int | str
98365
98630
  :return:
98366
98631
  :rtype: GenericType1
98367
98632
  """
98368
98633
  ...
98369
98634
 
98635
+ @typing.overload
98636
+ def __getitem__(self, key: slice) -> tuple[GenericType1]:
98637
+ """
98638
+
98639
+ :param key:
98640
+ :type key: slice
98641
+ :return:
98642
+ :rtype: tuple[GenericType1]
98643
+ """
98644
+ ...
98645
+
98646
+ def __getitem__(self, key: int | str | slice) -> GenericType1 | tuple[GenericType1]:
98647
+ """
98648
+
98649
+ :param key:
98650
+ :type key: int | str | slice
98651
+ :return:
98652
+ :rtype: GenericType1 | tuple[GenericType1]
98653
+ """
98654
+ ...
98655
+
98656
+ @typing.overload
98370
98657
  def __setitem__(self, key: int | str, value: GenericType1):
98371
98658
  """
98372
98659
 
@@ -98377,11 +98664,34 @@ class bpy_prop_collection(typing.Generic[GenericType1]):
98377
98664
  """
98378
98665
  ...
98379
98666
 
98380
- def __delitem__(self, key: int | str):
98667
+ @typing.overload
98668
+ def __setitem__(self, key: slice, value: tuple[GenericType1]):
98381
98669
  """
98382
98670
 
98383
98671
  :param key:
98384
- :type key: int | str
98672
+ :type key: slice
98673
+ :param value:
98674
+ :type value: tuple[GenericType1]
98675
+ """
98676
+ ...
98677
+
98678
+ def __setitem__(
98679
+ self, key: int | str | slice, value: GenericType1 | tuple[GenericType1]
98680
+ ):
98681
+ """
98682
+
98683
+ :param key:
98684
+ :type key: int | str | slice
98685
+ :param value:
98686
+ :type value: GenericType1 | tuple[GenericType1]
98687
+ """
98688
+ ...
98689
+
98690
+ def __delitem__(self, key: int | str | slice):
98691
+ """
98692
+
98693
+ :param key:
98694
+ :type key: int | str | slice
98385
98695
  """
98386
98696
  ...
98387
98697
 
@@ -98568,7 +98878,7 @@ class bpy_struct(typing.Generic[GenericType1]):
98568
98878
  index: int | None = -1,
98569
98879
  frame: float | None = None,
98570
98880
  group: str | None = "",
98571
- options=None(),
98881
+ options: set | None = set(),
98572
98882
  keytype: str | None = "KEYFRAME",
98573
98883
  ) -> bool:
98574
98884
  """Insert a keyframe on the property given, adding fcurves and animation data when necessary.This is the most simple example of inserting a keyframe from python.Note that when keying data paths which contain nested properties this must be
@@ -98597,6 +98907,7 @@ class bpy_struct(typing.Generic[GenericType1]):
98597
98907
  INSERTKEY_AVAILABLE Only insert into already existing F-Curves.
98598
98908
 
98599
98909
  INSERTKEY_CYCLE_AWARE Take cyclic extrapolation into account (Cycle-Aware Keying option).
98910
+ :type options: set | None
98600
98911
  :param keytype: Type of the key: 'KEYFRAME', 'BREAKDOWN', 'MOVING_HOLD', 'EXTREME', 'JITTER', or 'GENERATED'
98601
98912
  :type keytype: str | None
98602
98913
  :return: Success of keyframe insertion.
@@ -98708,6 +99019,25 @@ class bpy_struct(typing.Generic[GenericType1]):
98708
99019
  ...
98709
99020
 
98710
99021
  class bpy_prop_array(typing.Generic[GenericType1]):
99022
+ def __get__(self, instance, owner) -> bpy_prop_array[GenericType1]:
99023
+ """
99024
+
99025
+ :param instance:
99026
+ :param owner:
99027
+ :return:
99028
+ :rtype: bpy_prop_array[GenericType1]
99029
+ """
99030
+ ...
99031
+
99032
+ def __set__(self, instance, value: collections.abc.Iterable[GenericType1]):
99033
+ """
99034
+
99035
+ :param instance:
99036
+ :param value:
99037
+ :type value: collections.abc.Iterable[GenericType1]
99038
+ """
99039
+ ...
99040
+
98711
99041
  def foreach_get(self, seq: collections.abc.MutableSequence[GenericType1]):
98712
99042
  """
98713
99043
 
@@ -98724,31 +99054,75 @@ class bpy_prop_array(typing.Generic[GenericType1]):
98724
99054
  """
98725
99055
  ...
98726
99056
 
98727
- def __getitem__(self, key: int | str) -> GenericType1:
99057
+ @typing.overload
99058
+ def __getitem__(self, key: int) -> GenericType1:
98728
99059
  """
98729
99060
 
98730
99061
  :param key:
98731
- :type key: int | str
99062
+ :type key: int
98732
99063
  :return:
98733
99064
  :rtype: GenericType1
98734
99065
  """
98735
99066
  ...
98736
99067
 
98737
- def __setitem__(self, key: int | str, value: GenericType1):
99068
+ @typing.overload
99069
+ def __getitem__(self, key: slice) -> tuple[GenericType1]:
98738
99070
  """
98739
99071
 
98740
99072
  :param key:
98741
- :type key: int | str
99073
+ :type key: slice
99074
+ :return:
99075
+ :rtype: tuple[GenericType1]
99076
+ """
99077
+ ...
99078
+
99079
+ def __getitem__(self, key: int | slice) -> GenericType1 | tuple[GenericType1]:
99080
+ """
99081
+
99082
+ :param key:
99083
+ :type key: int | slice
99084
+ :return:
99085
+ :rtype: GenericType1 | tuple[GenericType1]
99086
+ """
99087
+ ...
99088
+
99089
+ @typing.overload
99090
+ def __setitem__(self, key: int, value: GenericType1):
99091
+ """
99092
+
99093
+ :param key:
99094
+ :type key: int
98742
99095
  :param value:
98743
99096
  :type value: GenericType1
98744
99097
  """
98745
99098
  ...
98746
99099
 
98747
- def __delitem__(self, key: int | str):
99100
+ @typing.overload
99101
+ def __setitem__(self, key: slice, value: tuple[GenericType1]):
98748
99102
  """
98749
99103
 
98750
99104
  :param key:
98751
- :type key: int | str
99105
+ :type key: slice
99106
+ :param value:
99107
+ :type value: tuple[GenericType1]
99108
+ """
99109
+ ...
99110
+
99111
+ def __setitem__(self, key: int | slice, value: GenericType1 | tuple[GenericType1]):
99112
+ """
99113
+
99114
+ :param key:
99115
+ :type key: int | slice
99116
+ :param value:
99117
+ :type value: GenericType1 | tuple[GenericType1]
99118
+ """
99119
+ ...
99120
+
99121
+ def __delitem__(self, key: int | slice):
99122
+ """
99123
+
99124
+ :param key:
99125
+ :type key: int | slice
98752
99126
  """
98753
99127
  ...
98754
99128
 
@@ -105830,6 +106204,12 @@ class BrushGpencilSettings(bpy_struct):
105830
106204
  :type: float
105831
106205
  """
105832
106206
 
106207
+ simplify_pixel_threshold: float
106208
+ """ Threashold in screen space used for the simplify algorithm. Points within this threashold are treated as if they were in a straight line
106209
+
106210
+ :type: float
106211
+ """
106212
+
105833
106213
  use_active_layer_only: bool
105834
106214
  """ Only edit the active layer of the object
105835
106215
 
@@ -134047,6 +134427,12 @@ class PreferencesSystem(bpy_struct):
134047
134427
  :type: mathutils.Color
134048
134428
  """
134049
134429
 
134430
+ max_shader_compilation_subprocesses: int
134431
+ """ Max number of parallel shader compilation subprocesses, clamped at the max threads supported by the CPU (requires restarting Blender for changes to take effect). Setting it to 0 disables subprocess shader compilation
134432
+
134433
+ :type: int
134434
+ """
134435
+
134050
134436
  memory_cache_limit: int
134051
134437
  """ Memory cache limit (in megabytes)
134052
134438
 
@@ -138343,18 +138729,6 @@ class SceneEEVEE(bpy_struct):
138343
138729
  :type: float
138344
138730
  """
138345
138731
 
138346
- gi_auto_bake: bool
138347
- """ Auto bake indirect lighting when editing probes
138348
-
138349
- :type: bool
138350
- """
138351
-
138352
- gi_cache_info: str
138353
- """ Info on current cache status
138354
-
138355
- :type: str
138356
- """
138357
-
138358
138732
  gi_cubemap_display_size: float
138359
138733
  """ Size of the cubemap spheres to debug captured light
138360
138734
 
@@ -141679,6 +142053,12 @@ class SpaceNodeOverlay(bpy_struct):
141679
142053
  :type: bool
141680
142054
  """
141681
142055
 
142056
+ show_reroute_auto_labels: bool
142057
+ """ Label reroute nodes based on the label of connected reroute nodes
142058
+
142059
+ :type: bool
142060
+ """
142061
+
141682
142062
  show_timing: bool
141683
142063
  """ Display each node's last execution time
141684
142064
 
@@ -166649,12 +167029,6 @@ class LightProbe(ID, bpy_struct):
166649
167029
  :type: AnimData
166650
167030
  """
166651
167031
 
166652
- clip_end: float
166653
- """ Probe clip end, beyond which objects will not appear in reflections
166654
-
166655
- :type: float
166656
- """
166657
-
166658
167032
  clip_start: float
166659
167033
  """ Probe clip start, below which objects will not appear in reflections
166660
167034
 
@@ -166667,162 +167041,18 @@ class LightProbe(ID, bpy_struct):
166667
167041
  :type: float
166668
167042
  """
166669
167043
 
166670
- falloff: float
166671
- """ Control how fast the probe influence decreases
166672
-
166673
- :type: float
166674
- """
166675
-
166676
- grid_bake_samples: int
166677
- """ Number of ray directions to evaluate when baking
166678
-
166679
- :type: int
166680
- """
166681
-
166682
- grid_capture_distance: float
166683
- """ Distance around the probe volume that will be considered during the bake
166684
-
166685
- :type: float
166686
- """
166687
-
166688
- grid_capture_emission: bool
166689
- """ Bake emissive surfaces for more accurate lighting
166690
-
166691
- :type: bool
166692
- """
166693
-
166694
- grid_capture_indirect: bool
166695
- """ Bake light bounces from light sources for more accurate lighting
166696
-
166697
- :type: bool
166698
- """
166699
-
166700
- grid_capture_world: bool
166701
- """ Bake incoming light from the world instead of just the visibility for more accurate lighting, but lose correct blending to surrounding irradiance volumes
166702
-
166703
- :type: bool
166704
- """
166705
-
166706
- grid_clamp_direct: float
166707
- """ Clamp the direct lighting intensity to reduce noise (0 to disable)
166708
-
166709
- :type: float
166710
- """
166711
-
166712
- grid_clamp_indirect: float
166713
- """ Clamp the indirect lighting intensity to reduce noise (0 to disable)
166714
-
166715
- :type: float
166716
- """
166717
-
166718
- grid_dilation_radius: float
166719
- """ Radius in grid sample to search valid grid samples to copy into invalid grid samples
166720
-
166721
- :type: float
166722
- """
166723
-
166724
- grid_dilation_threshold: float
166725
- """ Ratio of front-facing surface hits under which a grid sample will reuse neighbors grid sample lighting
166726
-
166727
- :type: float
166728
- """
166729
-
166730
- grid_escape_bias: float
166731
- """ Distance to search for valid capture positions to prevent lighting artifacts
166732
-
166733
- :type: float
166734
- """
166735
-
166736
- grid_facing_bias: float
166737
- """ Smoother irradiance interpolation but introduce light bleeding
166738
-
166739
- :type: float
166740
- """
166741
-
166742
- grid_normal_bias: float
166743
- """ Offset sampling of the irradiance grid in the surface normal direction to reduce light bleeding
166744
-
166745
- :type: float
166746
- """
166747
-
166748
- grid_resolution_x: int
166749
- """ Number of samples along the x axis of the volume
166750
-
166751
- :type: int
166752
- """
166753
-
166754
- grid_resolution_y: int
166755
- """ Number of samples along the y axis of the volume
166756
-
166757
- :type: int
166758
- """
166759
-
166760
- grid_resolution_z: int
166761
- """ Number of samples along the z axis of the volume
166762
-
166763
- :type: int
166764
- """
166765
-
166766
- grid_surface_bias: float
166767
- """ Moves capture points away from surfaces to prevent artifacts
166768
-
166769
- :type: float
166770
- """
166771
-
166772
- grid_surfel_density: int
166773
- """ Number of surfels to spawn in one local unit distance (higher values improve quality)
166774
-
166775
- :type: int
166776
- """
166777
-
166778
- grid_validity_threshold: float
166779
- """ Ratio of front-facing surface hits under which a grid sample will not be considered for lighting
166780
-
166781
- :type: float
166782
- """
166783
-
166784
- grid_view_bias: float
166785
- """ Offset sampling of the irradiance grid in the viewing direction to reduce light bleeding
166786
-
166787
- :type: float
166788
- """
166789
-
166790
167044
  influence_distance: float
166791
167045
  """ Influence distance of the probe
166792
167046
 
166793
167047
  :type: float
166794
167048
  """
166795
167049
 
166796
- influence_type: str
166797
- """ Type of influence volume
166798
-
166799
- :type: str
166800
- """
166801
-
166802
- intensity: float
166803
- """ Modify the intensity of the lighting captured by this probe
166804
-
166805
- :type: float
166806
- """
166807
-
166808
167050
  invert_visibility_collection: bool
166809
- """ Invert visibility collection
167051
+ """ Invert visibility collection (Deprecated)
166810
167052
 
166811
167053
  :type: bool
166812
167054
  """
166813
167055
 
166814
- parallax_distance: float
166815
- """ Lowest corner of the parallax bounding box
166816
-
166817
- :type: float
166818
- """
166819
-
166820
- parallax_type: str
166821
- """ Type of parallax volume
166822
-
166823
- :type: str
166824
- """
166825
-
166826
167056
  show_clip: bool
166827
167057
  """ Show the clipping distances in the 3D view
166828
167058
 
@@ -166841,24 +167071,12 @@ class LightProbe(ID, bpy_struct):
166841
167071
  :type: bool
166842
167072
  """
166843
167073
 
166844
- show_parallax: bool
166845
- """ Show the parallax correction volume in the 3D view
166846
-
166847
- :type: bool
166848
- """
166849
-
166850
167074
  type: str
166851
167075
  """ Type of light probe
166852
167076
 
166853
167077
  :type: str
166854
167078
  """
166855
167079
 
166856
- use_custom_parallax: bool
166857
- """ Enable custom settings for the parallax correction volume
166858
-
166859
- :type: bool
166860
- """
166861
-
166862
167080
  use_data_display: bool
166863
167081
  """ Display sampled data in the viewport to debug captured light
166864
167082
 
@@ -166866,25 +167084,25 @@ class LightProbe(ID, bpy_struct):
166866
167084
  """
166867
167085
 
166868
167086
  visibility_bleed_bias: float
166869
- """ Bias for reducing light-bleed on variance shadow maps
167087
+ """ Bias for reducing light-bleed on variance shadow maps (Deprecated)
166870
167088
 
166871
167089
  :type: float
166872
167090
  """
166873
167091
 
166874
167092
  visibility_blur: float
166875
- """ Filter size of the visibility blur
167093
+ """ Filter size of the visibility blur (Deprecated)
166876
167094
 
166877
167095
  :type: float
166878
167096
  """
166879
167097
 
166880
167098
  visibility_buffer_bias: float
166881
- """ Bias for reducing self shadowing
167099
+ """ Bias for reducing self shadowing (Deprecated)
166882
167100
 
166883
167101
  :type: float
166884
167102
  """
166885
167103
 
166886
167104
  visibility_collection: Collection
166887
- """ Restrict objects visible for this probe
167105
+ """ Restrict objects visible for this probe (Deprecated)
166888
167106
 
166889
167107
  :type: Collection
166890
167108
  """
@@ -166986,7 +167204,7 @@ class Material(ID, bpy_struct):
166986
167204
  """
166987
167205
 
166988
167206
  blend_method: str
166989
- """ Blend Mode for Transparent Faces
167207
+ """ Blend Mode for Transparent Faces (Deprecated: use 'surface_render_method')
166990
167208
 
166991
167209
  :type: str
166992
167210
  """
@@ -167088,7 +167306,7 @@ class Material(ID, bpy_struct):
167088
167306
  """
167089
167307
 
167090
167308
  refraction_depth: float
167091
- """ Approximate the thickness of the object to compute two refraction events (0 is disabled)
167309
+ """ Approximate the thickness of the object to compute two refraction events (0 is disabled) (Deprecated)
167092
167310
 
167093
167311
  :type: float
167094
167312
  """
@@ -167106,7 +167324,7 @@ class Material(ID, bpy_struct):
167106
167324
  """
167107
167325
 
167108
167326
  show_transparent_back: bool
167109
- """ Render multiple transparent layers (may introduce transparency sorting problems)
167327
+ """ Render multiple transparent layers (may introduce transparency sorting problems) (Deprecated: use 'use_tranparency_overlap')
167110
167328
 
167111
167329
  :type: bool
167112
167330
  """
@@ -167171,14 +167389,20 @@ class Material(ID, bpy_struct):
167171
167389
  :type: bool
167172
167390
  """
167173
167391
 
167174
- use_screen_refraction: bool
167392
+ use_raytrace_refraction: bool
167175
167393
  """ Use raytracing to determine transmitted color instead of using only light probes. This prevents the surface from contributing to the lighting of surfaces not using this setting
167176
167394
 
167177
167395
  :type: bool
167178
167396
  """
167179
167397
 
167398
+ use_screen_refraction: bool
167399
+ """ Use raytracing to determine transmitted color instead of using only light probes. This prevents the surface from contributing to the lighting of surfaces not using this setting (Deprecated: use 'use_raytrace_refraction')
167400
+
167401
+ :type: bool
167402
+ """
167403
+
167180
167404
  use_sss_translucency: bool
167181
- """ Add translucency effect to subsurface
167405
+ """ Add translucency effect to subsurface (Deprecated)
167182
167406
 
167183
167407
  :type: bool
167184
167408
  """
@@ -167189,6 +167413,12 @@ class Material(ID, bpy_struct):
167189
167413
  :type: bool
167190
167414
  """
167191
167415
 
167416
+ use_transparency_overlap: bool
167417
+ """ Render multiple transparent layers (may introduce transparency sorting problems)
167418
+
167419
+ :type: bool
167420
+ """
167421
+
167192
167422
  use_transparent_shadow: bool
167193
167423
  """ Use transparent shadows for this material if it contains a Transparent BSDF, disabling will render faster but not give accurate shadows
167194
167424
 
@@ -171859,7 +172089,7 @@ class WindowManager(ID, bpy_struct):
171859
172089
  """
171860
172090
 
171861
172091
  extension_show_legacy_addons: bool
171862
- """ Only show extensions, hiding legacy add-ons
172092
+ """ Show add-ons which are not packaged as extensions
171863
172093
 
171864
172094
  :type: bool
171865
172095
  """
@@ -192189,6 +192419,249 @@ class SunLight(Light, ID, bpy_struct):
192189
192419
  """
192190
192420
  ...
192191
192421
 
192422
+ class LightProbePlane(LightProbe, ID, bpy_struct):
192423
+ """Light probe that captures incoming light from a single direction on a plane"""
192424
+
192425
+ @classmethod
192426
+ def bl_rna_get_subclass(cls, id: str | None, default=None) -> Struct:
192427
+ """
192428
+
192429
+ :param id: The RNA type identifier.
192430
+ :type id: str | None
192431
+ :param default:
192432
+ :return: The RNA type or default when not found.
192433
+ :rtype: Struct
192434
+ """
192435
+ ...
192436
+
192437
+ @classmethod
192438
+ def bl_rna_get_subclass_py(cls, id: str | None, default=None) -> typing.Any:
192439
+ """
192440
+
192441
+ :param id: The RNA type identifier.
192442
+ :type id: str | None
192443
+ :param default:
192444
+ :return: The class or default when not found.
192445
+ :rtype: typing.Any
192446
+ """
192447
+ ...
192448
+
192449
+ class LightProbeSphere(LightProbe, ID, bpy_struct):
192450
+ """Light probe that captures precise lighting from all directions at a single point in space"""
192451
+
192452
+ clip_end: float
192453
+ """ Probe clip end, beyond which objects will not appear in reflections
192454
+
192455
+ :type: float
192456
+ """
192457
+
192458
+ falloff: float
192459
+ """ Control how fast the probe influence decreases
192460
+
192461
+ :type: float
192462
+ """
192463
+
192464
+ influence_type: str
192465
+ """ Type of influence volume
192466
+
192467
+ :type: str
192468
+ """
192469
+
192470
+ parallax_distance: float
192471
+ """ Lowest corner of the parallax bounding box
192472
+
192473
+ :type: float
192474
+ """
192475
+
192476
+ parallax_type: str
192477
+ """ Type of parallax volume
192478
+
192479
+ :type: str
192480
+ """
192481
+
192482
+ show_parallax: bool
192483
+ """ Show the parallax correction volume in the 3D view
192484
+
192485
+ :type: bool
192486
+ """
192487
+
192488
+ use_custom_parallax: bool
192489
+ """ Enable custom settings for the parallax correction volume
192490
+
192491
+ :type: bool
192492
+ """
192493
+
192494
+ @classmethod
192495
+ def bl_rna_get_subclass(cls, id: str | None, default=None) -> Struct:
192496
+ """
192497
+
192498
+ :param id: The RNA type identifier.
192499
+ :type id: str | None
192500
+ :param default:
192501
+ :return: The RNA type or default when not found.
192502
+ :rtype: Struct
192503
+ """
192504
+ ...
192505
+
192506
+ @classmethod
192507
+ def bl_rna_get_subclass_py(cls, id: str | None, default=None) -> typing.Any:
192508
+ """
192509
+
192510
+ :param id: The RNA type identifier.
192511
+ :type id: str | None
192512
+ :param default:
192513
+ :return: The class or default when not found.
192514
+ :rtype: typing.Any
192515
+ """
192516
+ ...
192517
+
192518
+ class LightProbeVolume(LightProbe, ID, bpy_struct):
192519
+ """Light probe that captures low frequency lighting inside a volume"""
192520
+
192521
+ bake_samples: int
192522
+ """ Number of ray directions to evaluate when baking
192523
+
192524
+ :type: int
192525
+ """
192526
+
192527
+ capture_distance: float
192528
+ """ Distance around the probe volume that will be considered during the bake
192529
+
192530
+ :type: float
192531
+ """
192532
+
192533
+ capture_emission: bool
192534
+ """ Bake emissive surfaces for more accurate lighting
192535
+
192536
+ :type: bool
192537
+ """
192538
+
192539
+ capture_indirect: bool
192540
+ """ Bake light bounces from light sources for more accurate lighting
192541
+
192542
+ :type: bool
192543
+ """
192544
+
192545
+ capture_world: bool
192546
+ """ Bake incoming light from the world instead of just the visibility for more accurate lighting, but lose correct blending to surrounding irradiance volumes
192547
+
192548
+ :type: bool
192549
+ """
192550
+
192551
+ clamp_direct: float
192552
+ """ Clamp the direct lighting intensity to reduce noise (0 to disable)
192553
+
192554
+ :type: float
192555
+ """
192556
+
192557
+ clamp_indirect: float
192558
+ """ Clamp the indirect lighting intensity to reduce noise (0 to disable)
192559
+
192560
+ :type: float
192561
+ """
192562
+
192563
+ dilation_radius: float
192564
+ """ Radius in grid sample to search valid grid samples to copy into invalid grid samples
192565
+
192566
+ :type: float
192567
+ """
192568
+
192569
+ dilation_threshold: float
192570
+ """ Ratio of front-facing surface hits under which a grid sample will reuse neighbors grid sample lighting
192571
+
192572
+ :type: float
192573
+ """
192574
+
192575
+ escape_bias: float
192576
+ """ Distance to search for valid capture positions to prevent lighting artifacts
192577
+
192578
+ :type: float
192579
+ """
192580
+
192581
+ facing_bias: float
192582
+ """ Smoother irradiance interpolation but introduce light bleeding
192583
+
192584
+ :type: float
192585
+ """
192586
+
192587
+ intensity: float
192588
+ """ Modify the intensity of the lighting captured by this probe
192589
+
192590
+ :type: float
192591
+ """
192592
+
192593
+ normal_bias: float
192594
+ """ Offset sampling of the irradiance grid in the surface normal direction to reduce light bleeding
192595
+
192596
+ :type: float
192597
+ """
192598
+
192599
+ resolution_x: int
192600
+ """ Number of samples along the x axis of the volume
192601
+
192602
+ :type: int
192603
+ """
192604
+
192605
+ resolution_y: int
192606
+ """ Number of samples along the y axis of the volume
192607
+
192608
+ :type: int
192609
+ """
192610
+
192611
+ resolution_z: int
192612
+ """ Number of samples along the z axis of the volume
192613
+
192614
+ :type: int
192615
+ """
192616
+
192617
+ surface_bias: float
192618
+ """ Moves capture points away from surfaces to prevent artifacts
192619
+
192620
+ :type: float
192621
+ """
192622
+
192623
+ surfel_density: int
192624
+ """ Number of surfels to spawn in one local unit distance (higher values improve quality)
192625
+
192626
+ :type: int
192627
+ """
192628
+
192629
+ validity_threshold: float
192630
+ """ Ratio of front-facing surface hits under which a grid sample will not be considered for lighting
192631
+
192632
+ :type: float
192633
+ """
192634
+
192635
+ view_bias: float
192636
+ """ Offset sampling of the irradiance grid in the viewing direction to reduce light bleeding
192637
+
192638
+ :type: float
192639
+ """
192640
+
192641
+ @classmethod
192642
+ def bl_rna_get_subclass(cls, id: str | None, default=None) -> Struct:
192643
+ """
192644
+
192645
+ :param id: The RNA type identifier.
192646
+ :type id: str | None
192647
+ :param default:
192648
+ :return: The RNA type or default when not found.
192649
+ :rtype: Struct
192650
+ """
192651
+ ...
192652
+
192653
+ @classmethod
192654
+ def bl_rna_get_subclass_py(cls, id: str | None, default=None) -> typing.Any:
192655
+ """
192656
+
192657
+ :param id: The RNA type identifier.
192658
+ :type id: str | None
192659
+ :param default:
192660
+ :return: The class or default when not found.
192661
+ :rtype: typing.Any
192662
+ """
192663
+ ...
192664
+
192192
192665
  class CompositorNodeTree(NodeTree, ID, bpy_struct):
192193
192666
  """Node tree consisting of linked nodes used for compositing"""
192194
192667
 
@@ -211733,7 +212206,7 @@ class GeometryNodeAccumulateField(GeometryNode, NodeInternal, Node, bpy_struct):
211733
212206
  """Add the values of an evaluated field together and output the running total for each element"""
211734
212207
 
211735
212208
  data_type: str
211736
- """ Type of data stored in attribute
212209
+ """ Type of data that is accumulated
211737
212210
 
211738
212211
  :type: str
211739
212212
  """
@@ -233126,6 +233599,8 @@ IMAGE_MT_view_pie: bl_ui.space_image.IMAGE_MT_view_pie
233126
233599
 
233127
233600
  IMAGE_MT_view_zoom: bl_ui.space_image.IMAGE_MT_view_zoom
233128
233601
 
233602
+ IMAGE_OT_convert_to_mesh_plane: bl_operators.image_as_planes.IMAGE_OT_convert_to_mesh_plane
233603
+
233129
233604
  IMAGE_OT_import_as_mesh_planes: bl_operators.image_as_planes.IMAGE_OT_import_as_mesh_planes
233130
233605
 
233131
233606
  IMAGE_OT_open_images: bl_operators.image.IMAGE_OT_open_images
@@ -235456,10 +235931,18 @@ VIEW3D_PT_tools_grease_pencil_v3_brush_mix_palette: bl_ui.space_view3d_toolbar.V
235456
235931
 
235457
235932
  VIEW3D_PT_tools_grease_pencil_v3_brush_mixcolor: bl_ui.space_view3d_toolbar.VIEW3D_PT_tools_grease_pencil_v3_brush_mixcolor
235458
235933
 
235934
+ VIEW3D_PT_tools_grease_pencil_v3_brush_post_processing: bl_ui.space_view3d_toolbar.VIEW3D_PT_tools_grease_pencil_v3_brush_post_processing
235935
+
235936
+ VIEW3D_PT_tools_grease_pencil_v3_brush_random: bl_ui.space_view3d_toolbar.VIEW3D_PT_tools_grease_pencil_v3_brush_random
235937
+
235459
235938
  VIEW3D_PT_tools_grease_pencil_v3_brush_select: bl_ui.space_view3d_toolbar.VIEW3D_PT_tools_grease_pencil_v3_brush_select
235460
235939
 
235461
235940
  VIEW3D_PT_tools_grease_pencil_v3_brush_settings: bl_ui.space_view3d_toolbar.VIEW3D_PT_tools_grease_pencil_v3_brush_settings
235462
235941
 
235942
+ VIEW3D_PT_tools_grease_pencil_v3_brush_stabilizer: bl_ui.space_view3d_toolbar.VIEW3D_PT_tools_grease_pencil_v3_brush_stabilizer
235943
+
235944
+ VIEW3D_PT_tools_grease_pencil_v3_brush_stroke: bl_ui.space_view3d_toolbar.VIEW3D_PT_tools_grease_pencil_v3_brush_stroke
235945
+
235463
235946
  VIEW3D_PT_tools_grease_pencil_vertex_appearance: bl_ui.space_view3d_toolbar.VIEW3D_PT_tools_grease_pencil_vertex_appearance
235464
235947
 
235465
235948
  VIEW3D_PT_tools_grease_pencil_vertex_paint_select: bl_ui.space_view3d_toolbar.VIEW3D_PT_tools_grease_pencil_vertex_paint_select