fake-bpy-module 20240506__py3-none-any.whl → 20240508__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
@@ -34372,6 +34372,95 @@ Base class for integrating USD Hydra based renderers.
34372
34372
  :columns: 2
34373
34373
 
34374
34374
 
34375
+ --------------------
34376
+
34377
+ * bpy_struct.id_data
34378
+ * Node.type
34379
+ * Node.location
34380
+ * Node.width
34381
+ * Node.height
34382
+ * Node.dimensions
34383
+ * Node.name
34384
+ * Node.label
34385
+ * Node.inputs
34386
+ * Node.outputs
34387
+ * Node.internal_links
34388
+ * Node.parent
34389
+ * Node.use_custom_color
34390
+ * Node.color
34391
+ * Node.select
34392
+ * Node.show_options
34393
+ * Node.show_preview
34394
+ * Node.hide
34395
+ * Node.mute
34396
+ * Node.show_texture
34397
+ * Node.bl_idname
34398
+ * Node.bl_label
34399
+ * Node.bl_description
34400
+ * Node.bl_icon
34401
+ * Node.bl_static_type
34402
+ * Node.bl_width_default
34403
+ * Node.bl_width_min
34404
+ * Node.bl_width_max
34405
+ * Node.bl_height_default
34406
+ * Node.bl_height_min
34407
+ * Node.bl_height_max
34408
+
34409
+ :columns: 2
34410
+
34411
+
34412
+ --------------------
34413
+
34414
+ * bpy_struct.as_pointer
34415
+ * bpy_struct.driver_add
34416
+ * bpy_struct.driver_remove
34417
+ * bpy_struct.get
34418
+ * bpy_struct.id_properties_clear
34419
+ * bpy_struct.id_properties_ensure
34420
+ * bpy_struct.id_properties_ui
34421
+ * bpy_struct.is_property_hidden
34422
+ * bpy_struct.is_property_overridable_library
34423
+ * bpy_struct.is_property_readonly
34424
+ * bpy_struct.is_property_set
34425
+ * bpy_struct.items
34426
+ * bpy_struct.keyframe_delete
34427
+ * bpy_struct.keyframe_insert
34428
+ * bpy_struct.keys
34429
+ * bpy_struct.path_from_id
34430
+ * bpy_struct.path_resolve
34431
+ * bpy_struct.pop
34432
+ * bpy_struct.property_overridable_library_set
34433
+ * bpy_struct.property_unset
34434
+ * bpy_struct.type_recast
34435
+ * bpy_struct.values
34436
+ * Node.socket_value_update
34437
+ * Node.is_registered_node_type
34438
+ * Node.poll
34439
+ * Node.poll_instance
34440
+ * Node.update
34441
+ * Node.insert_link
34442
+ * Node.init
34443
+ * Node.copy
34444
+ * Node.free
34445
+ * Node.draw_buttons
34446
+ * Node.draw_buttons_ext
34447
+ * Node.draw_label
34448
+ * Node.poll
34449
+ * Node.bl_rna_get_subclass
34450
+ * Node.bl_rna_get_subclass_py
34451
+ * NodeInternal.poll
34452
+ * NodeInternal.poll_instance
34453
+ * NodeInternal.update
34454
+ * NodeInternal.draw_buttons
34455
+ * NodeInternal.draw_buttons_ext
34456
+ * NodeInternal.bl_rna_get_subclass
34457
+ * NodeInternal.bl_rna_get_subclass_py
34458
+ * FunctionNode.bl_rna_get_subclass
34459
+ * FunctionNode.bl_rna_get_subclass_py
34460
+
34461
+ :columns: 2
34462
+
34463
+
34375
34464
  --------------------
34376
34465
 
34377
34466
  * bpy_struct.id_data
@@ -41705,7 +41794,6 @@ Base class for integrating USD Hydra based renderers.
41705
41794
  * AnimDataDrivers.new
41706
41795
  * AnimDataDrivers.remove
41707
41796
  * AnimationChannelBag.fcurves
41708
- * KeyframeAnimationStrip.key_insert
41709
41797
  * NlaStrip.fcurves
41710
41798
  * NlaStripFCurves.find
41711
41799
 
@@ -55946,6 +56034,96 @@ Executing the operator will then print all values.
55946
56034
  :columns: 2
55947
56035
 
55948
56036
 
56037
+ --------------------
56038
+
56039
+ * bpy_struct.id_data
56040
+ * Node.type
56041
+ * Node.location
56042
+ * Node.width
56043
+ * Node.height
56044
+ * Node.dimensions
56045
+ * Node.name
56046
+ * Node.label
56047
+ * Node.inputs
56048
+ * Node.outputs
56049
+ * Node.internal_links
56050
+ * Node.parent
56051
+ * Node.use_custom_color
56052
+ * Node.color
56053
+ * Node.select
56054
+ * Node.show_options
56055
+ * Node.show_preview
56056
+ * Node.hide
56057
+ * Node.mute
56058
+ * Node.show_texture
56059
+ * Node.bl_idname
56060
+ * Node.bl_label
56061
+ * Node.bl_description
56062
+ * Node.bl_icon
56063
+ * Node.bl_static_type
56064
+ * Node.bl_width_default
56065
+ * Node.bl_width_min
56066
+ * Node.bl_width_max
56067
+ * Node.bl_height_default
56068
+ * Node.bl_height_min
56069
+ * Node.bl_height_max
56070
+
56071
+ :columns: 2
56072
+
56073
+
56074
+ --------------------
56075
+
56076
+ * bpy_struct.as_pointer
56077
+ * bpy_struct.driver_add
56078
+ * bpy_struct.driver_remove
56079
+ * bpy_struct.get
56080
+ * bpy_struct.id_properties_clear
56081
+ * bpy_struct.id_properties_ensure
56082
+ * bpy_struct.id_properties_ui
56083
+ * bpy_struct.is_property_hidden
56084
+ * bpy_struct.is_property_overridable_library
56085
+ * bpy_struct.is_property_readonly
56086
+ * bpy_struct.is_property_set
56087
+ * bpy_struct.items
56088
+ * bpy_struct.keyframe_delete
56089
+ * bpy_struct.keyframe_insert
56090
+ * bpy_struct.keys
56091
+ * bpy_struct.path_from_id
56092
+ * bpy_struct.path_resolve
56093
+ * bpy_struct.pop
56094
+ * bpy_struct.property_overridable_library_set
56095
+ * bpy_struct.property_unset
56096
+ * bpy_struct.type_recast
56097
+ * bpy_struct.values
56098
+ * Node.socket_value_update
56099
+ * Node.is_registered_node_type
56100
+ * Node.poll
56101
+ * Node.poll_instance
56102
+ * Node.update
56103
+ * Node.insert_link
56104
+ * Node.init
56105
+ * Node.copy
56106
+ * Node.free
56107
+ * Node.draw_buttons
56108
+ * Node.draw_buttons_ext
56109
+ * Node.draw_label
56110
+ * Node.poll
56111
+ * Node.bl_rna_get_subclass
56112
+ * Node.bl_rna_get_subclass_py
56113
+ * NodeInternal.poll
56114
+ * NodeInternal.poll_instance
56115
+ * NodeInternal.update
56116
+ * NodeInternal.draw_buttons
56117
+ * NodeInternal.draw_buttons_ext
56118
+ * NodeInternal.bl_rna_get_subclass
56119
+ * NodeInternal.bl_rna_get_subclass_py
56120
+ * GeometryNode.poll
56121
+ * GeometryNode.bl_rna_get_subclass
56122
+ * GeometryNode.bl_rna_get_subclass_py
56123
+
56124
+ :columns: 2
56125
+
56126
+
55949
56127
  --------------------
55950
56128
 
55951
56129
  * bpy_struct.id_data
@@ -60071,6 +60249,121 @@ Executing the operator will then print all values.
60071
60249
  --------------------
60072
60250
 
60073
60251
  * bpy_struct.id_data
