fake-bpy-module 20250912__py3-none-any.whl → 20250914__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Potentially problematic release.
This version of fake-bpy-module might be problematic. Click here for more details.
- bl_ui/space_clip/__init__.pyi +2 -0
- bl_ui/space_userpref/__init__.pyi +1 -0
- bpy/app/__init__.pyi +2 -2
- bpy/props/__init__.pyi +67 -70
- bpy/types/__init__.pyi +534 -522
- {fake_bpy_module-20250912.dist-info → fake_bpy_module-20250914.dist-info}/METADATA +1 -1
- {fake_bpy_module-20250912.dist-info → fake_bpy_module-20250914.dist-info}/RECORD +9 -9
- {fake_bpy_module-20250912.dist-info → fake_bpy_module-20250914.dist-info}/WHEEL +0 -0
- {fake_bpy_module-20250912.dist-info → fake_bpy_module-20250914.dist-info}/top_level.txt +0 -0
bpy/types/__init__.pyi
CHANGED
|
@@ -11904,6 +11904,49 @@ The USDHookExample
|
|
|
11904
11904
|
:columns: 2
|
|
11905
11905
|
|
|
11906
11906
|
|
|
11907
|
+
--------------------
|
|
11908
|
+
|
|
11909
|
+
* bpy_struct.id_data
|
|
11910
|
+
|
|
11911
|
+
:columns: 2
|
|
11912
|
+
|
|
11913
|
+
|
|
11914
|
+
--------------------
|
|
11915
|
+
|
|
11916
|
+
* bpy_struct.as_pointer
|
|
11917
|
+
* bpy_struct.driver_add
|
|
11918
|
+
* bpy_struct.driver_remove
|
|
11919
|
+
* bpy_struct.get
|
|
11920
|
+
* bpy_struct.id_properties_clear
|
|
11921
|
+
* bpy_struct.id_properties_ensure
|
|
11922
|
+
* bpy_struct.id_properties_ui
|
|
11923
|
+
* bpy_struct.is_property_hidden
|
|
11924
|
+
* bpy_struct.is_property_overridable_library
|
|
11925
|
+
* bpy_struct.is_property_readonly
|
|
11926
|
+
* bpy_struct.is_property_set
|
|
11927
|
+
* bpy_struct.items
|
|
11928
|
+
* bpy_struct.keyframe_delete
|
|
11929
|
+
* bpy_struct.keyframe_insert
|
|
11930
|
+
* bpy_struct.keys
|
|
11931
|
+
* bpy_struct.path_from_id
|
|
11932
|
+
* bpy_struct.path_resolve
|
|
11933
|
+
* bpy_struct.pop
|
|
11934
|
+
* bpy_struct.property_overridable_library_set
|
|
11935
|
+
* bpy_struct.property_unset
|
|
11936
|
+
* bpy_struct.rna_ancestors
|
|
11937
|
+
* bpy_struct.type_recast
|
|
11938
|
+
* bpy_struct.values
|
|
11939
|
+
|
|
11940
|
+
:columns: 2
|
|
11941
|
+
|
|
11942
|
+
|
|
11943
|
+
--------------------
|
|
11944
|
+
|
|
11945
|
+
* ThemeRegions.sidebars
|
|
11946
|
+
|
|
11947
|
+
:columns: 2
|
|
11948
|
+
|
|
11949
|
+
|
|
11907
11950
|
--------------------
|
|
11908
11951
|
|
|
11909
11952
|
* bpy_struct.id_data
|
|
@@ -18691,49 +18734,6 @@ This example script prints the vertices and UVs for each polygon, assumes the ac
|
|
|
18691
18734
|
:columns: 2
|
|
18692
18735
|
|
|
18693
18736
|
|
|
18694
|
-
--------------------
|
|
18695
|
-
|
|
18696
|
-
* Theme.asset_shelf
|
|
18697
|
-
|
|
18698
|
-
:columns: 2
|
|
18699
|
-
|
|
18700
|
-
|
|
18701
|
-
--------------------
|
|
18702
|
-
|
|
18703
|
-
* bpy_struct.id_data
|
|
18704
|
-
|
|
18705
|
-
:columns: 2
|
|
18706
|
-
|
|
18707
|
-
|
|
18708
|
-
--------------------
|
|
18709
|
-
|
|
18710
|
-
* bpy_struct.as_pointer
|
|
18711
|
-
* bpy_struct.driver_add
|
|
18712
|
-
* bpy_struct.driver_remove
|
|
18713
|
-
* bpy_struct.get
|
|
18714
|
-
* bpy_struct.id_properties_clear
|
|
18715
|
-
* bpy_struct.id_properties_ensure
|
|
18716
|
-
* bpy_struct.id_properties_ui
|
|
18717
|
-
* bpy_struct.is_property_hidden
|
|
18718
|
-
* bpy_struct.is_property_overridable_library
|
|
18719
|
-
* bpy_struct.is_property_readonly
|
|
18720
|
-
* bpy_struct.is_property_set
|
|
18721
|
-
* bpy_struct.items
|
|
18722
|
-
* bpy_struct.keyframe_delete
|
|
18723
|
-
* bpy_struct.keyframe_insert
|
|
18724
|
-
* bpy_struct.keys
|
|
18725
|
-
* bpy_struct.path_from_id
|
|
18726
|
-
* bpy_struct.path_resolve
|
|
18727
|
-
* bpy_struct.pop
|
|
18728
|
-
* bpy_struct.property_overridable_library_set
|
|
18729
|
-
* bpy_struct.property_unset
|
|
18730
|
-
* bpy_struct.rna_ancestors
|
|
18731
|
-
* bpy_struct.type_recast
|
|
18732
|
-
* bpy_struct.values
|
|
18733
|
-
|
|
18734
|
-
:columns: 2
|
|
18735
|
-
|
|
18736
|
-
|
|
18737
18737
|
--------------------
|
|
18738
18738
|
|
|
18739
18739
|
* bpy.context.texture_user_property
|
|
@@ -25006,6 +25006,49 @@ from a search field, this can be done using bpy.types.Operator.invoke_search_pop
|
|
|
25006
25006
|
:columns: 2
|
|
25007
25007
|
|
|
25008
25008
|
|
|
25009
|
+
--------------------
|
|
25010
|
+
|
|
25011
|
+
* bpy_struct.id_data
|
|
25012
|
+
|
|
25013
|
+
:columns: 2
|
|
25014
|
+
|
|
25015
|
+
|
|
25016
|
+
--------------------
|
|
25017
|
+
|
|
25018
|
+
* bpy_struct.as_pointer
|
|
25019
|
+
* bpy_struct.driver_add
|
|
25020
|
+
* bpy_struct.driver_remove
|
|
25021
|
+
* bpy_struct.get
|
|
25022
|
+
* bpy_struct.id_properties_clear
|
|
25023
|
+
* bpy_struct.id_properties_ensure
|
|
25024
|
+
* bpy_struct.id_properties_ui
|
|
25025
|
+
* bpy_struct.is_property_hidden
|
|
25026
|
+
* bpy_struct.is_property_overridable_library
|
|
25027
|
+
* bpy_struct.is_property_readonly
|
|
25028
|
+
* bpy_struct.is_property_set
|
|
25029
|
+
* bpy_struct.items
|
|
25030
|
+
* bpy_struct.keyframe_delete
|
|
25031
|
+
* bpy_struct.keyframe_insert
|
|
25032
|
+
* bpy_struct.keys
|
|
25033
|
+
* bpy_struct.path_from_id
|
|
25034
|
+
* bpy_struct.path_resolve
|
|
25035
|
+
* bpy_struct.pop
|
|
25036
|
+
* bpy_struct.property_overridable_library_set
|
|
25037
|
+
* bpy_struct.property_unset
|
|
25038
|
+
* bpy_struct.rna_ancestors
|
|
25039
|
+
* bpy_struct.type_recast
|
|
25040
|
+
* bpy_struct.values
|
|
25041
|
+
|
|
25042
|
+
:columns: 2
|
|
25043
|
+
|
|
25044
|
+
|
|
25045
|
+
--------------------
|
|
25046
|
+
|
|
25047
|
+
* ThemeRegions.scrubbing
|
|
25048
|
+
|
|
25049
|
+
:columns: 2
|
|
25050
|
+
|
|
25051
|
+
|
|
25009
25052
|
--------------------
|
|
25010
25053
|
|
|
25011
25054
|
* bpy_struct.id_data
|
|
@@ -75106,61 +75149,6 @@ example of how to create/use filtering/reordering callbacks.
|
|
|
75106
75149
|
:columns: 2
|
|
75107
75150
|
|
|
75108
75151
|
|
|
75109
|
-
--------------------
|
|
75110
|
-
|
|
75111
|
-
* ThemeClipEditor.space_region
|
|
75112
|
-
* ThemeDopeSheet.space_region
|
|
75113
|
-
* ThemeFileBrowser.space_region
|
|
75114
|
-
* ThemeGraphEditor.space_region
|
|
75115
|
-
* ThemeImageEditor.space_region
|
|
75116
|
-
* ThemeNLAEditor.space_region
|
|
75117
|
-
* ThemeNodeEditor.space_region
|
|
75118
|
-
* ThemePreferences.space_region
|
|
75119
|
-
* ThemeProperties.space_region
|
|
75120
|
-
* ThemeSequenceEditor.space_region
|
|
75121
|
-
* ThemeSpreadsheet.space_region
|
|
75122
|
-
* ThemeTextEditor.space_region
|
|
75123
|
-
* ThemeView3D.space_region
|
|
75124
|
-
|
|
75125
|
-
:columns: 2
|
|
75126
|
-
|
|
75127
|
-
|
|
75128
|
-
--------------------
|
|
75129
|
-
|
|
75130
|
-
* bpy_struct.id_data
|
|
75131
|
-
|
|
75132
|
-
:columns: 2
|
|
75133
|
-
|
|
75134
|
-
|
|
75135
|
-
--------------------
|
|
75136
|
-
|
|
75137
|
-
* bpy_struct.as_pointer
|
|
75138
|
-
* bpy_struct.driver_add
|
|
75139
|
-
* bpy_struct.driver_remove
|
|
75140
|
-
* bpy_struct.get
|
|
75141
|
-
* bpy_struct.id_properties_clear
|
|
75142
|
-
* bpy_struct.id_properties_ensure
|
|
75143
|
-
* bpy_struct.id_properties_ui
|
|
75144
|
-
* bpy_struct.is_property_hidden
|
|
75145
|
-
* bpy_struct.is_property_overridable_library
|
|
75146
|
-
* bpy_struct.is_property_readonly
|
|
75147
|
-
* bpy_struct.is_property_set
|
|
75148
|
-
* bpy_struct.items
|
|
75149
|
-
* bpy_struct.keyframe_delete
|
|
75150
|
-
* bpy_struct.keyframe_insert
|
|
75151
|
-
* bpy_struct.keys
|
|
75152
|
-
* bpy_struct.path_from_id
|
|
75153
|
-
* bpy_struct.path_resolve
|
|
75154
|
-
* bpy_struct.pop
|
|
75155
|
-
* bpy_struct.property_overridable_library_set
|
|
75156
|
-
* bpy_struct.property_unset
|
|
75157
|
-
* bpy_struct.rna_ancestors
|
|
75158
|
-
* bpy_struct.type_recast
|
|
75159
|
-
* bpy_struct.values
|
|
75160
|
-
|
|
75161
|
-
:columns: 2
|
|
75162
|
-
|
|
75163
|
-
|
|
75164
75152
|
--------------------
|
|
75165
75153
|
|
|
75166
75154
|
* CurveMap.points
|
|
@@ -81267,6 +81255,49 @@ example of how to create/use filtering/reordering callbacks.
|
|
|
81267
81255
|
:columns: 2
|
|
81268
81256
|
|
|
81269
81257
|
|
|
81258
|
+
--------------------
|
|
81259
|
+
|
|
81260
|
+
* bpy_struct.id_data
|
|
81261
|
+
|
|
81262
|
+
:columns: 2
|
|
81263
|
+
|
|
81264
|
+
|
|
81265
|
+
--------------------
|
|
81266
|
+
|
|
81267
|
+
* bpy_struct.as_pointer
|
|
81268
|
+
* bpy_struct.driver_add
|
|
81269
|
+
* bpy_struct.driver_remove
|
|
81270
|
+
* bpy_struct.get
|
|
81271
|
+
* bpy_struct.id_properties_clear
|
|
81272
|
+
* bpy_struct.id_properties_ensure
|
|
81273
|
+
* bpy_struct.id_properties_ui
|
|
81274
|
+
* bpy_struct.is_property_hidden
|
|
81275
|
+
* bpy_struct.is_property_overridable_library
|
|
81276
|
+
* bpy_struct.is_property_readonly
|
|
81277
|
+
* bpy_struct.is_property_set
|
|
81278
|
+
* bpy_struct.items
|
|
81279
|
+
* bpy_struct.keyframe_delete
|
|
81280
|
+
* bpy_struct.keyframe_insert
|
|
81281
|
+
* bpy_struct.keys
|
|
81282
|
+
* bpy_struct.path_from_id
|
|
81283
|
+
* bpy_struct.path_resolve
|
|
81284
|
+
* bpy_struct.pop
|
|
81285
|
+
* bpy_struct.property_overridable_library_set
|
|
81286
|
+
* bpy_struct.property_unset
|
|
81287
|
+
* bpy_struct.rna_ancestors
|
|
81288
|
+
* bpy_struct.type_recast
|
|
81289
|
+
* bpy_struct.values
|
|
81290
|
+
|
|
81291
|
+
:columns: 2
|
|
81292
|
+
|
|
81293
|
+
|
|
81294
|
+
--------------------
|
|
81295
|
+
|
|
81296
|
+
* ThemeRegions.asset_shelf
|
|
81297
|
+
|
|
81298
|
+
:columns: 2
|
|
81299
|
+
|
|
81300
|
+
|
|
81270
81301
|
--------------------
|
|
81271
81302
|
|
|
81272
81303
|
* bpy_struct.id_data
|
|
@@ -82539,7 +82570,7 @@ Menu.poll function.
|
|
|
82539
82570
|
|
|
82540
82571
|
--------------------
|
|
82541
82572
|
|
|
82542
|
-
*
|
|
82573
|
+
* Theme.regions
|
|
82543
82574
|
|
|
82544
82575
|
:columns: 2
|
|
82545
82576
|
|
|
@@ -82582,12 +82613,7 @@ Menu.poll function.
|
|
|
82582
82613
|
|
|
82583
82614
|
--------------------
|
|
82584
82615
|
|
|
82585
|
-
*
|
|
82586
|
-
* ImagePackedFile.packed_file
|
|
82587
|
-
* Library.packed_file
|
|
82588
|
-
* Sound.packed_file
|
|
82589
|
-
* VectorFont.packed_file
|
|
82590
|
-
* Volume.packed_file
|
|
82616
|
+
* FreestyleSettings.linesets
|
|
82591
82617
|
|
|
82592
82618
|
:columns: 2
|
|
82593
82619
|
|
|
@@ -82630,7 +82656,12 @@ Menu.poll function.
|
|
|
82630
82656
|
|
|
82631
82657
|
--------------------
|
|
82632
82658
|
|
|
82633
|
-
*
|
|
82659
|
+
* Image.packed_file
|
|
82660
|
+
* ImagePackedFile.packed_file
|
|
82661
|
+
* Library.packed_file
|
|
82662
|
+
* Sound.packed_file
|
|
82663
|
+
* VectorFont.packed_file
|
|
82664
|
+
* Volume.packed_file
|
|
82634
82665
|
|
|
82635
82666
|
:columns: 2
|
|
82636
82667
|
|
|
@@ -82673,7 +82704,7 @@ Menu.poll function.
|
|
|
82673
82704
|
|
|
82674
82705
|
--------------------
|
|
82675
82706
|
|
|
82676
|
-
*
|
|
82707
|
+
* BlendData.worlds
|
|
82677
82708
|
|
|
82678
82709
|
:columns: 2
|
|
82679
82710
|
|
|
@@ -82681,39 +82712,82 @@ Menu.poll function.
|
|
|
82681
82712
|
--------------------
|
|
82682
82713
|
|
|
82683
82714
|
* bpy_struct.id_data
|
|
82684
|
-
|
|
82685
|
-
|
|
82686
|
-
|
|
82687
|
-
|
|
82688
|
-
|
|
82689
|
-
|
|
82690
|
-
*
|
|
82691
|
-
*
|
|
82692
|
-
*
|
|
82693
|
-
*
|
|
82694
|
-
*
|
|
82695
|
-
*
|
|
82696
|
-
*
|
|
82697
|
-
*
|
|
82698
|
-
*
|
|
82699
|
-
*
|
|
82700
|
-
*
|
|
82701
|
-
*
|
|
82702
|
-
*
|
|
82703
|
-
*
|
|
82704
|
-
*
|
|
82705
|
-
*
|
|
82706
|
-
*
|
|
82707
|
-
*
|
|
82708
|
-
*
|
|
82709
|
-
*
|
|
82710
|
-
*
|
|
82711
|
-
*
|
|
82712
|
-
*
|
|
82713
|
-
|
|
82714
|
-
|
|
82715
|
-
|
|
82716
|
-
|
|
82715
|
+
|
|
82716
|
+
:columns: 2
|
|
82717
|
+
|
|
82718
|
+
|
|
82719
|
+
--------------------
|
|
82720
|
+
|
|
82721
|
+
* bpy_struct.as_pointer
|
|
82722
|
+
* bpy_struct.driver_add
|
|
82723
|
+
* bpy_struct.driver_remove
|
|
82724
|
+
* bpy_struct.get
|
|
82725
|
+
* bpy_struct.id_properties_clear
|
|
82726
|
+
* bpy_struct.id_properties_ensure
|
|
82727
|
+
* bpy_struct.id_properties_ui
|
|
82728
|
+
* bpy_struct.is_property_hidden
|
|
82729
|
+
* bpy_struct.is_property_overridable_library
|
|
82730
|
+
* bpy_struct.is_property_readonly
|
|
82731
|
+
* bpy_struct.is_property_set
|
|
82732
|
+
* bpy_struct.items
|
|
82733
|
+
* bpy_struct.keyframe_delete
|
|
82734
|
+
* bpy_struct.keyframe_insert
|
|
82735
|
+
* bpy_struct.keys
|
|
82736
|
+
* bpy_struct.path_from_id
|
|
82737
|
+
* bpy_struct.path_resolve
|
|
82738
|
+
* bpy_struct.pop
|
|
82739
|
+
* bpy_struct.property_overridable_library_set
|
|
82740
|
+
* bpy_struct.property_unset
|
|
82741
|
+
* bpy_struct.rna_ancestors
|
|
82742
|
+
* bpy_struct.type_recast
|
|
82743
|
+
* bpy_struct.values
|
|
82744
|
+
|
|
82745
|
+
:columns: 2
|
|
82746
|
+
|
|
82747
|
+
|
|
82748
|
+
--------------------
|
|
82749
|
+
|
|
82750
|
+
* PreferencesInput.walk_navigation
|
|
82751
|
+
|
|
82752
|
+
:columns: 2
|
|
82753
|
+
|
|
82754
|
+
|
|
82755
|
+
--------------------
|
|
82756
|
+
|
|
82757
|
+
* bpy_struct.id_data
|
|
82758
|
+
* Node.type
|
|
82759
|
+
* Node.location
|
|
82760
|
+
* Node.location_absolute
|
|
82761
|
+
* Node.width
|
|
82762
|
+
* Node.height
|
|
82763
|
+
* Node.dimensions
|
|
82764
|
+
* Node.name
|
|
82765
|
+
* Node.label
|
|
82766
|
+
* Node.inputs
|
|
82767
|
+
* Node.outputs
|
|
82768
|
+
* Node.internal_links
|
|
82769
|
+
* Node.parent
|
|
82770
|
+
* Node.warning_propagation
|
|
82771
|
+
* Node.use_custom_color
|
|
82772
|
+
* Node.color
|
|
82773
|
+
* Node.color_tag
|
|
82774
|
+
* Node.select
|
|
82775
|
+
* Node.show_options
|
|
82776
|
+
* Node.show_preview
|
|
82777
|
+
* Node.hide
|
|
82778
|
+
* Node.mute
|
|
82779
|
+
* Node.show_texture
|
|
82780
|
+
* Node.bl_idname
|
|
82781
|
+
* Node.bl_label
|
|
82782
|
+
* Node.bl_description
|
|
82783
|
+
* Node.bl_icon
|
|
82784
|
+
* Node.bl_static_type
|
|
82785
|
+
* Node.bl_width_default
|
|
82786
|
+
* Node.bl_width_min
|
|
82787
|
+
* Node.bl_width_max
|
|
82788
|
+
* Node.bl_height_default
|
|
82789
|
+
* Node.bl_height_min
|
|
82790
|
+
* Node.bl_height_max
|
|
82717
82791
|
|
|
82718
82792
|
:columns: 2
|
|
82719
82793
|
|
|
@@ -92342,6 +92416,49 @@ Operator.draw method for layout and display.
|
|
|
92342
92416
|
:columns: 2
|
|
92343
92417
|
|
|
92344
92418
|
|
|
92419
|
+
--------------------
|
|
92420
|
+
|
|
92421
|
+
* bpy_struct.id_data
|
|
92422
|
+
|
|
92423
|
+
:columns: 2
|
|
92424
|
+
|
|
92425
|
+
|
|
92426
|
+
--------------------
|
|
92427
|
+
|
|
92428
|
+
* bpy_struct.as_pointer
|
|
92429
|
+
* bpy_struct.driver_add
|
|
92430
|
+
* bpy_struct.driver_remove
|
|
92431
|
+
* bpy_struct.get
|
|
92432
|
+
* bpy_struct.id_properties_clear
|
|
92433
|
+
* bpy_struct.id_properties_ensure
|
|
92434
|
+
* bpy_struct.id_properties_ui
|
|
92435
|
+
* bpy_struct.is_property_hidden
|
|
92436
|
+
* bpy_struct.is_property_overridable_library
|
|
92437
|
+
* bpy_struct.is_property_readonly
|
|
92438
|
+
* bpy_struct.is_property_set
|
|
92439
|
+
* bpy_struct.items
|
|
92440
|
+
* bpy_struct.keyframe_delete
|
|
92441
|
+
* bpy_struct.keyframe_insert
|
|
92442
|
+
* bpy_struct.keys
|
|
92443
|
+
* bpy_struct.path_from_id
|
|
92444
|
+
* bpy_struct.path_resolve
|
|
92445
|
+
* bpy_struct.pop
|
|
92446
|
+
* bpy_struct.property_overridable_library_set
|
|
92447
|
+
* bpy_struct.property_unset
|
|
92448
|
+
* bpy_struct.rna_ancestors
|
|
92449
|
+
* bpy_struct.type_recast
|
|
92450
|
+
* bpy_struct.values
|
|
92451
|
+
|
|
92452
|
+
:columns: 2
|
|
92453
|
+
|
|
92454
|
+
|
|
92455
|
+
--------------------
|
|
92456
|
+
|
|
92457
|
+
* ThemeRegions.channels
|
|
92458
|
+
|
|
92459
|
+
:columns: 2
|
|
92460
|
+
|
|
92461
|
+
|
|
92345
92462
|
--------------------
|
|
92346
92463
|
|
|
92347
92464
|
* bpy_struct.id_data
|
|
@@ -103150,53 +103267,6 @@ Operator.draw method for layout and display.
|
|
|
103150
103267
|
:columns: 2
|
|
103151
103268
|
|
|
103152
103269
|
|
|
103153
|
-
--------------------
|
|
103154
|
-
|
|
103155
|
-
* ThemeClipEditor.space_list
|
|
103156
|
-
* ThemeDopeSheet.space_list
|
|
103157
|
-
* ThemeGraphEditor.space_list
|
|
103158
|
-
* ThemeNLAEditor.space_list
|
|
103159
|
-
* ThemeSequenceEditor.space_list
|
|
103160
|
-
|
|
103161
|
-
:columns: 2
|
|
103162
|
-
|
|
103163
|
-
|
|
103164
|
-
--------------------
|
|
103165
|
-
|
|
103166
|
-
* bpy_struct.id_data
|
|
103167
|
-
|
|
103168
|
-
:columns: 2
|
|
103169
|
-
|
|
103170
|
-
|
|
103171
|
-
--------------------
|
|
103172
|
-
|
|
103173
|
-
* bpy_struct.as_pointer
|
|
103174
|
-
* bpy_struct.driver_add
|
|
103175
|
-
* bpy_struct.driver_remove
|
|
103176
|
-
* bpy_struct.get
|
|
103177
|
-
* bpy_struct.id_properties_clear
|
|
103178
|
-
* bpy_struct.id_properties_ensure
|
|
103179
|
-
* bpy_struct.id_properties_ui
|
|
103180
|
-
* bpy_struct.is_property_hidden
|
|
103181
|
-
* bpy_struct.is_property_overridable_library
|
|
103182
|
-
* bpy_struct.is_property_readonly
|
|
103183
|
-
* bpy_struct.is_property_set
|
|
103184
|
-
* bpy_struct.items
|
|
103185
|
-
* bpy_struct.keyframe_delete
|
|
103186
|
-
* bpy_struct.keyframe_insert
|
|
103187
|
-
* bpy_struct.keys
|
|
103188
|
-
* bpy_struct.path_from_id
|
|
103189
|
-
* bpy_struct.path_resolve
|
|
103190
|
-
* bpy_struct.pop
|
|
103191
|
-
* bpy_struct.property_overridable_library_set
|
|
103192
|
-
* bpy_struct.property_unset
|
|
103193
|
-
* bpy_struct.rna_ancestors
|
|
103194
|
-
* bpy_struct.type_recast
|
|
103195
|
-
* bpy_struct.values
|
|
103196
|
-
|
|
103197
|
-
:columns: 2
|
|
103198
|
-
|
|
103199
|
-
|
|
103200
103270
|
--------------------
|
|
103201
103271
|
|
|
103202
103272
|
* NodesModifier.panels
|
|
@@ -245013,12 +245083,6 @@ class TextureSlot(bpy_struct):
|
|
|
245013
245083
|
class Theme(bpy_struct):
|
|
245014
245084
|
"""User interface styling and color settings"""
|
|
245015
245085
|
|
|
245016
|
-
asset_shelf: ThemeAssetShelf
|
|
245017
|
-
""" Settings for asset shelf
|
|
245018
|
-
|
|
245019
|
-
:type: ThemeAssetShelf
|
|
245020
|
-
"""
|
|
245021
|
-
|
|
245022
245086
|
bone_color_sets: bpy_prop_collection[ThemeBoneColorSet]
|
|
245023
245087
|
"""
|
|
245024
245088
|
|
|
@@ -245121,6 +245185,12 @@ class Theme(bpy_struct):
|
|
|
245121
245185
|
:type: ThemeProperties
|
|
245122
245186
|
"""
|
|
245123
245187
|
|
|
245188
|
+
regions: ThemeRegions
|
|
245189
|
+
""" Theme properties for common editor regions
|
|
245190
|
+
|
|
245191
|
+
:type: ThemeRegions
|
|
245192
|
+
"""
|
|
245193
|
+
|
|
245124
245194
|
sequence_editor: ThemeSequenceEditor
|
|
245125
245195
|
"""
|
|
245126
245196
|
|
|
@@ -245154,8 +245224,8 @@ class Theme(bpy_struct):
|
|
|
245154
245224
|
theme_area: typing.Literal[
|
|
245155
245225
|
"USER_INTERFACE",
|
|
245156
245226
|
"STYLE",
|
|
245227
|
+
"REGIONS",
|
|
245157
245228
|
"COMMON",
|
|
245158
|
-
"ASSET_SHELF",
|
|
245159
245229
|
"VIEW_3D",
|
|
245160
245230
|
"DOPESHEET_EDITOR",
|
|
245161
245231
|
"FILE_BROWSER",
|
|
@@ -245178,7 +245248,7 @@ class Theme(bpy_struct):
|
|
|
245178
245248
|
]
|
|
245179
245249
|
"""
|
|
245180
245250
|
|
|
245181
|
-
:type: typing.Literal['USER_INTERFACE','STYLE','
|
|
245251
|
+
:type: typing.Literal['USER_INTERFACE','STYLE','REGIONS','COMMON','VIEW_3D','DOPESHEET_EDITOR','FILE_BROWSER','GRAPH_EDITOR','IMAGE_EDITOR','INFO','CLIP_EDITOR','NODE_EDITOR','NLA_EDITOR','OUTLINER','PREFERENCES','PROPERTIES','CONSOLE','SPREADSHEET','STATUSBAR','TEXT_EDITOR','TOPBAR','SEQUENCE_EDITOR','BONE_COLOR_SETS']
|
|
245182
245252
|
"""
|
|
245183
245253
|
|
|
245184
245254
|
topbar: ThemeTopBar
|
|
@@ -245231,53 +245301,6 @@ class Theme(bpy_struct):
|
|
|
245231
245301
|
:rtype: typing.Any
|
|
245232
245302
|
"""
|
|
245233
245303
|
|
|
245234
|
-
class ThemeAssetShelf(bpy_struct):
|
|
245235
|
-
"""Theme settings for asset shelves"""
|
|
245236
|
-
|
|
245237
|
-
back: bpy_prop_array[float]
|
|
245238
|
-
"""
|
|
245239
|
-
|
|
245240
|
-
:type: bpy_prop_array[float]
|
|
245241
|
-
"""
|
|
245242
|
-
|
|
245243
|
-
header_back: bpy_prop_array[float]
|
|
245244
|
-
"""
|
|
245245
|
-
|
|
245246
|
-
:type: bpy_prop_array[float]
|
|
245247
|
-
"""
|
|
245248
|
-
|
|
245249
|
-
@classmethod
|
|
245250
|
-
def bl_rna_get_subclass(
|
|
245251
|
-
cls,
|
|
245252
|
-
id: str | None,
|
|
245253
|
-
default=None,
|
|
245254
|
-
/,
|
|
245255
|
-
) -> Struct:
|
|
245256
|
-
"""
|
|
245257
|
-
|
|
245258
|
-
:param id: The RNA type identifier.
|
|
245259
|
-
:type id: str | None
|
|
245260
|
-
:param default:
|
|
245261
|
-
:return: The RNA type or default when not found.
|
|
245262
|
-
:rtype: Struct
|
|
245263
|
-
"""
|
|
245264
|
-
|
|
245265
|
-
@classmethod
|
|
245266
|
-
def bl_rna_get_subclass_py(
|
|
245267
|
-
cls,
|
|
245268
|
-
id: str | None,
|
|
245269
|
-
default=None,
|
|
245270
|
-
/,
|
|
245271
|
-
) -> typing.Any:
|
|
245272
|
-
"""
|
|
245273
|
-
|
|
245274
|
-
:param id: The RNA type identifier.
|
|
245275
|
-
:type id: str | None
|
|
245276
|
-
:param default:
|
|
245277
|
-
:return: The class or default when not found.
|
|
245278
|
-
:rtype: typing.Any
|
|
245279
|
-
"""
|
|
245280
|
-
|
|
245281
245304
|
class ThemeBoneColorSet(bpy_struct):
|
|
245282
245305
|
"""Theme settings for bone color sets"""
|
|
245283
245306
|
|
|
@@ -245424,30 +245447,6 @@ class ThemeClipEditor(bpy_struct):
|
|
|
245424
245447
|
:type: ThemeSpaceGeneric
|
|
245425
245448
|
"""
|
|
245426
245449
|
|
|
245427
|
-
space_list: ThemeSpaceListGeneric
|
|
245428
|
-
""" Settings for space list
|
|
245429
|
-
|
|
245430
|
-
:type: ThemeSpaceListGeneric
|
|
245431
|
-
"""
|
|
245432
|
-
|
|
245433
|
-
space_region: ThemeSpaceRegionGeneric
|
|
245434
|
-
""" Settings for space region
|
|
245435
|
-
|
|
245436
|
-
:type: ThemeSpaceRegionGeneric
|
|
245437
|
-
"""
|
|
245438
|
-
|
|
245439
|
-
time_scrub_background: bpy_prop_array[float]
|
|
245440
|
-
"""
|
|
245441
|
-
|
|
245442
|
-
:type: bpy_prop_array[float]
|
|
245443
|
-
"""
|
|
245444
|
-
|
|
245445
|
-
track_selected: bpy_prop_array[float]
|
|
245446
|
-
"""
|
|
245447
|
-
|
|
245448
|
-
:type: bpy_prop_array[float]
|
|
245449
|
-
"""
|
|
245450
|
-
|
|
245451
245450
|
@classmethod
|
|
245452
245451
|
def bl_rna_get_subclass(
|
|
245453
245452
|
cls,
|
|
@@ -245589,7 +245588,19 @@ class ThemeCommonAnim(bpy_struct):
|
|
|
245589
245588
|
:type: bpy_prop_array[float]
|
|
245590
245589
|
"""
|
|
245591
245590
|
|
|
245592
|
-
|
|
245591
|
+
channel_selected: bpy_prop_array[float]
|
|
245592
|
+
"""
|
|
245593
|
+
|
|
245594
|
+
:type: bpy_prop_array[float]
|
|
245595
|
+
"""
|
|
245596
|
+
|
|
245597
|
+
channels: bpy_prop_array[float]
|
|
245598
|
+
"""
|
|
245599
|
+
|
|
245600
|
+
:type: bpy_prop_array[float]
|
|
245601
|
+
"""
|
|
245602
|
+
|
|
245603
|
+
channels_sub: bpy_prop_array[float]
|
|
245593
245604
|
"""
|
|
245594
245605
|
|
|
245595
245606
|
:type: bpy_prop_array[float]
|
|
@@ -245691,18 +245702,6 @@ class ThemeCommonAnim(bpy_struct):
|
|
|
245691
245702
|
:type: bpy_prop_array[float]
|
|
245692
245703
|
"""
|
|
245693
245704
|
|
|
245694
|
-
time_marker: bpy_prop_array[float]
|
|
245695
|
-
"""
|
|
245696
|
-
|
|
245697
|
-
:type: bpy_prop_array[float]
|
|
245698
|
-
"""
|
|
245699
|
-
|
|
245700
|
-
time_marker_selected: bpy_prop_array[float]
|
|
245701
|
-
"""
|
|
245702
|
-
|
|
245703
|
-
:type: bpy_prop_array[float]
|
|
245704
|
-
"""
|
|
245705
|
-
|
|
245706
245705
|
@classmethod
|
|
245707
245706
|
def bl_rna_get_subclass(
|
|
245708
245707
|
cls,
|
|
@@ -245928,18 +245927,6 @@ class ThemeConsole(bpy_struct):
|
|
|
245928
245927
|
class ThemeDopeSheet(bpy_struct):
|
|
245929
245928
|
"""Theme settings for the Dope Sheet"""
|
|
245930
245929
|
|
|
245931
|
-
channels: bpy_prop_array[float]
|
|
245932
|
-
"""
|
|
245933
|
-
|
|
245934
|
-
:type: bpy_prop_array[float]
|
|
245935
|
-
"""
|
|
245936
|
-
|
|
245937
|
-
channels_selected: bpy_prop_array[float]
|
|
245938
|
-
"""
|
|
245939
|
-
|
|
245940
|
-
:type: bpy_prop_array[float]
|
|
245941
|
-
"""
|
|
245942
|
-
|
|
245943
245930
|
grid: mathutils.Color
|
|
245944
245931
|
"""
|
|
245945
245932
|
|
|
@@ -245982,30 +245969,12 @@ class ThemeDopeSheet(bpy_struct):
|
|
|
245982
245969
|
:type: ThemeSpaceGeneric
|
|
245983
245970
|
"""
|
|
245984
245971
|
|
|
245985
|
-
space_list: ThemeSpaceListGeneric
|
|
245986
|
-
""" Settings for space list
|
|
245987
|
-
|
|
245988
|
-
:type: ThemeSpaceListGeneric
|
|
245989
|
-
"""
|
|
245990
|
-
|
|
245991
|
-
space_region: ThemeSpaceRegionGeneric
|
|
245992
|
-
""" Settings for space region
|
|
245993
|
-
|
|
245994
|
-
:type: ThemeSpaceRegionGeneric
|
|
245995
|
-
"""
|
|
245996
|
-
|
|
245997
245972
|
summary: bpy_prop_array[float]
|
|
245998
245973
|
""" Color of summary channel
|
|
245999
245974
|
|
|
246000
245975
|
:type: bpy_prop_array[float]
|
|
246001
245976
|
"""
|
|
246002
245977
|
|
|
246003
|
-
time_scrub_background: bpy_prop_array[float]
|
|
246004
|
-
"""
|
|
246005
|
-
|
|
246006
|
-
:type: bpy_prop_array[float]
|
|
246007
|
-
"""
|
|
246008
|
-
|
|
246009
245978
|
@classmethod
|
|
246010
245979
|
def bl_rna_get_subclass(
|
|
246011
245980
|
cls,
|
|
@@ -246059,12 +246028,6 @@ class ThemeFileBrowser(bpy_struct):
|
|
|
246059
246028
|
:type: ThemeSpaceGeneric
|
|
246060
246029
|
"""
|
|
246061
246030
|
|
|
246062
|
-
space_region: ThemeSpaceRegionGeneric
|
|
246063
|
-
""" Settings for space region
|
|
246064
|
-
|
|
246065
|
-
:type: ThemeSpaceRegionGeneric
|
|
246066
|
-
"""
|
|
246067
|
-
|
|
246068
246031
|
@classmethod
|
|
246069
246032
|
def bl_rna_get_subclass(
|
|
246070
246033
|
cls,
|
|
@@ -246230,12 +246193,6 @@ class ThemeGradientColors(bpy_struct):
|
|
|
246230
246193
|
class ThemeGraphEditor(bpy_struct):
|
|
246231
246194
|
"""Theme settings for the graph editor"""
|
|
246232
246195
|
|
|
246233
|
-
channels_region: mathutils.Color
|
|
246234
|
-
"""
|
|
246235
|
-
|
|
246236
|
-
:type: mathutils.Color
|
|
246237
|
-
"""
|
|
246238
|
-
|
|
246239
246196
|
grid: mathutils.Color
|
|
246240
246197
|
"""
|
|
246241
246198
|
|
|
@@ -246248,24 +246205,6 @@ class ThemeGraphEditor(bpy_struct):
|
|
|
246248
246205
|
:type: ThemeSpaceGeneric
|
|
246249
246206
|
"""
|
|
246250
246207
|
|
|
246251
|
-
space_list: ThemeSpaceListGeneric
|
|
246252
|
-
""" Settings for space list
|
|
246253
|
-
|
|
246254
|
-
:type: ThemeSpaceListGeneric
|
|
246255
|
-
"""
|
|
246256
|
-
|
|
246257
|
-
space_region: ThemeSpaceRegionGeneric
|
|
246258
|
-
""" Settings for space region
|
|
246259
|
-
|
|
246260
|
-
:type: ThemeSpaceRegionGeneric
|
|
246261
|
-
"""
|
|
246262
|
-
|
|
246263
|
-
time_scrub_background: bpy_prop_array[float]
|
|
246264
|
-
"""
|
|
246265
|
-
|
|
246266
|
-
:type: bpy_prop_array[float]
|
|
246267
|
-
"""
|
|
246268
|
-
|
|
246269
246208
|
vertex: mathutils.Color
|
|
246270
246209
|
"""
|
|
246271
246210
|
|
|
@@ -246451,12 +246390,6 @@ class ThemeImageEditor(bpy_struct):
|
|
|
246451
246390
|
:type: ThemeSpaceGeneric
|
|
246452
246391
|
"""
|
|
246453
246392
|
|
|
246454
|
-
space_region: ThemeSpaceRegionGeneric
|
|
246455
|
-
""" Settings for space region
|
|
246456
|
-
|
|
246457
|
-
:type: ThemeSpaceRegionGeneric
|
|
246458
|
-
"""
|
|
246459
|
-
|
|
246460
246393
|
uv_shadow: bpy_prop_array[float]
|
|
246461
246394
|
"""
|
|
246462
246395
|
|
|
@@ -246671,12 +246604,6 @@ class ThemeNLAEditor(bpy_struct):
|
|
|
246671
246604
|
:type: mathutils.Color
|
|
246672
246605
|
"""
|
|
246673
246606
|
|
|
246674
|
-
nla_track: mathutils.Color
|
|
246675
|
-
""" Nonlinear Animation Track
|
|
246676
|
-
|
|
246677
|
-
:type: mathutils.Color
|
|
246678
|
-
"""
|
|
246679
|
-
|
|
246680
246607
|
sound_strips: mathutils.Color
|
|
246681
246608
|
""" Unselected Sound Strip (for timing speaker sounds)
|
|
246682
246609
|
|
|
@@ -246695,18 +246622,6 @@ class ThemeNLAEditor(bpy_struct):
|
|
|
246695
246622
|
:type: ThemeSpaceGeneric
|
|
246696
246623
|
"""
|
|
246697
246624
|
|
|
246698
|
-
space_list: ThemeSpaceListGeneric
|
|
246699
|
-
""" Settings for space list
|
|
246700
|
-
|
|
246701
|
-
:type: ThemeSpaceListGeneric
|
|
246702
|
-
"""
|
|
246703
|
-
|
|
246704
|
-
space_region: ThemeSpaceRegionGeneric
|
|
246705
|
-
""" Settings for space region
|
|
246706
|
-
|
|
246707
|
-
:type: ThemeSpaceRegionGeneric
|
|
246708
|
-
"""
|
|
246709
|
-
|
|
246710
246625
|
strips: mathutils.Color
|
|
246711
246626
|
""" Unselected Action-Clip Strip
|
|
246712
246627
|
|
|
@@ -246719,12 +246634,6 @@ class ThemeNLAEditor(bpy_struct):
|
|
|
246719
246634
|
:type: mathutils.Color
|
|
246720
246635
|
"""
|
|
246721
246636
|
|
|
246722
|
-
time_scrub_background: bpy_prop_array[float]
|
|
246723
|
-
"""
|
|
246724
|
-
|
|
246725
|
-
:type: bpy_prop_array[float]
|
|
246726
|
-
"""
|
|
246727
|
-
|
|
246728
246637
|
transition_strips: mathutils.Color
|
|
246729
246638
|
""" Unselected Transition Strip
|
|
246730
246639
|
|
|
@@ -246940,12 +246849,6 @@ class ThemeNodeEditor(bpy_struct):
|
|
|
246940
246849
|
:type: ThemeSpaceGeneric
|
|
246941
246850
|
"""
|
|
246942
246851
|
|
|
246943
|
-
space_region: ThemeSpaceRegionGeneric
|
|
246944
|
-
""" Settings for space region
|
|
246945
|
-
|
|
246946
|
-
:type: ThemeSpaceRegionGeneric
|
|
246947
|
-
"""
|
|
246948
|
-
|
|
246949
246852
|
texture_node: mathutils.Color
|
|
246950
246853
|
"""
|
|
246951
246854
|
|
|
@@ -247100,12 +247003,6 @@ class ThemePreferences(bpy_struct):
|
|
|
247100
247003
|
:type: ThemeSpaceGeneric
|
|
247101
247004
|
"""
|
|
247102
247005
|
|
|
247103
|
-
space_region: ThemeSpaceRegionGeneric
|
|
247104
|
-
""" Settings for space region
|
|
247105
|
-
|
|
247106
|
-
:type: ThemeSpaceRegionGeneric
|
|
247107
|
-
"""
|
|
247108
|
-
|
|
247109
247006
|
@classmethod
|
|
247110
247007
|
def bl_rna_get_subclass(
|
|
247111
247008
|
cls,
|
|
@@ -247153,10 +247050,263 @@ class ThemeProperties(bpy_struct):
|
|
|
247153
247050
|
:type: ThemeSpaceGeneric
|
|
247154
247051
|
"""
|
|
247155
247052
|
|
|
247156
|
-
|
|
247157
|
-
|
|
247053
|
+
@classmethod
|
|
247054
|
+
def bl_rna_get_subclass(
|
|
247055
|
+
cls,
|
|
247056
|
+
id: str | None,
|
|
247057
|
+
default=None,
|
|
247058
|
+
/,
|
|
247059
|
+
) -> Struct:
|
|
247060
|
+
"""
|
|
247061
|
+
|
|
247062
|
+
:param id: The RNA type identifier.
|
|
247063
|
+
:type id: str | None
|
|
247064
|
+
:param default:
|
|
247065
|
+
:return: The RNA type or default when not found.
|
|
247066
|
+
:rtype: Struct
|
|
247067
|
+
"""
|
|
247068
|
+
|
|
247069
|
+
@classmethod
|
|
247070
|
+
def bl_rna_get_subclass_py(
|
|
247071
|
+
cls,
|
|
247072
|
+
id: str | None,
|
|
247073
|
+
default=None,
|
|
247074
|
+
/,
|
|
247075
|
+
) -> typing.Any:
|
|
247076
|
+
"""
|
|
247077
|
+
|
|
247078
|
+
:param id: The RNA type identifier.
|
|
247079
|
+
:type id: str | None
|
|
247080
|
+
:param default:
|
|
247081
|
+
:return: The class or default when not found.
|
|
247082
|
+
:rtype: typing.Any
|
|
247083
|
+
"""
|
|
247084
|
+
|
|
247085
|
+
class ThemeRegions(bpy_struct):
|
|
247086
|
+
"""Theme settings for regions that are common among editors"""
|
|
247087
|
+
|
|
247088
|
+
asset_shelf: ThemeRegionsAssetShelf
|
|
247089
|
+
"""
|
|
247090
|
+
|
|
247091
|
+
:type: ThemeRegionsAssetShelf
|
|
247092
|
+
"""
|
|
247093
|
+
|
|
247094
|
+
channels: ThemeRegionsChannels
|
|
247095
|
+
"""
|
|
247096
|
+
|
|
247097
|
+
:type: ThemeRegionsChannels
|
|
247098
|
+
"""
|
|
247099
|
+
|
|
247100
|
+
scrubbing: ThemeRegionsScrubbing
|
|
247101
|
+
"""
|
|
247102
|
+
|
|
247103
|
+
:type: ThemeRegionsScrubbing
|
|
247104
|
+
"""
|
|
247105
|
+
|
|
247106
|
+
sidebars: ThemeRegionsSidebars
|
|
247107
|
+
"""
|
|
247108
|
+
|
|
247109
|
+
:type: ThemeRegionsSidebars
|
|
247110
|
+
"""
|
|
247111
|
+
|
|
247112
|
+
@classmethod
|
|
247113
|
+
def bl_rna_get_subclass(
|
|
247114
|
+
cls,
|
|
247115
|
+
id: str | None,
|
|
247116
|
+
default=None,
|
|
247117
|
+
/,
|
|
247118
|
+
) -> Struct:
|
|
247119
|
+
"""
|
|
247120
|
+
|
|
247121
|
+
:param id: The RNA type identifier.
|
|
247122
|
+
:type id: str | None
|
|
247123
|
+
:param default:
|
|
247124
|
+
:return: The RNA type or default when not found.
|
|
247125
|
+
:rtype: Struct
|
|
247126
|
+
"""
|
|
247127
|
+
|
|
247128
|
+
@classmethod
|
|
247129
|
+
def bl_rna_get_subclass_py(
|
|
247130
|
+
cls,
|
|
247131
|
+
id: str | None,
|
|
247132
|
+
default=None,
|
|
247133
|
+
/,
|
|
247134
|
+
) -> typing.Any:
|
|
247135
|
+
"""
|
|
247136
|
+
|
|
247137
|
+
:param id: The RNA type identifier.
|
|
247138
|
+
:type id: str | None
|
|
247139
|
+
:param default:
|
|
247140
|
+
:return: The class or default when not found.
|
|
247141
|
+
:rtype: typing.Any
|
|
247142
|
+
"""
|
|
247143
|
+
|
|
247144
|
+
class ThemeRegionsAssetShelf(bpy_struct):
|
|
247145
|
+
"""Theme settings for asset shelves"""
|
|
247146
|
+
|
|
247147
|
+
back: bpy_prop_array[float]
|
|
247148
|
+
"""
|
|
247149
|
+
|
|
247150
|
+
:type: bpy_prop_array[float]
|
|
247151
|
+
"""
|
|
247152
|
+
|
|
247153
|
+
header_back: bpy_prop_array[float]
|
|
247154
|
+
"""
|
|
247155
|
+
|
|
247156
|
+
:type: bpy_prop_array[float]
|
|
247157
|
+
"""
|
|
247158
|
+
|
|
247159
|
+
@classmethod
|
|
247160
|
+
def bl_rna_get_subclass(
|
|
247161
|
+
cls,
|
|
247162
|
+
id: str | None,
|
|
247163
|
+
default=None,
|
|
247164
|
+
/,
|
|
247165
|
+
) -> Struct:
|
|
247166
|
+
"""
|
|
247167
|
+
|
|
247168
|
+
:param id: The RNA type identifier.
|
|
247169
|
+
:type id: str | None
|
|
247170
|
+
:param default:
|
|
247171
|
+
:return: The RNA type or default when not found.
|
|
247172
|
+
:rtype: Struct
|
|
247173
|
+
"""
|
|
247174
|
+
|
|
247175
|
+
@classmethod
|
|
247176
|
+
def bl_rna_get_subclass_py(
|
|
247177
|
+
cls,
|
|
247178
|
+
id: str | None,
|
|
247179
|
+
default=None,
|
|
247180
|
+
/,
|
|
247181
|
+
) -> typing.Any:
|
|
247182
|
+
"""
|
|
247183
|
+
|
|
247184
|
+
:param id: The RNA type identifier.
|
|
247185
|
+
:type id: str | None
|
|
247186
|
+
:param default:
|
|
247187
|
+
:return: The class or default when not found.
|
|
247188
|
+
:rtype: typing.Any
|
|
247189
|
+
"""
|
|
247190
|
+
|
|
247191
|
+
class ThemeRegionsChannels(bpy_struct):
|
|
247192
|
+
back: mathutils.Color
|
|
247193
|
+
"""
|
|
247194
|
+
|
|
247195
|
+
:type: mathutils.Color
|
|
247196
|
+
"""
|
|
247197
|
+
|
|
247198
|
+
text: mathutils.Color
|
|
247199
|
+
"""
|
|
247200
|
+
|
|
247201
|
+
:type: mathutils.Color
|
|
247202
|
+
"""
|
|
247203
|
+
|
|
247204
|
+
text_selected: mathutils.Color
|
|
247205
|
+
"""
|
|
247206
|
+
|
|
247207
|
+
:type: mathutils.Color
|
|
247208
|
+
"""
|
|
247209
|
+
|
|
247210
|
+
@classmethod
|
|
247211
|
+
def bl_rna_get_subclass(
|
|
247212
|
+
cls,
|
|
247213
|
+
id: str | None,
|
|
247214
|
+
default=None,
|
|
247215
|
+
/,
|
|
247216
|
+
) -> Struct:
|
|
247217
|
+
"""
|
|
247218
|
+
|
|
247219
|
+
:param id: The RNA type identifier.
|
|
247220
|
+
:type id: str | None
|
|
247221
|
+
:param default:
|
|
247222
|
+
:return: The RNA type or default when not found.
|
|
247223
|
+
:rtype: Struct
|
|
247224
|
+
"""
|
|
247225
|
+
|
|
247226
|
+
@classmethod
|
|
247227
|
+
def bl_rna_get_subclass_py(
|
|
247228
|
+
cls,
|
|
247229
|
+
id: str | None,
|
|
247230
|
+
default=None,
|
|
247231
|
+
/,
|
|
247232
|
+
) -> typing.Any:
|
|
247233
|
+
"""
|
|
247234
|
+
|
|
247235
|
+
:param id: The RNA type identifier.
|
|
247236
|
+
:type id: str | None
|
|
247237
|
+
:param default:
|
|
247238
|
+
:return: The class or default when not found.
|
|
247239
|
+
:rtype: typing.Any
|
|
247240
|
+
"""
|
|
247241
|
+
|
|
247242
|
+
class ThemeRegionsScrubbing(bpy_struct):
|
|
247243
|
+
back: bpy_prop_array[float]
|
|
247244
|
+
"""
|
|
247245
|
+
|
|
247246
|
+
:type: bpy_prop_array[float]
|
|
247247
|
+
"""
|
|
247248
|
+
|
|
247249
|
+
text: mathutils.Color
|
|
247250
|
+
"""
|
|
247251
|
+
|
|
247252
|
+
:type: mathutils.Color
|
|
247253
|
+
"""
|
|
247254
|
+
|
|
247255
|
+
time_marker: bpy_prop_array[float]
|
|
247256
|
+
"""
|
|
247257
|
+
|
|
247258
|
+
:type: bpy_prop_array[float]
|
|
247259
|
+
"""
|
|
247260
|
+
|
|
247261
|
+
time_marker_selected: bpy_prop_array[float]
|
|
247262
|
+
"""
|
|
247158
247263
|
|
|
247159
|
-
:type:
|
|
247264
|
+
:type: bpy_prop_array[float]
|
|
247265
|
+
"""
|
|
247266
|
+
|
|
247267
|
+
@classmethod
|
|
247268
|
+
def bl_rna_get_subclass(
|
|
247269
|
+
cls,
|
|
247270
|
+
id: str | None,
|
|
247271
|
+
default=None,
|
|
247272
|
+
/,
|
|
247273
|
+
) -> Struct:
|
|
247274
|
+
"""
|
|
247275
|
+
|
|
247276
|
+
:param id: The RNA type identifier.
|
|
247277
|
+
:type id: str | None
|
|
247278
|
+
:param default:
|
|
247279
|
+
:return: The RNA type or default when not found.
|
|
247280
|
+
:rtype: Struct
|
|
247281
|
+
"""
|
|
247282
|
+
|
|
247283
|
+
@classmethod
|
|
247284
|
+
def bl_rna_get_subclass_py(
|
|
247285
|
+
cls,
|
|
247286
|
+
id: str | None,
|
|
247287
|
+
default=None,
|
|
247288
|
+
/,
|
|
247289
|
+
) -> typing.Any:
|
|
247290
|
+
"""
|
|
247291
|
+
|
|
247292
|
+
:param id: The RNA type identifier.
|
|
247293
|
+
:type id: str | None
|
|
247294
|
+
:param default:
|
|
247295
|
+
:return: The class or default when not found.
|
|
247296
|
+
:rtype: typing.Any
|
|
247297
|
+
"""
|
|
247298
|
+
|
|
247299
|
+
class ThemeRegionsSidebars(bpy_struct):
|
|
247300
|
+
back: bpy_prop_array[float]
|
|
247301
|
+
"""
|
|
247302
|
+
|
|
247303
|
+
:type: bpy_prop_array[float]
|
|
247304
|
+
"""
|
|
247305
|
+
|
|
247306
|
+
tab_back: bpy_prop_array[float]
|
|
247307
|
+
"""
|
|
247308
|
+
|
|
247309
|
+
:type: bpy_prop_array[float]
|
|
247160
247310
|
"""
|
|
247161
247311
|
|
|
247162
247312
|
@classmethod
|
|
@@ -247314,18 +247464,6 @@ class ThemeSequenceEditor(bpy_struct):
|
|
|
247314
247464
|
:type: ThemeSpaceGeneric
|
|
247315
247465
|
"""
|
|
247316
247466
|
|
|
247317
|
-
space_list: ThemeSpaceListGeneric
|
|
247318
|
-
""" Settings for space list
|
|
247319
|
-
|
|
247320
|
-
:type: ThemeSpaceListGeneric
|
|
247321
|
-
"""
|
|
247322
|
-
|
|
247323
|
-
space_region: ThemeSpaceRegionGeneric
|
|
247324
|
-
""" Settings for space region
|
|
247325
|
-
|
|
247326
|
-
:type: ThemeSpaceRegionGeneric
|
|
247327
|
-
"""
|
|
247328
|
-
|
|
247329
247467
|
text_strip: mathutils.Color
|
|
247330
247468
|
"""
|
|
247331
247469
|
|
|
@@ -247338,12 +247476,6 @@ class ThemeSequenceEditor(bpy_struct):
|
|
|
247338
247476
|
:type: bpy_prop_array[float]
|
|
247339
247477
|
"""
|
|
247340
247478
|
|
|
247341
|
-
time_scrub_background: bpy_prop_array[float]
|
|
247342
|
-
"""
|
|
247343
|
-
|
|
247344
|
-
:type: bpy_prop_array[float]
|
|
247345
|
-
"""
|
|
247346
|
-
|
|
247347
247479
|
transition_strip: mathutils.Color
|
|
247348
247480
|
"""
|
|
247349
247481
|
|
|
@@ -247532,108 +247664,6 @@ class ThemeSpaceGradient(bpy_struct):
|
|
|
247532
247664
|
:rtype: typing.Any
|
|
247533
247665
|
"""
|
|
247534
247666
|
|
|
247535
|
-
class ThemeSpaceListGeneric(bpy_struct):
|
|
247536
|
-
list: mathutils.Color
|
|
247537
|
-
"""
|
|
247538
|
-
|
|
247539
|
-
:type: mathutils.Color
|
|
247540
|
-
"""
|
|
247541
|
-
|
|
247542
|
-
list_text: mathutils.Color
|
|
247543
|
-
"""
|
|
247544
|
-
|
|
247545
|
-
:type: mathutils.Color
|
|
247546
|
-
"""
|
|
247547
|
-
|
|
247548
|
-
list_text_hi: mathutils.Color
|
|
247549
|
-
"""
|
|
247550
|
-
|
|
247551
|
-
:type: mathutils.Color
|
|
247552
|
-
"""
|
|
247553
|
-
|
|
247554
|
-
list_title: mathutils.Color
|
|
247555
|
-
"""
|
|
247556
|
-
|
|
247557
|
-
:type: mathutils.Color
|
|
247558
|
-
"""
|
|
247559
|
-
|
|
247560
|
-
@classmethod
|
|
247561
|
-
def bl_rna_get_subclass(
|
|
247562
|
-
cls,
|
|
247563
|
-
id: str | None,
|
|
247564
|
-
default=None,
|
|
247565
|
-
/,
|
|
247566
|
-
) -> Struct:
|
|
247567
|
-
"""
|
|
247568
|
-
|
|
247569
|
-
:param id: The RNA type identifier.
|
|
247570
|
-
:type id: str | None
|
|
247571
|
-
:param default:
|
|
247572
|
-
:return: The RNA type or default when not found.
|
|
247573
|
-
:rtype: Struct
|
|
247574
|
-
"""
|
|
247575
|
-
|
|
247576
|
-
@classmethod
|
|
247577
|
-
def bl_rna_get_subclass_py(
|
|
247578
|
-
cls,
|
|
247579
|
-
id: str | None,
|
|
247580
|
-
default=None,
|
|
247581
|
-
/,
|
|
247582
|
-
) -> typing.Any:
|
|
247583
|
-
"""
|
|
247584
|
-
|
|
247585
|
-
:param id: The RNA type identifier.
|
|
247586
|
-
:type id: str | None
|
|
247587
|
-
:param default:
|
|
247588
|
-
:return: The class or default when not found.
|
|
247589
|
-
:rtype: typing.Any
|
|
247590
|
-
"""
|
|
247591
|
-
|
|
247592
|
-
class ThemeSpaceRegionGeneric(bpy_struct):
|
|
247593
|
-
button: bpy_prop_array[float]
|
|
247594
|
-
"""
|
|
247595
|
-
|
|
247596
|
-
:type: bpy_prop_array[float]
|
|
247597
|
-
"""
|
|
247598
|
-
|
|
247599
|
-
tab_back: bpy_prop_array[float]
|
|
247600
|
-
"""
|
|
247601
|
-
|
|
247602
|
-
:type: bpy_prop_array[float]
|
|
247603
|
-
"""
|
|
247604
|
-
|
|
247605
|
-
@classmethod
|
|
247606
|
-
def bl_rna_get_subclass(
|
|
247607
|
-
cls,
|
|
247608
|
-
id: str | None,
|
|
247609
|
-
default=None,
|
|
247610
|
-
/,
|
|
247611
|
-
) -> Struct:
|
|
247612
|
-
"""
|
|
247613
|
-
|
|
247614
|
-
:param id: The RNA type identifier.
|
|
247615
|
-
:type id: str | None
|
|
247616
|
-
:param default:
|
|
247617
|
-
:return: The RNA type or default when not found.
|
|
247618
|
-
:rtype: Struct
|
|
247619
|
-
"""
|
|
247620
|
-
|
|
247621
|
-
@classmethod
|
|
247622
|
-
def bl_rna_get_subclass_py(
|
|
247623
|
-
cls,
|
|
247624
|
-
id: str | None,
|
|
247625
|
-
default=None,
|
|
247626
|
-
/,
|
|
247627
|
-
) -> typing.Any:
|
|
247628
|
-
"""
|
|
247629
|
-
|
|
247630
|
-
:param id: The RNA type identifier.
|
|
247631
|
-
:type id: str | None
|
|
247632
|
-
:param default:
|
|
247633
|
-
:return: The class or default when not found.
|
|
247634
|
-
:rtype: typing.Any
|
|
247635
|
-
"""
|
|
247636
|
-
|
|
247637
247667
|
class ThemeSpreadsheet(bpy_struct):
|
|
247638
247668
|
"""Theme settings for the Spreadsheet"""
|
|
247639
247669
|
|
|
@@ -247649,12 +247679,6 @@ class ThemeSpreadsheet(bpy_struct):
|
|
|
247649
247679
|
:type: ThemeSpaceGeneric
|
|
247650
247680
|
"""
|
|
247651
247681
|
|
|
247652
|
-
space_region: ThemeSpaceRegionGeneric
|
|
247653
|
-
""" Settings for space region
|
|
247654
|
-
|
|
247655
|
-
:type: ThemeSpaceRegionGeneric
|
|
247656
|
-
"""
|
|
247657
|
-
|
|
247658
247682
|
@classmethod
|
|
247659
247683
|
def bl_rna_get_subclass(
|
|
247660
247684
|
cls,
|
|
@@ -247855,12 +247879,6 @@ class ThemeTextEditor(bpy_struct):
|
|
|
247855
247879
|
:type: ThemeSpaceGeneric
|
|
247856
247880
|
"""
|
|
247857
247881
|
|
|
247858
|
-
space_region: ThemeSpaceRegionGeneric
|
|
247859
|
-
""" Settings for space region
|
|
247860
|
-
|
|
247861
|
-
:type: ThemeSpaceRegionGeneric
|
|
247862
|
-
"""
|
|
247863
|
-
|
|
247864
247882
|
syntax_builtin: mathutils.Color
|
|
247865
247883
|
"""
|
|
247866
247884
|
|
|
@@ -248698,12 +248716,6 @@ class ThemeView3D(bpy_struct):
|
|
|
248698
248716
|
:type: ThemeSpaceGradient
|
|
248699
248717
|
"""
|
|
248700
248718
|
|
|
248701
|
-
space_region: ThemeSpaceRegionGeneric
|
|
248702
|
-
""" Settings for space region
|
|
248703
|
-
|
|
248704
|
-
:type: ThemeSpaceRegionGeneric
|
|
248705
|
-
"""
|
|
248706
|
-
|
|
248707
248719
|
speaker: mathutils.Color
|
|
248708
248720
|
"""
|
|
248709
248721
|
|