fake-bpy-module 20240604__py3-none-any.whl → 20240605__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.
- bl_ui/generic_ui_list/__init__.pyi +2 -2
- bl_ui/space_node/__init__.pyi +0 -1
- bl_ui/space_view3d_toolbar/__init__.pyi +949 -3
- bpy/app/handlers/__init__.pyi +36 -36
- bpy/ops/scene/__init__.pyi +0 -44
- bpy/ops/sculpt/__init__.pyi +8 -8
- bpy/types/__init__.pyi +658 -196
- {fake_bpy_module-20240604.dist-info → fake_bpy_module-20240605.dist-info}/METADATA +5 -1
- {fake_bpy_module-20240604.dist-info → fake_bpy_module-20240605.dist-info}/RECORD +11 -11
- {fake_bpy_module-20240604.dist-info → fake_bpy_module-20240605.dist-info}/WHEEL +0 -0
- {fake_bpy_module-20240604.dist-info → fake_bpy_module-20240605.dist-info}/top_level.txt +0 -0
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
|
-
|
|
98624
|
+
@typing.overload
|
|
98625
|
+
def __getitem__(self, key: int | str) -> GenericType1:
|
|
98361
98626
|
"""
|
|
98362
98627
|
|
|
98363
98628
|
:param key:
|
|
98364
|
-
:type key: int | str
|
|
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
|
-
|
|
98667
|
+
@typing.overload
|
|
98668
|
+
def __setitem__(self, key: slice, value: tuple[GenericType1]):
|
|
98381
98669
|
"""
|
|
98382
98670
|
|
|
98383
98671
|
:param key:
|
|
98384
|
-
:type key:
|
|
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
|
|
|
@@ -98708,6 +99018,25 @@ class bpy_struct(typing.Generic[GenericType1]):
|
|
|
98708
99018
|
...
|
|
98709
99019
|
|
|
98710
99020
|
class bpy_prop_array(typing.Generic[GenericType1]):
|
|
99021
|
+
def __get__(self, instance, owner) -> bpy_prop_array[GenericType1]:
|
|
99022
|
+
"""
|
|
99023
|
+
|
|
99024
|
+
:param instance:
|
|
99025
|
+
:param owner:
|
|
99026
|
+
:return:
|
|
99027
|
+
:rtype: bpy_prop_array[GenericType1]
|
|
99028
|
+
"""
|
|
99029
|
+
...
|
|
99030
|
+
|
|
99031
|
+
def __set__(self, instance, value: collections.abc.Iterable[GenericType1]):
|
|
99032
|
+
"""
|
|
99033
|
+
|
|
99034
|
+
:param instance:
|
|
99035
|
+
:param value:
|
|
99036
|
+
:type value: collections.abc.Iterable[GenericType1]
|
|
99037
|
+
"""
|
|
99038
|
+
...
|
|
99039
|
+
|
|
98711
99040
|
def foreach_get(self, seq: collections.abc.MutableSequence[GenericType1]):
|
|
98712
99041
|
"""
|
|
98713
99042
|
|
|
@@ -98724,31 +99053,75 @@ class bpy_prop_array(typing.Generic[GenericType1]):
|
|
|
98724
99053
|
"""
|
|
98725
99054
|
...
|
|
98726
99055
|
|
|
98727
|
-
|
|
99056
|
+
@typing.overload
|
|
99057
|
+
def __getitem__(self, key: int) -> GenericType1:
|
|
98728
99058
|
"""
|
|
98729
99059
|
|
|
98730
99060
|
:param key:
|
|
98731
|
-
:type key: int
|
|
99061
|
+
:type key: int
|
|
98732
99062
|
:return:
|
|
98733
99063
|
:rtype: GenericType1
|
|
98734
99064
|
"""
|
|
98735
99065
|
...
|
|
98736
99066
|
|
|
98737
|
-
|
|
99067
|
+
@typing.overload
|
|
99068
|
+
def __getitem__(self, key: slice) -> tuple[GenericType1]:
|
|
98738
99069
|
"""
|
|
98739
99070
|
|
|
98740
99071
|
:param key:
|
|
98741
|
-
:type key:
|
|
99072
|
+
:type key: slice
|
|
99073
|
+
:return:
|
|
99074
|
+
:rtype: tuple[GenericType1]
|
|
99075
|
+
"""
|
|
99076
|
+
...
|
|
99077
|
+
|
|
99078
|
+
def __getitem__(self, key: int | slice) -> GenericType1 | tuple[GenericType1]:
|
|
99079
|
+
"""
|
|
99080
|
+
|
|
99081
|
+
:param key:
|
|
99082
|
+
:type key: int | slice
|
|
99083
|
+
:return:
|
|
99084
|
+
:rtype: GenericType1 | tuple[GenericType1]
|
|
99085
|
+
"""
|
|
99086
|
+
...
|
|
99087
|
+
|
|
99088
|
+
@typing.overload
|
|
99089
|
+
def __setitem__(self, key: int, value: GenericType1):
|
|
99090
|
+
"""
|
|
99091
|
+
|
|
99092
|
+
:param key:
|
|
99093
|
+
:type key: int
|
|
98742
99094
|
:param value:
|
|
98743
99095
|
:type value: GenericType1
|
|
98744
99096
|
"""
|
|
98745
99097
|
...
|
|
98746
99098
|
|
|
98747
|
-
|
|
99099
|
+
@typing.overload
|
|
99100
|
+
def __setitem__(self, key: slice, value: tuple[GenericType1]):
|
|
98748
99101
|
"""
|
|
98749
99102
|
|
|
98750
99103
|
:param key:
|
|
98751
|
-
:type key:
|
|
99104
|
+
:type key: slice
|
|
99105
|
+
:param value:
|
|
99106
|
+
:type value: tuple[GenericType1]
|
|
99107
|
+
"""
|
|
99108
|
+
...
|
|
99109
|
+
|
|
99110
|
+
def __setitem__(self, key: int | slice, value: GenericType1 | tuple[GenericType1]):
|
|
99111
|
+
"""
|
|
99112
|
+
|
|
99113
|
+
:param key:
|
|
99114
|
+
:type key: int | slice
|
|
99115
|
+
:param value:
|
|
99116
|
+
:type value: GenericType1 | tuple[GenericType1]
|
|
99117
|
+
"""
|
|
99118
|
+
...
|
|
99119
|
+
|
|
99120
|
+
def __delitem__(self, key: int | slice):
|
|
99121
|
+
"""
|
|
99122
|
+
|
|
99123
|
+
:param key:
|
|
99124
|
+
:type key: int | slice
|
|
98752
99125
|
"""
|
|
98753
99126
|
...
|
|
98754
99127
|
|
|
@@ -138343,18 +138716,6 @@ class SceneEEVEE(bpy_struct):
|
|
|
138343
138716
|
:type: float
|
|
138344
138717
|
"""
|
|
138345
138718
|
|
|
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
138719
|
gi_cubemap_display_size: float
|
|
138359
138720
|
""" Size of the cubemap spheres to debug captured light
|
|
138360
138721
|
|
|
@@ -166649,12 +167010,6 @@ class LightProbe(ID, bpy_struct):
|
|
|
166649
167010
|
:type: AnimData
|
|
166650
167011
|
"""
|
|
166651
167012
|
|
|
166652
|
-
clip_end: float
|
|
166653
|
-
""" Probe clip end, beyond which objects will not appear in reflections
|
|
166654
|
-
|
|
166655
|
-
:type: float
|
|
166656
|
-
"""
|
|
166657
|
-
|
|
166658
167013
|
clip_start: float
|
|
166659
167014
|
""" Probe clip start, below which objects will not appear in reflections
|
|
166660
167015
|
|
|
@@ -166667,162 +167022,18 @@ class LightProbe(ID, bpy_struct):
|
|
|
166667
167022
|
:type: float
|
|
166668
167023
|
"""
|
|
166669
167024
|
|
|
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
167025
|
influence_distance: float
|
|
166791
167026
|
""" Influence distance of the probe
|
|
166792
167027
|
|
|
166793
167028
|
:type: float
|
|
166794
167029
|
"""
|
|
166795
167030
|
|
|
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
167031
|
invert_visibility_collection: bool
|
|
166809
|
-
""" Invert visibility collection
|
|
167032
|
+
""" Invert visibility collection (Deprecated)
|
|
166810
167033
|
|
|
166811
167034
|
:type: bool
|
|
166812
167035
|
"""
|
|
166813
167036
|
|
|
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
167037
|
show_clip: bool
|
|
166827
167038
|
""" Show the clipping distances in the 3D view
|
|
166828
167039
|
|
|
@@ -166841,24 +167052,12 @@ class LightProbe(ID, bpy_struct):
|
|
|
166841
167052
|
:type: bool
|
|
166842
167053
|
"""
|
|
166843
167054
|
|
|
166844
|
-
show_parallax: bool
|
|
166845
|
-
""" Show the parallax correction volume in the 3D view
|
|
166846
|
-
|
|
166847
|
-
:type: bool
|
|
166848
|
-
"""
|
|
166849
|
-
|
|
166850
167055
|
type: str
|
|
166851
167056
|
""" Type of light probe
|
|
166852
167057
|
|
|
166853
167058
|
:type: str
|
|
166854
167059
|
"""
|
|
166855
167060
|
|
|
166856
|
-
use_custom_parallax: bool
|
|
166857
|
-
""" Enable custom settings for the parallax correction volume
|
|
166858
|
-
|
|
166859
|
-
:type: bool
|
|
166860
|
-
"""
|
|
166861
|
-
|
|
166862
167061
|
use_data_display: bool
|
|
166863
167062
|
""" Display sampled data in the viewport to debug captured light
|
|
166864
167063
|
|
|
@@ -166866,25 +167065,25 @@ class LightProbe(ID, bpy_struct):
|
|
|
166866
167065
|
"""
|
|
166867
167066
|
|
|
166868
167067
|
visibility_bleed_bias: float
|
|
166869
|
-
""" Bias for reducing light-bleed on variance shadow maps
|
|
167068
|
+
""" Bias for reducing light-bleed on variance shadow maps (Deprecated)
|
|
166870
167069
|
|
|
166871
167070
|
:type: float
|
|
166872
167071
|
"""
|
|
166873
167072
|
|
|
166874
167073
|
visibility_blur: float
|
|
166875
|
-
""" Filter size of the visibility blur
|
|
167074
|
+
""" Filter size of the visibility blur (Deprecated)
|
|
166876
167075
|
|
|
166877
167076
|
:type: float
|
|
166878
167077
|
"""
|
|
166879
167078
|
|
|
166880
167079
|
visibility_buffer_bias: float
|
|
166881
|
-
""" Bias for reducing self shadowing
|
|
167080
|
+
""" Bias for reducing self shadowing (Deprecated)
|
|
166882
167081
|
|
|
166883
167082
|
:type: float
|
|
166884
167083
|
"""
|
|
166885
167084
|
|
|
166886
167085
|
visibility_collection: Collection
|
|
166887
|
-
""" Restrict objects visible for this probe
|
|
167086
|
+
""" Restrict objects visible for this probe (Deprecated)
|
|
166888
167087
|
|
|
166889
167088
|
:type: Collection
|
|
166890
167089
|
"""
|
|
@@ -166986,7 +167185,7 @@ class Material(ID, bpy_struct):
|
|
|
166986
167185
|
"""
|
|
166987
167186
|
|
|
166988
167187
|
blend_method: str
|
|
166989
|
-
""" Blend Mode for Transparent Faces
|
|
167188
|
+
""" Blend Mode for Transparent Faces (Deprecated: use 'surface_render_method')
|
|
166990
167189
|
|
|
166991
167190
|
:type: str
|
|
166992
167191
|
"""
|
|
@@ -167088,7 +167287,7 @@ class Material(ID, bpy_struct):
|
|
|
167088
167287
|
"""
|
|
167089
167288
|
|
|
167090
167289
|
refraction_depth: float
|
|
167091
|
-
""" Approximate the thickness of the object to compute two refraction events (0 is disabled)
|
|
167290
|
+
""" Approximate the thickness of the object to compute two refraction events (0 is disabled) (Deprecated)
|
|
167092
167291
|
|
|
167093
167292
|
:type: float
|
|
167094
167293
|
"""
|
|
@@ -167106,7 +167305,7 @@ class Material(ID, bpy_struct):
|
|
|
167106
167305
|
"""
|
|
167107
167306
|
|
|
167108
167307
|
show_transparent_back: bool
|
|
167109
|
-
""" Render multiple transparent layers (may introduce transparency sorting problems)
|
|
167308
|
+
""" Render multiple transparent layers (may introduce transparency sorting problems) (Deprecated: use 'use_tranparency_overlap')
|
|
167110
167309
|
|
|
167111
167310
|
:type: bool
|
|
167112
167311
|
"""
|
|
@@ -167171,14 +167370,20 @@ class Material(ID, bpy_struct):
|
|
|
167171
167370
|
:type: bool
|
|
167172
167371
|
"""
|
|
167173
167372
|
|
|
167174
|
-
|
|
167373
|
+
use_raytrace_refraction: bool
|
|
167175
167374
|
""" 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
167375
|
|
|
167177
167376
|
:type: bool
|
|
167178
167377
|
"""
|
|
167179
167378
|
|
|
167379
|
+
use_screen_refraction: bool
|
|
167380
|
+
""" 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')
|
|
167381
|
+
|
|
167382
|
+
:type: bool
|
|
167383
|
+
"""
|
|
167384
|
+
|
|
167180
167385
|
use_sss_translucency: bool
|
|
167181
|
-
""" Add translucency effect to subsurface
|
|
167386
|
+
""" Add translucency effect to subsurface (Deprecated)
|
|
167182
167387
|
|
|
167183
167388
|
:type: bool
|
|
167184
167389
|
"""
|
|
@@ -167189,6 +167394,12 @@ class Material(ID, bpy_struct):
|
|
|
167189
167394
|
:type: bool
|
|
167190
167395
|
"""
|
|
167191
167396
|
|
|
167397
|
+
use_transparency_overlap: bool
|
|
167398
|
+
""" Render multiple transparent layers (may introduce transparency sorting problems)
|
|
167399
|
+
|
|
167400
|
+
:type: bool
|
|
167401
|
+
"""
|
|
167402
|
+
|
|
167192
167403
|
use_transparent_shadow: bool
|
|
167193
167404
|
""" Use transparent shadows for this material if it contains a Transparent BSDF, disabling will render faster but not give accurate shadows
|
|
167194
167405
|
|
|
@@ -171859,7 +172070,7 @@ class WindowManager(ID, bpy_struct):
|
|
|
171859
172070
|
"""
|
|
171860
172071
|
|
|
171861
172072
|
extension_show_legacy_addons: bool
|
|
171862
|
-
"""
|
|
172073
|
+
""" Show add-ons which are not packaged as extensions
|
|
171863
172074
|
|
|
171864
172075
|
:type: bool
|
|
171865
172076
|
"""
|
|
@@ -192189,6 +192400,249 @@ class SunLight(Light, ID, bpy_struct):
|
|
|
192189
192400
|
"""
|
|
192190
192401
|
...
|
|
192191
192402
|
|
|
192403
|
+
class LightProbePlane(LightProbe, ID, bpy_struct):
|
|
192404
|
+
"""Light probe that captures incoming light from a single direction on a plane"""
|
|
192405
|
+
|
|
192406
|
+
@classmethod
|
|
192407
|
+
def bl_rna_get_subclass(cls, id: str | None, default=None) -> Struct:
|
|
192408
|
+
"""
|
|
192409
|
+
|
|
192410
|
+
:param id: The RNA type identifier.
|
|
192411
|
+
:type id: str | None
|
|
192412
|
+
:param default:
|
|
192413
|
+
:return: The RNA type or default when not found.
|
|
192414
|
+
:rtype: Struct
|
|
192415
|
+
"""
|
|
192416
|
+
...
|
|
192417
|
+
|
|
192418
|
+
@classmethod
|
|
192419
|
+
def bl_rna_get_subclass_py(cls, id: str | None, default=None) -> typing.Any:
|
|
192420
|
+
"""
|
|
192421
|
+
|
|
192422
|
+
:param id: The RNA type identifier.
|
|
192423
|
+
:type id: str | None
|
|
192424
|
+
:param default:
|
|
192425
|
+
:return: The class or default when not found.
|
|
192426
|
+
:rtype: typing.Any
|
|
192427
|
+
"""
|
|
192428
|
+
...
|
|
192429
|
+
|
|
192430
|
+
class LightProbeSphere(LightProbe, ID, bpy_struct):
|
|
192431
|
+
"""Light probe that captures precise lighting from all directions at a single point in space"""
|
|
192432
|
+
|
|
192433
|
+
clip_end: float
|
|
192434
|
+
""" Probe clip end, beyond which objects will not appear in reflections
|
|
192435
|
+
|
|
192436
|
+
:type: float
|
|
192437
|
+
"""
|
|
192438
|
+
|
|
192439
|
+
falloff: float
|
|
192440
|
+
""" Control how fast the probe influence decreases
|
|
192441
|
+
|
|
192442
|
+
:type: float
|
|
192443
|
+
"""
|
|
192444
|
+
|
|
192445
|
+
influence_type: str
|
|
192446
|
+
""" Type of influence volume
|
|
192447
|
+
|
|
192448
|
+
:type: str
|
|
192449
|
+
"""
|
|
192450
|
+
|
|
192451
|
+
parallax_distance: float
|
|
192452
|
+
""" Lowest corner of the parallax bounding box
|
|
192453
|
+
|
|
192454
|
+
:type: float
|
|
192455
|
+
"""
|
|
192456
|
+
|
|
192457
|
+
parallax_type: str
|
|
192458
|
+
""" Type of parallax volume
|
|
192459
|
+
|
|
192460
|
+
:type: str
|
|
192461
|
+
"""
|
|
192462
|
+
|
|
192463
|
+
show_parallax: bool
|
|
192464
|
+
""" Show the parallax correction volume in the 3D view
|
|
192465
|
+
|
|
192466
|
+
:type: bool
|
|
192467
|
+
"""
|
|
192468
|
+
|
|
192469
|
+
use_custom_parallax: bool
|
|
192470
|
+
""" Enable custom settings for the parallax correction volume
|
|
192471
|
+
|
|
192472
|
+
:type: bool
|
|
192473
|
+
"""
|
|
192474
|
+
|
|
192475
|
+
@classmethod
|
|
192476
|
+
def bl_rna_get_subclass(cls, id: str | None, default=None) -> Struct:
|
|
192477
|
+
"""
|
|
192478
|
+
|
|
192479
|
+
:param id: The RNA type identifier.
|
|
192480
|
+
:type id: str | None
|
|
192481
|
+
:param default:
|
|
192482
|
+
:return: The RNA type or default when not found.
|
|
192483
|
+
:rtype: Struct
|
|
192484
|
+
"""
|
|
192485
|
+
...
|
|
192486
|
+
|
|
192487
|
+
@classmethod
|
|
192488
|
+
def bl_rna_get_subclass_py(cls, id: str | None, default=None) -> typing.Any:
|
|
192489
|
+
"""
|
|
192490
|
+
|
|
192491
|
+
:param id: The RNA type identifier.
|
|
192492
|
+
:type id: str | None
|
|
192493
|
+
:param default:
|
|
192494
|
+
:return: The class or default when not found.
|
|
192495
|
+
:rtype: typing.Any
|
|
192496
|
+
"""
|
|
192497
|
+
...
|
|
192498
|
+
|
|
192499
|
+
class LightProbeVolume(LightProbe, ID, bpy_struct):
|
|
192500
|
+
"""Light probe that captures low frequency lighting inside a volume"""
|
|
192501
|
+
|
|
192502
|
+
bake_samples: int
|
|
192503
|
+
""" Number of ray directions to evaluate when baking
|
|
192504
|
+
|
|
192505
|
+
:type: int
|
|
192506
|
+
"""
|
|
192507
|
+
|
|
192508
|
+
capture_distance: float
|
|
192509
|
+
""" Distance around the probe volume that will be considered during the bake
|
|
192510
|
+
|
|
192511
|
+
:type: float
|
|
192512
|
+
"""
|
|
192513
|
+
|
|
192514
|
+
capture_emission: bool
|
|
192515
|
+
""" Bake emissive surfaces for more accurate lighting
|
|
192516
|
+
|
|
192517
|
+
:type: bool
|
|
192518
|
+
"""
|
|
192519
|
+
|
|
192520
|
+
capture_indirect: bool
|
|
192521
|
+
""" Bake light bounces from light sources for more accurate lighting
|
|
192522
|
+
|
|
192523
|
+
:type: bool
|
|
192524
|
+
"""
|
|
192525
|
+
|
|
192526
|
+
capture_world: bool
|
|
192527
|
+
""" Bake incoming light from the world instead of just the visibility for more accurate lighting, but lose correct blending to surrounding irradiance volumes
|
|
192528
|
+
|
|
192529
|
+
:type: bool
|
|
192530
|
+
"""
|
|
192531
|
+
|
|
192532
|
+
clamp_direct: float
|
|
192533
|
+
""" Clamp the direct lighting intensity to reduce noise (0 to disable)
|
|
192534
|
+
|
|
192535
|
+
:type: float
|
|
192536
|
+
"""
|
|
192537
|
+
|
|
192538
|
+
clamp_indirect: float
|
|
192539
|
+
""" Clamp the indirect lighting intensity to reduce noise (0 to disable)
|
|
192540
|
+
|
|
192541
|
+
:type: float
|
|
192542
|
+
"""
|
|
192543
|
+
|
|
192544
|
+
dilation_radius: float
|
|
192545
|
+
""" Radius in grid sample to search valid grid samples to copy into invalid grid samples
|
|
192546
|
+
|
|
192547
|
+
:type: float
|
|
192548
|
+
"""
|
|
192549
|
+
|
|
192550
|
+
dilation_threshold: float
|
|
192551
|
+
""" Ratio of front-facing surface hits under which a grid sample will reuse neighbors grid sample lighting
|
|
192552
|
+
|
|
192553
|
+
:type: float
|
|
192554
|
+
"""
|
|
192555
|
+
|
|
192556
|
+
escape_bias: float
|
|
192557
|
+
""" Distance to search for valid capture positions to prevent lighting artifacts
|
|
192558
|
+
|
|
192559
|
+
:type: float
|
|
192560
|
+
"""
|
|
192561
|
+
|
|
192562
|
+
facing_bias: float
|
|
192563
|
+
""" Smoother irradiance interpolation but introduce light bleeding
|
|
192564
|
+
|
|
192565
|
+
:type: float
|
|
192566
|
+
"""
|
|
192567
|
+
|
|
192568
|
+
intensity: float
|
|
192569
|
+
""" Modify the intensity of the lighting captured by this probe
|
|
192570
|
+
|
|
192571
|
+
:type: float
|
|
192572
|
+
"""
|
|
192573
|
+
|
|
192574
|
+
normal_bias: float
|
|
192575
|
+
""" Offset sampling of the irradiance grid in the surface normal direction to reduce light bleeding
|
|
192576
|
+
|
|
192577
|
+
:type: float
|
|
192578
|
+
"""
|
|
192579
|
+
|
|
192580
|
+
resolution_x: int
|
|
192581
|
+
""" Number of samples along the x axis of the volume
|
|
192582
|
+
|
|
192583
|
+
:type: int
|
|
192584
|
+
"""
|
|
192585
|
+
|
|
192586
|
+
resolution_y: int
|
|
192587
|
+
""" Number of samples along the y axis of the volume
|
|
192588
|
+
|
|
192589
|
+
:type: int
|
|
192590
|
+
"""
|
|
192591
|
+
|
|
192592
|
+
resolution_z: int
|
|
192593
|
+
""" Number of samples along the z axis of the volume
|
|
192594
|
+
|
|
192595
|
+
:type: int
|
|
192596
|
+
"""
|
|
192597
|
+
|
|
192598
|
+
surface_bias: float
|
|
192599
|
+
""" Moves capture points away from surfaces to prevent artifacts
|
|
192600
|
+
|
|
192601
|
+
:type: float
|
|
192602
|
+
"""
|
|
192603
|
+
|
|
192604
|
+
surfel_density: int
|
|
192605
|
+
""" Number of surfels to spawn in one local unit distance (higher values improve quality)
|
|
192606
|
+
|
|
192607
|
+
:type: int
|
|
192608
|
+
"""
|
|
192609
|
+
|
|
192610
|
+
validity_threshold: float
|
|
192611
|
+
""" Ratio of front-facing surface hits under which a grid sample will not be considered for lighting
|
|
192612
|
+
|
|
192613
|
+
:type: float
|
|
192614
|
+
"""
|
|
192615
|
+
|
|
192616
|
+
view_bias: float
|
|
192617
|
+
""" Offset sampling of the irradiance grid in the viewing direction to reduce light bleeding
|
|
192618
|
+
|
|
192619
|
+
:type: float
|
|
192620
|
+
"""
|
|
192621
|
+
|
|
192622
|
+
@classmethod
|
|
192623
|
+
def bl_rna_get_subclass(cls, id: str | None, default=None) -> Struct:
|
|
192624
|
+
"""
|
|
192625
|
+
|
|
192626
|
+
:param id: The RNA type identifier.
|
|
192627
|
+
:type id: str | None
|
|
192628
|
+
:param default:
|
|
192629
|
+
:return: The RNA type or default when not found.
|
|
192630
|
+
:rtype: Struct
|
|
192631
|
+
"""
|
|
192632
|
+
...
|
|
192633
|
+
|
|
192634
|
+
@classmethod
|
|
192635
|
+
def bl_rna_get_subclass_py(cls, id: str | None, default=None) -> typing.Any:
|
|
192636
|
+
"""
|
|
192637
|
+
|
|
192638
|
+
:param id: The RNA type identifier.
|
|
192639
|
+
:type id: str | None
|
|
192640
|
+
:param default:
|
|
192641
|
+
:return: The class or default when not found.
|
|
192642
|
+
:rtype: typing.Any
|
|
192643
|
+
"""
|
|
192644
|
+
...
|
|
192645
|
+
|
|
192192
192646
|
class CompositorNodeTree(NodeTree, ID, bpy_struct):
|
|
192193
192647
|
"""Node tree consisting of linked nodes used for compositing"""
|
|
192194
192648
|
|
|
@@ -211733,7 +212187,7 @@ class GeometryNodeAccumulateField(GeometryNode, NodeInternal, Node, bpy_struct):
|
|
|
211733
212187
|
"""Add the values of an evaluated field together and output the running total for each element"""
|
|
211734
212188
|
|
|
211735
212189
|
data_type: str
|
|
211736
|
-
""" Type of data
|
|
212190
|
+
""" Type of data that is accumulated
|
|
211737
212191
|
|
|
211738
212192
|
:type: str
|
|
211739
212193
|
"""
|
|
@@ -235456,10 +235910,18 @@ VIEW3D_PT_tools_grease_pencil_v3_brush_mix_palette: bl_ui.space_view3d_toolbar.V
|
|
|
235456
235910
|
|
|
235457
235911
|
VIEW3D_PT_tools_grease_pencil_v3_brush_mixcolor: bl_ui.space_view3d_toolbar.VIEW3D_PT_tools_grease_pencil_v3_brush_mixcolor
|
|
235458
235912
|
|
|
235913
|
+
VIEW3D_PT_tools_grease_pencil_v3_brush_post_processing: bl_ui.space_view3d_toolbar.VIEW3D_PT_tools_grease_pencil_v3_brush_post_processing
|
|
235914
|
+
|
|
235915
|
+
VIEW3D_PT_tools_grease_pencil_v3_brush_random: bl_ui.space_view3d_toolbar.VIEW3D_PT_tools_grease_pencil_v3_brush_random
|
|
235916
|
+
|
|
235459
235917
|
VIEW3D_PT_tools_grease_pencil_v3_brush_select: bl_ui.space_view3d_toolbar.VIEW3D_PT_tools_grease_pencil_v3_brush_select
|
|
235460
235918
|
|
|
235461
235919
|
VIEW3D_PT_tools_grease_pencil_v3_brush_settings: bl_ui.space_view3d_toolbar.VIEW3D_PT_tools_grease_pencil_v3_brush_settings
|
|
235462
235920
|
|
|
235921
|
+
VIEW3D_PT_tools_grease_pencil_v3_brush_stabilizer: bl_ui.space_view3d_toolbar.VIEW3D_PT_tools_grease_pencil_v3_brush_stabilizer
|
|
235922
|
+
|
|
235923
|
+
VIEW3D_PT_tools_grease_pencil_v3_brush_stroke: bl_ui.space_view3d_toolbar.VIEW3D_PT_tools_grease_pencil_v3_brush_stroke
|
|
235924
|
+
|
|
235463
235925
|
VIEW3D_PT_tools_grease_pencil_vertex_appearance: bl_ui.space_view3d_toolbar.VIEW3D_PT_tools_grease_pencil_vertex_appearance
|
|
235464
235926
|
|
|
235465
235927
|
VIEW3D_PT_tools_grease_pencil_vertex_paint_select: bl_ui.space_view3d_toolbar.VIEW3D_PT_tools_grease_pencil_vertex_paint_select
|