60252
+ * FileHandler.bl_idname
60253
+ * FileHandler.bl_import_operator
60254
+ * FileHandler.bl_export_operator
60255
+ * FileHandler.bl_label
60256
+ * FileHandler.bl_file_extensions
60257
+
60258
+ :columns: 2
60259
+
60260
+
60261
+ --------------------
60262
+
60263
+ * bpy_struct.as_pointer
60264
+ * bpy_struct.driver_add
60265
+ * bpy_struct.driver_remove
60266
+ * bpy_struct.get
60267
+ * bpy_struct.id_properties_clear
60268
+ * bpy_struct.id_properties_ensure
60269
+ * bpy_struct.id_properties_ui
60270
+ * bpy_struct.is_property_hidden
60271
+ * bpy_struct.is_property_overridable_library
60272
+ * bpy_struct.is_property_readonly
60273
+ * bpy_struct.is_property_set
60274
+ * bpy_struct.items
60275
+ * bpy_struct.keyframe_delete
60276
+ * bpy_struct.keyframe_insert
60277
+ * bpy_struct.keys
60278
+ * bpy_struct.path_from_id
60279
+ * bpy_struct.path_resolve
60280
+ * bpy_struct.pop
60281
+ * bpy_struct.property_overridable_library_set
60282
+ * bpy_struct.property_unset
60283
+ * bpy_struct.type_recast
60284
+ * bpy_struct.values
60285
+ * FileHandler.poll_drop
60286
+ * FileHandler.bl_rna_get_subclass
60287
+ * FileHandler.bl_rna_get_subclass_py
60288
+
60289
+ :columns: 2
60290
+
60291
+
60292
+ --------------------
60293
+
60294
+ * bpy_struct.id_data
60295
+
60296
+ :columns: 2
60297
+
60298
+
60299
+ --------------------
60300
+
60301
+ * bpy_struct.as_pointer
60302
+ * bpy_struct.driver_add
60303
+ * bpy_struct.driver_remove
60304
+ * bpy_struct.get
60305
+ * bpy_struct.id_properties_clear
60306
+ * bpy_struct.id_properties_ensure
60307
+ * bpy_struct.id_properties_ui
60308
+ * bpy_struct.is_property_hidden
60309
+ * bpy_struct.is_property_overridable_library
60310
+ * bpy_struct.is_property_readonly
60311
+ * bpy_struct.is_property_set
60312
+ * bpy_struct.items
60313
+ * bpy_struct.keyframe_delete
60314
+ * bpy_struct.keyframe_insert
60315
+ * bpy_struct.keys
60316
+ * bpy_struct.path_from_id
60317
+ * bpy_struct.path_resolve
60318
+ * bpy_struct.pop
60319
+ * bpy_struct.property_overridable_library_set
60320
+ * bpy_struct.property_unset
60321
+ * bpy_struct.type_recast
60322
+ * bpy_struct.values
60323
+
60324
+ :columns: 2
60325
+
60326
+
60327
+ --------------------
60328
+
60329
+ * Depsgraph.object_instances
60330
+
60331
+ :columns: 2
60332
+
60333
+
60334
+ --------------------
60335
+
60336
+ * bpy_struct.id_data
60337
+ * Node.type
60338
+ * Node.location
60339
+ * Node.width
60340
+ * Node.height
60341
+ * Node.dimensions
60342
+ * Node.name
60343
+ * Node.label
60344
+ * Node.inputs
60345
+ * Node.outputs
60346
+ * Node.internal_links
60347
+ * Node.parent
60348
+ * Node.use_custom_color
60349
+ * Node.color
60350
+ * Node.select
60351
+ * Node.show_options
60352
+ * Node.show_preview
60353
+ * Node.hide
60354
+ * Node.mute
60355
+ * Node.show_texture
60356
+ * Node.bl_idname
60357
+ * Node.bl_label
60358
+ * Node.bl_description
60359
+ * Node.bl_icon
60360
+ * Node.bl_static_type
60361
+ * Node.bl_width_default
60362
+ * Node.bl_width_min
60363
+ * Node.bl_width_max
60364
+ * Node.bl_height_default
60365
+ * Node.bl_height_min
60366
+ * Node.bl_height_max
60074
60367
 
60075
60368
  :columns: 2
60076
60369
 
@@ -60099,78 +60392,6 @@ Executing the operator will then print all values.
60099
60392
  * bpy_struct.property_unset
60100
60393
  * bpy_struct.type_recast
60101
60394
  * bpy_struct.values
60102
-
60103
- :columns: 2
60104
-
60105
-
60106
- --------------------
60107
-
60108
- * Depsgraph.object_instances
60109
-
60110
- :columns: 2
60111
-
60112
-
60113
- --------------------
60114
-
60115
- * bpy_struct.id_data
60116
- * Node.type
60117
- * Node.location
60118
- * Node.width
60119
- * Node.height
60120
- * Node.dimensions
60121
- * Node.name
60122
- * Node.label
60123
- * Node.inputs
60124
- * Node.outputs
60125
- * Node.internal_links
60126
- * Node.parent
60127
- * Node.use_custom_color
60128
- * Node.color
60129
- * Node.select
60130
- * Node.show_options
60131
- * Node.show_preview
60132
- * Node.hide
60133
- * Node.mute
60134
- * Node.show_texture
60135
- * Node.bl_idname
60136
- * Node.bl_label
60137
- * Node.bl_description
60138
- * Node.bl_icon
60139
- * Node.bl_static_type
60140
- * Node.bl_width_default
60141
- * Node.bl_width_min
60142
- * Node.bl_width_max
60143
- * Node.bl_height_default
60144
- * Node.bl_height_min
60145
- * Node.bl_height_max
60146
-
60147
- :columns: 2
60148
-
60149
-
60150
- --------------------
60151
-
60152
- * bpy_struct.as_pointer
60153
- * bpy_struct.driver_add
60154
- * bpy_struct.driver_remove
60155
- * bpy_struct.get
60156
- * bpy_struct.id_properties_clear
60157
- * bpy_struct.id_properties_ensure
60158
- * bpy_struct.id_properties_ui
60159
- * bpy_struct.is_property_hidden
60160
- * bpy_struct.is_property_overridable_library
60161
- * bpy_struct.is_property_readonly
60162
- * bpy_struct.is_property_set
60163
- * bpy_struct.items
60164
- * bpy_struct.keyframe_delete
60165
- * bpy_struct.keyframe_insert
60166
- * bpy_struct.keys
60167
- * bpy_struct.path_from_id
60168
- * bpy_struct.path_resolve
60169
- * bpy_struct.pop
60170
- * bpy_struct.property_overridable_library_set
60171
- * bpy_struct.property_unset
60172
- * bpy_struct.type_recast
60173
- * bpy_struct.values
60174
60395
  * Node.socket_value_update
60175
60396
  * Node.is_registered_node_type
60176
60397
  * Node.poll
@@ -69681,6 +69902,49 @@ Property types used in class declarations are all in bpy.props
69681
69902
  :columns: 2
69682
69903
 
69683
69904
 
69905
+ --------------------
69906
+
69907
+ * bpy_struct.id_data
69908
+ * FileHandler.bl_idname
69909
+ * FileHandler.bl_import_operator
69910
+ * FileHandler.bl_export_operator
69911
+ * FileHandler.bl_label
69912
+ * FileHandler.bl_file_extensions
69913
+
69914
+ :columns: 2
69915
+
69916
+
69917
+ --------------------
69918
+
69919
+ * bpy_struct.as_pointer
69920
+ * bpy_struct.driver_add
69921
+ * bpy_struct.driver_remove
69922
+ * bpy_struct.get
69923
+ * bpy_struct.id_properties_clear
69924
+ * bpy_struct.id_properties_ensure
69925
+ * bpy_struct.id_properties_ui
69926
+ * bpy_struct.is_property_hidden
69927
+ * bpy_struct.is_property_overridable_library
69928
+ * bpy_struct.is_property_readonly
69929
+ * bpy_struct.is_property_set
69930
+ * bpy_struct.items
69931
+ * bpy_struct.keyframe_delete
69932
+ * bpy_struct.keyframe_insert
69933
+ * bpy_struct.keys
69934
+ * bpy_struct.path_from_id
69935
+ * bpy_struct.path_resolve
69936
+ * bpy_struct.pop
69937
+ * bpy_struct.property_overridable_library_set
69938
+ * bpy_struct.property_unset
69939
+ * bpy_struct.type_recast
69940
+ * bpy_struct.values
69941
+ * FileHandler.poll_drop
69942
+ * FileHandler.bl_rna_get_subclass
69943
+ * FileHandler.bl_rna_get_subclass_py
69944
+
69945
+ :columns: 2
69946
+
69947
+
69684
69948
  --------------------
69685
69949
 
69686
69950
  * bpy_struct.id_data
@@ -74863,107 +75127,150 @@ at its creation, all editing in the original image's buffer is 'lost' in its cop
74863
75127
  --------------------
74864
75128
 
74865
75129
  * bpy_struct.id_data
