fake-bpy-module 20240505__py3-none-any.whl → 20240507__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_operators/sequencer/__init__.pyi +382 -0
- bpy/ops/export_scene/__init__.pyi +3 -3
- bpy/ops/nla/__init__.pyi +1 -1
- bpy/ops/sculpt/__init__.pyi +2 -2
- bpy/types/__init__.pyi +559 -309
- {fake_bpy_module-20240505.dist-info → fake_bpy_module-20240507.dist-info}/METADATA +1 -1
- {fake_bpy_module-20240505.dist-info → fake_bpy_module-20240507.dist-info}/RECORD +9 -9
- {fake_bpy_module-20240505.dist-info → fake_bpy_module-20240507.dist-info}/WHEEL +0 -0
- {fake_bpy_module-20240505.dist-info → fake_bpy_module-20240507.dist-info}/top_level.txt +0 -0
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
|
|
@@ -60068,6 +60157,49 @@ Executing the operator will then print all values.
|
|
|
60068
60157
|
:columns: 2
|
|
60069
60158
|
|
|
60070
60159
|
|
|
60160
|
+
--------------------
|
|
60161
|
+
|
|
60162
|
+
* bpy_struct.id_data
|
|
60163
|
+
* FileHandler.bl_idname
|
|
60164
|
+
* FileHandler.bl_import_operator
|
|
60165
|
+
* FileHandler.bl_export_operator
|
|
60166
|
+
* FileHandler.bl_label
|
|
60167
|
+
* FileHandler.bl_file_extensions
|
|
60168
|
+
|
|
60169
|
+
:columns: 2
|
|
60170
|
+
|
|
60171
|
+
|
|
60172
|
+
--------------------
|
|
60173
|
+
|
|
60174
|
+
* bpy_struct.as_pointer
|
|
60175
|
+
* bpy_struct.driver_add
|
|
60176
|
+
* bpy_struct.driver_remove
|
|
60177
|
+
* bpy_struct.get
|
|
60178
|
+
* bpy_struct.id_properties_clear
|
|
60179
|
+
* bpy_struct.id_properties_ensure
|
|
60180
|
+
* bpy_struct.id_properties_ui
|
|
60181
|
+
* bpy_struct.is_property_hidden
|
|
60182
|
+
* bpy_struct.is_property_overridable_library
|
|
60183
|
+
* bpy_struct.is_property_readonly
|
|
60184
|
+
* bpy_struct.is_property_set
|
|
60185
|
+
* bpy_struct.items
|
|
60186
|
+
* bpy_struct.keyframe_delete
|
|
60187
|
+
* bpy_struct.keyframe_insert
|
|
60188
|
+
* bpy_struct.keys
|
|
60189
|
+
* bpy_struct.path_from_id
|
|
60190
|
+
* bpy_struct.path_resolve
|
|
60191
|
+
* bpy_struct.pop
|
|
60192
|
+
* bpy_struct.property_overridable_library_set
|
|
60193
|
+
* bpy_struct.property_unset
|
|
60194
|
+
* bpy_struct.type_recast
|
|
60195
|
+
* bpy_struct.values
|
|
60196
|
+
* FileHandler.poll_drop
|
|
60197
|
+
* FileHandler.bl_rna_get_subclass
|
|
60198
|
+
* FileHandler.bl_rna_get_subclass_py
|
|
60199
|
+
|
|
60200
|
+
:columns: 2
|
|
60201
|
+
|
|
60202
|
+
|
|
60071
60203
|
--------------------
|
|
60072
60204
|
|
|
60073
60205
|
* bpy_struct.id_data
|
|
@@ -69684,6 +69816,11 @@ Property types used in class declarations are all in bpy.props
|
|
|
69684
69816
|
--------------------
|
|
69685
69817
|
|
|
69686
69818
|
* bpy_struct.id_data
|
|
69819
|
+
* FileHandler.bl_idname
|
|
69820
|
+
* FileHandler.bl_import_operator
|
|
69821
|
+
* FileHandler.bl_export_operator
|
|
69822
|
+
* FileHandler.bl_label
|
|
69823
|
+
* FileHandler.bl_file_extensions
|
|
69687
69824
|
|
|
69688
69825
|
:columns: 2
|
|
69689
69826
|
|
|
@@ -69712,55 +69849,9 @@ Property types used in class declarations are all in bpy.props
|
|
|
69712
69849
|
* bpy_struct.property_unset
|
|
69713
69850
|
* bpy_struct.type_recast
|
|
69714
69851
|
* bpy_struct.values
|
|
69715
|
-
|
|
69716
|
-
|
|
69717
|
-
|
|
69718
|
-
|
|
69719
|
-
--------------------
|
|
69720
|
-
|
|
69721
|
-
* IDOverrideLibraryProperty.operations
|
|
69722
|
-
* IDOverrideLibraryPropertyOperations.add
|
|
69723
|
-
* IDOverrideLibraryPropertyOperations.remove
|
|
69724
|
-
|
|
69725
|
-
:columns: 2
|
|
69726
|
-
|
|
69727
|
-
|
|
69728
|
-
--------------------
|
|
69729
|
-
|
|
69730
|
-
* bpy_struct.id_data
|
|
69731
|
-
* LineStyleThicknessModifier.name
|
|
69732
|
-
|
|
69733
|
-
:columns: 2
|
|
69734
|
-
|
|
69735
|
-
|
|
69736
|
-
--------------------
|
|
69737
|
-
|
|
69738
|
-
* bpy_struct.as_pointer
|
|
69739
|
-
* bpy_struct.driver_add
|
|
69740
|
-
* bpy_struct.driver_remove
|
|
69741
|
-
* bpy_struct.get
|
|
69742
|
-
* bpy_struct.id_properties_clear
|
|
69743
|
-
* bpy_struct.id_properties_ensure
|
|
69744
|
-
* bpy_struct.id_properties_ui
|
|
69745
|
-
* bpy_struct.is_property_hidden
|
|
69746
|
-
* bpy_struct.is_property_overridable_library
|
|
69747
|
-
* bpy_struct.is_property_readonly
|
|
69748
|
-
* bpy_struct.is_property_set
|
|
69749
|
-
* bpy_struct.items
|
|
69750
|
-
* bpy_struct.keyframe_delete
|
|
69751
|
-
* bpy_struct.keyframe_insert
|
|
69752
|
-
* bpy_struct.keys
|
|
69753
|
-
* bpy_struct.path_from_id
|
|
69754
|
-
* bpy_struct.path_resolve
|
|
69755
|
-
* bpy_struct.pop
|
|
69756
|
-
* bpy_struct.property_overridable_library_set
|
|
69757
|
-
* bpy_struct.property_unset
|
|
69758
|
-
* bpy_struct.type_recast
|
|
69759
|
-
* bpy_struct.values
|
|
69760
|
-
* LineStyleModifier.bl_rna_get_subclass
|
|
69761
|
-
* LineStyleModifier.bl_rna_get_subclass_py
|
|
69762
|
-
* LineStyleThicknessModifier.bl_rna_get_subclass
|
|
69763
|
-
* LineStyleThicknessModifier.bl_rna_get_subclass_py
|
|
69852
|
+
* FileHandler.poll_drop
|
|
69853
|
+
* FileHandler.bl_rna_get_subclass
|
|
69854
|
+
* FileHandler.bl_rna_get_subclass_py
|
|
69764
69855
|
|
|
69765
69856
|
:columns: 2
|
|
69766
69857
|
|
|
@@ -69802,73 +69893,157 @@ Property types used in class declarations are all in bpy.props
|
|
|
69802
69893
|
|
|
69803
69894
|
--------------------
|
|
69804
69895
|
|
|
69805
|
-
*
|
|
69806
|
-
*
|
|
69807
|
-
*
|
|
69808
|
-
|
|
69809
|
-
|
|
69810
|
-
|
|
69811
|
-
|
|
69812
|
-
|
|
69813
|
-
|
|
69814
|
-
*
|
|
69815
|
-
*
|
|
69816
|
-
|
|
69817
|
-
|
|
69818
|
-
|
|
69819
|
-
|
|
69820
|
-
|
|
69821
|
-
|
|
69822
|
-
*
|
|
69823
|
-
*
|
|
69824
|
-
*
|
|
69825
|
-
*
|
|
69826
|
-
*
|
|
69827
|
-
*
|
|
69828
|
-
*
|
|
69829
|
-
*
|
|
69830
|
-
*
|
|
69831
|
-
*
|
|
69832
|
-
*
|
|
69833
|
-
*
|
|
69834
|
-
*
|
|
69835
|
-
*
|
|
69836
|
-
*
|
|
69837
|
-
*
|
|
69838
|
-
*
|
|
69839
|
-
*
|
|
69840
|
-
*
|
|
69841
|
-
*
|
|
69842
|
-
*
|
|
69843
|
-
*
|
|
69844
|
-
*
|
|
69845
|
-
*
|
|
69846
|
-
*
|
|
69847
|
-
*
|
|
69848
|
-
|
|
69849
|
-
|
|
69850
|
-
|
|
69851
|
-
|
|
69852
|
-
|
|
69853
|
-
|
|
69854
|
-
*
|
|
69855
|
-
|
|
69856
|
-
|
|
69857
|
-
|
|
69858
|
-
|
|
69859
|
-
|
|
69860
|
-
|
|
69861
|
-
*
|
|
69862
|
-
*
|
|
69863
|
-
*
|
|
69864
|
-
*
|
|
69865
|
-
*
|
|
69866
|
-
*
|
|
69867
|
-
*
|
|
69868
|
-
*
|
|
69869
|
-
*
|
|
69870
|
-
*
|
|
69871
|
-
*
|
|
69896
|
+
* IDOverrideLibraryProperty.operations
|
|
69897
|
+
* IDOverrideLibraryPropertyOperations.add
|
|
69898
|
+
* IDOverrideLibraryPropertyOperations.remove
|
|
69899
|
+
|
|
69900
|
+
:columns: 2
|
|
69901
|
+
|
|
69902
|
+
|
|
69903
|
+
--------------------
|
|
69904
|
+
|
|
69905
|
+
* bpy_struct.id_data
|
|
69906
|
+
* LineStyleThicknessModifier.name
|
|
69907
|
+
|
|
69908
|
+
:columns: 2
|
|
69909
|
+
|
|
69910
|
+
|
|
69911
|
+
--------------------
|
|
69912
|
+
|
|
69913
|
+
* bpy_struct.as_pointer
|
|
69914
|
+
* bpy_struct.driver_add
|
|
69915
|
+
* bpy_struct.driver_remove
|
|
69916
|
+
* bpy_struct.get
|
|
69917
|
+
* bpy_struct.id_properties_clear
|
|
69918
|
+
* bpy_struct.id_properties_ensure
|
|
69919
|
+
* bpy_struct.id_properties_ui
|
|
69920
|
+
* bpy_struct.is_property_hidden
|
|
69921
|
+
* bpy_struct.is_property_overridable_library
|
|
69922
|
+
* bpy_struct.is_property_readonly
|
|
69923
|
+
* bpy_struct.is_property_set
|
|
69924
|
+
* bpy_struct.items
|
|
69925
|
+
* bpy_struct.keyframe_delete
|
|
69926
|
+
* bpy_struct.keyframe_insert
|
|
69927
|
+
* bpy_struct.keys
|
|
69928
|
+
* bpy_struct.path_from_id
|
|
69929
|
+
* bpy_struct.path_resolve
|
|
69930
|
+
* bpy_struct.pop
|
|
69931
|
+
* bpy_struct.property_overridable_library_set
|
|
69932
|
+
* bpy_struct.property_unset
|
|
69933
|
+
* bpy_struct.type_recast
|
|
69934
|
+
* bpy_struct.values
|
|
69935
|
+
* LineStyleModifier.bl_rna_get_subclass
|
|
69936
|
+
* LineStyleModifier.bl_rna_get_subclass_py
|
|
69937
|
+
* LineStyleThicknessModifier.bl_rna_get_subclass
|
|
69938
|
+
* LineStyleThicknessModifier.bl_rna_get_subclass_py
|
|
69939
|
+
|
|
69940
|
+
:columns: 2
|
|
69941
|
+
|
|
69942
|
+
|
|
69943
|
+
--------------------
|
|
69944
|
+
|
|
69945
|
+
* bpy_struct.id_data
|
|
69946
|
+
|
|
69947
|
+
:columns: 2
|
|
69948
|
+
|
|
69949
|
+
|
|
69950
|
+
--------------------
|
|
69951
|
+
|
|
69952
|
+
* bpy_struct.as_pointer
|
|
69953
|
+
* bpy_struct.driver_add
|
|
69954
|
+
* bpy_struct.driver_remove
|
|
69955
|
+
* bpy_struct.get
|
|
69956
|
+
* bpy_struct.id_properties_clear
|
|
69957
|
+
* bpy_struct.id_properties_ensure
|
|
69958
|
+
* bpy_struct.id_properties_ui
|
|
69959
|
+
* bpy_struct.is_property_hidden
|
|
69960
|
+
* bpy_struct.is_property_overridable_library
|
|
69961
|
+
* bpy_struct.is_property_readonly
|
|
69962
|
+
* bpy_struct.is_property_set
|
|
69963
|
+
* bpy_struct.items
|
|
69964
|
+
* bpy_struct.keyframe_delete
|
|
69965
|
+
* bpy_struct.keyframe_insert
|
|
69966
|
+
* bpy_struct.keys
|
|
69967
|
+
* bpy_struct.path_from_id
|
|
69968
|
+
* bpy_struct.path_resolve
|
|
69969
|
+
* bpy_struct.pop
|
|
69970
|
+
* bpy_struct.property_overridable_library_set
|
|
69971
|
+
* bpy_struct.property_unset
|
|
69972
|
+
* bpy_struct.type_recast
|
|
69973
|
+
* bpy_struct.values
|
|
69974
|
+
|
|
69975
|
+
:columns: 2
|
|
69976
|
+
|
|
69977
|
+
|
|
69978
|
+
--------------------
|
|
69979
|
+
|
|
69980
|
+
* BoneCollection.assign
|
|
69981
|
+
* BoneCollection.unassign
|
|
69982
|
+
* FCurve.update_autoflags
|
|
69983
|
+
* Gizmo.target_set_prop
|
|
69984
|
+
* KeyingSetInfo.generate
|
|
69985
|
+
* Region.data
|
|
69986
|
+
* UILayout.context_pointer_set
|
|
69987
|
+
* UILayout.enum_item_description
|
|
69988
|
+
* UILayout.enum_item_icon
|
|
69989
|
+
* UILayout.enum_item_name
|
|
69990
|
+
* UILayout.icon
|
|
69991
|
+
* UILayout.panel_prop
|
|
69992
|
+
* UILayout.prop
|
|
69993
|
+
* UILayout.prop_decorator
|
|
69994
|
+
* UILayout.prop_enum
|
|
69995
|
+
* UILayout.prop_menu_enum
|
|
69996
|
+
* UILayout.prop_search
|
|
69997
|
+
* UILayout.prop_search
|
|
69998
|
+
* UILayout.prop_tabs_enum
|
|
69999
|
+
* UILayout.prop_tabs_enum
|
|
70000
|
+
* UILayout.prop_with_menu
|
|
70001
|
+
* UILayout.prop_with_popover
|
|
70002
|
+
* UILayout.props_enum
|
|
70003
|
+
* UILayout.template_ID
|
|
70004
|
+
* UILayout.template_ID_preview
|
|
70005
|
+
* UILayout.template_ID_tabs
|
|
70006
|
+
* UILayout.template_any_ID
|
|
70007
|
+
* UILayout.template_asset_view
|
|
70008
|
+
* UILayout.template_asset_view
|
|
70009
|
+
* UILayout.template_asset_view
|
|
70010
|
+
* UILayout.template_cache_file
|
|
70011
|
+
* UILayout.template_cache_file_layers
|
|
70012
|
+
* UILayout.template_cache_file_procedural
|
|
70013
|
+
* UILayout.template_cache_file_time_settings
|
|
70014
|
+
* UILayout.template_cache_file_velocity
|
|
70015
|
+
* UILayout.template_color_picker
|
|
70016
|
+
* UILayout.template_color_ramp
|
|
70017
|
+
* UILayout.template_colormanaged_view_settings
|
|
70018
|
+
* UILayout.template_colorspace_settings
|
|
70019
|
+
* UILayout.template_component_menu
|
|
70020
|
+
* UILayout.template_curve_mapping
|
|
70021
|
+
* UILayout.template_curveprofile
|
|
70022
|
+
* UILayout.template_greasepencil_color
|
|
70023
|
+
* UILayout.template_histogram
|
|
70024
|
+
* UILayout.template_icon_view
|
|
70025
|
+
* UILayout.template_image
|
|
70026
|
+
* UILayout.template_layers
|
|
70027
|
+
* UILayout.template_layers
|
|
70028
|
+
* UILayout.template_light_linking_collection
|
|
70029
|
+
* UILayout.template_list
|
|
70030
|
+
* UILayout.template_list
|
|
70031
|
+
* UILayout.template_marker
|
|
70032
|
+
* UILayout.template_movieclip
|
|
70033
|
+
* UILayout.template_movieclip_information
|
|
70034
|
+
* UILayout.template_palette
|
|
70035
|
+
* UILayout.template_path_builder
|
|
70036
|
+
* UILayout.template_search
|
|
70037
|
+
* UILayout.template_search
|
|
70038
|
+
* UILayout.template_search_preview
|
|
70039
|
+
* UILayout.template_search_preview
|
|
70040
|
+
* UILayout.template_track
|
|
70041
|
+
* UILayout.template_vectorscope
|
|
70042
|
+
* UILayout.template_waveform
|
|
70043
|
+
* UIList.draw_item
|
|
70044
|
+
* UIList.draw_item
|
|
70045
|
+
* UIList.draw_item
|
|
70046
|
+
* UIList.filter_items
|
|
69872
70047
|
|
|
69873
70048
|
:columns: 2
|
|
69874
70049
|
|
|
@@ -74860,6 +75035,49 @@ at its creation, all editing in the original image's buffer is 'lost' in its cop
|
|
|
74860
75035
|
:columns: 2
|
|
74861
75036
|
|
|
74862
75037
|
|
|
75038
|
+
--------------------
|
|
75039
|
+
|
|
75040
|
+
* bpy_struct.id_data
|
|
75041
|
+
* FileHandler.bl_idname
|
|
75042
|
+
* FileHandler.bl_import_operator
|
|
75043
|
+
* FileHandler.bl_export_operator
|
|
75044
|
+
* FileHandler.bl_label
|
|
75045
|
+
* FileHandler.bl_file_extensions
|
|
75046
|
+
|
|
75047
|
+
:columns: 2
|
|
75048
|
+
|
|
75049
|
+
|
|
75050
|
+
--------------------
|
|
75051
|
+
|
|
75052
|
+
* bpy_struct.as_pointer
|
|
75053
|
+
* bpy_struct.driver_add
|
|
75054
|
+
* bpy_struct.driver_remove
|
|
75055
|
+
* bpy_struct.get
|
|
75056
|
+
* bpy_struct.id_properties_clear
|
|
75057
|
+
* bpy_struct.id_properties_ensure
|
|
75058
|
+
* bpy_struct.id_properties_ui
|
|
75059
|
+
* bpy_struct.is_property_hidden
|
|
75060
|
+
* bpy_struct.is_property_overridable_library
|
|
75061
|
+
* bpy_struct.is_property_readonly
|
|
75062
|
+
* bpy_struct.is_property_set
|
|
75063
|
+
* bpy_struct.items
|
|
75064
|
+
* bpy_struct.keyframe_delete
|
|
75065
|
+
* bpy_struct.keyframe_insert
|
|
75066
|
+
* bpy_struct.keys
|
|
75067
|
+
* bpy_struct.path_from_id
|
|
75068
|
+
* bpy_struct.path_resolve
|
|
75069
|
+
* bpy_struct.pop
|
|
75070
|
+
* bpy_struct.property_overridable_library_set
|
|
75071
|
+
* bpy_struct.property_unset
|
|
75072
|
+
* bpy_struct.type_recast
|
|
75073
|
+
* bpy_struct.values
|
|
75074
|
+
* FileHandler.poll_drop
|
|
75075
|
+
* FileHandler.bl_rna_get_subclass
|
|
75076
|
+
* FileHandler.bl_rna_get_subclass_py
|
|
75077
|
+
|
|
75078
|
+
:columns: 2
|
|
75079
|
+
|
|
75080
|
+
|
|
74863
75081
|
--------------------
|
|
74864
75082
|
|
|
74865
75083
|
* bpy_struct.id_data
|
|
@@ -78692,6 +78910,8 @@ at its creation, all editing in the original image's buffer is 'lost' in its cop
|
|
|
78692
78910
|
* FunctionNodeInputColor.output_template
|
|
78693
78911
|
* FunctionNodeInputInt.input_template
|
|
78694
78912
|
* FunctionNodeInputInt.output_template
|
|
78913
|
+
* FunctionNodeInputRotation.input_template
|
|
78914
|
+
* FunctionNodeInputRotation.output_template
|
|
78695
78915
|
* FunctionNodeInputSpecialCharacters.input_template
|
|
78696
78916
|
* FunctionNodeInputSpecialCharacters.output_template
|
|
78697
78917
|
* FunctionNodeInputString.input_template
|
|
@@ -97242,6 +97462,7 @@ import bl_operators.image
|
|
|
97242
97462
|
import bl_operators.node
|
|
97243
97463
|
import bl_operators.object
|
|
97244
97464
|
import bl_operators.presets
|
|
97465
|
+
import bl_operators.sequencer
|
|
97245
97466
|
import bl_operators.spreadsheet
|
|
97246
97467
|
import bl_operators.userpref
|
|
97247
97468
|
import bl_operators.view3d
|
|
@@ -97326,80 +97547,7 @@ import mathutils
|
|
|
97326
97547
|
|
|
97327
97548
|
GenericType = typing.TypeVar("GenericType")
|
|
97328
97549
|
|
|
97329
|
-
class
|
|
97330
|
-
""" """
|
|
97331
|
-
|
|
97332
|
-
def foreach_get(self, attr, seq):
|
|
97333
|
-
"""
|
|
97334
|
-
|
|
97335
|
-
:param attr:
|
|
97336
|
-
:param seq:
|
|
97337
|
-
"""
|
|
97338
|
-
...
|
|
97339
|
-
|
|
97340
|
-
def foreach_set(self, attr, seq):
|
|
97341
|
-
"""
|
|
97342
|
-
|
|
97343
|
-
:param attr:
|
|
97344
|
-
:param seq:
|
|
97345
|
-
"""
|
|
97346
|
-
...
|
|
97347
|
-
|
|
97348
|
-
def __getitem__(self, key: typing.Union[int, str]) -> GenericType:
|
|
97349
|
-
"""
|
|
97350
|
-
|
|
97351
|
-
:param key:
|
|
97352
|
-
:type key: typing.Union[int, str]
|
|
97353
|
-
:return:
|
|
97354
|
-
:rtype: GenericType
|
|
97355
|
-
"""
|
|
97356
|
-
...
|
|
97357
|
-
|
|
97358
|
-
def __setitem__(self, key: typing.Union[int, str], value: GenericType):
|
|
97359
|
-
"""
|
|
97360
|
-
|
|
97361
|
-
:param key:
|
|
97362
|
-
:type key: typing.Union[int, str]
|
|
97363
|
-
:param value:
|
|
97364
|
-
:type value: GenericType
|
|
97365
|
-
"""
|
|
97366
|
-
...
|
|
97367
|
-
|
|
97368
|
-
def __delitem__(self, key: typing.Union[int, str]) -> GenericType:
|
|
97369
|
-
"""
|
|
97370
|
-
|
|
97371
|
-
:param key:
|
|
97372
|
-
:type key: typing.Union[int, str]
|
|
97373
|
-
:return:
|
|
97374
|
-
:rtype: GenericType
|
|
97375
|
-
"""
|
|
97376
|
-
...
|
|
97377
|
-
|
|
97378
|
-
def __iter__(self) -> typing.Iterator[GenericType]:
|
|
97379
|
-
"""
|
|
97380
|
-
|
|
97381
|
-
:return:
|
|
97382
|
-
:rtype: typing.Iterator[GenericType]
|
|
97383
|
-
"""
|
|
97384
|
-
...
|
|
97385
|
-
|
|
97386
|
-
def __next__(self) -> GenericType:
|
|
97387
|
-
"""
|
|
97388
|
-
|
|
97389
|
-
:return:
|
|
97390
|
-
:rtype: GenericType
|
|
97391
|
-
"""
|
|
97392
|
-
...
|
|
97393
|
-
|
|
97394
|
-
def __len__(self) -> int:
|
|
97395
|
-
"""
|
|
97396
|
-
|
|
97397
|
-
:return:
|
|
97398
|
-
:rtype: int
|
|
97399
|
-
"""
|
|
97400
|
-
...
|
|
97401
|
-
|
|
97402
|
-
class bpy_prop_collection(typing.Generic[GenericType]):
|
|
97550
|
+
class bpy_prop_collection:
|
|
97403
97551
|
"""built-in class used for all collections."""
|
|
97404
97552
|
|
|
97405
97553
|
def find(self, key: typing.Optional[str]) -> int:
|
|
@@ -97468,61 +97616,7 @@ class bpy_prop_collection(typing.Generic[GenericType]):
|
|
|
97468
97616
|
"""
|
|
97469
97617
|
...
|
|
97470
97618
|
|
|
97471
|
-
|
|
97472
|
-
"""
|
|
97473
|
-
|
|
97474
|
-
:param key:
|
|
97475
|
-
:type key: typing.Union[int, str]
|
|
97476
|
-
:return:
|
|
97477
|
-
:rtype: GenericType
|
|
97478
|
-
"""
|
|
97479
|
-
...
|
|
97480
|
-
|
|
97481
|
-
def __setitem__(self, key: typing.Union[int, str], value: GenericType):
|
|
97482
|
-
"""
|
|
97483
|
-
|
|
97484
|
-
:param key:
|
|
97485
|
-
:type key: typing.Union[int, str]
|
|
97486
|
-
:param value:
|
|
97487
|
-
:type value: GenericType
|
|
97488
|
-
"""
|
|
97489
|
-
...
|
|
97490
|
-
|
|
97491
|
-
def __delitem__(self, key: typing.Union[int, str]) -> GenericType:
|
|
97492
|
-
"""
|
|
97493
|
-
|
|
97494
|
-
:param key:
|
|
97495
|
-
:type key: typing.Union[int, str]
|
|
97496
|
-
:return:
|
|
97497
|
-
:rtype: GenericType
|
|
97498
|
-
"""
|
|
97499
|
-
...
|
|
97500
|
-
|
|
97501
|
-
def __iter__(self) -> typing.Iterator[GenericType]:
|
|
97502
|
-
"""
|
|
97503
|
-
|
|
97504
|
-
:return:
|
|
97505
|
-
:rtype: typing.Iterator[GenericType]
|
|
97506
|
-
"""
|
|
97507
|
-
...
|
|
97508
|
-
|
|
97509
|
-
def __next__(self) -> GenericType:
|
|
97510
|
-
"""
|
|
97511
|
-
|
|
97512
|
-
:return:
|
|
97513
|
-
:rtype: GenericType
|
|
97514
|
-
"""
|
|
97515
|
-
...
|
|
97516
|
-
|
|
97517
|
-
def __len__(self) -> int:
|
|
97518
|
-
"""
|
|
97519
|
-
|
|
97520
|
-
:return:
|
|
97521
|
-
:rtype: int
|
|
97522
|
-
"""
|
|
97523
|
-
...
|
|
97524
|
-
|
|
97525
|
-
class bpy_struct(typing.Generic[GenericType]):
|
|
97619
|
+
class bpy_struct:
|
|
97526
97620
|
"""built-in base class for all classes in bpy.types."""
|
|
97527
97621
|
|
|
97528
97622
|
id_data: typing.Any
|
|
@@ -97788,33 +97882,76 @@ class bpy_struct(typing.Generic[GenericType]):
|
|
|
97788
97882
|
"""
|
|
97789
97883
|
...
|
|
97790
97884
|
|
|
97791
|
-
|
|
97885
|
+
class bpy_prop_array(typing.Generic[GenericType]):
|
|
97886
|
+
""" """
|
|
97887
|
+
|
|
97888
|
+
def foreach_get(self, attr, seq):
|
|
97889
|
+
"""
|
|
97890
|
+
|
|
97891
|
+
:param attr:
|
|
97892
|
+
:param seq:
|
|
97893
|
+
"""
|
|
97894
|
+
...
|
|
97895
|
+
|
|
97896
|
+
def foreach_set(self, attr, seq):
|
|
97897
|
+
"""
|
|
97898
|
+
|
|
97899
|
+
:param attr:
|
|
97900
|
+
:param seq:
|
|
97901
|
+
"""
|
|
97902
|
+
...
|
|
97903
|
+
|
|
97904
|
+
def __getitem__(self, key: typing.Union[int, str]) -> GenericType:
|
|
97792
97905
|
"""
|
|
97793
97906
|
|
|
97794
97907
|
:param key:
|
|
97795
97908
|
:type key: typing.Union[int, str]
|
|
97796
97909
|
:return:
|
|
97797
|
-
:rtype:
|
|
97910
|
+
:rtype: GenericType
|
|
97798
97911
|
"""
|
|
97799
97912
|
...
|
|
97800
97913
|
|
|
97801
|
-
def __setitem__(self, key: typing.Union[int, str], value:
|
|
97914
|
+
def __setitem__(self, key: typing.Union[int, str], value: GenericType):
|
|
97802
97915
|
"""
|
|
97803
97916
|
|
|
97804
97917
|
:param key:
|
|
97805
97918
|
:type key: typing.Union[int, str]
|
|
97806
97919
|
:param value:
|
|
97807
|
-
:type value:
|
|
97920
|
+
:type value: GenericType
|
|
97808
97921
|
"""
|
|
97809
97922
|
...
|
|
97810
97923
|
|
|
97811
|
-
def __delitem__(self, key: typing.Union[int, str]) ->
|
|
97924
|
+
def __delitem__(self, key: typing.Union[int, str]) -> GenericType:
|
|
97812
97925
|
"""
|
|
97813
97926
|
|
|
97814
97927
|
:param key:
|
|
97815
97928
|
:type key: typing.Union[int, str]
|
|
97816
97929
|
:return:
|
|
97817
|
-
:rtype:
|
|
97930
|
+
:rtype: GenericType
|
|
97931
|
+
"""
|
|
97932
|
+
...
|
|
97933
|
+
|
|
97934
|
+
def __iter__(self) -> typing.Iterator[GenericType]:
|
|
97935
|
+
"""
|
|
97936
|
+
|
|
97937
|
+
:return:
|
|
97938
|
+
:rtype: typing.Iterator[GenericType]
|
|
97939
|
+
"""
|
|
97940
|
+
...
|
|
97941
|
+
|
|
97942
|
+
def __next__(self) -> GenericType:
|
|
97943
|
+
"""
|
|
97944
|
+
|
|
97945
|
+
:return:
|
|
97946
|
+
:rtype: GenericType
|
|
97947
|
+
"""
|
|
97948
|
+
...
|
|
97949
|
+
|
|
97950
|
+
def __len__(self) -> int:
|
|
97951
|
+
"""
|
|
97952
|
+
|
|
97953
|
+
:return:
|
|
97954
|
+
:rtype: int
|
|
97818
97955
|
"""
|
|
97819
97956
|
...
|
|
97820
97957
|
|
|
@@ -98965,30 +99102,6 @@ class Menu:
|
|
|
98965
99102
|
"""
|
|
98966
99103
|
...
|
|
98967
99104
|
|
|
98968
|
-
@classmethod
|
|
98969
|
-
def append(cls, draw_func):
|
|
98970
|
-
"""
|
|
98971
|
-
|
|
98972
|
-
:param draw_func:
|
|
98973
|
-
"""
|
|
98974
|
-
...
|
|
98975
|
-
|
|
98976
|
-
@classmethod
|
|
98977
|
-
def prepend(cls, draw_func):
|
|
98978
|
-
"""
|
|
98979
|
-
|
|
98980
|
-
:param draw_func:
|
|
98981
|
-
"""
|
|
98982
|
-
...
|
|
98983
|
-
|
|
98984
|
-
@classmethod
|
|
98985
|
-
def remove(cls, draw_func):
|
|
98986
|
-
"""
|
|
98987
|
-
|
|
98988
|
-
:param draw_func:
|
|
98989
|
-
"""
|
|
98990
|
-
...
|
|
98991
|
-
|
|
98992
99105
|
class Mesh:
|
|
98993
99106
|
"""Mesh data-block defining geometric surfaces"""
|
|
98994
99107
|
|
|
@@ -102304,12 +102417,6 @@ class AddonPreferences(bpy_struct):
|
|
|
102304
102417
|
:type: typing.Union[str, typing.Any]
|
|
102305
102418
|
"""
|
|
102306
102419
|
|
|
102307
|
-
layout: UILayout
|
|
102308
|
-
"""
|
|
102309
|
-
|
|
102310
|
-
:type: UILayout
|
|
102311
|
-
"""
|
|
102312
|
-
|
|
102313
102420
|
@classmethod
|
|
102314
102421
|
def bl_rna_get_subclass(cls, id: typing.Optional[str], default=None) -> Struct:
|
|
102315
102422
|
"""
|
|
@@ -124165,10 +124272,10 @@ class KeyConfigurations(bpy_struct):
|
|
|
124165
124272
|
context: typing.Optional[typing.Union[str, int]] = "INVOKE_DEFAULT",
|
|
124166
124273
|
properties: typing.Optional[OperatorProperties] = None,
|
|
124167
124274
|
include: typing.Optional[typing.Any] = {
|
|
124275
|
+
'"NDOF"',
|
|
124276
|
+
'"MOUSE"',
|
|
124168
124277
|
'"KEYBOARD"',
|
|
124169
124278
|
'"ACTIONZONE"',
|
|
124170
|
-
'"MOUSE"',
|
|
124171
|
-
'"NDOF"',
|
|
124172
124279
|
},
|
|
124173
124280
|
exclude: typing.Optional[typing.Any] = {},
|
|
124174
124281
|
):
|
|
@@ -124661,10 +124768,10 @@ class KeyMapItems(bpy_struct):
|
|
|
124661
124768
|
idname: typing.Union[str, typing.Any],
|
|
124662
124769
|
properties: typing.Optional[OperatorProperties] = None,
|
|
124663
124770
|
include: typing.Optional[typing.Any] = {
|
|
124771
|
+
'"NDOF"',
|
|
124772
|
+
'"MOUSE"',
|
|
124664
124773
|
'"KEYBOARD"',
|
|
124665
124774
|
'"ACTIONZONE"',
|
|
124666
|
-
'"MOUSE"',
|
|
124667
|
-
'"NDOF"',
|
|
124668
124775
|
},
|
|
124669
124776
|
exclude: typing.Optional[typing.Any] = {},
|
|
124670
124777
|
) -> KeyMapItem:
|
|
@@ -128645,18 +128752,6 @@ class MovieClipProxy(bpy_struct):
|
|
|
128645
128752
|
:type: bool
|
|
128646
128753
|
"""
|
|
128647
128754
|
|
|
128648
|
-
build_free_run: bool
|
|
128649
|
-
""" Build free run time code index
|
|
128650
|
-
|
|
128651
|
-
:type: bool
|
|
128652
|
-
"""
|
|
128653
|
-
|
|
128654
|
-
build_free_run_rec_date: bool
|
|
128655
|
-
""" Build free run time code index using Record Date/Time
|
|
128656
|
-
|
|
128657
|
-
:type: bool
|
|
128658
|
-
"""
|
|
128659
|
-
|
|
128660
128755
|
build_record_run: bool
|
|
128661
128756
|
""" Build record run time code index
|
|
128662
128757
|
|
|
@@ -142763,18 +142858,6 @@ class SequenceProxy(bpy_struct):
|
|
|
142763
142858
|
:type: bool
|
|
142764
142859
|
"""
|
|
142765
142860
|
|
|
142766
|
-
build_free_run: bool
|
|
142767
|
-
""" Build free run time code index
|
|
142768
|
-
|
|
142769
|
-
:type: bool
|
|
142770
|
-
"""
|
|
142771
|
-
|
|
142772
|
-
build_free_run_rec_date: bool
|
|
142773
|
-
""" Build free run time code index using Record Date/Time
|
|
142774
|
-
|
|
142775
|
-
:type: bool
|
|
142776
|
-
"""
|
|
142777
|
-
|
|
142778
142861
|
build_record_run: bool
|
|
142779
142862
|
""" Build record run time code index
|
|
142780
142863
|
|
|
@@ -161179,6 +161262,93 @@ class NODE_FH_image_node(FileHandler, bpy_struct):
|
|
|
161179
161262
|
"""
|
|
161180
161263
|
...
|
|
161181
161264
|
|
|
161265
|
+
class SEQUENCER_FH_image_strip(FileHandler, bpy_struct):
|
|
161266
|
+
""" """
|
|
161267
|
+
|
|
161268
|
+
@classmethod
|
|
161269
|
+
def bl_rna_get_subclass(cls, id: typing.Optional[str], default=None) -> Struct:
|
|
161270
|
+
"""
|
|
161271
|
+
|
|
161272
|
+
:param id: The RNA type identifier.
|
|
161273
|
+
:type id: typing.Optional[str]
|
|
161274
|
+
:param default:
|
|
161275
|
+
:return: The RNA type or default when not found.
|
|
161276
|
+
:rtype: Struct
|
|
161277
|
+
"""
|
|
161278
|
+
...
|
|
161279
|
+
|
|
161280
|
+
@classmethod
|
|
161281
|
+
def bl_rna_get_subclass_py(
|
|
161282
|
+
cls, id: typing.Optional[str], default=None
|
|
161283
|
+
) -> typing.Any:
|
|
161284
|
+
"""
|
|
161285
|
+
|
|
161286
|
+
:param id: The RNA type identifier.
|
|
161287
|
+
:type id: typing.Optional[str]
|
|
161288
|
+
:param default:
|
|
161289
|
+
:return: The class or default when not found.
|
|
161290
|
+
:rtype: typing.Any
|
|
161291
|
+
"""
|
|
161292
|
+
...
|
|
161293
|
+
|
|
161294
|
+
class SEQUENCER_FH_movie_strip(FileHandler, bpy_struct):
|
|
161295
|
+
""" """
|
|
161296
|
+
|
|
161297
|
+
@classmethod
|
|
161298
|
+
def bl_rna_get_subclass(cls, id: typing.Optional[str], default=None) -> Struct:
|
|
161299
|
+
"""
|
|
161300
|
+
|
|
161301
|
+
:param id: The RNA type identifier.
|
|
161302
|
+
:type id: typing.Optional[str]
|
|
161303
|
+
:param default:
|
|
161304
|
+
:return: The RNA type or default when not found.
|
|
161305
|
+
:rtype: Struct
|
|
161306
|
+
"""
|
|
161307
|
+
...
|
|
161308
|
+
|
|
161309
|
+
@classmethod
|
|
161310
|
+
def bl_rna_get_subclass_py(
|
|
161311
|
+
cls, id: typing.Optional[str], default=None
|
|
161312
|
+
) -> typing.Any:
|
|
161313
|
+
"""
|
|
161314
|
+
|
|
161315
|
+
:param id: The RNA type identifier.
|
|
161316
|
+
:type id: typing.Optional[str]
|
|
161317
|
+
:param default:
|
|
161318
|
+
:return: The class or default when not found.
|
|
161319
|
+
:rtype: typing.Any
|
|
161320
|
+
"""
|
|
161321
|
+
...
|
|
161322
|
+
|
|
161323
|
+
class SEQUENCER_FH_sound_strip(FileHandler, bpy_struct):
|
|
161324
|
+
""" """
|
|
161325
|
+
|
|
161326
|
+
@classmethod
|
|
161327
|
+
def bl_rna_get_subclass(cls, id: typing.Optional[str], default=None) -> Struct:
|
|
161328
|
+
"""
|
|
161329
|
+
|
|
161330
|
+
:param id: The RNA type identifier.
|
|
161331
|
+
:type id: typing.Optional[str]
|
|
161332
|
+
:param default:
|
|
161333
|
+
:return: The RNA type or default when not found.
|
|
161334
|
+
:rtype: Struct
|
|
161335
|
+
"""
|
|
161336
|
+
...
|
|
161337
|
+
|
|
161338
|
+
@classmethod
|
|
161339
|
+
def bl_rna_get_subclass_py(
|
|
161340
|
+
cls, id: typing.Optional[str], default=None
|
|
161341
|
+
) -> typing.Any:
|
|
161342
|
+
"""
|
|
161343
|
+
|
|
161344
|
+
:param id: The RNA type identifier.
|
|
161345
|
+
:type id: typing.Optional[str]
|
|
161346
|
+
:param default:
|
|
161347
|
+
:return: The class or default when not found.
|
|
161348
|
+
:rtype: typing.Any
|
|
161349
|
+
"""
|
|
161350
|
+
...
|
|
161351
|
+
|
|
161182
161352
|
class VIEW3D_FH_camera_background_image(FileHandler, bpy_struct):
|
|
161183
161353
|
""" """
|
|
161184
161354
|
|
|
@@ -213568,6 +213738,74 @@ class FunctionNodeInputInt(FunctionNode, NodeInternal, Node, bpy_struct):
|
|
|
213568
213738
|
"""
|
|
213569
213739
|
...
|
|
213570
213740
|
|
|
213741
|
+
class FunctionNodeInputRotation(FunctionNode, NodeInternal, Node, bpy_struct):
|
|
213742
|
+
""" """
|
|
213743
|
+
|
|
213744
|
+
rotation_euler: typing.Union[
|
|
213745
|
+
typing.List[float], typing.Tuple[float, float, float], mathutils.Euler
|
|
213746
|
+
]
|
|
213747
|
+
""" Input value used for unconnected socket
|
|
213748
|
+
|
|
213749
|
+
:type: typing.Union[typing.List[float], typing.Tuple[float, float, float], mathutils.Euler]
|
|
213750
|
+
"""
|
|
213751
|
+
|
|
213752
|
+
@classmethod
|
|
213753
|
+
def is_registered_node_type(cls) -> bool:
|
|
213754
|
+
"""True if a registered node type
|
|
213755
|
+
|
|
213756
|
+
:return: Result
|
|
213757
|
+
:rtype: bool
|
|
213758
|
+
"""
|
|
213759
|
+
...
|
|
213760
|
+
|
|
213761
|
+
@classmethod
|
|
213762
|
+
def input_template(cls, index: typing.Optional[int]) -> NodeInternalSocketTemplate:
|
|
213763
|
+
"""Input socket template
|
|
213764
|
+
|
|
213765
|
+
:param index: Index
|
|
213766
|
+
:type index: typing.Optional[int]
|
|
213767
|
+
:return: result
|
|
213768
|
+
:rtype: NodeInternalSocketTemplate
|
|
213769
|
+
"""
|
|
213770
|
+
...
|
|
213771
|
+
|
|
213772
|
+
@classmethod
|
|
213773
|
+
def output_template(cls, index: typing.Optional[int]) -> NodeInternalSocketTemplate:
|
|
213774
|
+
"""Output socket template
|
|
213775
|
+
|
|
213776
|
+
:param index: Index
|
|
213777
|
+
:type index: typing.Optional[int]
|
|
213778
|
+
:return: result
|
|
213779
|
+
:rtype: NodeInternalSocketTemplate
|
|
213780
|
+
"""
|
|
213781
|
+
...
|
|
213782
|
+
|
|
213783
|
+
@classmethod
|
|
213784
|
+
def bl_rna_get_subclass(cls, id: typing.Optional[str], default=None) -> Struct:
|
|
213785
|
+
"""
|
|
213786
|
+
|
|
213787
|
+
:param id: The RNA type identifier.
|
|
213788
|
+
:type id: typing.Optional[str]
|
|
213789
|
+
:param default:
|
|
213790
|
+
:return: The RNA type or default when not found.
|
|
213791
|
+
:rtype: Struct
|
|
213792
|
+
"""
|
|
213793
|
+
...
|
|
213794
|
+
|
|
213795
|
+
@classmethod
|
|
213796
|
+
def bl_rna_get_subclass_py(
|
|
213797
|
+
cls, id: typing.Optional[str], default=None
|
|
213798
|
+
) -> typing.Any:
|
|
213799
|
+
"""
|
|
213800
|
+
|
|
213801
|
+
:param id: The RNA type identifier.
|
|
213802
|
+
:type id: typing.Optional[str]
|
|
213803
|
+
:param default:
|
|
213804
|
+
:return: The class or default when not found.
|
|
213805
|
+
:rtype: typing.Any
|
|
213806
|
+
"""
|
|
213807
|
+
...
|
|
213808
|
+
|
|
213571
213809
|
class FunctionNodeInputSpecialCharacters(FunctionNode, NodeInternal, Node, bpy_struct):
|
|
213572
213810
|
""" """
|
|
213573
213811
|
|
|
@@ -240149,6 +240387,18 @@ SCENE_UL_keying_set_paths: bl_ui.properties_scene.SCENE_UL_keying_set_paths
|
|
|
240149
240387
|
"""
|
|
240150
240388
|
"""
|
|
240151
240389
|
|
|
240390
|
+
SEQUENCER_FH_image_strip: bl_operators.sequencer.SEQUENCER_FH_image_strip
|
|
240391
|
+
"""
|
|
240392
|
+
"""
|
|
240393
|
+
|
|
240394
|
+
SEQUENCER_FH_movie_strip: bl_operators.sequencer.SEQUENCER_FH_movie_strip
|
|
240395
|
+
"""
|
|
240396
|
+
"""
|
|
240397
|
+
|
|
240398
|
+
SEQUENCER_FH_sound_strip: bl_operators.sequencer.SEQUENCER_FH_sound_strip
|
|
240399
|
+
"""
|
|
240400
|
+
"""
|
|
240401
|
+
|
|
240152
240402
|
SEQUENCER_HT_header: bl_ui.space_sequencer.SEQUENCER_HT_header
|
|
240153
240403
|
"""
|
|
240154
240404
|
"""
|