74866
- * Modifier.name
74867
- * Modifier.type
74868
- * Modifier.show_viewport
74869
- * Modifier.show_render
74870
- * Modifier.show_in_editmode
74871
- * Modifier.show_on_cage
74872
- * Modifier.show_expanded
74873
- * Modifier.is_active
74874
- * Modifier.is_override_data
74875
- * Modifier.use_apply_on_spline
74876
- * Modifier.execution_time
74877
- * Modifier.persistent_uid
74878
-
74879
- :columns: 2
74880
-
74881
-
74882
- --------------------
74883
-
74884
- * bpy_struct.as_pointer
74885
- * bpy_struct.driver_add
74886
- * bpy_struct.driver_remove
74887
- * bpy_struct.get
74888
- * bpy_struct.id_properties_clear
74889
- * bpy_struct.id_properties_ensure
74890
- * bpy_struct.id_properties_ui
74891
- * bpy_struct.is_property_hidden
74892
- * bpy_struct.is_property_overridable_library
74893
- * bpy_struct.is_property_readonly
74894
- * bpy_struct.is_property_set
74895
- * bpy_struct.items
74896
- * bpy_struct.keyframe_delete
74897
- * bpy_struct.keyframe_insert
74898
- * bpy_struct.keys
74899
- * bpy_struct.path_from_id
74900
- * bpy_struct.path_resolve
74901
- * bpy_struct.pop
74902
- * bpy_struct.property_overridable_library_set
74903
- * bpy_struct.property_unset
74904
- * bpy_struct.type_recast
74905
- * bpy_struct.values
74906
- * Modifier.bl_rna_get_subclass
74907
- * Modifier.bl_rna_get_subclass_py
74908
-
74909
- :columns: 2
74910
-
74911
-
74912
- --------------------
74913
-
74914
- * bpy_struct.id_data
74915
-
74916
- :columns: 2
74917
-
74918
-
74919
- --------------------
74920
-
74921
- * bpy_struct.as_pointer
74922
- * bpy_struct.driver_add
74923
- * bpy_struct.driver_remove
74924
- * bpy_struct.get
74925
- * bpy_struct.id_properties_clear
74926
- * bpy_struct.id_properties_ensure
74927
- * bpy_struct.id_properties_ui
74928
- * bpy_struct.is_property_hidden
74929
- * bpy_struct.is_property_overridable_library
74930
- * bpy_struct.is_property_readonly
74931
- * bpy_struct.is_property_set
74932
- * bpy_struct.items
74933
- * bpy_struct.keyframe_delete
74934
- * bpy_struct.keyframe_insert
74935
- * bpy_struct.keys
74936
- * bpy_struct.path_from_id
74937
- * bpy_struct.path_resolve
74938
- * bpy_struct.pop
74939
- * bpy_struct.property_overridable_library_set
74940
- * bpy_struct.property_unset
74941
- * bpy_struct.type_recast
74942
- * bpy_struct.values
74943
-
74944
- :columns: 2
74945
-
74946
-
74947
- --------------------
74948
-
74949
- * XrActionMapBinding.component_paths
74950
-
74951
- :columns: 2
74952
-
74953
-
74954
- --------------------
74955
-
74956
- * bpy_struct.id_data
74957
- * UIList.bl_idname
74958
- * UIList.list_id
74959
- * UIList.layout_type
74960
- * UIList.use_filter_show
74961
- * UIList.filter_name
74962
- * UIList.use_filter_invert
74963
- * UIList.use_filter_sort_alpha
74964
- * UIList.use_filter_sort_reverse
74965
- * UIList.use_filter_sort_lock
74966
- * UIList.bitflag_filter_item
75130
+ * FileHandler.bl_idname
75131
+ * FileHandler.bl_import_operator
75132
+ * FileHandler.bl_export_operator
75133
+ * FileHandler.bl_label
75134
+ * FileHandler.bl_file_extensions
75135
+
75136
+ :columns: 2
75137
+
75138
+
75139
+ --------------------
75140
+
75141
+ * bpy_struct.as_pointer
75142
+ * bpy_struct.driver_add
75143
+ * bpy_struct.driver_remove
75144
+ * bpy_struct.get
75145
+ * bpy_struct.id_properties_clear
75146
+ * bpy_struct.id_properties_ensure
75147
+ * bpy_struct.id_properties_ui
75148
+ * bpy_struct.is_property_hidden
75149
+ * bpy_struct.is_property_overridable_library
75150
+ * bpy_struct.is_property_readonly
75151
+ * bpy_struct.is_property_set
75152
+ * bpy_struct.items
75153
+ * bpy_struct.keyframe_delete
75154
+ * bpy_struct.keyframe_insert
75155
+ * bpy_struct.keys
75156
+ * bpy_struct.path_from_id
75157
+ * bpy_struct.path_resolve
75158
+ * bpy_struct.pop
75159
+ * bpy_struct.property_overridable_library_set
75160
+ * bpy_struct.property_unset
75161
+ * bpy_struct.type_recast
75162
+ * bpy_struct.values
75163
+ * FileHandler.poll_drop
75164
+ * FileHandler.bl_rna_get_subclass
75165
+ * FileHandler.bl_rna_get_subclass_py
75166
+
75167
+ :columns: 2
75168
+
75169
+
75170
+ --------------------
75171
+
75172
+ * bpy_struct.id_data
75173
+ * Modifier.name
75174
+ * Modifier.type
75175
+ * Modifier.show_viewport
75176
+ * Modifier.show_render
75177
+ * Modifier.show_in_editmode
75178
+ * Modifier.show_on_cage
75179
+ * Modifier.show_expanded
75180
+ * Modifier.is_active
75181
+ * Modifier.is_override_data
75182
+ * Modifier.use_apply_on_spline
75183
+ * Modifier.execution_time
75184
+ * Modifier.persistent_uid
75185
+
75186
+ :columns: 2
75187
+
75188
+
75189
+ --------------------
75190
+
75191
+ * bpy_struct.as_pointer
75192
+ * bpy_struct.driver_add
75193
+ * bpy_struct.driver_remove
75194
+ * bpy_struct.get
75195
+ * bpy_struct.id_properties_clear
75196
+ * bpy_struct.id_properties_ensure
75197
+ * bpy_struct.id_properties_ui
75198
+ * bpy_struct.is_property_hidden
75199
+ * bpy_struct.is_property_overridable_library
75200
+ * bpy_struct.is_property_readonly
75201
+ * bpy_struct.is_property_set
75202
+ * bpy_struct.items
75203
+ * bpy_struct.keyframe_delete
75204
+ * bpy_struct.keyframe_insert
75205
+ * bpy_struct.keys
75206
+ * bpy_struct.path_from_id
75207
+ * bpy_struct.path_resolve
75208
+ * bpy_struct.pop
75209
+ * bpy_struct.property_overridable_library_set
75210
+ * bpy_struct.property_unset
75211
+ * bpy_struct.type_recast
75212
+ * bpy_struct.values
75213
+ * Modifier.bl_rna_get_subclass
75214
+ * Modifier.bl_rna_get_subclass_py
75215
+
75216
+ :columns: 2
75217
+
75218
+
75219
+ --------------------
75220
+
75221
+ * bpy_struct.id_data
75222
+
75223
+ :columns: 2
75224
+
75225
+
75226
+ --------------------
75227
+
75228
+ * bpy_struct.as_pointer
75229
+ * bpy_struct.driver_add
75230
+ * bpy_struct.driver_remove
75231
+ * bpy_struct.get
75232
+ * bpy_struct.id_properties_clear
75233
+ * bpy_struct.id_properties_ensure
75234
+ * bpy_struct.id_properties_ui
75235
+ * bpy_struct.is_property_hidden
75236
+ * bpy_struct.is_property_overridable_library
75237
+ * bpy_struct.is_property_readonly
75238
+ * bpy_struct.is_property_set
75239
+ * bpy_struct.items
75240
+ * bpy_struct.keyframe_delete
75241
+ * bpy_struct.keyframe_insert
75242
+ * bpy_struct.keys
75243
+ * bpy_struct.path_from_id
75244
+ * bpy_struct.path_resolve
75245
+ * bpy_struct.pop
75246
+ * bpy_struct.property_overridable_library_set
75247
+ * bpy_struct.property_unset
75248
+ * bpy_struct.type_recast
75249
+ * bpy_struct.values
75250
+
75251
+ :columns: 2
75252
+
75253
+
75254
+ --------------------
75255
+
75256
+ * XrActionMapBinding.component_paths
75257
+
75258
+ :columns: 2
75259
+
75260
+
75261
+ --------------------
75262
+
75263
+ * bpy_struct.id_data
75264
+ * UIList.bl_idname
75265
+ * UIList.list_id
75266
+ * UIList.layout_type
75267
+ * UIList.use_filter_show
75268
+ * UIList.filter_name
75269
+ * UIList.use_filter_invert
75270
+ * UIList.use_filter_sort_alpha
75271
+ * UIList.use_filter_sort_reverse
75272
+ * UIList.use_filter_sort_lock
75273
+ * UIList.bitflag_filter_item
74967
75274
 
74968
75275
  :columns: 2
74969
75276
 
@@ -78692,6 +78999,8 @@ at its creation, all editing in the original image's buffer is 'lost' in its cop
78692
78999
  * FunctionNodeInputColor.output_template
78693
79000
  * FunctionNodeInputInt.input_template
78694
79001
  * FunctionNodeInputInt.output_template
79002
+ * FunctionNodeInputRotation.input_template
79003
+ * FunctionNodeInputRotation.output_template
78695
79004
  * FunctionNodeInputSpecialCharacters.input_template
78696
79005
  * FunctionNodeInputSpecialCharacters.output_template
78697
79006
  * FunctionNodeInputString.input_template
@@ -79002,6 +79311,8 @@ at its creation, all editing in the original image's buffer is 'lost' in its cop
79002
79311
  * GeometryNodeSampleCurve.output_template
79003
79312
  * GeometryNodeSampleGrid.input_template
79004
79313
  * GeometryNodeSampleGrid.output_template
79314
+ * GeometryNodeSampleGridIndex.input_template
79315
+ * GeometryNodeSampleGridIndex.output_template
79005
79316
  * GeometryNodeSampleIndex.input_template
79006
79317
  * GeometryNodeSampleIndex.output_template
79007
79318
  * GeometryNodeSampleNearest.input_template
@@ -97242,6 +97553,7 @@ import bl_operators.image
97242
97553
  import bl_operators.node
97243
97554
  import bl_operators.object
97244
97555
  import bl_operators.presets
97556
+ import bl_operators.sequencer
97245
97557
  import bl_operators.spreadsheet
97246
97558
  import bl_operators.userpref
97247
97559
  import bl_operators.view3d
@@ -97326,7 +97638,7 @@ import mathutils
97326
97638
 
97327
97639
  GenericType = typing.TypeVar("GenericType")
97328
97640
 
97329
- class bpy_prop_collection:
97641
+ class bpy_prop_collection(typing.Generic[GenericType]):
97330
97642
  """built-in class used for all collections."""
97331
97643
 
97332
97644
  def find(self, key: typing.Optional[str]) -> int:
@@ -97358,7 +97670,9 @@ class bpy_prop_collection:
97358
97670
  """
97359
97671
  ...
97360
97672
 
97361
- def get(self, key: typing.Optional[str], default=None):
97673
+ def get(
97674
+ self, key: typing.Optional[str], default=None
97675
+ ) -> typing.Optional[GenericType]:
97362
97676
  """Returns the value of the item assigned to key or default when not found
97363
97677
  (matches Python's dictionary function of the same name).
97364
97678
 
@@ -97366,6 +97680,8 @@ class bpy_prop_collection:
97366
97680
  :type key: typing.Optional[str]
97367
97681
  :param default: Optional argument for the value to return if
97368
97682
  key is not found.
97683
+ :return:
97684
+ :rtype: typing.Optional[GenericType]
97369
97685
  """
97370
97686
  ...
97371
97687
 
@@ -97395,7 +97711,61 @@ class bpy_prop_collection:
97395
97711
  """
97396
97712
  ...
97397
97713
 
97398
- class bpy_struct:
97714
+ def __getitem__(self, key: typing.Union[int, str]) -> GenericType:
97715
+ """
97716
+
97717
+ :param key:
97718
+ :type key: typing.Union[int, str]
97719
+ :return:
97720
+ :rtype: GenericType
97721
+ """
97722
+ ...
97723
+
97724
+ def __setitem__(self, key: typing.Union[int, str], value: GenericType):
97725
+ """
97726
+
97727
+ :param key:
97728
+ :type key: typing.Union[int, str]
97729
+ :param value:
97730
+ :type value: GenericType
97731
+ """
97732
+ ...
97733
+
97734
+ def __delitem__(self, key: typing.Union[int, str]) -> GenericType:
97735
+ """
97736
+
97737
+ :param key:
97738
+ :type key: typing.Union[int, str]
97739
+ :return:
97740
+ :rtype: GenericType
97741
+ """
97742
+ ...
97743
+
97744
+ def __iter__(self) -> typing.Iterator[GenericType]:
97745
+ """
97746
+
97747
+ :return:
97748
+ :rtype: typing.Iterator[GenericType]
97749
+ """
97750
+ ...
97751
+
97752
+ def __next__(self) -> GenericType:
97753
+ """
97754
+
97755
+ :return:
97756
+ :rtype: GenericType
97757
+ """
97758
+ ...
97759
+
97760
+ def __len__(self) -> int:
97761
+ """
97762
+
97763
+ :return:
97764
+ :rtype: int
97765
+ """
97766
+ ...
97767
+
97768
+ class bpy_struct(typing.Generic[GenericType]):
97399
97769
  """built-in base class for all classes in bpy.types."""
97400
97770
 
97401
97771
  id_data: typing.Any
@@ -97661,6 +98031,36 @@ class bpy_struct:
97661
98031
  """
97662
98032
  ...
97663
98033
 
98034
+ def __getitem__(self, key: typing.Union[int, str]) -> typing.Any:
98035
+ """
98036
+
98037
+ :param key:
98038
+ :type key: typing.Union[int, str]
98039
+ :return:
98040
+ :rtype: typing.Any
98041
+ """
98042
+ ...
98043
+
98044
+ def __setitem__(self, key: typing.Union[int, str], value: typing.Any):
98045
+ """
98046
+
98047
+ :param key:
98048
+ :type key: typing.Union[int, str]
98049
+ :param value:
98050
+ :type value: typing.Any
98051
+ """
98052
+ ...
98053
+
98054
+ def __delitem__(self, key: typing.Union[int, str]) -> typing.Any:
98055
+ """
98056
+
98057
+ :param key:
98058
+ :type key: typing.Union[int, str]
98059
+ :return:
98060
+ :rtype: typing.Any
98061
+ """
98062
+ ...
98063
+
97664
98064
  class bpy_prop_array(typing.Generic[GenericType]):
97665
98065
  """ """
97666
98066
 
@@ -98881,6 +99281,30 @@ class Menu:
98881
99281
  """
98882
99282
  ...
98883
99283
 
99284
+ @classmethod
99285
+ def append(cls, draw_func):
99286
+ """
99287
+
99288
+ :param draw_func:
99289
+ """
99290
+ ...
99291
+
99292
+ @classmethod
99293
+ def prepend(cls, draw_func):
99294
+ """
99295
+
99296
+ :param draw_func:
99297
+ """
99298
+ ...
99299
+
99300
+ @classmethod
99301
+ def remove(cls, draw_func):
99302
+ """
99303
+
99304
+ :param draw_func:
99305
+ """
99306
+ ...
99307
+
98884
99308
  class Mesh:
98885
99309
  """Mesh data-block defining geometric surfaces"""
98886
99310
 
@@ -102196,6 +102620,12 @@ class AddonPreferences(bpy_struct):
102196
102620
  :type: typing.Union[str, typing.Any]
102197
102621
  """
102198
102622
 
102623
+ layout: UILayout
102624
+ """
102625
+
102626
+ :type: UILayout
102627
+ """
102628
+
102199
102629
  @classmethod
102200
102630
  def bl_rna_get_subclass(cls, id: typing.Optional[str], default=None) -> Struct:
102201
102631
  """
@@ -124051,10 +124481,10 @@ class KeyConfigurations(bpy_struct):
124051
124481
  context: typing.Optional[typing.Union[str, int]] = "INVOKE_DEFAULT",
124052
124482
  properties: typing.Optional[OperatorProperties] = None,
124053
124483
  include: typing.Optional[typing.Any] = {
124484
+ '"KEYBOARD"',
124054
124485
  '"NDOF"',
124055
124486
  '"ACTIONZONE"',
124056
124487
  '"MOUSE"',
124057
- '"KEYBOARD"',
124058
124488
  },
124059
124489
  exclude: typing.Optional[typing.Any] = {},
124060
124490
  ):
@@ -124547,10 +124977,10 @@ class KeyMapItems(bpy_struct):
124547
124977
  idname: typing.Union[str, typing.Any],
124548
124978
  properties: typing.Optional[OperatorProperties] = None,
124549
124979
  include: typing.Optional[typing.Any] = {
124980
+ '"KEYBOARD"',
124550
124981
  '"NDOF"',
124551
124982
  '"ACTIONZONE"',
124552
124983
  '"MOUSE"',
124553
- '"KEYBOARD"',
124554
124984
  },
124555
124985
  exclude: typing.Optional[typing.Any] = {},
124556
124986
  ) -> KeyMapItem:
@@ -128531,18 +128961,6 @@ class MovieClipProxy(bpy_struct):
128531
128961
  :type: bool
128532
128962
  """
128533
128963
 
128534
- build_free_run: bool
128535
- """ Build free run time code index
128536
-
128537
- :type: bool
128538
- """
128539
-
128540
- build_free_run_rec_date: bool
128541
- """ Build free run time code index using Record Date/Time
128542
-
128543
- :type: bool
128544
- """
128545
-
128546
128964
  build_record_run: bool
128547
128965
  """ Build record run time code index
128548
128966
 
@@ -142649,18 +143067,6 @@ class SequenceProxy(bpy_struct):
142649
143067
  :type: bool
142650
143068
  """
142651
143069
 
142652
- build_free_run: bool
142653
- """ Build free run time code index
142654
-
142655
- :type: bool
142656
- """
142657
-
142658
- build_free_run_rec_date: bool
142659
- """ Build free run time code index using Record Date/Time
142660
-
142661
- :type: bool
142662
- """
142663
-
142664
143070
  build_record_run: bool
142665
143071
  """ Build record run time code index
142666
143072
 
@@ -160737,15 +161143,221 @@ class AssetHandle(PropertyGroup, bpy_struct):
160737
161143
  """
160738
161144
  ...
160739
161145
 
160740
- class OperatorFileListElement(PropertyGroup, bpy_struct):
161146
+ class OperatorFileListElement(PropertyGroup, bpy_struct):
161147
+ """ """
161148
+
161149
+ name: typing.Union[str, typing.Any]
161150
+ """ Name of a file or directory within a file list
161151
+
161152
+ :type: typing.Union[str, typing.Any]
161153
+ """
161154
+
161155
+ @classmethod
161156
+ def bl_rna_get_subclass(cls, id: typing.Optional[str], default=None) -> Struct:
161157
+ """
161158
+
161159
+ :param id: The RNA type identifier.
161160
+ :type id: typing.Optional[str]
161161
+ :param default:
161162
+ :return: The RNA type or default when not found.
161163
+ :rtype: Struct
161164
+ """
161165
+ ...
161166
+
161167
+ @classmethod
161168
+ def bl_rna_get_subclass_py(
161169
+ cls, id: typing.Optional[str], default=None
161170
+ ) -> typing.Any:
161171
+ """
161172
+
161173
+ :param id: The RNA type identifier.
161174
+ :type id: typing.Optional[str]
161175
+ :param default:
161176
+ :return: The class or default when not found.
161177
+ :rtype: typing.Any
161178
+ """
161179
+ ...
161180
+
161181
+ class OperatorMousePath(PropertyGroup, bpy_struct):
161182
+ """Mouse path values for operators that record such paths"""
161183
+
161184
+ loc: typing.Union[typing.List[float], typing.Tuple[float, float], mathutils.Vector]
161185
+ """ Mouse location
161186
+
161187
+ :type: typing.Union[typing.List[float], typing.Tuple[float, float], mathutils.Vector]
161188
+ """
161189
+
161190
+ time: float
161191
+ """ Time of mouse location
161192
+
161193
+ :type: float
161194
+ """
161195
+
161196
+ @classmethod
161197
+ def bl_rna_get_subclass(cls, id: typing.Optional[str], default=None) -> Struct:
161198
+ """
161199
+
161200
+ :param id: The RNA type identifier.
161201
+ :type id: typing.Optional[str]
161202
+ :param default:
161203
+ :return: The RNA type or default when not found.
161204
+ :rtype: Struct
161205
+ """
161206
+ ...
161207
+
161208
+ @classmethod
161209
+ def bl_rna_get_subclass_py(
161210
+ cls, id: typing.Optional[str], default=None
161211
+ ) -> typing.Any:
161212
+ """
161213
+
161214
+ :param id: The RNA type identifier.
161215
+ :type id: typing.Optional[str]
161216
+ :param default:
161217
+ :return: The class or default when not found.
161218
+ :rtype: typing.Any
161219
+ """
161220
+ ...
161221
+
161222
+ class OperatorStrokeElement(PropertyGroup, bpy_struct):
161223
+ """ """
161224
+
161225
+ is_start: bool
161226
+ """
161227
+
161228
+ :type: bool
161229
+ """
161230
+
161231
+ location: typing.Union[
161232
+ typing.List[float], typing.Tuple[float, float, float], mathutils.Vector
161233
+ ]
161234
+ """
161235
+
161236
+ :type: typing.Union[typing.List[float], typing.Tuple[float, float, float], mathutils.Vector]
161237
+ """
161238
+
161239
+ mouse: typing.Union[
161240
+ typing.List[float], typing.Tuple[float, float], mathutils.Vector
161241
+ ]
161242
+ """
161243
+
161244
+ :type: typing.Union[typing.List[float], typing.Tuple[float, float], mathutils.Vector]
161245
+ """
161246
+
161247
+ mouse_event: typing.Union[
161248
+ typing.List[float], typing.Tuple[float, float], mathutils.Vector
161249
+ ]
161250
+ """
161251
+
161252
+ :type: typing.Union[typing.List[float], typing.Tuple[float, float], mathutils.Vector]
161253
+ """
161254
+
161255
+ pen_flip: bool
161256
+ """
161257
+
161258
+ :type: bool
161259
+ """
161260
+
161261
+ pressure: float
161262
+ """ Tablet pressure
161263
+
161264
+ :type: float
161265
+ """
161266
+
161267
+ size: float
161268
+ """ Brush size in screen space
161269
+
161270
+ :type: float
161271
+ """
161272
+
161273
+ time: float
161274
+ """
161275
+
161276
+ :type: float
161277
+ """
161278
+
161279
+ x_tilt: float
161280
+ """
161281
+
161282
+ :type: float
161283
+ """
161284
+
161285
+ y_tilt: float
161286
+ """
161287
+
161288
+ :type: float
161289
+ """
161290
+
161291
+ @classmethod
161292
+ def bl_rna_get_subclass(cls, id: typing.Optional[str], default=None) -> Struct:
161293
+ """
161294
+
161295
+ :param id: The RNA type identifier.
161296
+ :type id: typing.Optional[str]
161297
+ :param default:
161298
+ :return: The RNA type or default when not found.
161299
+ :rtype: Struct
161300
+ """
161301
+ ...
161302
+
161303
+ @classmethod
161304
+ def bl_rna_get_subclass_py(
161305
+ cls, id: typing.Optional[str], default=None
161306
+ ) -> typing.Any:
161307
+ """
161308
+
161309
+ :param id: The RNA type identifier.
161310
+ :type id: typing.Optional[str]
161311
+ :param default:
161312
+ :return: The class or default when not found.
161313
+ :rtype: typing.Any
161314
+ """
161315
+ ...
161316
+
161317
+ class SelectedUvElement(PropertyGroup, bpy_struct):
161318
+ """ """
161319
+
161320
+ element_index: int
161321
+ """
161322
+
161323
+ :type: int
161324
+ """
161325
+
161326
+ face_index: int
161327
+ """
161328
+
161329
+ :type: int
161330
+ """
161331
+
161332
+ @classmethod
161333
+ def bl_rna_get_subclass(cls, id: typing.Optional[str], default=None) -> Struct:
161334
+ """
161335
+
161336
+ :param id: The RNA type identifier.
161337
+ :type id: typing.Optional[str]
161338
+ :param default:
161339
+ :return: The RNA type or default when not found.
161340
+ :rtype: Struct
161341
+ """
161342
+ ...
161343
+
161344
+ @classmethod
161345
+ def bl_rna_get_subclass_py(
161346
+ cls, id: typing.Optional[str], default=None
161347
+ ) -> typing.Any:
161348
+ """
161349
+
161350
+ :param id: The RNA type identifier.
161351
+ :type id: typing.Optional[str]
161352
+ :param default:
161353
+ :return: The class or default when not found.
161354
+ :rtype: typing.Any
161355
+ """
161356
+ ...
161357
+
161358
+ class IMAGE_FH_drop_handler(FileHandler, bpy_struct):
160741
161359
  """ """
160742
161360
 
160743
- name: typing.Union[str, typing.Any]
160744
- """ Name of a file or directory within a file list
160745
-
160746
- :type: typing.Union[str, typing.Any]
160747
- """
160748
-
160749
161361
  @classmethod
160750
161362
  def bl_rna_get_subclass(cls, id: typing.Optional[str], default=None) -> Struct:
160751
161363
  """
@@ -160772,116 +161384,9 @@ class OperatorFileListElement(PropertyGroup, bpy_struct):
160772
161384
  """
160773
161385
  ...
160774
161386
 
160775
- class OperatorMousePath(PropertyGroup, bpy_struct):
160776
- """Mouse path values for operators that record such paths"""
160777
-
160778
- loc: typing.Union[typing.List[float], typing.Tuple[float, float], mathutils.Vector]
160779
- """ Mouse location
160780
-
160781
- :type: typing.Union[typing.List[float], typing.Tuple[float, float], mathutils.Vector]
160782
- """
160783
-
160784
- time: float
160785
- """ Time of mouse location
160786
-
160787
- :type: float
160788
- """
160789
-
160790
- @classmethod
160791
- def bl_rna_get_subclass(cls, id: typing.Optional[str], default=None) -> Struct:
160792
- """
160793
-
160794
- :param id: The RNA type identifier.
160795
- :type id: typing.Optional[str]
160796
- :param default:
160797
- :return: The RNA type or default when not found.
160798
- :rtype: Struct
160799
- """
160800
- ...
160801
-
160802
- @classmethod
160803
- def bl_rna_get_subclass_py(
160804
- cls, id: typing.Optional[str], default=None
160805
- ) -> typing.Any:
160806
- """
160807
-
160808
- :param id: The RNA type identifier.
160809
- :type id: typing.Optional[str]
160810
- :param default:
160811
- :return: The class or default when not found.
160812
- :rtype: typing.Any
160813
- """
160814
- ...
160815
-
160816
- class OperatorStrokeElement(PropertyGroup, bpy_struct):
161387
+ class IO_FH_fbx(FileHandler, bpy_struct):
160817
161388
  """ """
160818
161389
 
160819
- is_start: bool
160820
- """
160821
-
160822
- :type: bool
160823
- """
160824
-
160825
- location: typing.Union[
160826
- typing.List[float], typing.Tuple[float, float, float], mathutils.Vector
160827
- ]
160828
- """
160829
-
160830
- :type: typing.Union[typing.List[float], typing.Tuple[float, float, float], mathutils.Vector]
160831
- """
160832
-
160833
- mouse: typing.Union[
160834
- typing.List[float], typing.Tuple[float, float], mathutils.Vector
160835
- ]
160836
- """
160837
-
160838
- :type: typing.Union[typing.List[float], typing.Tuple[float, float], mathutils.Vector]
160839
- """
160840
-
160841
- mouse_event: typing.Union[
160842
- typing.List[float], typing.Tuple[float, float], mathutils.Vector
160843
- ]
160844
- """
160845
-
160846
- :type: typing.Union[typing.List[float], typing.Tuple[float, float], mathutils.Vector]
160847
- """
160848
-
160849
- pen_flip: bool
160850
- """
160851
-
160852
- :type: bool
160853
- """
160854
-
160855
- pressure: float
160856
- """ Tablet pressure
160857
-
160858
- :type: float
160859
- """
160860
-
160861
- size: float
160862
- """ Brush size in screen space
160863
-
160864
- :type: float
160865
- """
160866
-
160867
- time: float
160868
- """
160869
-
160870
- :type: float
160871
- """
160872
-
160873
- x_tilt: float
160874
- """
160875
-
160876
- :type: float
160877
- """
160878
-
160879
- y_tilt: float
160880
- """
160881
-
160882
- :type: float
160883
- """
160884
-
160885
161390
  @classmethod
160886
161391
  def bl_rna_get_subclass(cls, id: typing.Optional[str], default=None) -> Struct:
160887
161392
  """
@@ -160908,21 +161413,9 @@ class OperatorStrokeElement(PropertyGroup, bpy_struct):
160908
161413
  """
160909
161414
  ...
160910
161415
 
160911
- class SelectedUvElement(PropertyGroup, bpy_struct):
161416
+ class IO_FH_gltf2(FileHandler, bpy_struct):
160912
161417
  """ """
160913
161418
 
160914
- element_index: int
160915
- """
160916
-
160917
- :type: int
160918
- """
160919
-
160920
- face_index: int
160921
- """
160922
-
160923
- :type: int
160924
- """
160925
-
160926
161419
  @classmethod
160927
161420
  def bl_rna_get_subclass(cls, id: typing.Optional[str], default=None) -> Struct:
160928
161421
  """
@@ -160949,7 +161442,7 @@ class SelectedUvElement(PropertyGroup, bpy_struct):
160949
161442
  """
160950
161443
  ...
160951
161444
 
160952
- class IMAGE_FH_drop_handler(FileHandler, bpy_struct):
161445
+ class NODE_FH_image_node(FileHandler, bpy_struct):
160953
161446
  """ """
160954
161447
 
160955
161448
  @classmethod
@@ -160978,7 +161471,7 @@ class IMAGE_FH_drop_handler(FileHandler, bpy_struct):
160978
161471
  """
160979
161472
  ...
160980
161473
 
160981
- class IO_FH_fbx(FileHandler, bpy_struct):
161474
+ class SEQUENCER_FH_image_strip(FileHandler, bpy_struct):
160982
161475
  """ """
160983
161476
 
160984
161477
  @classmethod
@@ -161007,7 +161500,7 @@ class IO_FH_fbx(FileHandler, bpy_struct):
161007
161500
  """
161008
161501
  ...
161009
161502
 
161010
- class IO_FH_gltf2(FileHandler, bpy_struct):
161503
+ class SEQUENCER_FH_movie_strip(FileHandler, bpy_struct):
161011
161504
  """ """
161012
161505
 
161013
161506
  @classmethod
@@ -161036,7 +161529,7 @@ class IO_FH_gltf2(FileHandler, bpy_struct):
161036
161529
  """
161037
161530
  ...
161038
161531
 
161039
- class NODE_FH_image_node(FileHandler, bpy_struct):
161532
+ class SEQUENCER_FH_sound_strip(FileHandler, bpy_struct):
161040
161533
  """ """
161041
161534
 
161042
161535
  @classmethod
@@ -161149,7 +161642,7 @@ class KeyframeAnimationStrip(AnimationStrip, bpy_struct):
161149
161642
  array_index: typing.Optional[int],
161150
161643
  value: typing.Optional[float],
161151
161644
  time: typing.Optional[float],
161152
- ) -> FCurve:
161645
+ ) -> bool:
161153
161646
  """key_insert
161154
161647
 
161155
161648
  :param binding: Binding, The binding that identifies which 'thing' should be keyed
@@ -161162,8 +161655,8 @@ class KeyframeAnimationStrip(AnimationStrip, bpy_struct):
161162
161655
  :type value: typing.Optional[float]
161163
161656
  :param time: Time of the key, Time, in frames, of the key
161164
161657
  :type time: typing.Optional[float]
161165
- :return: The FCurve this key was inserted on
161166
- :rtype: FCurve
161658
+ :return: Success, Whether the key was successfully inserted
161659
+ :rtype: bool
161167
161660
  """
161168
161661
  ...
161169
161662
 
@@ -194268,12 +194761,6 @@ class AreaLight(Light, ID, bpy_struct):
194268
194761
  :type: float
194269
194762
  """
194270
194763
 
194271
- shadow_softness_factor: float
194272
- """ Scale light shape for smaller penumbra
194273
-
194274
- :type: float
194275
- """
194276
-
194277
194764
  shape: typing.Union[str, int]
194278
194765
  """ Shape of the area Light
194279
194766
 
@@ -194401,123 +194888,111 @@ class PointLight(Light, ID, bpy_struct):
194401
194888
  :type: float
194402
194889
  """
194403
194890
 
194404
- shadow_softness_factor: float
194405
- """ Scale light shape for smaller penumbra
194406
-
194407
- :type: float
194408
- """
194409
-
194410
- use_contact_shadow: bool
194411
- """ Use screen space ray-tracing to have correct shadowing near occluder, or for small features that does not appear in shadow maps
194412
-
194413
- :type: bool
194414
- """
194415
-
194416
- use_shadow: bool
194417
- """
194418
-
194419
- :type: bool
194420
- """
194421
-
194422
- use_soft_falloff: bool
194423
- """ Apply falloff to avoid sharp edges when the light geometry intersects with other objects
194424
-
194425
- :type: bool
194426
- """
194427
-
194428
- @classmethod
194429
- def bl_rna_get_subclass(cls, id: typing.Optional[str], default=None) -> Struct:
194430
- """
194431
-
194432
- :param id: The RNA type identifier.
194433
- :type id: typing.Optional[str]
194434
- :param default:
194435
- :return: The RNA type or default when not found.
194436
- :rtype: Struct
194437
- """
194438
- ...
194439
-
194440
- @classmethod
194441
- def bl_rna_get_subclass_py(
194442
- cls, id: typing.Optional[str], default=None
194443
- ) -> typing.Any:
194444
- """
194445
-
194446
- :param id: The RNA type identifier.
194447
- :type id: typing.Optional[str]
194448
- :param default:
194449
- :return: The class or default when not found.
194450
- :rtype: typing.Any
194451
- """
194452
- ...
194453
-
194454
- class SpotLight(Light, ID, bpy_struct):
194455
- """Directional cone Light"""
194456
-
194457
- contact_shadow_bias: float
194458
- """ Bias to avoid self shadowing
194459
-
194460
- :type: float
194461
- """
194462
-
194463
- contact_shadow_distance: float
194464
- """ World space distance in which to search for screen space occluder
194465
-
194466
- :type: float
194467
- """
194468
-
194469
- contact_shadow_thickness: float
194470
- """ Pixel thickness used to detect occlusion
194471
-
194472
- :type: float
194473
- """
194474
-
194475
- energy: float
194476
- """ The energy this light would emit over its entire area if it wasn't limited by the spot angle
194477
-
194478
- :type: float
194479
- """
194480
-
194481
- shadow_buffer_bias: float
194482
- """ Bias for reducing self shadowing
194483
-
194484
- :type: float
194485
- """
194486
-
194487
- shadow_buffer_clip_start: float
194488
- """ Shadow map clip start, below which objects will not generate shadows
194489
-
194490
- :type: float
194491
- """
194492
-
194493
- shadow_color: typing.Union[
194494
- typing.List[float], typing.Tuple[float, float, float], mathutils.Color
194495
- ]
194496
- """ Color of shadows cast by the light
194497
-
194498
- :type: typing.Union[typing.List[float], typing.Tuple[float, float, float], mathutils.Color]
194499
- """
194500
-
194501
- shadow_filter_radius: float
194502
- """ Blur shadow aliasing using Percentage Closer Filtering
194503
-
194504
- :type: float
194505
- """
194506
-
194507
- shadow_resolution_scale: float
194508
- """ Scale the Shadow Map target resolution, where 1.0 tries to match shadow map and screen pixel density. (The scale is applied on top of the scene Simplify Shadow Resolution)
194509
-
194510
- :type: float
194511
- """
194512
-
194513
- shadow_soft_size: float
194514
- """ Light size for ray shadow sampling (Raytraced shadows)
194515
-
194516
- :type: float
194517
- """
194518
-
194519
- shadow_softness_factor: float
194520
- """ Scale light shape for smaller penumbra
194891
+ use_contact_shadow: bool
194892
+ """ Use screen space ray-tracing to have correct shadowing near occluder, or for small features that does not appear in shadow maps
194893
+
194894
+ :type: bool
194895
+ """
194896
+
194897
+ use_shadow: bool
194898
+ """
194899
+
194900
+ :type: bool
194901
+ """
194902
+
194903
+ use_soft_falloff: bool
194904
+ """ Apply falloff to avoid sharp edges when the light geometry intersects with other objects
194905
+
194906
+ :type: bool
194907
+ """
194908
+
194909
+ @classmethod
194910
+ def bl_rna_get_subclass(cls, id: typing.Optional[str], default=None) -> Struct:
194911
+ """
194912
+
194913
+ :param id: The RNA type identifier.
194914
+ :type id: typing.Optional[str]
194915
+ :param default:
194916
+ :return: The RNA type or default when not found.
194917
+ :rtype: Struct
194918
+ """
194919
+ ...
194920
+
194921
+ @classmethod
194922
+ def bl_rna_get_subclass_py(
194923
+ cls, id: typing.Optional[str], default=None
194924
+ ) -> typing.Any:
194925
+ """
194926
+
194927
+ :param id: The RNA type identifier.
194928
+ :type id: typing.Optional[str]
194929
+ :param default:
194930
+ :return: The class or default when not found.
194931
+ :rtype: typing.Any
194932
+ """
194933
+ ...
194934
+
194935
+ class SpotLight(Light, ID, bpy_struct):
194936
+ """Directional cone Light"""
194937
+
194938
+ contact_shadow_bias: float
194939
+ """ Bias to avoid self shadowing
194940
+
194941
+ :type: float
194942
+ """
194943
+
194944
+ contact_shadow_distance: float
194945
+ """ World space distance in which to search for screen space occluder
194946
+
194947
+ :type: float
194948
+ """
194949
+
194950
+ contact_shadow_thickness: float
194951
+ """ Pixel thickness used to detect occlusion
194952
+
194953
+ :type: float
194954
+ """
194955
+
194956
+ energy: float
194957
+ """ The energy this light would emit over its entire area if it wasn't limited by the spot angle
194958
+
194959
+ :type: float
194960
+ """
194961
+
194962
+ shadow_buffer_bias: float
194963
+ """ Bias for reducing self shadowing
194964
+
194965
+ :type: float
194966
+ """
194967
+
194968
+ shadow_buffer_clip_start: float
194969
+ """ Shadow map clip start, below which objects will not generate shadows
194970
+
194971
+ :type: float
194972
+ """
194973
+
194974
+ shadow_color: typing.Union[
194975
+ typing.List[float], typing.Tuple[float, float, float], mathutils.Color
194976
+ ]
194977
+ """ Color of shadows cast by the light
194978
+
194979
+ :type: typing.Union[typing.List[float], typing.Tuple[float, float, float], mathutils.Color]
194980
+ """
194981
+
194982
+ shadow_filter_radius: float
194983
+ """ Blur shadow aliasing using Percentage Closer Filtering
194984
+
194985
+ :type: float
194986
+ """
194987
+
194988
+ shadow_resolution_scale: float
194989
+ """ Scale the Shadow Map target resolution, where 1.0 tries to match shadow map and screen pixel density. (The scale is applied on top of the scene Simplify Shadow Resolution)
194990
+
194991
+ :type: float
194992
+ """
194993
+
194994
+ shadow_soft_size: float
194995
+ """ Light size for ray shadow sampling (Raytraced shadows)
194521
194996
 
194522
194997
  :type: float
194523
194998
  """
@@ -194685,12 +195160,6 @@ class SunLight(Light, ID, bpy_struct):
194685
195160
  :type: float
194686
195161
  """
194687
195162
 
194688
- shadow_softness_factor: float
194689
- """ Scale light shape for smaller penumbra
194690
-
194691
- :type: float
194692
- """
194693
-
194694
195163
  shadow_trace_distance: float
194695
195164
  """ Maximum distance a shadow map tracing ray can travel
194696
195165
 
@@ -212566,10 +213035,154 @@ class CompositorNodeZcombine(CompositorNode, NodeInternal, Node, bpy_struct):
212566
213035
  """
212567
213036
  ...
212568
213037
 
212569
- def update(self):
212570
- """ """
212571
- ...
212572
-
213038
+ def update(self):
213039
+ """ """
213040
+ ...
213041
+
213042
+ @classmethod
213043
+ def bl_rna_get_subclass(cls, id: typing.Optional[str], default=None) -> Struct:
213044
+ """
213045
+
213046
+ :param id: The RNA type identifier.
213047
+ :type id: typing.Optional[str]
213048
+ :param default:
213049
+ :return: The RNA type or default when not found.
213050
+ :rtype: Struct
213051
+ """
213052
+ ...
213053
+
213054
+ @classmethod
213055
+ def bl_rna_get_subclass_py(
213056
+ cls, id: typing.Optional[str], default=None
213057
+ ) -> typing.Any:
213058
+ """
213059
+
213060
+ :param id: The RNA type identifier.
213061
+ :type id: typing.Optional[str]
213062
+ :param default:
213063
+ :return: The class or default when not found.
213064
+ :rtype: typing.Any
213065
+ """
213066
+ ...
213067
+
213068
+ class FunctionNodeAlignEulerToVector(FunctionNode, NodeInternal, Node, bpy_struct):
213069
+ """ """
213070
+
213071
+ axis: typing.Union[str, int]
213072
+ """ Axis to align to the vector
213073
+
213074
+ :type: typing.Union[str, int]
213075
+ """
213076
+
213077
+ pivot_axis: typing.Union[str, int]
213078
+ """ Axis to rotate around
213079
+
213080
+ :type: typing.Union[str, int]
213081
+ """
213082
+
213083
+ @classmethod
213084
+ def is_registered_node_type(cls) -> bool:
213085
+ """True if a registered node type
213086
+
213087
+ :return: Result
213088
+ :rtype: bool
213089
+ """
213090
+ ...
213091
+
213092
+ @classmethod
213093
+ def input_template(cls, index: typing.Optional[int]) -> NodeInternalSocketTemplate:
213094
+ """Input socket template
213095
+
213096
+ :param index: Index
213097
+ :type index: typing.Optional[int]
213098
+ :return: result
213099
+ :rtype: NodeInternalSocketTemplate
213100
+ """
213101
+ ...
213102
+
213103
+ @classmethod
213104
+ def output_template(cls, index: typing.Optional[int]) -> NodeInternalSocketTemplate:
213105
+ """Output socket template
213106
+
213107
+ :param index: Index
213108
+ :type index: typing.Optional[int]
213109
+ :return: result
213110
+ :rtype: NodeInternalSocketTemplate
213111
+ """
213112
+ ...
213113
+
213114
+ @classmethod
213115
+ def bl_rna_get_subclass(cls, id: typing.Optional[str], default=None) -> Struct:
213116
+ """
213117
+
213118
+ :param id: The RNA type identifier.
213119
+ :type id: typing.Optional[str]
213120
+ :param default:
213121
+ :return: The RNA type or default when not found.
213122
+ :rtype: Struct
213123
+ """
213124
+ ...
213125
+
213126
+ @classmethod
213127
+ def bl_rna_get_subclass_py(
213128
+ cls, id: typing.Optional[str], default=None
213129
+ ) -> typing.Any:
213130
+ """
213131
+
213132
+ :param id: The RNA type identifier.
213133
+ :type id: typing.Optional[str]
213134
+ :param default:
213135
+ :return: The class or default when not found.
213136
+ :rtype: typing.Any
213137
+ """
213138
+ ...
213139
+
213140
+ class FunctionNodeAlignRotationToVector(FunctionNode, NodeInternal, Node, bpy_struct):
213141
+ """ """
213142
+
213143
+ axis: typing.Union[str, int]
213144
+ """ Axis to align to the vector
213145
+
213146
+ :type: typing.Union[str, int]
213147
+ """
213148
+
213149
+ pivot_axis: typing.Union[str, int]
213150
+ """ Axis to rotate around
213151
+
213152
+ :type: typing.Union[str, int]
213153
+ """
213154
+
213155
+ @classmethod
213156
+ def is_registered_node_type(cls) -> bool:
213157
+ """True if a registered node type
213158
+
213159
+ :return: Result
213160
+ :rtype: bool
213161
+ """
213162
+ ...
213163
+
213164
+ @classmethod
213165
+ def input_template(cls, index: typing.Optional[int]) -> NodeInternalSocketTemplate:
213166
+ """Input socket template
213167
+
213168
+ :param index: Index
213169
+ :type index: typing.Optional[int]
213170
+ :return: result
213171
+ :rtype: NodeInternalSocketTemplate
213172
+ """
213173
+ ...
213174
+
213175
+ @classmethod
213176
+ def output_template(cls, index: typing.Optional[int]) -> NodeInternalSocketTemplate:
213177
+ """Output socket template
213178
+
213179
+ :param index: Index
213180
+ :type index: typing.Optional[int]
213181
+ :return: result
213182
+ :rtype: NodeInternalSocketTemplate
213183
+ """
213184
+ ...
213185
+
212573
213186
  @classmethod
212574
213187
  def bl_rna_get_subclass(cls, id: typing.Optional[str], default=None) -> Struct:
212575
213188
  """
@@ -212596,21 +213209,9 @@ class CompositorNodeZcombine(CompositorNode, NodeInternal, Node, bpy_struct):
212596
213209
  """
212597
213210
  ...
212598
213211
 
212599
- class FunctionNodeAlignEulerToVector(FunctionNode, NodeInternal, Node, bpy_struct):
213212
+ class FunctionNodeAxisAngleToRotation(FunctionNode, NodeInternal, Node, bpy_struct):
212600
213213
  """ """
212601
213214
 
212602
- axis: typing.Union[str, int]
212603
- """ Axis to align to the vector
212604
-
212605
- :type: typing.Union[str, int]
212606
- """
212607
-
212608
- pivot_axis: typing.Union[str, int]
212609
- """ Axis to rotate around
212610
-
212611
- :type: typing.Union[str, int]
212612
- """
212613
-
212614
213215
  @classmethod
212615
213216
  def is_registered_node_type(cls) -> bool:
212616
213217
  """True if a registered node type
@@ -212668,17 +213269,11 @@ class FunctionNodeAlignEulerToVector(FunctionNode, NodeInternal, Node, bpy_struc
212668
213269
  """
212669
213270
  ...
212670
213271
 
212671
- class FunctionNodeAlignRotationToVector(FunctionNode, NodeInternal, Node, bpy_struct):
213272
+ class FunctionNodeBooleanMath(FunctionNode, NodeInternal, Node, bpy_struct):
212672
213273
  """ """
212673
213274
 
212674
- axis: typing.Union[str, int]
212675
- """ Axis to align to the vector
212676
-
212677
- :type: typing.Union[str, int]
212678
- """
212679
-
212680
- pivot_axis: typing.Union[str, int]
212681
- """ Axis to rotate around
213275
+ operation: typing.Union[str, int]
213276
+ """
212682
213277
 
212683
213278
  :type: typing.Union[str, int]
212684
213279
  """
@@ -212740,9 +213335,15 @@ class FunctionNodeAlignRotationToVector(FunctionNode, NodeInternal, Node, bpy_st
212740
213335
  """
212741
213336
  ...
212742
213337
 
212743
- class FunctionNodeAxisAngleToRotation(FunctionNode, NodeInternal, Node, bpy_struct):
213338
+ class FunctionNodeCombineColor(FunctionNode, NodeInternal, Node, bpy_struct):
212744
213339
  """ """
212745
213340
 
213341
+ mode: typing.Union[str, int]
213342
+ """ Mode of color processing
213343
+
213344
+ :type: typing.Union[str, int]
213345
+ """
213346
+
212746
213347
  @classmethod
212747
213348
  def is_registered_node_type(cls) -> bool:
212748
213349
  """True if a registered node type
@@ -212800,14 +213401,8 @@ class FunctionNodeAxisAngleToRotation(FunctionNode, NodeInternal, Node, bpy_stru
212800
213401
  """
212801
213402
  ...
212802
213403
 
212803
- class FunctionNodeBooleanMath(FunctionNode, NodeInternal, Node, bpy_struct):
212804
- """ """
212805
-
212806
- operation: typing.Union[str, int]
212807
- """
212808
-
212809
- :type: typing.Union[str, int]
212810
- """
213404
+ class FunctionNodeCombineMatrix(FunctionNode, NodeInternal, Node, bpy_struct):
213405
+ """Construct a 4x4 matrix from its individual values"""
212811
213406
 
212812
213407
  @classmethod
212813
213408
  def is_registered_node_type(cls) -> bool:
@@ -212866,15 +213461,9 @@ class FunctionNodeBooleanMath(FunctionNode, NodeInternal, Node, bpy_struct):
212866
213461
  """
212867
213462
  ...
212868
213463
 
212869
- class FunctionNodeCombineColor(FunctionNode, NodeInternal, Node, bpy_struct):
213464
+ class FunctionNodeCombineTransform(FunctionNode, NodeInternal, Node, bpy_struct):
212870
213465
  """ """
212871
213466
 
212872
- mode: typing.Union[str, int]
212873
- """ Mode of color processing
212874
-
212875
- :type: typing.Union[str, int]
212876
- """
212877
-
212878
213467
  @classmethod
212879
213468
  def is_registered_node_type(cls) -> bool:
212880
213469
  """True if a registered node type
@@ -212932,68 +213521,26 @@ class FunctionNodeCombineColor(FunctionNode, NodeInternal, Node, bpy_struct):
212932
213521
  """
212933
213522
  ...
212934
213523
 
212935
- class FunctionNodeCombineMatrix(FunctionNode, NodeInternal, Node, bpy_struct):
212936
- """Construct a 4x4 matrix from its individual values"""
212937
-
212938
- @classmethod
212939
- def is_registered_node_type(cls) -> bool:
212940
- """True if a registered node type
212941
-
212942
- :return: Result
212943
- :rtype: bool
212944
- """
212945
- ...
212946
-
212947
- @classmethod
212948
- def input_template(cls, index: typing.Optional[int]) -> NodeInternalSocketTemplate:
212949
- """Input socket template
212950
-
212951
- :param index: Index
212952
- :type index: typing.Optional[int]
212953
- :return: result
212954
- :rtype: NodeInternalSocketTemplate
212955
- """
212956
- ...
212957
-
212958
- @classmethod
212959
- def output_template(cls, index: typing.Optional[int]) -> NodeInternalSocketTemplate:
212960
- """Output socket template
213524
+ class FunctionNodeCompare(FunctionNode, NodeInternal, Node, bpy_struct):
213525
+ """ """
212961
213526
 
212962
- :param index: Index
212963
- :type index: typing.Optional[int]
212964
- :return: result
212965
- :rtype: NodeInternalSocketTemplate
212966
- """
212967
- ...
213527
+ data_type: typing.Union[str, int]
213528
+ """
212968
213529
 
212969
- @classmethod
212970
- def bl_rna_get_subclass(cls, id: typing.Optional[str], default=None) -> Struct:
212971
- """
213530
+ :type: typing.Union[str, int]
213531
+ """
212972
213532
 
212973
- :param id: The RNA type identifier.
212974
- :type id: typing.Optional[str]
212975
- :param default:
212976
- :return: The RNA type or default when not found.
212977
- :rtype: Struct
212978
- """
212979
- ...
213533
+ mode: typing.Union[str, int]
213534
+ """
212980
213535
 
212981
- @classmethod
212982
- def bl_rna_get_subclass_py(
212983
- cls, id: typing.Optional[str], default=None
212984
- ) -> typing.Any:
212985
- """
213536
+ :type: typing.Union[str, int]
213537
+ """
212986
213538
 
212987
- :param id: The RNA type identifier.
212988
- :type id: typing.Optional[str]
212989
- :param default:
212990
- :return: The class or default when not found.
212991
- :rtype: typing.Any
212992
- """
212993
- ...
213539
+ operation: typing.Union[str, int]
213540
+ """
212994
213541
 
212995
- class FunctionNodeCombineTransform(FunctionNode, NodeInternal, Node, bpy_struct):
212996
- """ """
213542
+ :type: typing.Union[str, int]
213543
+ """
212997
213544
 
212998
213545
  @classmethod
212999
213546
  def is_registered_node_type(cls) -> bool:
@@ -213052,27 +213599,9 @@ class FunctionNodeCombineTransform(FunctionNode, NodeInternal, Node, bpy_struct)
213052
213599
  """
213053
213600
  ...
213054
213601
 
213055
- class FunctionNodeCompare(FunctionNode, NodeInternal, Node, bpy_struct):
213602
+ class FunctionNodeEulerToRotation(FunctionNode, NodeInternal, Node, bpy_struct):
213056
213603
  """ """
213057
213604
 
213058
- data_type: typing.Union[str, int]
213059
- """
213060
-
213061
- :type: typing.Union[str, int]
213062
- """
213063
-
213064
- mode: typing.Union[str, int]
213065
- """
213066
-
213067
- :type: typing.Union[str, int]
213068
- """
213069
-
213070
- operation: typing.Union[str, int]
213071
- """
213072
-
213073
- :type: typing.Union[str, int]
213074
- """
213075
-
213076
213605
  @classmethod
213077
213606
  def is_registered_node_type(cls) -> bool:
213078
213607
  """True if a registered node type
@@ -213130,9 +213659,15 @@ class FunctionNodeCompare(FunctionNode, NodeInternal, Node, bpy_struct):
213130
213659
  """
213131
213660
  ...
213132
213661
 
213133
- class FunctionNodeEulerToRotation(FunctionNode, NodeInternal, Node, bpy_struct):
213662
+ class FunctionNodeFloatToInt(FunctionNode, NodeInternal, Node, bpy_struct):
213134
213663
  """ """
213135
213664
 
213665
+ rounding_mode: typing.Union[str, int]
213666
+ """ Method used to convert the float to an integer
213667
+
213668
+ :type: typing.Union[str, int]
213669
+ """
213670
+
213136
213671
  @classmethod
213137
213672
  def is_registered_node_type(cls) -> bool:
213138
213673
  """True if a registered node type
@@ -213190,13 +213725,13 @@ class FunctionNodeEulerToRotation(FunctionNode, NodeInternal, Node, bpy_struct):
213190
213725
  """
213191
213726
  ...
213192
213727
 
213193
- class FunctionNodeFloatToInt(FunctionNode, NodeInternal, Node, bpy_struct):
213728
+ class FunctionNodeInputBool(FunctionNode, NodeInternal, Node, bpy_struct):
213194
213729
  """ """
213195
213730
 
213196
- rounding_mode: typing.Union[str, int]
213197
- """ Method used to convert the float to an integer
213731
+ boolean: bool
213732
+ """ Input value used for unconnected socket
213198
213733
 
213199
- :type: typing.Union[str, int]
213734
+ :type: bool
213200
213735
  """
213201
213736
 
213202
213737
  @classmethod
@@ -213256,13 +213791,13 @@ class FunctionNodeFloatToInt(FunctionNode, NodeInternal, Node, bpy_struct):
213256
213791
  """
213257
213792
  ...
213258
213793
 
213259
- class FunctionNodeInputBool(FunctionNode, NodeInternal, Node, bpy_struct):
213794
+ class FunctionNodeInputColor(FunctionNode, NodeInternal, Node, bpy_struct):
213260
213795
  """ """
213261
213796
 
213262
- boolean: bool
213263
- """ Input value used for unconnected socket
213797
+ value: bpy_prop_array[float]
213798
+ """
213264
213799
 
213265
- :type: bool
213800
+ :type: bpy_prop_array[float]
213266
213801
  """
213267
213802
 
213268
213803
  @classmethod
@@ -213322,13 +213857,13 @@ class FunctionNodeInputBool(FunctionNode, NodeInternal, Node, bpy_struct):
213322
213857
  """
213323
213858
  ...
213324
213859
 
213325
- class FunctionNodeInputColor(FunctionNode, NodeInternal, Node, bpy_struct):
213860
+ class FunctionNodeInputInt(FunctionNode, NodeInternal, Node, bpy_struct):
213326
213861
  """ """
213327
213862
 
213328
- value: bpy_prop_array[float]
213329
- """
213863
+ integer: int
213864
+ """ Input value used for unconnected socket
213330
213865
 
213331
- :type: bpy_prop_array[float]
213866
+ :type: int
213332
213867
  """
213333
213868
 
213334
213869
  @classmethod
@@ -213388,13 +213923,15 @@ class FunctionNodeInputColor(FunctionNode, NodeInternal, Node, bpy_struct):
213388
213923
  """
213389
213924
  ...
213390
213925
 
213391
- class FunctionNodeInputInt(FunctionNode, NodeInternal, Node, bpy_struct):
213926
+ class FunctionNodeInputRotation(FunctionNode, NodeInternal, Node, bpy_struct):
213392
213927
  """ """
213393
213928
 
213394
- integer: int
213929
+ rotation_euler: typing.Union[
213930
+ typing.List[float], typing.Tuple[float, float, float], mathutils.Euler
213931
+ ]
213395
213932
  """ Input value used for unconnected socket
213396
213933
 
213397
- :type: int
213934
+ :type: typing.Union[typing.List[float], typing.Tuple[float, float, float], mathutils.Euler]
213398
213935
  """
213399
213936
 
213400
213937
  @classmethod
@@ -223327,6 +223864,72 @@ class GeometryNodeSampleGrid(GeometryNode, NodeInternal, Node, bpy_struct):
223327
223864
  """
223328
223865
  ...
223329
223866
 
223867
+ class GeometryNodeSampleGridIndex(GeometryNode, NodeInternal, Node, bpy_struct):
223868
+ """Retrieve volume grid values at specific voxels"""
223869
+
223870
+ data_type: typing.Union[str, int]
223871
+ """ Node socket data type
223872
+
223873
+ :type: typing.Union[str, int]
223874
+ """
223875
+
223876
+ @classmethod
223877
+ def is_registered_node_type(cls) -> bool:
223878
+ """True if a registered node type
223879
+
223880
+ :return: Result
223881
+ :rtype: bool
223882
+ """
223883
+ ...
223884
+
223885
+ @classmethod
223886
+ def input_template(cls, index: typing.Optional[int]) -> NodeInternalSocketTemplate:
223887
+ """Input socket template
223888
+
223889
+ :param index: Index
223890
+ :type index: typing.Optional[int]
223891
+ :return: result
223892
+ :rtype: NodeInternalSocketTemplate
223893
+ """
223894
+ ...
223895
+
223896
+ @classmethod
223897
+ def output_template(cls, index: typing.Optional[int]) -> NodeInternalSocketTemplate:
223898
+ """Output socket template
223899
+
223900
+ :param index: Index
223901
+ :type index: typing.Optional[int]
223902
+ :return: result
223903
+ :rtype: NodeInternalSocketTemplate
223904
+ """
223905
+ ...
223906
+
223907
+ @classmethod
223908
+ def bl_rna_get_subclass(cls, id: typing.Optional[str], default=None) -> Struct:
223909
+ """
223910
+
223911
+ :param id: The RNA type identifier.
223912
+ :type id: typing.Optional[str]
223913
+ :param default:
223914
+ :return: The RNA type or default when not found.
223915
+ :rtype: Struct
223916
+ """
223917
+ ...
223918
+
223919
+ @classmethod
223920
+ def bl_rna_get_subclass_py(
223921
+ cls, id: typing.Optional[str], default=None
223922
+ ) -> typing.Any:
223923
+ """
223924
+
223925
+ :param id: The RNA type identifier.
223926
+ :type id: typing.Optional[str]
223927
+ :param default:
223928
+ :return: The class or default when not found.
223929
+ :rtype: typing.Any
223930
+ """
223931
+ ...
223932
+
223330
223933
  class GeometryNodeSampleIndex(GeometryNode, NodeInternal, Node, bpy_struct):
223331
223934
  """Retrieve values from specific geometry elements"""
223332
223935
 
@@ -240035,6 +240638,18 @@ SCENE_UL_keying_set_paths: bl_ui.properties_scene.SCENE_UL_keying_set_paths
240035
240638
  """
240036
240639
  """
240037
240640
 
240641
+ SEQUENCER_FH_image_strip: bl_operators.sequencer.SEQUENCER_FH_image_strip
240642
+ """
240643
+ """
240644
+
240645
+ SEQUENCER_FH_movie_strip: bl_operators.sequencer.SEQUENCER_FH_movie_strip
240646
+ """
240647
+ """
240648
+
240649
+ SEQUENCER_FH_sound_strip: bl_operators.sequencer.SEQUENCER_FH_sound_strip
240650
+ """
240651
+ """
240652
+
240038
240653
  SEQUENCER_HT_header: bl_ui.space_sequencer.SEQUENCER_HT_header
240039
240654
  """
240040
240655
  """