fake-bpy-module 20250910__py3-none-any.whl → 20250913__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 +103 -0
- bl_operators/node/__init__.pyi +1 -1
- bl_ui/properties_constraint/__init__.pyi +0 -68
- bl_ui/space_clip/__init__.pyi +2 -0
- bl_ui/space_sequencer/__init__.pyi +1 -0
- bl_ui/space_time/__init__.pyi +7 -0
- bl_ui/space_toolsystem_toolbar/__init__.pyi +2 -0
- bl_ui/space_userpref/__init__.pyi +36 -39
- bl_ui/space_view3d_toolbar/__init__.pyi +7 -0
- bpy/app/__init__.pyi +2 -2
- bpy/ops/node/__init__.pyi +12 -1
- bpy/ops/render/__init__.pyi +6 -0
- bpy/stub_internal/rna_enums/__init__.pyi +7 -0
- bpy/types/__init__.pyi +953 -758
- {fake_bpy_module-20250910.dist-info → fake_bpy_module-20250913.dist-info}/METADATA +1 -1
- {fake_bpy_module-20250910.dist-info → fake_bpy_module-20250913.dist-info}/RECORD +18 -18
- {fake_bpy_module-20250910.dist-info → fake_bpy_module-20250913.dist-info}/WHEEL +0 -0
- {fake_bpy_module-20250910.dist-info → fake_bpy_module-20250913.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
|
|
@@ -15810,6 +15853,7 @@ object, placing it into a view layer, selecting it and making it active.
|
|
|
15810
15853
|
* ID.bl_rna_get_subclass
|
|
15811
15854
|
* ID.bl_rna_get_subclass_py
|
|
15812
15855
|
* Light.area
|
|
15856
|
+
* Light.inline_shader_nodes
|
|
15813
15857
|
* Light.bl_rna_get_subclass
|
|
15814
15858
|
* Light.bl_rna_get_subclass_py
|
|
15815
15859
|
|
|
@@ -16206,6 +16250,54 @@ This example script prints the vertices and UVs for each polygon, assumes the ac
|
|
|
16206
16250
|
:columns: 2
|
|
16207
16251
|
|
|
16208
16252
|
|
|
16253
|
+
--------------------
|
|
16254
|
+
|
|
16255
|
+
* bpy_struct.id_data
|
|
16256
|
+
* StripModifier.name
|
|
16257
|
+
* StripModifier.type
|
|
16258
|
+
* StripModifier.mute
|
|
16259
|
+
* StripModifier.enable
|
|
16260
|
+
* StripModifier.show_expanded
|
|
16261
|
+
* StripModifier.input_mask_type
|
|
16262
|
+
* StripModifier.mask_time
|
|
16263
|
+
* StripModifier.input_mask_strip
|
|
16264
|
+
* StripModifier.input_mask_id
|
|
16265
|
+
* StripModifier.is_active
|
|
16266
|
+
|
|
16267
|
+
:columns: 2
|
|
16268
|
+
|
|
16269
|
+
|
|
16270
|
+
--------------------
|
|
16271
|
+
|
|
16272
|
+
* bpy_struct.as_pointer
|
|
16273
|
+
* bpy_struct.driver_add
|
|
16274
|
+
* bpy_struct.driver_remove
|
|
16275
|
+
* bpy_struct.get
|
|
16276
|
+
* bpy_struct.id_properties_clear
|
|
16277
|
+
* bpy_struct.id_properties_ensure
|
|
16278
|
+
* bpy_struct.id_properties_ui
|
|
16279
|
+
* bpy_struct.is_property_hidden
|
|
16280
|
+
* bpy_struct.is_property_overridable_library
|
|
16281
|
+
* bpy_struct.is_property_readonly
|
|
16282
|
+
* bpy_struct.is_property_set
|
|
16283
|
+
* bpy_struct.items
|
|
16284
|
+
* bpy_struct.keyframe_delete
|
|
16285
|
+
* bpy_struct.keyframe_insert
|
|
16286
|
+
* bpy_struct.keys
|
|
16287
|
+
* bpy_struct.path_from_id
|
|
16288
|
+
* bpy_struct.path_resolve
|
|
16289
|
+
* bpy_struct.pop
|
|
16290
|
+
* bpy_struct.property_overridable_library_set
|
|
16291
|
+
* bpy_struct.property_unset
|
|
16292
|
+
* bpy_struct.rna_ancestors
|
|
16293
|
+
* bpy_struct.type_recast
|
|
16294
|
+
* bpy_struct.values
|
|
16295
|
+
* StripModifier.bl_rna_get_subclass
|
|
16296
|
+
* StripModifier.bl_rna_get_subclass_py
|
|
16297
|
+
|
|
16298
|
+
:columns: 2
|
|
16299
|
+
|
|
16300
|
+
|
|
16209
16301
|
--------------------
|
|
16210
16302
|
|
|
16211
16303
|
* bpy_struct.id_data
|
|
@@ -18642,49 +18734,6 @@ This example script prints the vertices and UVs for each polygon, assumes the ac
|
|
|
18642
18734
|
:columns: 2
|
|
18643
18735
|
|
|
18644
18736
|
|
|
18645
|
-
--------------------
|
|
18646
|
-
|
|
18647
|
-
* Theme.asset_shelf
|
|
18648
|
-
|
|
18649
|
-
:columns: 2
|
|
18650
|
-
|
|
18651
|
-
|
|
18652
|
-
--------------------
|
|
18653
|
-
|
|
18654
|
-
* bpy_struct.id_data
|
|
18655
|
-
|
|
18656
|
-
:columns: 2
|
|
18657
|
-
|
|
18658
|
-
|
|
18659
|
-
--------------------
|
|
18660
|
-
|
|
18661
|
-
* bpy_struct.as_pointer
|
|
18662
|
-
* bpy_struct.driver_add
|
|
18663
|
-
* bpy_struct.driver_remove
|
|
18664
|
-
* bpy_struct.get
|
|
18665
|
-
* bpy_struct.id_properties_clear
|
|
18666
|
-
* bpy_struct.id_properties_ensure
|
|
18667
|
-
* bpy_struct.id_properties_ui
|
|
18668
|
-
* bpy_struct.is_property_hidden
|
|
18669
|
-
* bpy_struct.is_property_overridable_library
|
|
18670
|
-
* bpy_struct.is_property_readonly
|
|
18671
|
-
* bpy_struct.is_property_set
|
|
18672
|
-
* bpy_struct.items
|
|
18673
|
-
* bpy_struct.keyframe_delete
|
|
18674
|
-
* bpy_struct.keyframe_insert
|
|
18675
|
-
* bpy_struct.keys
|
|
18676
|
-
* bpy_struct.path_from_id
|
|
18677
|
-
* bpy_struct.path_resolve
|
|
18678
|
-
* bpy_struct.pop
|
|
18679
|
-
* bpy_struct.property_overridable_library_set
|
|
18680
|
-
* bpy_struct.property_unset
|
|
18681
|
-
* bpy_struct.rna_ancestors
|
|
18682
|
-
* bpy_struct.type_recast
|
|
18683
|
-
* bpy_struct.values
|
|
18684
|
-
|
|
18685
|
-
:columns: 2
|
|
18686
|
-
|
|
18687
|
-
|
|
18688
18737
|
--------------------
|
|
18689
18738
|
|
|
18690
18739
|
* bpy.context.texture_user_property
|
|
@@ -24957,6 +25006,49 @@ from a search field, this can be done using bpy.types.Operator.invoke_search_pop
|
|
|
24957
25006
|
:columns: 2
|
|
24958
25007
|
|
|
24959
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
|
+
|
|
24960
25052
|
--------------------
|
|
24961
25053
|
|
|
24962
25054
|
* bpy_struct.id_data
|
|
@@ -35731,6 +35823,7 @@ from a search field, this can be done using bpy.types.Operator.invoke_search_pop
|
|
|
35731
35823
|
* ID.bl_rna_get_subclass
|
|
35732
35824
|
* ID.bl_rna_get_subclass_py
|
|
35733
35825
|
* Light.area
|
|
35826
|
+
* Light.inline_shader_nodes
|
|
35734
35827
|
* Light.bl_rna_get_subclass
|
|
35735
35828
|
* Light.bl_rna_get_subclass_py
|
|
35736
35829
|
|
|
@@ -38723,6 +38816,7 @@ of the scene and only show nodes of the renderer they are designed for.
|
|
|
38723
38816
|
* ID.bl_rna_get_subclass
|
|
38724
38817
|
* ID.bl_rna_get_subclass_py
|
|
38725
38818
|
* Light.area
|
|
38819
|
+
* Light.inline_shader_nodes
|
|
38726
38820
|
* Light.bl_rna_get_subclass
|
|
38727
38821
|
* Light.bl_rna_get_subclass_py
|
|
38728
38822
|
|
|
@@ -39873,7 +39967,6 @@ of the scene and only show nodes of the renderer they are designed for.
|
|
|
39873
39967
|
* UILayout.template_any_ID
|
|
39874
39968
|
* UILayout.template_cache_file
|
|
39875
39969
|
* UILayout.template_cache_file_layers
|
|
39876
|
-
* UILayout.template_cache_file_procedural
|
|
39877
39970
|
* UILayout.template_cache_file_time_settings
|
|
39878
39971
|
* UILayout.template_cache_file_velocity
|
|
39879
39972
|
* UILayout.template_color_picker
|
|
@@ -42913,6 +43006,7 @@ of the scene and only show nodes of the renderer they are designed for.
|
|
|
42913
43006
|
* ID.bl_rna_get_subclass
|
|
42914
43007
|
* ID.bl_rna_get_subclass_py
|
|
42915
43008
|
* Light.area
|
|
43009
|
+
* Light.inline_shader_nodes
|
|
42916
43010
|
* Light.bl_rna_get_subclass
|
|
42917
43011
|
* Light.bl_rna_get_subclass_py
|
|
42918
43012
|
|
|
@@ -49372,7 +49466,6 @@ Base class for integrating USD Hydra based renderers.
|
|
|
49372
49466
|
* RenderEngine.bl_use_shading_nodes_custom
|
|
49373
49467
|
* RenderEngine.bl_use_spherical_stereo
|
|
49374
49468
|
* RenderEngine.bl_use_stereo_viewport
|
|
49375
|
-
* RenderEngine.bl_use_alembic_procedural
|
|
49376
49469
|
* RenderEngine.bl_use_materialx
|
|
49377
49470
|
|
|
49378
49471
|
:columns: 2
|
|
@@ -75056,61 +75149,6 @@ example of how to create/use filtering/reordering callbacks.
|
|
|
75056
75149
|
:columns: 2
|
|
75057
75150
|
|
|
75058
75151
|
|
|
75059
|
-
--------------------
|
|
75060
|
-
|
|
75061
|
-
* ThemeClipEditor.space_region
|
|
75062
|
-
* ThemeDopeSheet.space_region
|
|
75063
|
-
* ThemeFileBrowser.space_region
|
|
75064
|
-
* ThemeGraphEditor.space_region
|
|
75065
|
-
* ThemeImageEditor.space_region
|
|
75066
|
-
* ThemeNLAEditor.space_region
|
|
75067
|
-
* ThemeNodeEditor.space_region
|
|
75068
|
-
* ThemePreferences.space_region
|
|
75069
|
-
* ThemeProperties.space_region
|
|
75070
|
-
* ThemeSequenceEditor.space_region
|
|
75071
|
-
* ThemeSpreadsheet.space_region
|
|
75072
|
-
* ThemeTextEditor.space_region
|
|
75073
|
-
* ThemeView3D.space_region
|
|
75074
|
-
|
|
75075
|
-
:columns: 2
|
|
75076
|
-
|
|
75077
|
-
|
|
75078
|
-
--------------------
|
|
75079
|
-
|
|
75080
|
-
* bpy_struct.id_data
|
|
75081
|
-
|
|
75082
|
-
:columns: 2
|
|
75083
|
-
|
|
75084
|
-
|
|
75085
|
-
--------------------
|
|
75086
|
-
|
|
75087
|
-
* bpy_struct.as_pointer
|
|
75088
|
-
* bpy_struct.driver_add
|
|
75089
|
-
* bpy_struct.driver_remove
|
|
75090
|
-
* bpy_struct.get
|
|
75091
|
-
* bpy_struct.id_properties_clear
|
|
75092
|
-
* bpy_struct.id_properties_ensure
|
|
75093
|
-
* bpy_struct.id_properties_ui
|
|
75094
|
-
* bpy_struct.is_property_hidden
|
|
75095
|
-
* bpy_struct.is_property_overridable_library
|
|
75096
|
-
* bpy_struct.is_property_readonly
|
|
75097
|
-
* bpy_struct.is_property_set
|
|
75098
|
-
* bpy_struct.items
|
|
75099
|
-
* bpy_struct.keyframe_delete
|
|
75100
|
-
* bpy_struct.keyframe_insert
|
|
75101
|
-
* bpy_struct.keys
|
|
75102
|
-
* bpy_struct.path_from_id
|
|
75103
|
-
* bpy_struct.path_resolve
|
|
75104
|
-
* bpy_struct.pop
|
|
75105
|
-
* bpy_struct.property_overridable_library_set
|
|
75106
|
-
* bpy_struct.property_unset
|
|
75107
|
-
* bpy_struct.rna_ancestors
|
|
75108
|
-
* bpy_struct.type_recast
|
|
75109
|
-
* bpy_struct.values
|
|
75110
|
-
|
|
75111
|
-
:columns: 2
|
|
75112
|
-
|
|
75113
|
-
|
|
75114
75152
|
--------------------
|
|
75115
75153
|
|
|
75116
75154
|
* CurveMap.points
|
|
@@ -81217,6 +81255,49 @@ example of how to create/use filtering/reordering callbacks.
|
|
|
81217
81255
|
:columns: 2
|
|
81218
81256
|
|
|
81219
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
|
+
|
|
81220
81301
|
--------------------
|
|
81221
81302
|
|
|
81222
81303
|
* bpy_struct.id_data
|
|
@@ -82487,6 +82568,49 @@ Menu.poll function.
|
|
|
82487
82568
|
:columns: 2
|
|
82488
82569
|
|
|
82489
82570
|
|
|
82571
|
+
--------------------
|
|
82572
|
+
|
|
82573
|
+
* Theme.regions
|
|
82574
|
+
|
|
82575
|
+
:columns: 2
|
|
82576
|
+
|
|
82577
|
+
|
|
82578
|
+
--------------------
|
|
82579
|
+
|
|
82580
|
+
* bpy_struct.id_data
|
|
82581
|
+
|
|
82582
|
+
:columns: 2
|
|
82583
|
+
|
|
82584
|
+
|
|
82585
|
+
--------------------
|
|
82586
|
+
|
|
82587
|
+
* bpy_struct.as_pointer
|
|
82588
|
+
* bpy_struct.driver_add
|
|
82589
|
+
* bpy_struct.driver_remove
|
|
82590
|
+
* bpy_struct.get
|
|
82591
|
+
* bpy_struct.id_properties_clear
|
|
82592
|
+
* bpy_struct.id_properties_ensure
|
|
82593
|
+
* bpy_struct.id_properties_ui
|
|
82594
|
+
* bpy_struct.is_property_hidden
|
|
82595
|
+
* bpy_struct.is_property_overridable_library
|
|
82596
|
+
* bpy_struct.is_property_readonly
|
|
82597
|
+
* bpy_struct.is_property_set
|
|
82598
|
+
* bpy_struct.items
|
|
82599
|
+
* bpy_struct.keyframe_delete
|
|
82600
|
+
* bpy_struct.keyframe_insert
|
|
82601
|
+
* bpy_struct.keys
|
|
82602
|
+
* bpy_struct.path_from_id
|
|
82603
|
+
* bpy_struct.path_resolve
|
|
82604
|
+
* bpy_struct.pop
|
|
82605
|
+
* bpy_struct.property_overridable_library_set
|
|
82606
|
+
* bpy_struct.property_unset
|
|
82607
|
+
* bpy_struct.rna_ancestors
|
|
82608
|
+
* bpy_struct.type_recast
|
|
82609
|
+
* bpy_struct.values
|
|
82610
|
+
|
|
82611
|
+
:columns: 2
|
|
82612
|
+
|
|
82613
|
+
|
|
82490
82614
|
--------------------
|
|
82491
82615
|
|
|
82492
82616
|
* FreestyleSettings.linesets
|
|
@@ -92292,6 +92416,49 @@ Operator.draw method for layout and display.
|
|
|
92292
92416
|
:columns: 2
|
|
92293
92417
|
|
|
92294
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
|
+
|
|
92295
92462
|
--------------------
|
|
92296
92463
|
|
|
92297
92464
|
* bpy_struct.id_data
|
|
@@ -103100,53 +103267,6 @@ Operator.draw method for layout and display.
|
|
|
103100
103267
|
:columns: 2
|
|
103101
103268
|
|
|
103102
103269
|
|
|
103103
|
-
--------------------
|
|
103104
|
-
|
|
103105
|
-
* ThemeClipEditor.space_list
|
|
103106
|
-
* ThemeDopeSheet.space_list
|
|
103107
|
-
* ThemeGraphEditor.space_list
|
|
103108
|
-
* ThemeNLAEditor.space_list
|
|
103109
|
-
* ThemeSequenceEditor.space_list
|
|
103110
|
-
|
|
103111
|
-
:columns: 2
|
|
103112
|
-
|
|
103113
|
-
|
|
103114
|
-
--------------------
|
|
103115
|
-
|
|
103116
|
-
* bpy_struct.id_data
|
|
103117
|
-
|
|
103118
|
-
:columns: 2
|
|
103119
|
-
|
|
103120
|
-
|
|
103121
|
-
--------------------
|
|
103122
|
-
|
|
103123
|
-
* bpy_struct.as_pointer
|
|
103124
|
-
* bpy_struct.driver_add
|
|
103125
|
-
* bpy_struct.driver_remove
|
|
103126
|
-
* bpy_struct.get
|
|
103127
|
-
* bpy_struct.id_properties_clear
|
|
103128
|
-
* bpy_struct.id_properties_ensure
|
|
103129
|
-
* bpy_struct.id_properties_ui
|
|
103130
|
-
* bpy_struct.is_property_hidden
|
|
103131
|
-
* bpy_struct.is_property_overridable_library
|
|
103132
|
-
* bpy_struct.is_property_readonly
|
|
103133
|
-
* bpy_struct.is_property_set
|
|
103134
|
-
* bpy_struct.items
|
|
103135
|
-
* bpy_struct.keyframe_delete
|
|
103136
|
-
* bpy_struct.keyframe_insert
|
|
103137
|
-
* bpy_struct.keys
|
|
103138
|
-
* bpy_struct.path_from_id
|
|
103139
|
-
* bpy_struct.path_resolve
|
|
103140
|
-
* bpy_struct.pop
|
|
103141
|
-
* bpy_struct.property_overridable_library_set
|
|
103142
|
-
* bpy_struct.property_unset
|
|
103143
|
-
* bpy_struct.rna_ancestors
|
|
103144
|
-
* bpy_struct.type_recast
|
|
103145
|
-
* bpy_struct.values
|
|
103146
|
-
|
|
103147
|
-
:columns: 2
|
|
103148
|
-
|
|
103149
|
-
|
|
103150
103270
|
--------------------
|
|
103151
103271
|
|
|
103152
103272
|
* NodesModifier.panels
|
|
@@ -126870,141 +126990,148 @@ class AreaLight(Light, ID, bpy_struct):
|
|
|
126870
126990
|
:type: bool
|
|
126871
126991
|
"""
|
|
126872
126992
|
|
|
126873
|
-
|
|
126874
|
-
|
|
126875
|
-
|
|
126876
|
-
id: str | None,
|
|
126877
|
-
default=None,
|
|
126878
|
-
/,
|
|
126879
|
-
) -> Struct:
|
|
126880
|
-
"""
|
|
126881
|
-
|
|
126882
|
-
:param id: The RNA type identifier.
|
|
126883
|
-
:type id: str | None
|
|
126884
|
-
:param default:
|
|
126885
|
-
:return: The RNA type or default when not found.
|
|
126886
|
-
:rtype: Struct
|
|
126887
|
-
"""
|
|
126888
|
-
|
|
126889
|
-
@classmethod
|
|
126890
|
-
def bl_rna_get_subclass_py(
|
|
126891
|
-
cls,
|
|
126892
|
-
id: str | None,
|
|
126893
|
-
default=None,
|
|
126894
|
-
/,
|
|
126895
|
-
) -> typing.Any:
|
|
126896
|
-
"""
|
|
126897
|
-
|
|
126898
|
-
:param id: The RNA type identifier.
|
|
126899
|
-
:type id: str | None
|
|
126900
|
-
:param default:
|
|
126901
|
-
:return: The class or default when not found.
|
|
126902
|
-
:rtype: typing.Any
|
|
126903
|
-
"""
|
|
126904
|
-
|
|
126905
|
-
class Armature(ID, bpy_struct):
|
|
126906
|
-
"""Armature data-block containing a hierarchy of bones, usually used for rigging characters"""
|
|
126907
|
-
|
|
126908
|
-
animation_data: AnimData | None
|
|
126909
|
-
""" Animation data for this data-block
|
|
126910
|
-
|
|
126911
|
-
:type: AnimData | None
|
|
126912
|
-
"""
|
|
126913
|
-
|
|
126914
|
-
axes_position: float
|
|
126915
|
-
""" The position for the axes on the bone. Increasing the value moves it closer to the tip; decreasing moves it closer to the root.
|
|
126916
|
-
|
|
126917
|
-
:type: float
|
|
126918
|
-
"""
|
|
126919
|
-
|
|
126920
|
-
bones: ArmatureBones
|
|
126921
|
-
"""
|
|
126922
|
-
|
|
126923
|
-
:type: ArmatureBones
|
|
126924
|
-
"""
|
|
126925
|
-
|
|
126926
|
-
collections: BoneCollections
|
|
126927
|
-
"""
|
|
126928
|
-
|
|
126929
|
-
:type: BoneCollections
|
|
126930
|
-
"""
|
|
126931
|
-
|
|
126932
|
-
collections_all: bpy_prop_collection[BoneCollection]
|
|
126933
|
-
""" List of all bone collections of the armature
|
|
126934
|
-
|
|
126935
|
-
:type: bpy_prop_collection[BoneCollection]
|
|
126936
|
-
"""
|
|
126937
|
-
|
|
126938
|
-
display_type: typing.Literal["OCTAHEDRAL", "STICK", "BBONE", "ENVELOPE", "WIRE"]
|
|
126939
|
-
"""
|
|
126940
|
-
|
|
126941
|
-
:type: typing.Literal['OCTAHEDRAL','STICK','BBONE','ENVELOPE','WIRE']
|
|
126942
|
-
"""
|
|
126943
|
-
|
|
126944
|
-
edit_bones: ArmatureEditBones
|
|
126945
|
-
"""
|
|
126946
|
-
|
|
126947
|
-
:type: ArmatureEditBones
|
|
126948
|
-
"""
|
|
126949
|
-
|
|
126950
|
-
is_editmode: bool
|
|
126951
|
-
""" True when used in editmode
|
|
126952
|
-
|
|
126953
|
-
:type: bool
|
|
126954
|
-
"""
|
|
126955
|
-
|
|
126956
|
-
pose_position: typing.Literal["POSE", "REST"]
|
|
126957
|
-
""" Show armature in binding pose or final posed state
|
|
126993
|
+
def inline_shader_nodes(self) -> None:
|
|
126994
|
+
"""Get the inlined shader nodes of this light. This preprocesses the node tree
|
|
126995
|
+
to remove nested groups, repeat zones and more.
|
|
126958
126996
|
|
|
126959
|
-
|
|
126960
|
-
|
|
126961
|
-
|
|
126962
|
-
|
|
126963
|
-
|
|
126964
|
-
|
|
126965
|
-
|
|
126966
|
-
|
|
126967
|
-
|
|
126968
|
-
|
|
126969
|
-
|
|
126970
|
-
|
|
126971
|
-
|
|
126972
|
-
|
|
126973
|
-
|
|
126974
|
-
|
|
126975
|
-
|
|
126976
|
-
|
|
126977
|
-
|
|
126978
|
-
|
|
126979
|
-
|
|
126980
|
-
|
|
126981
|
-
|
|
126982
|
-
|
|
126983
|
-
|
|
126984
|
-
|
|
126985
|
-
|
|
126986
|
-
|
|
126987
|
-
|
|
126988
|
-
|
|
126989
|
-
|
|
126990
|
-
|
|
126991
|
-
|
|
126992
|
-
|
|
126993
|
-
|
|
126994
|
-
|
|
126995
|
-
|
|
126996
|
-
|
|
126997
|
-
|
|
126998
|
-
|
|
126999
|
-
|
|
127000
|
-
|
|
127001
|
-
|
|
127002
|
-
|
|
127003
|
-
|
|
127004
|
-
|
|
127005
|
-
|
|
127006
|
-
|
|
127007
|
-
|
|
126997
|
+
:return: The inlined shader nodes.
|
|
126998
|
+
"""
|
|
126999
|
+
|
|
127000
|
+
@classmethod
|
|
127001
|
+
def bl_rna_get_subclass(
|
|
127002
|
+
cls,
|
|
127003
|
+
id: str | None,
|
|
127004
|
+
default=None,
|
|
127005
|
+
/,
|
|
127006
|
+
) -> Struct:
|
|
127007
|
+
"""
|
|
127008
|
+
|
|
127009
|
+
:param id: The RNA type identifier.
|
|
127010
|
+
:type id: str | None
|
|
127011
|
+
:param default:
|
|
127012
|
+
:return: The RNA type or default when not found.
|
|
127013
|
+
:rtype: Struct
|
|
127014
|
+
"""
|
|
127015
|
+
|
|
127016
|
+
@classmethod
|
|
127017
|
+
def bl_rna_get_subclass_py(
|
|
127018
|
+
cls,
|
|
127019
|
+
id: str | None,
|
|
127020
|
+
default=None,
|
|
127021
|
+
/,
|
|
127022
|
+
) -> typing.Any:
|
|
127023
|
+
"""
|
|
127024
|
+
|
|
127025
|
+
:param id: The RNA type identifier.
|
|
127026
|
+
:type id: str | None
|
|
127027
|
+
:param default:
|
|
127028
|
+
:return: The class or default when not found.
|
|
127029
|
+
:rtype: typing.Any
|
|
127030
|
+
"""
|
|
127031
|
+
|
|
127032
|
+
class Armature(ID, bpy_struct):
|
|
127033
|
+
"""Armature data-block containing a hierarchy of bones, usually used for rigging characters"""
|
|
127034
|
+
|
|
127035
|
+
animation_data: AnimData | None
|
|
127036
|
+
""" Animation data for this data-block
|
|
127037
|
+
|
|
127038
|
+
:type: AnimData | None
|
|
127039
|
+
"""
|
|
127040
|
+
|
|
127041
|
+
axes_position: float
|
|
127042
|
+
""" The position for the axes on the bone. Increasing the value moves it closer to the tip; decreasing moves it closer to the root.
|
|
127043
|
+
|
|
127044
|
+
:type: float
|
|
127045
|
+
"""
|
|
127046
|
+
|
|
127047
|
+
bones: ArmatureBones
|
|
127048
|
+
"""
|
|
127049
|
+
|
|
127050
|
+
:type: ArmatureBones
|
|
127051
|
+
"""
|
|
127052
|
+
|
|
127053
|
+
collections: BoneCollections
|
|
127054
|
+
"""
|
|
127055
|
+
|
|
127056
|
+
:type: BoneCollections
|
|
127057
|
+
"""
|
|
127058
|
+
|
|
127059
|
+
collections_all: bpy_prop_collection[BoneCollection]
|
|
127060
|
+
""" List of all bone collections of the armature
|
|
127061
|
+
|
|
127062
|
+
:type: bpy_prop_collection[BoneCollection]
|
|
127063
|
+
"""
|
|
127064
|
+
|
|
127065
|
+
display_type: typing.Literal["OCTAHEDRAL", "STICK", "BBONE", "ENVELOPE", "WIRE"]
|
|
127066
|
+
"""
|
|
127067
|
+
|
|
127068
|
+
:type: typing.Literal['OCTAHEDRAL','STICK','BBONE','ENVELOPE','WIRE']
|
|
127069
|
+
"""
|
|
127070
|
+
|
|
127071
|
+
edit_bones: ArmatureEditBones
|
|
127072
|
+
"""
|
|
127073
|
+
|
|
127074
|
+
:type: ArmatureEditBones
|
|
127075
|
+
"""
|
|
127076
|
+
|
|
127077
|
+
is_editmode: bool
|
|
127078
|
+
""" True when used in editmode
|
|
127079
|
+
|
|
127080
|
+
:type: bool
|
|
127081
|
+
"""
|
|
127082
|
+
|
|
127083
|
+
pose_position: typing.Literal["POSE", "REST"]
|
|
127084
|
+
""" Show armature in binding pose or final posed state
|
|
127085
|
+
|
|
127086
|
+
:type: typing.Literal['POSE','REST']
|
|
127087
|
+
"""
|
|
127088
|
+
|
|
127089
|
+
relation_line_position: typing.Literal["TAIL", "HEAD"]
|
|
127090
|
+
""" The start position of the relation lines from parent to child bones
|
|
127091
|
+
|
|
127092
|
+
:type: typing.Literal['TAIL','HEAD']
|
|
127093
|
+
"""
|
|
127094
|
+
|
|
127095
|
+
show_axes: bool
|
|
127096
|
+
""" Display bone axes
|
|
127097
|
+
|
|
127098
|
+
:type: bool
|
|
127099
|
+
"""
|
|
127100
|
+
|
|
127101
|
+
show_bone_colors: bool
|
|
127102
|
+
""" Display bone colors
|
|
127103
|
+
|
|
127104
|
+
:type: bool
|
|
127105
|
+
"""
|
|
127106
|
+
|
|
127107
|
+
show_bone_custom_shapes: bool
|
|
127108
|
+
""" Display bones with their custom shapes
|
|
127109
|
+
|
|
127110
|
+
:type: bool
|
|
127111
|
+
"""
|
|
127112
|
+
|
|
127113
|
+
show_names: bool
|
|
127114
|
+
""" Display bone names
|
|
127115
|
+
|
|
127116
|
+
:type: bool
|
|
127117
|
+
"""
|
|
127118
|
+
|
|
127119
|
+
use_mirror_x: bool
|
|
127120
|
+
""" Apply changes to matching bone on opposite side of X-Axis
|
|
127121
|
+
|
|
127122
|
+
:type: bool
|
|
127123
|
+
"""
|
|
127124
|
+
|
|
127125
|
+
def transform(
|
|
127126
|
+
self,
|
|
127127
|
+
matrix: collections.abc.Sequence[collections.abc.Sequence[float]]
|
|
127128
|
+
| mathutils.Matrix
|
|
127129
|
+
| None,
|
|
127130
|
+
) -> None:
|
|
127131
|
+
"""Transform armature bones by a matrix
|
|
127132
|
+
|
|
127133
|
+
:param matrix: Matrix
|
|
127134
|
+
:type matrix: collections.abc.Sequence[collections.abc.Sequence[float]] | mathutils.Matrix | None
|
|
127008
127135
|
"""
|
|
127009
127136
|
|
|
127010
127137
|
@classmethod
|
|
@@ -133645,12 +133772,6 @@ class CacheFile(ID, bpy_struct):
|
|
|
133645
133772
|
:type: bool
|
|
133646
133773
|
"""
|
|
133647
133774
|
|
|
133648
|
-
prefetch_cache_size: int
|
|
133649
|
-
""" Memory usage limit in megabytes for the Cycles Procedural cache, if the data does not fit within the limit, rendering is aborted
|
|
133650
|
-
|
|
133651
|
-
:type: int
|
|
133652
|
-
"""
|
|
133653
|
-
|
|
133654
133775
|
scale: float
|
|
133655
133776
|
""" Value by which to enlarge or shrink the object with respect to the world's origin (only applicable through a Transform Cache constraint)
|
|
133656
133777
|
|
|
@@ -133663,18 +133784,6 @@ class CacheFile(ID, bpy_struct):
|
|
|
133663
133784
|
:type: bpy.stub_internal.rna_enums.ObjectAxisItems
|
|
133664
133785
|
"""
|
|
133665
133786
|
|
|
133666
|
-
use_prefetch: bool
|
|
133667
|
-
""" When enabled, the Cycles Procedural will preload animation data for faster updates
|
|
133668
|
-
|
|
133669
|
-
:type: bool
|
|
133670
|
-
"""
|
|
133671
|
-
|
|
133672
|
-
use_render_procedural: bool
|
|
133673
|
-
""" Display boxes in the viewport as placeholders for the objects, Cycles will use a procedural to load the objects during viewport rendering in experimental mode, other render engines will also receive a placeholder and should take care of loading the Alembic data themselves if possible
|
|
133674
|
-
|
|
133675
|
-
:type: bool
|
|
133676
|
-
"""
|
|
133677
|
-
|
|
133678
133787
|
velocity_name: str
|
|
133679
133788
|
""" Name of the Alembic attribute used for generating motion blur data
|
|
133680
133789
|
|
|
@@ -155487,6 +155596,8 @@ class FunctionNode(NodeInternal, Node, bpy_struct):
|
|
|
155487
155596
|
"""
|
|
155488
155597
|
|
|
155489
155598
|
class FunctionNodeAlignEulerToVector(FunctionNode, NodeInternal, Node, bpy_struct):
|
|
155599
|
+
"""Orient an Euler rotation along the given direction"""
|
|
155600
|
+
|
|
155490
155601
|
axis: typing.Literal["X", "Y", "Z"]
|
|
155491
155602
|
""" Axis to align to the vector
|
|
155492
155603
|
|
|
@@ -155560,6 +155671,8 @@ class FunctionNodeAlignEulerToVector(FunctionNode, NodeInternal, Node, bpy_struc
|
|
|
155560
155671
|
"""
|
|
155561
155672
|
|
|
155562
155673
|
class FunctionNodeAlignRotationToVector(FunctionNode, NodeInternal, Node, bpy_struct):
|
|
155674
|
+
"""Orient a rotation along the given direction"""
|
|
155675
|
+
|
|
155563
155676
|
axis: typing.Literal["X", "Y", "Z"]
|
|
155564
155677
|
""" Axis to align to the vector
|
|
155565
155678
|
|
|
@@ -155708,6 +155821,8 @@ class FunctionNodeAxesToRotation(FunctionNode, NodeInternal, Node, bpy_struct):
|
|
|
155708
155821
|
"""
|
|
155709
155822
|
|
|
155710
155823
|
class FunctionNodeAxisAngleToRotation(FunctionNode, NodeInternal, Node, bpy_struct):
|
|
155824
|
+
"""Build a rotation from an axis and a rotation around that axis"""
|
|
155825
|
+
|
|
155711
155826
|
@classmethod
|
|
155712
155827
|
def is_registered_node_type(cls) -> bool:
|
|
155713
155828
|
"""True if a registered node type
|
|
@@ -155838,6 +155953,8 @@ class FunctionNodeBitMath(FunctionNode, NodeInternal, Node, bpy_struct):
|
|
|
155838
155953
|
"""
|
|
155839
155954
|
|
|
155840
155955
|
class FunctionNodeBooleanMath(FunctionNode, NodeInternal, Node, bpy_struct):
|
|
155956
|
+
"""Perform a logical operation on the given boolean inputs"""
|
|
155957
|
+
|
|
155841
155958
|
operation: bpy.stub_internal.rna_enums.NodeBooleanMathItems
|
|
155842
155959
|
"""
|
|
155843
155960
|
|
|
@@ -155905,6 +156022,8 @@ class FunctionNodeBooleanMath(FunctionNode, NodeInternal, Node, bpy_struct):
|
|
|
155905
156022
|
"""
|
|
155906
156023
|
|
|
155907
156024
|
class FunctionNodeCombineColor(FunctionNode, NodeInternal, Node, bpy_struct):
|
|
156025
|
+
"""Combine four channels into a single color, based on a particular color model"""
|
|
156026
|
+
|
|
155908
156027
|
mode: bpy.stub_internal.rna_enums.NodeCombsepColorItems
|
|
155909
156028
|
""" Mode of color processing
|
|
155910
156029
|
|
|
@@ -156035,6 +156154,8 @@ class FunctionNodeCombineMatrix(FunctionNode, NodeInternal, Node, bpy_struct):
|
|
|
156035
156154
|
"""
|
|
156036
156155
|
|
|
156037
156156
|
class FunctionNodeCombineTransform(FunctionNode, NodeInternal, Node, bpy_struct):
|
|
156157
|
+
"""Combine a translation vector, a rotation, and a scale vector into a transformation matrix"""
|
|
156158
|
+
|
|
156038
156159
|
@classmethod
|
|
156039
156160
|
def is_registered_node_type(cls) -> bool:
|
|
156040
156161
|
"""True if a registered node type
|
|
@@ -156096,6 +156217,8 @@ class FunctionNodeCombineTransform(FunctionNode, NodeInternal, Node, bpy_struct)
|
|
|
156096
156217
|
"""
|
|
156097
156218
|
|
|
156098
156219
|
class FunctionNodeCompare(FunctionNode, NodeInternal, Node, bpy_struct):
|
|
156220
|
+
"""Perform a comparison operation on the two given inputs"""
|
|
156221
|
+
|
|
156099
156222
|
data_type: bpy.stub_internal.rna_enums.NodeSocketDataTypeItems
|
|
156100
156223
|
"""
|
|
156101
156224
|
|
|
@@ -156175,6 +156298,8 @@ class FunctionNodeCompare(FunctionNode, NodeInternal, Node, bpy_struct):
|
|
|
156175
156298
|
"""
|
|
156176
156299
|
|
|
156177
156300
|
class FunctionNodeEulerToRotation(FunctionNode, NodeInternal, Node, bpy_struct):
|
|
156301
|
+
"""Build a rotation from separate angles around each axis"""
|
|
156302
|
+
|
|
156178
156303
|
@classmethod
|
|
156179
156304
|
def is_registered_node_type(cls) -> bool:
|
|
156180
156305
|
"""True if a registered node type
|
|
@@ -156236,6 +156361,8 @@ class FunctionNodeEulerToRotation(FunctionNode, NodeInternal, Node, bpy_struct):
|
|
|
156236
156361
|
"""
|
|
156237
156362
|
|
|
156238
156363
|
class FunctionNodeFindInString(FunctionNode, NodeInternal, Node, bpy_struct):
|
|
156364
|
+
"""Find the number of times a given string occurs in another string and the position of the first match"""
|
|
156365
|
+
|
|
156239
156366
|
@classmethod
|
|
156240
156367
|
def is_registered_node_type(cls) -> bool:
|
|
156241
156368
|
"""True if a registered node type
|
|
@@ -156297,6 +156424,8 @@ class FunctionNodeFindInString(FunctionNode, NodeInternal, Node, bpy_struct):
|
|
|
156297
156424
|
"""
|
|
156298
156425
|
|
|
156299
156426
|
class FunctionNodeFloatToInt(FunctionNode, NodeInternal, Node, bpy_struct):
|
|
156427
|
+
"""Convert the given floating-point number to an integer, with a choice of methods"""
|
|
156428
|
+
|
|
156300
156429
|
rounding_mode: bpy.stub_internal.rna_enums.NodeFloatToIntItems
|
|
156301
156430
|
""" Method used to convert the float to an integer
|
|
156302
156431
|
|
|
@@ -156439,6 +156568,8 @@ class FunctionNodeFormatString(FunctionNode, NodeInternal, Node, bpy_struct):
|
|
|
156439
156568
|
"""
|
|
156440
156569
|
|
|
156441
156570
|
class FunctionNodeHashValue(FunctionNode, NodeInternal, Node, bpy_struct):
|
|
156571
|
+
"""Generate a randomized integer using the given input value as a seed"""
|
|
156572
|
+
|
|
156442
156573
|
data_type: bpy.stub_internal.rna_enums.NodeSocketDataTypeItems
|
|
156443
156574
|
"""
|
|
156444
156575
|
|
|
@@ -156506,6 +156637,8 @@ class FunctionNodeHashValue(FunctionNode, NodeInternal, Node, bpy_struct):
|
|
|
156506
156637
|
"""
|
|
156507
156638
|
|
|
156508
156639
|
class FunctionNodeInputBool(FunctionNode, NodeInternal, Node, bpy_struct):
|
|
156640
|
+
"""Provide a True/False value that can be connected to other nodes in the tree"""
|
|
156641
|
+
|
|
156509
156642
|
boolean: bool
|
|
156510
156643
|
""" Input value used for unconnected socket
|
|
156511
156644
|
|
|
@@ -156573,6 +156706,8 @@ class FunctionNodeInputBool(FunctionNode, NodeInternal, Node, bpy_struct):
|
|
|
156573
156706
|
"""
|
|
156574
156707
|
|
|
156575
156708
|
class FunctionNodeInputColor(FunctionNode, NodeInternal, Node, bpy_struct):
|
|
156709
|
+
"""Output a color value chosen with the color picker widget"""
|
|
156710
|
+
|
|
156576
156711
|
value: bpy_prop_array[float]
|
|
156577
156712
|
"""
|
|
156578
156713
|
|
|
@@ -156640,6 +156775,8 @@ class FunctionNodeInputColor(FunctionNode, NodeInternal, Node, bpy_struct):
|
|
|
156640
156775
|
"""
|
|
156641
156776
|
|
|
156642
156777
|
class FunctionNodeInputInt(FunctionNode, NodeInternal, Node, bpy_struct):
|
|
156778
|
+
"""Provide an integer value that can be connected to other nodes in the tree"""
|
|
156779
|
+
|
|
156643
156780
|
integer: int
|
|
156644
156781
|
""" Input value used for unconnected socket
|
|
156645
156782
|
|
|
@@ -156707,6 +156844,8 @@ class FunctionNodeInputInt(FunctionNode, NodeInternal, Node, bpy_struct):
|
|
|
156707
156844
|
"""
|
|
156708
156845
|
|
|
156709
156846
|
class FunctionNodeInputRotation(FunctionNode, NodeInternal, Node, bpy_struct):
|
|
156847
|
+
"""Provide a rotation value that can be connected to other nodes in the tree"""
|
|
156848
|
+
|
|
156710
156849
|
rotation_euler: mathutils.Euler
|
|
156711
156850
|
""" Input value used for unconnected socket
|
|
156712
156851
|
|
|
@@ -156774,6 +156913,8 @@ class FunctionNodeInputRotation(FunctionNode, NodeInternal, Node, bpy_struct):
|
|
|
156774
156913
|
"""
|
|
156775
156914
|
|
|
156776
156915
|
class FunctionNodeInputSpecialCharacters(FunctionNode, NodeInternal, Node, bpy_struct):
|
|
156916
|
+
"""Output string characters that cannot be typed directly with the keyboard"""
|
|
156917
|
+
|
|
156777
156918
|
@classmethod
|
|
156778
156919
|
def is_registered_node_type(cls) -> bool:
|
|
156779
156920
|
"""True if a registered node type
|
|
@@ -156835,6 +156976,8 @@ class FunctionNodeInputSpecialCharacters(FunctionNode, NodeInternal, Node, bpy_s
|
|
|
156835
156976
|
"""
|
|
156836
156977
|
|
|
156837
156978
|
class FunctionNodeInputString(FunctionNode, NodeInternal, Node, bpy_struct):
|
|
156979
|
+
"""Provide a string value that can be connected to other nodes in the tree"""
|
|
156980
|
+
|
|
156838
156981
|
string: str
|
|
156839
156982
|
"""
|
|
156840
156983
|
|
|
@@ -156902,6 +157045,8 @@ class FunctionNodeInputString(FunctionNode, NodeInternal, Node, bpy_struct):
|
|
|
156902
157045
|
"""
|
|
156903
157046
|
|
|
156904
157047
|
class FunctionNodeInputVector(FunctionNode, NodeInternal, Node, bpy_struct):
|
|
157048
|
+
"""Provide a vector value that can be connected to other nodes in the tree"""
|
|
157049
|
+
|
|
156905
157050
|
vector: mathutils.Vector
|
|
156906
157051
|
"""
|
|
156907
157052
|
|
|
@@ -156969,6 +157114,8 @@ class FunctionNodeInputVector(FunctionNode, NodeInternal, Node, bpy_struct):
|
|
|
156969
157114
|
"""
|
|
156970
157115
|
|
|
156971
157116
|
class FunctionNodeIntegerMath(FunctionNode, NodeInternal, Node, bpy_struct):
|
|
157117
|
+
"""Perform various math operations on the given integer inputs"""
|
|
157118
|
+
|
|
156972
157119
|
operation: bpy.stub_internal.rna_enums.NodeIntegerMathItems
|
|
156973
157120
|
"""
|
|
156974
157121
|
|
|
@@ -157036,6 +157183,8 @@ class FunctionNodeIntegerMath(FunctionNode, NodeInternal, Node, bpy_struct):
|
|
|
157036
157183
|
"""
|
|
157037
157184
|
|
|
157038
157185
|
class FunctionNodeInvertMatrix(FunctionNode, NodeInternal, Node, bpy_struct):
|
|
157186
|
+
"""Compute the inverse of the given matrix, if one exists"""
|
|
157187
|
+
|
|
157039
157188
|
@classmethod
|
|
157040
157189
|
def is_registered_node_type(cls) -> bool:
|
|
157041
157190
|
"""True if a registered node type
|
|
@@ -157097,6 +157246,8 @@ class FunctionNodeInvertMatrix(FunctionNode, NodeInternal, Node, bpy_struct):
|
|
|
157097
157246
|
"""
|
|
157098
157247
|
|
|
157099
157248
|
class FunctionNodeInvertRotation(FunctionNode, NodeInternal, Node, bpy_struct):
|
|
157249
|
+
"""Compute the inverse of the given rotation"""
|
|
157250
|
+
|
|
157100
157251
|
@classmethod
|
|
157101
157252
|
def is_registered_node_type(cls) -> bool:
|
|
157102
157253
|
"""True if a registered node type
|
|
@@ -157158,6 +157309,8 @@ class FunctionNodeInvertRotation(FunctionNode, NodeInternal, Node, bpy_struct):
|
|
|
157158
157309
|
"""
|
|
157159
157310
|
|
|
157160
157311
|
class FunctionNodeMatchString(FunctionNode, NodeInternal, Node, bpy_struct):
|
|
157312
|
+
"""Check if a given string exists within another string"""
|
|
157313
|
+
|
|
157161
157314
|
@classmethod
|
|
157162
157315
|
def is_registered_node_type(cls) -> bool:
|
|
157163
157316
|
"""True if a registered node type
|
|
@@ -157219,6 +157372,8 @@ class FunctionNodeMatchString(FunctionNode, NodeInternal, Node, bpy_struct):
|
|
|
157219
157372
|
"""
|
|
157220
157373
|
|
|
157221
157374
|
class FunctionNodeMatrixDeterminant(FunctionNode, NodeInternal, Node, bpy_struct):
|
|
157375
|
+
"""Compute the determinant of the given matrix"""
|
|
157376
|
+
|
|
157222
157377
|
@classmethod
|
|
157223
157378
|
def is_registered_node_type(cls) -> bool:
|
|
157224
157379
|
"""True if a registered node type
|
|
@@ -157280,6 +157435,8 @@ class FunctionNodeMatrixDeterminant(FunctionNode, NodeInternal, Node, bpy_struct
|
|
|
157280
157435
|
"""
|
|
157281
157436
|
|
|
157282
157437
|
class FunctionNodeMatrixMultiply(FunctionNode, NodeInternal, Node, bpy_struct):
|
|
157438
|
+
"""Perform a matrix multiplication on two input matrices"""
|
|
157439
|
+
|
|
157283
157440
|
@classmethod
|
|
157284
157441
|
def is_registered_node_type(cls) -> bool:
|
|
157285
157442
|
"""True if a registered node type
|
|
@@ -157404,6 +157561,8 @@ class FunctionNodeProjectPoint(FunctionNode, NodeInternal, Node, bpy_struct):
|
|
|
157404
157561
|
"""
|
|
157405
157562
|
|
|
157406
157563
|
class FunctionNodeQuaternionToRotation(FunctionNode, NodeInternal, Node, bpy_struct):
|
|
157564
|
+
"""Build a rotation from quaternion components"""
|
|
157565
|
+
|
|
157407
157566
|
@classmethod
|
|
157408
157567
|
def is_registered_node_type(cls) -> bool:
|
|
157409
157568
|
"""True if a registered node type
|
|
@@ -157465,6 +157624,8 @@ class FunctionNodeQuaternionToRotation(FunctionNode, NodeInternal, Node, bpy_str
|
|
|
157465
157624
|
"""
|
|
157466
157625
|
|
|
157467
157626
|
class FunctionNodeRandomValue(FunctionNode, NodeInternal, Node, bpy_struct):
|
|
157627
|
+
"""Output a randomized value"""
|
|
157628
|
+
|
|
157468
157629
|
data_type: bpy.stub_internal.rna_enums.AttributeTypeItems
|
|
157469
157630
|
""" Type of data stored in attribute
|
|
157470
157631
|
|
|
@@ -157532,6 +157693,8 @@ class FunctionNodeRandomValue(FunctionNode, NodeInternal, Node, bpy_struct):
|
|
|
157532
157693
|
"""
|
|
157533
157694
|
|
|
157534
157695
|
class FunctionNodeReplaceString(FunctionNode, NodeInternal, Node, bpy_struct):
|
|
157696
|
+
"""Replace a given string segment with another"""
|
|
157697
|
+
|
|
157535
157698
|
@classmethod
|
|
157536
157699
|
def is_registered_node_type(cls) -> bool:
|
|
157537
157700
|
"""True if a registered node type
|
|
@@ -157593,6 +157756,8 @@ class FunctionNodeReplaceString(FunctionNode, NodeInternal, Node, bpy_struct):
|
|
|
157593
157756
|
"""
|
|
157594
157757
|
|
|
157595
157758
|
class FunctionNodeRotateEuler(FunctionNode, NodeInternal, Node, bpy_struct):
|
|
157759
|
+
"""Apply a secondary Euler rotation to a given Euler rotation"""
|
|
157760
|
+
|
|
157596
157761
|
rotation_type: typing.Literal["AXIS_ANGLE", "EULER"]
|
|
157597
157762
|
""" Method used to describe the rotation
|
|
157598
157763
|
|
|
@@ -157666,6 +157831,8 @@ class FunctionNodeRotateEuler(FunctionNode, NodeInternal, Node, bpy_struct):
|
|
|
157666
157831
|
"""
|
|
157667
157832
|
|
|
157668
157833
|
class FunctionNodeRotateRotation(FunctionNode, NodeInternal, Node, bpy_struct):
|
|
157834
|
+
"""Apply a secondary rotation to a given rotation value"""
|
|
157835
|
+
|
|
157669
157836
|
rotation_space: typing.Literal["GLOBAL", "LOCAL"]
|
|
157670
157837
|
""" Base orientation for the rotation
|
|
157671
157838
|
|
|
@@ -157733,6 +157900,8 @@ class FunctionNodeRotateRotation(FunctionNode, NodeInternal, Node, bpy_struct):
|
|
|
157733
157900
|
"""
|
|
157734
157901
|
|
|
157735
157902
|
class FunctionNodeRotateVector(FunctionNode, NodeInternal, Node, bpy_struct):
|
|
157903
|
+
"""Apply a rotation to a given vector"""
|
|
157904
|
+
|
|
157736
157905
|
@classmethod
|
|
157737
157906
|
def is_registered_node_type(cls) -> bool:
|
|
157738
157907
|
"""True if a registered node type
|
|
@@ -157794,6 +157963,8 @@ class FunctionNodeRotateVector(FunctionNode, NodeInternal, Node, bpy_struct):
|
|
|
157794
157963
|
"""
|
|
157795
157964
|
|
|
157796
157965
|
class FunctionNodeRotationToAxisAngle(FunctionNode, NodeInternal, Node, bpy_struct):
|
|
157966
|
+
"""Convert a rotation to axis angle components"""
|
|
157967
|
+
|
|
157797
157968
|
@classmethod
|
|
157798
157969
|
def is_registered_node_type(cls) -> bool:
|
|
157799
157970
|
"""True if a registered node type
|
|
@@ -157855,6 +158026,8 @@ class FunctionNodeRotationToAxisAngle(FunctionNode, NodeInternal, Node, bpy_stru
|
|
|
157855
158026
|
"""
|
|
157856
158027
|
|
|
157857
158028
|
class FunctionNodeRotationToEuler(FunctionNode, NodeInternal, Node, bpy_struct):
|
|
158029
|
+
"""Convert a standard rotation value to an Euler rotation"""
|
|
158030
|
+
|
|
157858
158031
|
@classmethod
|
|
157859
158032
|
def is_registered_node_type(cls) -> bool:
|
|
157860
158033
|
"""True if a registered node type
|
|
@@ -157916,6 +158089,8 @@ class FunctionNodeRotationToEuler(FunctionNode, NodeInternal, Node, bpy_struct):
|
|
|
157916
158089
|
"""
|
|
157917
158090
|
|
|
157918
158091
|
class FunctionNodeRotationToQuaternion(FunctionNode, NodeInternal, Node, bpy_struct):
|
|
158092
|
+
"""Retrieve the quaternion components representing a rotation"""
|
|
158093
|
+
|
|
157919
158094
|
@classmethod
|
|
157920
158095
|
def is_registered_node_type(cls) -> bool:
|
|
157921
158096
|
"""True if a registered node type
|
|
@@ -157977,6 +158152,8 @@ class FunctionNodeRotationToQuaternion(FunctionNode, NodeInternal, Node, bpy_str
|
|
|
157977
158152
|
"""
|
|
157978
158153
|
|
|
157979
158154
|
class FunctionNodeSeparateColor(FunctionNode, NodeInternal, Node, bpy_struct):
|
|
158155
|
+
"""Split a color into separate channels, based on a particular color model"""
|
|
158156
|
+
|
|
157980
158157
|
mode: bpy.stub_internal.rna_enums.NodeCombsepColorItems
|
|
157981
158158
|
""" Mode of color processing
|
|
157982
158159
|
|
|
@@ -158107,6 +158284,8 @@ class FunctionNodeSeparateMatrix(FunctionNode, NodeInternal, Node, bpy_struct):
|
|
|
158107
158284
|
"""
|
|
158108
158285
|
|
|
158109
158286
|
class FunctionNodeSeparateTransform(FunctionNode, NodeInternal, Node, bpy_struct):
|
|
158287
|
+
"""Split a transformation matrix into a translation vector, a rotation, and a scale vector"""
|
|
158288
|
+
|
|
158110
158289
|
@classmethod
|
|
158111
158290
|
def is_registered_node_type(cls) -> bool:
|
|
158112
158291
|
"""True if a registered node type
|
|
@@ -158168,6 +158347,8 @@ class FunctionNodeSeparateTransform(FunctionNode, NodeInternal, Node, bpy_struct
|
|
|
158168
158347
|
"""
|
|
158169
158348
|
|
|
158170
158349
|
class FunctionNodeSliceString(FunctionNode, NodeInternal, Node, bpy_struct):
|
|
158350
|
+
"""Extract a string segment from a larger string"""
|
|
158351
|
+
|
|
158171
158352
|
@classmethod
|
|
158172
158353
|
def is_registered_node_type(cls) -> bool:
|
|
158173
158354
|
"""True if a registered node type
|
|
@@ -158229,6 +158410,8 @@ class FunctionNodeSliceString(FunctionNode, NodeInternal, Node, bpy_struct):
|
|
|
158229
158410
|
"""
|
|
158230
158411
|
|
|
158231
158412
|
class FunctionNodeStringLength(FunctionNode, NodeInternal, Node, bpy_struct):
|
|
158413
|
+
"""Output the number of characters in the given string"""
|
|
158414
|
+
|
|
158232
158415
|
@classmethod
|
|
158233
158416
|
def is_registered_node_type(cls) -> bool:
|
|
158234
158417
|
"""True if a registered node type
|
|
@@ -158290,6 +158473,8 @@ class FunctionNodeStringLength(FunctionNode, NodeInternal, Node, bpy_struct):
|
|
|
158290
158473
|
"""
|
|
158291
158474
|
|
|
158292
158475
|
class FunctionNodeStringToValue(FunctionNode, NodeInternal, Node, bpy_struct):
|
|
158476
|
+
"""Derive a numeric value from a given string representation"""
|
|
158477
|
+
|
|
158293
158478
|
data_type: typing.Literal["FLOAT", "INT"]
|
|
158294
158479
|
"""
|
|
158295
158480
|
|
|
@@ -158357,6 +158542,8 @@ class FunctionNodeStringToValue(FunctionNode, NodeInternal, Node, bpy_struct):
|
|
|
158357
158542
|
"""
|
|
158358
158543
|
|
|
158359
158544
|
class FunctionNodeTransformDirection(FunctionNode, NodeInternal, Node, bpy_struct):
|
|
158545
|
+
"""Apply a transformation matrix (excluding translation) to the given vector"""
|
|
158546
|
+
|
|
158360
158547
|
@classmethod
|
|
158361
158548
|
def is_registered_node_type(cls) -> bool:
|
|
158362
158549
|
"""True if a registered node type
|
|
@@ -158418,6 +158605,8 @@ class FunctionNodeTransformDirection(FunctionNode, NodeInternal, Node, bpy_struc
|
|
|
158418
158605
|
"""
|
|
158419
158606
|
|
|
158420
158607
|
class FunctionNodeTransformPoint(FunctionNode, NodeInternal, Node, bpy_struct):
|
|
158608
|
+
"""Apply a transformation matrix to the given vector"""
|
|
158609
|
+
|
|
158421
158610
|
@classmethod
|
|
158422
158611
|
def is_registered_node_type(cls) -> bool:
|
|
158423
158612
|
"""True if a registered node type
|
|
@@ -158479,6 +158668,8 @@ class FunctionNodeTransformPoint(FunctionNode, NodeInternal, Node, bpy_struct):
|
|
|
158479
158668
|
"""
|
|
158480
158669
|
|
|
158481
158670
|
class FunctionNodeTransposeMatrix(FunctionNode, NodeInternal, Node, bpy_struct):
|
|
158671
|
+
"""Flip a matrix over its diagonal, turning columns into rows and vice-versa"""
|
|
158672
|
+
|
|
158482
158673
|
@classmethod
|
|
158483
158674
|
def is_registered_node_type(cls) -> bool:
|
|
158484
158675
|
"""True if a registered node type
|
|
@@ -158540,6 +158731,8 @@ class FunctionNodeTransposeMatrix(FunctionNode, NodeInternal, Node, bpy_struct):
|
|
|
158540
158731
|
"""
|
|
158541
158732
|
|
|
158542
158733
|
class FunctionNodeValueToString(FunctionNode, NodeInternal, Node, bpy_struct):
|
|
158734
|
+
"""Generate a string representation of the given input value"""
|
|
158735
|
+
|
|
158543
158736
|
data_type: typing.Literal["FLOAT", "INT"]
|
|
158544
158737
|
"""
|
|
158545
158738
|
|
|
@@ -166941,7 +167134,7 @@ class GeometryNodeListGetItem(GeometryNode, NodeInternal, Node, bpy_struct):
|
|
|
166941
167134
|
"""
|
|
166942
167135
|
|
|
166943
167136
|
class GeometryNodeListLength(GeometryNode, NodeInternal, Node, bpy_struct):
|
|
166944
|
-
"""
|
|
167137
|
+
"""Count how many items are in a given list"""
|
|
166945
167138
|
|
|
166946
167139
|
data_type: bpy.stub_internal.rna_enums.NodeSocketDataTypeItems
|
|
166947
167140
|
"""
|
|
@@ -169703,74 +169896,76 @@ class GeometryNodeSampleCurve(GeometryNode, NodeInternal, Node, bpy_struct):
|
|
|
169703
169896
|
"""
|
|
169704
169897
|
|
|
169705
169898
|
class GeometryNodeSampleGrid(GeometryNode, NodeInternal, Node, bpy_struct):
|
|
169706
|
-
|
|
169707
|
-
|
|
169708
|
-
|
|
169709
|
-
|
|
169710
|
-
|
|
169711
|
-
|
|
169712
|
-
|
|
169713
|
-
|
|
169714
|
-
|
|
169715
|
-
|
|
169716
|
-
|
|
169717
|
-
|
|
169718
|
-
|
|
169719
|
-
|
|
169720
|
-
|
|
169721
|
-
|
|
169722
|
-
|
|
169723
|
-
|
|
169724
|
-
|
|
169725
|
-
|
|
169726
|
-
:
|
|
169727
|
-
:
|
|
169728
|
-
|
|
169729
|
-
|
|
169730
|
-
|
|
169731
|
-
|
|
169732
|
-
|
|
169733
|
-
|
|
169734
|
-
|
|
169735
|
-
|
|
169736
|
-
:
|
|
169737
|
-
:
|
|
169738
|
-
|
|
169739
|
-
|
|
169740
|
-
|
|
169741
|
-
|
|
169742
|
-
|
|
169743
|
-
|
|
169744
|
-
|
|
169745
|
-
|
|
169746
|
-
|
|
169747
|
-
|
|
169748
|
-
|
|
169749
|
-
|
|
169750
|
-
|
|
169751
|
-
:param
|
|
169752
|
-
:
|
|
169753
|
-
:
|
|
169754
|
-
|
|
169755
|
-
|
|
169756
|
-
|
|
169757
|
-
|
|
169758
|
-
|
|
169759
|
-
|
|
169760
|
-
|
|
169761
|
-
|
|
169762
|
-
|
|
169763
|
-
|
|
169764
|
-
|
|
169765
|
-
|
|
169766
|
-
|
|
169767
|
-
:param
|
|
169768
|
-
:
|
|
169769
|
-
:
|
|
169770
|
-
|
|
169771
|
-
|
|
169772
|
-
|
|
169773
|
-
|
|
169899
|
+
"""Retrieve values from the specified volume grid"""
|
|
169900
|
+
|
|
169901
|
+
data_type: bpy.stub_internal.rna_enums.NodeSocketDataTypeItems
|
|
169902
|
+
""" Node socket data type
|
|
169903
|
+
|
|
169904
|
+
:type: bpy.stub_internal.rna_enums.NodeSocketDataTypeItems
|
|
169905
|
+
"""
|
|
169906
|
+
|
|
169907
|
+
@classmethod
|
|
169908
|
+
def is_registered_node_type(cls) -> bool:
|
|
169909
|
+
"""True if a registered node type
|
|
169910
|
+
|
|
169911
|
+
:return: Result
|
|
169912
|
+
:rtype: bool
|
|
169913
|
+
"""
|
|
169914
|
+
|
|
169915
|
+
@classmethod
|
|
169916
|
+
def input_template(cls, index: int | None) -> NodeInternalSocketTemplate:
|
|
169917
|
+
"""Input socket template
|
|
169918
|
+
|
|
169919
|
+
:param index: Index
|
|
169920
|
+
:type index: int | None
|
|
169921
|
+
:return: result
|
|
169922
|
+
:rtype: NodeInternalSocketTemplate
|
|
169923
|
+
"""
|
|
169924
|
+
|
|
169925
|
+
@classmethod
|
|
169926
|
+
def output_template(cls, index: int | None) -> NodeInternalSocketTemplate:
|
|
169927
|
+
"""Output socket template
|
|
169928
|
+
|
|
169929
|
+
:param index: Index
|
|
169930
|
+
:type index: int | None
|
|
169931
|
+
:return: result
|
|
169932
|
+
:rtype: NodeInternalSocketTemplate
|
|
169933
|
+
"""
|
|
169934
|
+
|
|
169935
|
+
@classmethod
|
|
169936
|
+
def bl_rna_get_subclass(
|
|
169937
|
+
cls,
|
|
169938
|
+
id: str | None,
|
|
169939
|
+
default=None,
|
|
169940
|
+
/,
|
|
169941
|
+
) -> Struct:
|
|
169942
|
+
"""
|
|
169943
|
+
|
|
169944
|
+
:param id: The RNA type identifier.
|
|
169945
|
+
:type id: str | None
|
|
169946
|
+
:param default:
|
|
169947
|
+
:return: The RNA type or default when not found.
|
|
169948
|
+
:rtype: Struct
|
|
169949
|
+
"""
|
|
169950
|
+
|
|
169951
|
+
@classmethod
|
|
169952
|
+
def bl_rna_get_subclass_py(
|
|
169953
|
+
cls,
|
|
169954
|
+
id: str | None,
|
|
169955
|
+
default=None,
|
|
169956
|
+
/,
|
|
169957
|
+
) -> typing.Any:
|
|
169958
|
+
"""
|
|
169959
|
+
|
|
169960
|
+
:param id: The RNA type identifier.
|
|
169961
|
+
:type id: str | None
|
|
169962
|
+
:param default:
|
|
169963
|
+
:return: The class or default when not found.
|
|
169964
|
+
:rtype: typing.Any
|
|
169965
|
+
"""
|
|
169966
|
+
|
|
169967
|
+
class GeometryNodeSampleGridIndex(GeometryNode, NodeInternal, Node, bpy_struct):
|
|
169968
|
+
"""Retrieve volume grid values at specific voxels"""
|
|
169774
169969
|
|
|
169775
169970
|
data_type: bpy.stub_internal.rna_enums.NodeSocketDataTypeItems
|
|
169776
169971
|
""" Node socket data type
|
|
@@ -185381,6 +185576,13 @@ class Light(ID, bpy_struct):
|
|
|
185381
185576
|
:rtype: float
|
|
185382
185577
|
"""
|
|
185383
185578
|
|
|
185579
|
+
def inline_shader_nodes(self) -> None:
|
|
185580
|
+
"""Get the inlined shader nodes of this light. This preprocesses the node tree
|
|
185581
|
+
to remove nested groups, repeat zones and more.
|
|
185582
|
+
|
|
185583
|
+
:return: The inlined shader nodes.
|
|
185584
|
+
"""
|
|
185585
|
+
|
|
185384
185586
|
@classmethod
|
|
185385
185587
|
def bl_rna_get_subclass(
|
|
185386
185588
|
cls,
|
|
@@ -191639,6 +191841,41 @@ class MaskStrip(Strip, bpy_struct):
|
|
|
191639
191841
|
:rtype: typing.Any
|
|
191640
191842
|
"""
|
|
191641
191843
|
|
|
191844
|
+
class MaskStripModifier(StripModifier, bpy_struct):
|
|
191845
|
+
"""Mask modifier for sequence strip"""
|
|
191846
|
+
|
|
191847
|
+
@classmethod
|
|
191848
|
+
def bl_rna_get_subclass(
|
|
191849
|
+
cls,
|
|
191850
|
+
id: str | None,
|
|
191851
|
+
default=None,
|
|
191852
|
+
/,
|
|
191853
|
+
) -> Struct:
|
|
191854
|
+
"""
|
|
191855
|
+
|
|
191856
|
+
:param id: The RNA type identifier.
|
|
191857
|
+
:type id: str | None
|
|
191858
|
+
:param default:
|
|
191859
|
+
:return: The RNA type or default when not found.
|
|
191860
|
+
:rtype: Struct
|
|
191861
|
+
"""
|
|
191862
|
+
|
|
191863
|
+
@classmethod
|
|
191864
|
+
def bl_rna_get_subclass_py(
|
|
191865
|
+
cls,
|
|
191866
|
+
id: str | None,
|
|
191867
|
+
default=None,
|
|
191868
|
+
/,
|
|
191869
|
+
) -> typing.Any:
|
|
191870
|
+
"""
|
|
191871
|
+
|
|
191872
|
+
:param id: The RNA type identifier.
|
|
191873
|
+
:type id: str | None
|
|
191874
|
+
:param default:
|
|
191875
|
+
:return: The class or default when not found.
|
|
191876
|
+
:rtype: typing.Any
|
|
191877
|
+
"""
|
|
191878
|
+
|
|
191642
191879
|
class Material(ID, bpy_struct):
|
|
191643
191880
|
"""Material data-block to define the appearance of geometric objects for rendering"""
|
|
191644
191881
|
|
|
@@ -191878,6 +192115,13 @@ class Material(ID, bpy_struct):
|
|
|
191878
192115
|
:type: typing.Literal['FAST','ACCURATE']
|
|
191879
192116
|
"""
|
|
191880
192117
|
|
|
192118
|
+
def inline_shader_nodes(self) -> None:
|
|
192119
|
+
"""Get the inlined shader nodes of this material. This preprocesses the node tree
|
|
192120
|
+
to remove nested groups, repeat zones and more.
|
|
192121
|
+
|
|
192122
|
+
:return: The inlined shader nodes.
|
|
192123
|
+
"""
|
|
192124
|
+
|
|
191881
192125
|
@classmethod
|
|
191882
192126
|
def bl_rna_get_subclass(
|
|
191883
192127
|
cls,
|
|
@@ -198676,6 +198920,8 @@ class NodeEnumItem(bpy_struct):
|
|
|
198676
198920
|
"""
|
|
198677
198921
|
|
|
198678
198922
|
class NodeEvaluateClosure(NodeInternal, Node, bpy_struct):
|
|
198923
|
+
"""Execute a given closure"""
|
|
198924
|
+
|
|
198679
198925
|
active_input_index: int | None
|
|
198680
198926
|
""" Index of the active item
|
|
198681
198927
|
|
|
@@ -215256,6 +215502,13 @@ class PointLight(Light, ID, bpy_struct):
|
|
|
215256
215502
|
:type: bool
|
|
215257
215503
|
"""
|
|
215258
215504
|
|
|
215505
|
+
def inline_shader_nodes(self) -> None:
|
|
215506
|
+
"""Get the inlined shader nodes of this light. This preprocesses the node tree
|
|
215507
|
+
to remove nested groups, repeat zones and more.
|
|
215508
|
+
|
|
215509
|
+
:return: The inlined shader nodes.
|
|
215510
|
+
"""
|
|
215511
|
+
|
|
215259
215512
|
@classmethod
|
|
215260
215513
|
def bl_rna_get_subclass(
|
|
215261
215514
|
cls,
|
|
@@ -219239,12 +219492,6 @@ class RenderEngine(bpy_struct):
|
|
|
219239
219492
|
:type: str
|
|
219240
219493
|
"""
|
|
219241
219494
|
|
|
219242
|
-
bl_use_alembic_procedural: bool
|
|
219243
|
-
""" Support loading Alembic data at render time
|
|
219244
|
-
|
|
219245
|
-
:type: bool
|
|
219246
|
-
"""
|
|
219247
|
-
|
|
219248
219495
|
bl_use_custom_freestyle: bool
|
|
219249
219496
|
""" Handles freestyle rendering on its own, instead of delegating it to EEVEE
|
|
219250
219497
|
|
|
@@ -228824,6 +229071,8 @@ class ShaderNodeOutputLight(ShaderNode, NodeInternal, Node, bpy_struct):
|
|
|
228824
229071
|
"""
|
|
228825
229072
|
|
|
228826
229073
|
class ShaderNodeOutputLineStyle(ShaderNode, NodeInternal, Node, bpy_struct):
|
|
229074
|
+
"""Control the mixing of texture information into the base color of line styles"""
|
|
229075
|
+
|
|
228827
229076
|
blend_type: bpy.stub_internal.rna_enums.RampBlendItems
|
|
228828
229077
|
"""
|
|
228829
229078
|
|
|
@@ -231136,7 +231385,7 @@ class ShaderNodeTexWave(ShaderNode, NodeInternal, Node, bpy_struct):
|
|
|
231136
231385
|
"""
|
|
231137
231386
|
|
|
231138
231387
|
class ShaderNodeTexWhiteNoise(ShaderNode, NodeInternal, Node, bpy_struct):
|
|
231139
|
-
"""
|
|
231388
|
+
"""Calculate a random value or color based on an input seed"""
|
|
231140
231389
|
|
|
231141
231390
|
noise_dimensions: typing.Literal["1D", "2D", "3D", "4D"]
|
|
231142
231391
|
""" Number of dimensions to output noise for
|
|
@@ -231260,6 +231509,8 @@ class ShaderNodeTree(NodeTree, ID, bpy_struct):
|
|
|
231260
231509
|
"""
|
|
231261
231510
|
|
|
231262
231511
|
class ShaderNodeUVAlongStroke(ShaderNode, NodeInternal, Node, bpy_struct):
|
|
231512
|
+
"""UV coordinates that map a texture along the stroke length"""
|
|
231513
|
+
|
|
231263
231514
|
use_tips: bool
|
|
231264
231515
|
""" Lower half of the texture is for tips of the stroke
|
|
231265
231516
|
|
|
@@ -238860,6 +239111,13 @@ class SpotLight(Light, ID, bpy_struct):
|
|
|
238860
239111
|
:type: bool
|
|
238861
239112
|
"""
|
|
238862
239113
|
|
|
239114
|
+
def inline_shader_nodes(self) -> None:
|
|
239115
|
+
"""Get the inlined shader nodes of this light. This preprocesses the node tree
|
|
239116
|
+
to remove nested groups, repeat zones and more.
|
|
239117
|
+
|
|
239118
|
+
:return: The inlined shader nodes.
|
|
239119
|
+
"""
|
|
239120
|
+
|
|
238863
239121
|
@classmethod
|
|
238864
239122
|
def bl_rna_get_subclass(
|
|
238865
239123
|
cls,
|
|
@@ -240956,6 +241214,13 @@ class SunLight(Light, ID, bpy_struct):
|
|
|
240956
241214
|
:type: bool
|
|
240957
241215
|
"""
|
|
240958
241216
|
|
|
241217
|
+
def inline_shader_nodes(self) -> None:
|
|
241218
|
+
"""Get the inlined shader nodes of this light. This preprocesses the node tree
|
|
241219
|
+
to remove nested groups, repeat zones and more.
|
|
241220
|
+
|
|
241221
|
+
:return: The inlined shader nodes.
|
|
241222
|
+
"""
|
|
241223
|
+
|
|
240959
241224
|
@classmethod
|
|
240960
241225
|
def bl_rna_get_subclass(
|
|
240961
241226
|
cls,
|
|
@@ -244818,12 +245083,6 @@ class TextureSlot(bpy_struct):
|
|
|
244818
245083
|
class Theme(bpy_struct):
|
|
244819
245084
|
"""User interface styling and color settings"""
|
|
244820
245085
|
|
|
244821
|
-
asset_shelf: ThemeAssetShelf
|
|
244822
|
-
""" Settings for asset shelf
|
|
244823
|
-
|
|
244824
|
-
:type: ThemeAssetShelf
|
|
244825
|
-
"""
|
|
244826
|
-
|
|
244827
245086
|
bone_color_sets: bpy_prop_collection[ThemeBoneColorSet]
|
|
244828
245087
|
"""
|
|
244829
245088
|
|
|
@@ -244926,6 +245185,12 @@ class Theme(bpy_struct):
|
|
|
244926
245185
|
:type: ThemeProperties
|
|
244927
245186
|
"""
|
|
244928
245187
|
|
|
245188
|
+
regions: ThemeRegions
|
|
245189
|
+
""" Theme properties for common editor regions
|
|
245190
|
+
|
|
245191
|
+
:type: ThemeRegions
|
|
245192
|
+
"""
|
|
245193
|
+
|
|
244929
245194
|
sequence_editor: ThemeSequenceEditor
|
|
244930
245195
|
"""
|
|
244931
245196
|
|
|
@@ -244959,8 +245224,8 @@ class Theme(bpy_struct):
|
|
|
244959
245224
|
theme_area: typing.Literal[
|
|
244960
245225
|
"USER_INTERFACE",
|
|
244961
245226
|
"STYLE",
|
|
245227
|
+
"REGIONS",
|
|
244962
245228
|
"COMMON",
|
|
244963
|
-
"ASSET_SHELF",
|
|
244964
245229
|
"VIEW_3D",
|
|
244965
245230
|
"DOPESHEET_EDITOR",
|
|
244966
245231
|
"FILE_BROWSER",
|
|
@@ -244983,7 +245248,7 @@ class Theme(bpy_struct):
|
|
|
244983
245248
|
]
|
|
244984
245249
|
"""
|
|
244985
245250
|
|
|
244986
|
-
: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']
|
|
244987
245252
|
"""
|
|
244988
245253
|
|
|
244989
245254
|
topbar: ThemeTopBar
|
|
@@ -245036,53 +245301,6 @@ class Theme(bpy_struct):
|
|
|
245036
245301
|
:rtype: typing.Any
|
|
245037
245302
|
"""
|
|
245038
245303
|
|
|
245039
|
-
class ThemeAssetShelf(bpy_struct):
|
|
245040
|
-
"""Theme settings for asset shelves"""
|
|
245041
|
-
|
|
245042
|
-
back: bpy_prop_array[float]
|
|
245043
|
-
"""
|
|
245044
|
-
|
|
245045
|
-
:type: bpy_prop_array[float]
|
|
245046
|
-
"""
|
|
245047
|
-
|
|
245048
|
-
header_back: bpy_prop_array[float]
|
|
245049
|
-
"""
|
|
245050
|
-
|
|
245051
|
-
:type: bpy_prop_array[float]
|
|
245052
|
-
"""
|
|
245053
|
-
|
|
245054
|
-
@classmethod
|
|
245055
|
-
def bl_rna_get_subclass(
|
|
245056
|
-
cls,
|
|
245057
|
-
id: str | None,
|
|
245058
|
-
default=None,
|
|
245059
|
-
/,
|
|
245060
|
-
) -> Struct:
|
|
245061
|
-
"""
|
|
245062
|
-
|
|
245063
|
-
:param id: The RNA type identifier.
|
|
245064
|
-
:type id: str | None
|
|
245065
|
-
:param default:
|
|
245066
|
-
:return: The RNA type or default when not found.
|
|
245067
|
-
:rtype: Struct
|
|
245068
|
-
"""
|
|
245069
|
-
|
|
245070
|
-
@classmethod
|
|
245071
|
-
def bl_rna_get_subclass_py(
|
|
245072
|
-
cls,
|
|
245073
|
-
id: str | None,
|
|
245074
|
-
default=None,
|
|
245075
|
-
/,
|
|
245076
|
-
) -> typing.Any:
|
|
245077
|
-
"""
|
|
245078
|
-
|
|
245079
|
-
:param id: The RNA type identifier.
|
|
245080
|
-
:type id: str | None
|
|
245081
|
-
:param default:
|
|
245082
|
-
:return: The class or default when not found.
|
|
245083
|
-
:rtype: typing.Any
|
|
245084
|
-
"""
|
|
245085
|
-
|
|
245086
245304
|
class ThemeBoneColorSet(bpy_struct):
|
|
245087
245305
|
"""Theme settings for bone color sets"""
|
|
245088
245306
|
|
|
@@ -245229,30 +245447,6 @@ class ThemeClipEditor(bpy_struct):
|
|
|
245229
245447
|
:type: ThemeSpaceGeneric
|
|
245230
245448
|
"""
|
|
245231
245449
|
|
|
245232
|
-
space_list: ThemeSpaceListGeneric
|
|
245233
|
-
""" Settings for space list
|
|
245234
|
-
|
|
245235
|
-
:type: ThemeSpaceListGeneric
|
|
245236
|
-
"""
|
|
245237
|
-
|
|
245238
|
-
space_region: ThemeSpaceRegionGeneric
|
|
245239
|
-
""" Settings for space region
|
|
245240
|
-
|
|
245241
|
-
:type: ThemeSpaceRegionGeneric
|
|
245242
|
-
"""
|
|
245243
|
-
|
|
245244
|
-
time_scrub_background: bpy_prop_array[float]
|
|
245245
|
-
"""
|
|
245246
|
-
|
|
245247
|
-
:type: bpy_prop_array[float]
|
|
245248
|
-
"""
|
|
245249
|
-
|
|
245250
|
-
track_selected: bpy_prop_array[float]
|
|
245251
|
-
"""
|
|
245252
|
-
|
|
245253
|
-
:type: bpy_prop_array[float]
|
|
245254
|
-
"""
|
|
245255
|
-
|
|
245256
245450
|
@classmethod
|
|
245257
245451
|
def bl_rna_get_subclass(
|
|
245258
245452
|
cls,
|
|
@@ -245394,7 +245588,19 @@ class ThemeCommonAnim(bpy_struct):
|
|
|
245394
245588
|
:type: bpy_prop_array[float]
|
|
245395
245589
|
"""
|
|
245396
245590
|
|
|
245397
|
-
|
|
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]
|
|
245398
245604
|
"""
|
|
245399
245605
|
|
|
245400
245606
|
:type: bpy_prop_array[float]
|
|
@@ -245496,18 +245702,6 @@ class ThemeCommonAnim(bpy_struct):
|
|
|
245496
245702
|
:type: bpy_prop_array[float]
|
|
245497
245703
|
"""
|
|
245498
245704
|
|
|
245499
|
-
time_marker: bpy_prop_array[float]
|
|
245500
|
-
"""
|
|
245501
|
-
|
|
245502
|
-
:type: bpy_prop_array[float]
|
|
245503
|
-
"""
|
|
245504
|
-
|
|
245505
|
-
time_marker_selected: bpy_prop_array[float]
|
|
245506
|
-
"""
|
|
245507
|
-
|
|
245508
|
-
:type: bpy_prop_array[float]
|
|
245509
|
-
"""
|
|
245510
|
-
|
|
245511
245705
|
@classmethod
|
|
245512
245706
|
def bl_rna_get_subclass(
|
|
245513
245707
|
cls,
|
|
@@ -245733,18 +245927,6 @@ class ThemeConsole(bpy_struct):
|
|
|
245733
245927
|
class ThemeDopeSheet(bpy_struct):
|
|
245734
245928
|
"""Theme settings for the Dope Sheet"""
|
|
245735
245929
|
|
|
245736
|
-
channels: bpy_prop_array[float]
|
|
245737
|
-
"""
|
|
245738
|
-
|
|
245739
|
-
:type: bpy_prop_array[float]
|
|
245740
|
-
"""
|
|
245741
|
-
|
|
245742
|
-
channels_selected: bpy_prop_array[float]
|
|
245743
|
-
"""
|
|
245744
|
-
|
|
245745
|
-
:type: bpy_prop_array[float]
|
|
245746
|
-
"""
|
|
245747
|
-
|
|
245748
245930
|
grid: mathutils.Color
|
|
245749
245931
|
"""
|
|
245750
245932
|
|
|
@@ -245787,30 +245969,12 @@ class ThemeDopeSheet(bpy_struct):
|
|
|
245787
245969
|
:type: ThemeSpaceGeneric
|
|
245788
245970
|
"""
|
|
245789
245971
|
|
|
245790
|
-
space_list: ThemeSpaceListGeneric
|
|
245791
|
-
""" Settings for space list
|
|
245792
|
-
|
|
245793
|
-
:type: ThemeSpaceListGeneric
|
|
245794
|
-
"""
|
|
245795
|
-
|
|
245796
|
-
space_region: ThemeSpaceRegionGeneric
|
|
245797
|
-
""" Settings for space region
|
|
245798
|
-
|
|
245799
|
-
:type: ThemeSpaceRegionGeneric
|
|
245800
|
-
"""
|
|
245801
|
-
|
|
245802
245972
|
summary: bpy_prop_array[float]
|
|
245803
245973
|
""" Color of summary channel
|
|
245804
245974
|
|
|
245805
245975
|
:type: bpy_prop_array[float]
|
|
245806
245976
|
"""
|
|
245807
245977
|
|
|
245808
|
-
time_scrub_background: bpy_prop_array[float]
|
|
245809
|
-
"""
|
|
245810
|
-
|
|
245811
|
-
:type: bpy_prop_array[float]
|
|
245812
|
-
"""
|
|
245813
|
-
|
|
245814
245978
|
@classmethod
|
|
245815
245979
|
def bl_rna_get_subclass(
|
|
245816
245980
|
cls,
|
|
@@ -245864,12 +246028,6 @@ class ThemeFileBrowser(bpy_struct):
|
|
|
245864
246028
|
:type: ThemeSpaceGeneric
|
|
245865
246029
|
"""
|
|
245866
246030
|
|
|
245867
|
-
space_region: ThemeSpaceRegionGeneric
|
|
245868
|
-
""" Settings for space region
|
|
245869
|
-
|
|
245870
|
-
:type: ThemeSpaceRegionGeneric
|
|
245871
|
-
"""
|
|
245872
|
-
|
|
245873
246031
|
@classmethod
|
|
245874
246032
|
def bl_rna_get_subclass(
|
|
245875
246033
|
cls,
|
|
@@ -246035,12 +246193,6 @@ class ThemeGradientColors(bpy_struct):
|
|
|
246035
246193
|
class ThemeGraphEditor(bpy_struct):
|
|
246036
246194
|
"""Theme settings for the graph editor"""
|
|
246037
246195
|
|
|
246038
|
-
channels_region: mathutils.Color
|
|
246039
|
-
"""
|
|
246040
|
-
|
|
246041
|
-
:type: mathutils.Color
|
|
246042
|
-
"""
|
|
246043
|
-
|
|
246044
246196
|
grid: mathutils.Color
|
|
246045
246197
|
"""
|
|
246046
246198
|
|
|
@@ -246053,24 +246205,6 @@ class ThemeGraphEditor(bpy_struct):
|
|
|
246053
246205
|
:type: ThemeSpaceGeneric
|
|
246054
246206
|
"""
|
|
246055
246207
|
|
|
246056
|
-
space_list: ThemeSpaceListGeneric
|
|
246057
|
-
""" Settings for space list
|
|
246058
|
-
|
|
246059
|
-
:type: ThemeSpaceListGeneric
|
|
246060
|
-
"""
|
|
246061
|
-
|
|
246062
|
-
space_region: ThemeSpaceRegionGeneric
|
|
246063
|
-
""" Settings for space region
|
|
246064
|
-
|
|
246065
|
-
:type: ThemeSpaceRegionGeneric
|
|
246066
|
-
"""
|
|
246067
|
-
|
|
246068
|
-
time_scrub_background: bpy_prop_array[float]
|
|
246069
|
-
"""
|
|
246070
|
-
|
|
246071
|
-
:type: bpy_prop_array[float]
|
|
246072
|
-
"""
|
|
246073
|
-
|
|
246074
246208
|
vertex: mathutils.Color
|
|
246075
246209
|
"""
|
|
246076
246210
|
|
|
@@ -246256,12 +246390,6 @@ class ThemeImageEditor(bpy_struct):
|
|
|
246256
246390
|
:type: ThemeSpaceGeneric
|
|
246257
246391
|
"""
|
|
246258
246392
|
|
|
246259
|
-
space_region: ThemeSpaceRegionGeneric
|
|
246260
|
-
""" Settings for space region
|
|
246261
|
-
|
|
246262
|
-
:type: ThemeSpaceRegionGeneric
|
|
246263
|
-
"""
|
|
246264
|
-
|
|
246265
246393
|
uv_shadow: bpy_prop_array[float]
|
|
246266
246394
|
"""
|
|
246267
246395
|
|
|
@@ -246476,12 +246604,6 @@ class ThemeNLAEditor(bpy_struct):
|
|
|
246476
246604
|
:type: mathutils.Color
|
|
246477
246605
|
"""
|
|
246478
246606
|
|
|
246479
|
-
nla_track: mathutils.Color
|
|
246480
|
-
""" Nonlinear Animation Track
|
|
246481
|
-
|
|
246482
|
-
:type: mathutils.Color
|
|
246483
|
-
"""
|
|
246484
|
-
|
|
246485
246607
|
sound_strips: mathutils.Color
|
|
246486
246608
|
""" Unselected Sound Strip (for timing speaker sounds)
|
|
246487
246609
|
|
|
@@ -246500,18 +246622,6 @@ class ThemeNLAEditor(bpy_struct):
|
|
|
246500
246622
|
:type: ThemeSpaceGeneric
|
|
246501
246623
|
"""
|
|
246502
246624
|
|
|
246503
|
-
space_list: ThemeSpaceListGeneric
|
|
246504
|
-
""" Settings for space list
|
|
246505
|
-
|
|
246506
|
-
:type: ThemeSpaceListGeneric
|
|
246507
|
-
"""
|
|
246508
|
-
|
|
246509
|
-
space_region: ThemeSpaceRegionGeneric
|
|
246510
|
-
""" Settings for space region
|
|
246511
|
-
|
|
246512
|
-
:type: ThemeSpaceRegionGeneric
|
|
246513
|
-
"""
|
|
246514
|
-
|
|
246515
246625
|
strips: mathutils.Color
|
|
246516
246626
|
""" Unselected Action-Clip Strip
|
|
246517
246627
|
|
|
@@ -246524,12 +246634,6 @@ class ThemeNLAEditor(bpy_struct):
|
|
|
246524
246634
|
:type: mathutils.Color
|
|
246525
246635
|
"""
|
|
246526
246636
|
|
|
246527
|
-
time_scrub_background: bpy_prop_array[float]
|
|
246528
|
-
"""
|
|
246529
|
-
|
|
246530
|
-
:type: bpy_prop_array[float]
|
|
246531
|
-
"""
|
|
246532
|
-
|
|
246533
246637
|
transition_strips: mathutils.Color
|
|
246534
246638
|
""" Unselected Transition Strip
|
|
246535
246639
|
|
|
@@ -246745,12 +246849,6 @@ class ThemeNodeEditor(bpy_struct):
|
|
|
246745
246849
|
:type: ThemeSpaceGeneric
|
|
246746
246850
|
"""
|
|
246747
246851
|
|
|
246748
|
-
space_region: ThemeSpaceRegionGeneric
|
|
246749
|
-
""" Settings for space region
|
|
246750
|
-
|
|
246751
|
-
:type: ThemeSpaceRegionGeneric
|
|
246752
|
-
"""
|
|
246753
|
-
|
|
246754
246852
|
texture_node: mathutils.Color
|
|
246755
246853
|
"""
|
|
246756
246854
|
|
|
@@ -246905,12 +247003,6 @@ class ThemePreferences(bpy_struct):
|
|
|
246905
247003
|
:type: ThemeSpaceGeneric
|
|
246906
247004
|
"""
|
|
246907
247005
|
|
|
246908
|
-
space_region: ThemeSpaceRegionGeneric
|
|
246909
|
-
""" Settings for space region
|
|
246910
|
-
|
|
246911
|
-
:type: ThemeSpaceRegionGeneric
|
|
246912
|
-
"""
|
|
246913
|
-
|
|
246914
247006
|
@classmethod
|
|
246915
247007
|
def bl_rna_get_subclass(
|
|
246916
247008
|
cls,
|
|
@@ -246958,12 +247050,6 @@ class ThemeProperties(bpy_struct):
|
|
|
246958
247050
|
:type: ThemeSpaceGeneric
|
|
246959
247051
|
"""
|
|
246960
247052
|
|
|
246961
|
-
space_region: ThemeSpaceRegionGeneric
|
|
246962
|
-
""" Settings for space region
|
|
246963
|
-
|
|
246964
|
-
:type: ThemeSpaceRegionGeneric
|
|
246965
|
-
"""
|
|
246966
|
-
|
|
246967
247053
|
@classmethod
|
|
246968
247054
|
def bl_rna_get_subclass(
|
|
246969
247055
|
cls,
|
|
@@ -246996,166 +247082,126 @@ class ThemeProperties(bpy_struct):
|
|
|
246996
247082
|
:rtype: typing.Any
|
|
246997
247083
|
"""
|
|
246998
247084
|
|
|
246999
|
-
class
|
|
247000
|
-
"""Theme settings for
|
|
247001
|
-
|
|
247002
|
-
active_modifier: bpy_prop_array[float] | None
|
|
247003
|
-
"""
|
|
247004
|
-
|
|
247005
|
-
:type: bpy_prop_array[float] | None
|
|
247006
|
-
"""
|
|
247007
|
-
|
|
247008
|
-
active_strip: mathutils.Color | None
|
|
247009
|
-
"""
|
|
247010
|
-
|
|
247011
|
-
:type: mathutils.Color | None
|
|
247012
|
-
"""
|
|
247013
|
-
|
|
247014
|
-
audio_strip: mathutils.Color
|
|
247015
|
-
"""
|
|
247016
|
-
|
|
247017
|
-
:type: mathutils.Color
|
|
247018
|
-
"""
|
|
247019
|
-
|
|
247020
|
-
color_strip: mathutils.Color
|
|
247021
|
-
"""
|
|
247022
|
-
|
|
247023
|
-
:type: mathutils.Color
|
|
247024
|
-
"""
|
|
247025
|
-
|
|
247026
|
-
effect_strip: mathutils.Color
|
|
247027
|
-
"""
|
|
247085
|
+
class ThemeRegions(bpy_struct):
|
|
247086
|
+
"""Theme settings for regions that are common among editors"""
|
|
247028
247087
|
|
|
247029
|
-
:
|
|
247030
|
-
"""
|
|
247031
|
-
|
|
247032
|
-
grid: mathutils.Color
|
|
247033
|
-
"""
|
|
247034
|
-
|
|
247035
|
-
:type: mathutils.Color
|
|
247036
|
-
"""
|
|
247037
|
-
|
|
247038
|
-
image_strip: mathutils.Color
|
|
247088
|
+
asset_shelf: ThemeRegionsAssetShelf
|
|
247039
247089
|
"""
|
|
247040
247090
|
|
|
247041
|
-
:type:
|
|
247042
|
-
"""
|
|
247043
|
-
|
|
247044
|
-
keyframe_border: bpy_prop_array[float]
|
|
247045
|
-
""" Color of keyframe border
|
|
247046
|
-
|
|
247047
|
-
:type: bpy_prop_array[float]
|
|
247048
|
-
"""
|
|
247049
|
-
|
|
247050
|
-
keyframe_border_selected: bpy_prop_array[float]
|
|
247051
|
-
""" Color of selected keyframe border
|
|
247052
|
-
|
|
247053
|
-
:type: bpy_prop_array[float]
|
|
247091
|
+
:type: ThemeRegionsAssetShelf
|
|
247054
247092
|
"""
|
|
247055
247093
|
|
|
247056
|
-
|
|
247094
|
+
channels: ThemeRegionsChannels
|
|
247057
247095
|
"""
|
|
247058
247096
|
|
|
247059
|
-
:type:
|
|
247097
|
+
:type: ThemeRegionsChannels
|
|
247060
247098
|
"""
|
|
247061
247099
|
|
|
247062
|
-
|
|
247100
|
+
scrubbing: ThemeRegionsScrubbing
|
|
247063
247101
|
"""
|
|
247064
247102
|
|
|
247065
|
-
:type:
|
|
247103
|
+
:type: ThemeRegionsScrubbing
|
|
247066
247104
|
"""
|
|
247067
247105
|
|
|
247068
|
-
|
|
247106
|
+
sidebars: ThemeRegionsSidebars
|
|
247069
247107
|
"""
|
|
247070
247108
|
|
|
247071
|
-
:type:
|
|
247109
|
+
:type: ThemeRegionsSidebars
|
|
247072
247110
|
"""
|
|
247073
247111
|
|
|
247074
|
-
|
|
247075
|
-
|
|
247076
|
-
|
|
247077
|
-
|
|
247078
|
-
|
|
247112
|
+
@classmethod
|
|
247113
|
+
def bl_rna_get_subclass(
|
|
247114
|
+
cls,
|
|
247115
|
+
id: str | None,
|
|
247116
|
+
default=None,
|
|
247117
|
+
/,
|
|
247118
|
+
) -> Struct:
|
|
247119
|
+
"""
|
|
247079
247120
|
|
|
247080
|
-
|
|
247081
|
-
|
|
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
|
+
"""
|
|
247082
247127
|
|
|
247083
|
-
|
|
247084
|
-
|
|
247128
|
+
@classmethod
|
|
247129
|
+
def bl_rna_get_subclass_py(
|
|
247130
|
+
cls,
|
|
247131
|
+
id: str | None,
|
|
247132
|
+
default=None,
|
|
247133
|
+
/,
|
|
247134
|
+
) -> typing.Any:
|
|
247135
|
+
"""
|
|
247085
247136
|
|
|
247086
|
-
|
|
247087
|
-
|
|
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
|
+
"""
|
|
247088
247143
|
|
|
247089
|
-
|
|
247090
|
-
"""
|
|
247144
|
+
class ThemeRegionsAssetShelf(bpy_struct):
|
|
247145
|
+
"""Theme settings for asset shelves"""
|
|
247091
247146
|
|
|
247092
|
-
|
|
247147
|
+
back: bpy_prop_array[float]
|
|
247093
247148
|
"""
|
|
247094
247149
|
|
|
247095
|
-
:type: mathutils.Color
|
|
247096
|
-
"""
|
|
247097
|
-
|
|
247098
|
-
row_alternate: bpy_prop_array[float]
|
|
247099
|
-
""" Overlay color on every other row
|
|
247100
|
-
|
|
247101
247150
|
:type: bpy_prop_array[float]
|
|
247102
247151
|
"""
|
|
247103
247152
|
|
|
247104
|
-
|
|
247105
|
-
"""
|
|
247106
|
-
|
|
247107
|
-
:type: mathutils.Color
|
|
247108
|
-
"""
|
|
247109
|
-
|
|
247110
|
-
selected_strip: mathutils.Color
|
|
247153
|
+
header_back: bpy_prop_array[float]
|
|
247111
247154
|
"""
|
|
247112
247155
|
|
|
247113
|
-
:type: mathutils.Color
|
|
247114
|
-
"""
|
|
247115
|
-
|
|
247116
|
-
selected_text: bpy_prop_array[float]
|
|
247117
|
-
""" Text strip editing selection
|
|
247118
|
-
|
|
247119
247156
|
:type: bpy_prop_array[float]
|
|
247120
247157
|
"""
|
|
247121
247158
|
|
|
247122
|
-
|
|
247123
|
-
|
|
247124
|
-
|
|
247125
|
-
|
|
247126
|
-
|
|
247127
|
-
|
|
247128
|
-
|
|
247129
|
-
|
|
247159
|
+
@classmethod
|
|
247160
|
+
def bl_rna_get_subclass(
|
|
247161
|
+
cls,
|
|
247162
|
+
id: str | None,
|
|
247163
|
+
default=None,
|
|
247164
|
+
/,
|
|
247165
|
+
) -> Struct:
|
|
247166
|
+
"""
|
|
247130
247167
|
|
|
247131
|
-
|
|
247132
|
-
|
|
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
|
+
"""
|
|
247133
247174
|
|
|
247134
|
-
|
|
247135
|
-
|
|
247175
|
+
@classmethod
|
|
247176
|
+
def bl_rna_get_subclass_py(
|
|
247177
|
+
cls,
|
|
247178
|
+
id: str | None,
|
|
247179
|
+
default=None,
|
|
247180
|
+
/,
|
|
247181
|
+
) -> typing.Any:
|
|
247182
|
+
"""
|
|
247136
247183
|
|
|
247137
|
-
|
|
247138
|
-
|
|
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
|
+
"""
|
|
247139
247190
|
|
|
247140
|
-
|
|
247191
|
+
class ThemeRegionsChannels(bpy_struct):
|
|
247192
|
+
back: mathutils.Color
|
|
247141
247193
|
"""
|
|
247142
247194
|
|
|
247143
247195
|
:type: mathutils.Color
|
|
247144
247196
|
"""
|
|
247145
247197
|
|
|
247146
|
-
|
|
247147
|
-
""" Text strip editing cursor
|
|
247148
|
-
|
|
247149
|
-
:type: bpy_prop_array[float]
|
|
247150
|
-
"""
|
|
247151
|
-
|
|
247152
|
-
time_scrub_background: bpy_prop_array[float]
|
|
247198
|
+
text: mathutils.Color
|
|
247153
247199
|
"""
|
|
247154
247200
|
|
|
247155
|
-
:type:
|
|
247201
|
+
:type: mathutils.Color
|
|
247156
247202
|
"""
|
|
247157
247203
|
|
|
247158
|
-
|
|
247204
|
+
text_selected: mathutils.Color
|
|
247159
247205
|
"""
|
|
247160
247206
|
|
|
247161
247207
|
:type: mathutils.Color
|
|
@@ -247193,47 +247239,74 @@ class ThemeSequenceEditor(bpy_struct):
|
|
|
247193
247239
|
:rtype: typing.Any
|
|
247194
247240
|
"""
|
|
247195
247241
|
|
|
247196
|
-
class
|
|
247197
|
-
back:
|
|
247198
|
-
"""
|
|
247199
|
-
|
|
247200
|
-
:type: mathutils.Color
|
|
247201
|
-
"""
|
|
247202
|
-
|
|
247203
|
-
header: bpy_prop_array[float]
|
|
247242
|
+
class ThemeRegionsScrubbing(bpy_struct):
|
|
247243
|
+
back: bpy_prop_array[float]
|
|
247204
247244
|
"""
|
|
247205
247245
|
|
|
247206
247246
|
:type: bpy_prop_array[float]
|
|
247207
247247
|
"""
|
|
247208
247248
|
|
|
247209
|
-
|
|
247249
|
+
text: mathutils.Color
|
|
247210
247250
|
"""
|
|
247211
247251
|
|
|
247212
247252
|
:type: mathutils.Color
|
|
247213
247253
|
"""
|
|
247214
247254
|
|
|
247215
|
-
|
|
247255
|
+
time_marker: bpy_prop_array[float]
|
|
247216
247256
|
"""
|
|
247217
247257
|
|
|
247218
|
-
:type:
|
|
247258
|
+
:type: bpy_prop_array[float]
|
|
247219
247259
|
"""
|
|
247220
247260
|
|
|
247221
|
-
|
|
247261
|
+
time_marker_selected: bpy_prop_array[float]
|
|
247222
247262
|
"""
|
|
247223
247263
|
|
|
247224
|
-
:type:
|
|
247264
|
+
:type: bpy_prop_array[float]
|
|
247225
247265
|
"""
|
|
247226
247266
|
|
|
247227
|
-
|
|
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]
|
|
247228
247301
|
"""
|
|
247229
247302
|
|
|
247230
|
-
:type:
|
|
247303
|
+
:type: bpy_prop_array[float]
|
|
247231
247304
|
"""
|
|
247232
247305
|
|
|
247233
|
-
|
|
247306
|
+
tab_back: bpy_prop_array[float]
|
|
247234
247307
|
"""
|
|
247235
247308
|
|
|
247236
|
-
:type:
|
|
247309
|
+
:type: bpy_prop_array[float]
|
|
247237
247310
|
"""
|
|
247238
247311
|
|
|
247239
247312
|
@classmethod
|
|
@@ -247268,44 +247341,142 @@ class ThemeSpaceGeneric(bpy_struct):
|
|
|
247268
247341
|
:rtype: typing.Any
|
|
247269
247342
|
"""
|
|
247270
247343
|
|
|
247271
|
-
class
|
|
247272
|
-
|
|
247344
|
+
class ThemeSequenceEditor(bpy_struct):
|
|
247345
|
+
"""Theme settings for the Sequence Editor"""
|
|
247346
|
+
|
|
247347
|
+
active_strip: mathutils.Color | None
|
|
247273
247348
|
"""
|
|
247274
247349
|
|
|
247275
|
-
:type:
|
|
247350
|
+
:type: mathutils.Color | None
|
|
247276
247351
|
"""
|
|
247277
247352
|
|
|
247278
|
-
|
|
247353
|
+
audio_strip: mathutils.Color
|
|
247354
|
+
"""
|
|
247355
|
+
|
|
247356
|
+
:type: mathutils.Color
|
|
247357
|
+
"""
|
|
247358
|
+
|
|
247359
|
+
color_strip: mathutils.Color
|
|
247360
|
+
"""
|
|
247361
|
+
|
|
247362
|
+
:type: mathutils.Color
|
|
247363
|
+
"""
|
|
247364
|
+
|
|
247365
|
+
effect_strip: mathutils.Color
|
|
247279
247366
|
"""
|
|
247280
247367
|
|
|
247368
|
+
:type: mathutils.Color
|
|
247369
|
+
"""
|
|
247370
|
+
|
|
247371
|
+
grid: mathutils.Color
|
|
247372
|
+
"""
|
|
247373
|
+
|
|
247374
|
+
:type: mathutils.Color
|
|
247375
|
+
"""
|
|
247376
|
+
|
|
247377
|
+
image_strip: mathutils.Color
|
|
247378
|
+
"""
|
|
247379
|
+
|
|
247380
|
+
:type: mathutils.Color
|
|
247381
|
+
"""
|
|
247382
|
+
|
|
247383
|
+
keyframe_border: bpy_prop_array[float]
|
|
247384
|
+
""" Color of keyframe border
|
|
247385
|
+
|
|
247281
247386
|
:type: bpy_prop_array[float]
|
|
247282
247387
|
"""
|
|
247283
247388
|
|
|
247284
|
-
|
|
247389
|
+
keyframe_border_selected: bpy_prop_array[float]
|
|
247390
|
+
""" Color of selected keyframe border
|
|
247391
|
+
|
|
247392
|
+
:type: bpy_prop_array[float]
|
|
247393
|
+
"""
|
|
247394
|
+
|
|
247395
|
+
mask_strip: mathutils.Color
|
|
247285
247396
|
"""
|
|
247286
247397
|
|
|
247287
247398
|
:type: mathutils.Color
|
|
247288
247399
|
"""
|
|
247289
247400
|
|
|
247290
|
-
|
|
247401
|
+
meta_strip: mathutils.Color
|
|
247291
247402
|
"""
|
|
247292
247403
|
|
|
247293
247404
|
:type: mathutils.Color
|
|
247294
247405
|
"""
|
|
247295
247406
|
|
|
247296
|
-
|
|
247407
|
+
metadatabg: mathutils.Color
|
|
247297
247408
|
"""
|
|
247298
247409
|
|
|
247299
247410
|
:type: mathutils.Color
|
|
247300
247411
|
"""
|
|
247301
247412
|
|
|
247302
|
-
|
|
247413
|
+
metadatatext: mathutils.Color
|
|
247303
247414
|
"""
|
|
247304
247415
|
|
|
247305
247416
|
:type: mathutils.Color
|
|
247306
247417
|
"""
|
|
247307
247418
|
|
|
247308
|
-
|
|
247419
|
+
movie_strip: mathutils.Color
|
|
247420
|
+
"""
|
|
247421
|
+
|
|
247422
|
+
:type: mathutils.Color
|
|
247423
|
+
"""
|
|
247424
|
+
|
|
247425
|
+
movieclip_strip: mathutils.Color
|
|
247426
|
+
"""
|
|
247427
|
+
|
|
247428
|
+
:type: mathutils.Color
|
|
247429
|
+
"""
|
|
247430
|
+
|
|
247431
|
+
preview_back: mathutils.Color
|
|
247432
|
+
"""
|
|
247433
|
+
|
|
247434
|
+
:type: mathutils.Color
|
|
247435
|
+
"""
|
|
247436
|
+
|
|
247437
|
+
row_alternate: bpy_prop_array[float]
|
|
247438
|
+
""" Overlay color on every other row
|
|
247439
|
+
|
|
247440
|
+
:type: bpy_prop_array[float]
|
|
247441
|
+
"""
|
|
247442
|
+
|
|
247443
|
+
scene_strip: mathutils.Color
|
|
247444
|
+
"""
|
|
247445
|
+
|
|
247446
|
+
:type: mathutils.Color
|
|
247447
|
+
"""
|
|
247448
|
+
|
|
247449
|
+
selected_strip: mathutils.Color
|
|
247450
|
+
"""
|
|
247451
|
+
|
|
247452
|
+
:type: mathutils.Color
|
|
247453
|
+
"""
|
|
247454
|
+
|
|
247455
|
+
selected_text: bpy_prop_array[float]
|
|
247456
|
+
""" Text strip editing selection
|
|
247457
|
+
|
|
247458
|
+
:type: bpy_prop_array[float]
|
|
247459
|
+
"""
|
|
247460
|
+
|
|
247461
|
+
space: ThemeSpaceGeneric
|
|
247462
|
+
""" Settings for space
|
|
247463
|
+
|
|
247464
|
+
:type: ThemeSpaceGeneric
|
|
247465
|
+
"""
|
|
247466
|
+
|
|
247467
|
+
text_strip: mathutils.Color
|
|
247468
|
+
"""
|
|
247469
|
+
|
|
247470
|
+
:type: mathutils.Color
|
|
247471
|
+
"""
|
|
247472
|
+
|
|
247473
|
+
text_strip_cursor: bpy_prop_array[float]
|
|
247474
|
+
""" Text strip editing cursor
|
|
247475
|
+
|
|
247476
|
+
:type: bpy_prop_array[float]
|
|
247477
|
+
"""
|
|
247478
|
+
|
|
247479
|
+
transition_strip: mathutils.Color
|
|
247309
247480
|
"""
|
|
247310
247481
|
|
|
247311
247482
|
:type: mathutils.Color
|
|
@@ -247343,26 +247514,44 @@ class ThemeSpaceGradient(bpy_struct):
|
|
|
247343
247514
|
:rtype: typing.Any
|
|
247344
247515
|
"""
|
|
247345
247516
|
|
|
247346
|
-
class
|
|
247347
|
-
|
|
247517
|
+
class ThemeSpaceGeneric(bpy_struct):
|
|
247518
|
+
back: mathutils.Color
|
|
247519
|
+
"""
|
|
247520
|
+
|
|
247521
|
+
:type: mathutils.Color
|
|
247522
|
+
"""
|
|
247523
|
+
|
|
247524
|
+
header: bpy_prop_array[float]
|
|
247525
|
+
"""
|
|
247526
|
+
|
|
247527
|
+
:type: bpy_prop_array[float]
|
|
247528
|
+
"""
|
|
247529
|
+
|
|
247530
|
+
header_text: mathutils.Color
|
|
247531
|
+
"""
|
|
247532
|
+
|
|
247533
|
+
:type: mathutils.Color
|
|
247534
|
+
"""
|
|
247535
|
+
|
|
247536
|
+
header_text_hi: mathutils.Color
|
|
247348
247537
|
"""
|
|
247349
247538
|
|
|
247350
247539
|
:type: mathutils.Color
|
|
247351
247540
|
"""
|
|
247352
247541
|
|
|
247353
|
-
|
|
247542
|
+
text: mathutils.Color
|
|
247354
247543
|
"""
|
|
247355
247544
|
|
|
247356
247545
|
:type: mathutils.Color
|
|
247357
247546
|
"""
|
|
247358
247547
|
|
|
247359
|
-
|
|
247548
|
+
text_hi: mathutils.Color
|
|
247360
247549
|
"""
|
|
247361
247550
|
|
|
247362
247551
|
:type: mathutils.Color
|
|
247363
247552
|
"""
|
|
247364
247553
|
|
|
247365
|
-
|
|
247554
|
+
title: mathutils.Color
|
|
247366
247555
|
"""
|
|
247367
247556
|
|
|
247368
247557
|
:type: mathutils.Color
|
|
@@ -247400,19 +247589,49 @@ class ThemeSpaceListGeneric(bpy_struct):
|
|
|
247400
247589
|
:rtype: typing.Any
|
|
247401
247590
|
"""
|
|
247402
247591
|
|
|
247403
|
-
class
|
|
247404
|
-
|
|
247592
|
+
class ThemeSpaceGradient(bpy_struct):
|
|
247593
|
+
gradients: ThemeGradientColors
|
|
247405
247594
|
"""
|
|
247406
247595
|
|
|
247407
|
-
:type:
|
|
247596
|
+
:type: ThemeGradientColors
|
|
247408
247597
|
"""
|
|
247409
247598
|
|
|
247410
|
-
|
|
247599
|
+
header: bpy_prop_array[float]
|
|
247411
247600
|
"""
|
|
247412
247601
|
|
|
247413
247602
|
:type: bpy_prop_array[float]
|
|
247414
247603
|
"""
|
|
247415
247604
|
|
|
247605
|
+
header_text: mathutils.Color
|
|
247606
|
+
"""
|
|
247607
|
+
|
|
247608
|
+
:type: mathutils.Color
|
|
247609
|
+
"""
|
|
247610
|
+
|
|
247611
|
+
header_text_hi: mathutils.Color
|
|
247612
|
+
"""
|
|
247613
|
+
|
|
247614
|
+
:type: mathutils.Color
|
|
247615
|
+
"""
|
|
247616
|
+
|
|
247617
|
+
text: mathutils.Color
|
|
247618
|
+
"""
|
|
247619
|
+
|
|
247620
|
+
:type: mathutils.Color
|
|
247621
|
+
"""
|
|
247622
|
+
|
|
247623
|
+
text_hi: mathutils.Color
|
|
247624
|
+
"""
|
|
247625
|
+
|
|
247626
|
+
:type: mathutils.Color
|
|
247627
|
+
"""
|
|
247628
|
+
|
|
247629
|
+
title: mathutils.Color
|
|
247630
|
+
"""
|
|
247631
|
+
|
|
247632
|
+
:type: mathutils.Color
|
|
247633
|
+
"""
|
|
247634
|
+
|
|
247416
247635
|
@classmethod
|
|
247417
247636
|
def bl_rna_get_subclass(
|
|
247418
247637
|
cls,
|
|
@@ -247460,12 +247679,6 @@ class ThemeSpreadsheet(bpy_struct):
|
|
|
247460
247679
|
:type: ThemeSpaceGeneric
|
|
247461
247680
|
"""
|
|
247462
247681
|
|
|
247463
|
-
space_region: ThemeSpaceRegionGeneric
|
|
247464
|
-
""" Settings for space region
|
|
247465
|
-
|
|
247466
|
-
:type: ThemeSpaceRegionGeneric
|
|
247467
|
-
"""
|
|
247468
|
-
|
|
247469
247682
|
@classmethod
|
|
247470
247683
|
def bl_rna_get_subclass(
|
|
247471
247684
|
cls,
|
|
@@ -247666,12 +247879,6 @@ class ThemeTextEditor(bpy_struct):
|
|
|
247666
247879
|
:type: ThemeSpaceGeneric
|
|
247667
247880
|
"""
|
|
247668
247881
|
|
|
247669
|
-
space_region: ThemeSpaceRegionGeneric
|
|
247670
|
-
""" Settings for space region
|
|
247671
|
-
|
|
247672
|
-
:type: ThemeSpaceRegionGeneric
|
|
247673
|
-
"""
|
|
247674
|
-
|
|
247675
247882
|
syntax_builtin: mathutils.Color
|
|
247676
247883
|
"""
|
|
247677
247884
|
|
|
@@ -248509,12 +248716,6 @@ class ThemeView3D(bpy_struct):
|
|
|
248509
248716
|
:type: ThemeSpaceGradient
|
|
248510
248717
|
"""
|
|
248511
248718
|
|
|
248512
|
-
space_region: ThemeSpaceRegionGeneric
|
|
248513
|
-
""" Settings for space region
|
|
248514
|
-
|
|
248515
|
-
:type: ThemeSpaceRegionGeneric
|
|
248516
|
-
"""
|
|
248517
|
-
|
|
248518
248719
|
speaker: mathutils.Color
|
|
248519
248720
|
"""
|
|
248520
248721
|
|
|
@@ -252200,15 +252401,6 @@ class UILayout(bpy_struct):
|
|
|
252200
252401
|
:type property: str
|
|
252201
252402
|
"""
|
|
252202
252403
|
|
|
252203
|
-
def template_cache_file_procedural(self, data: typing.Any, property: str) -> None:
|
|
252204
|
-
"""Show cache files render procedural properties
|
|
252205
|
-
|
|
252206
|
-
:param data: Data from which to take property
|
|
252207
|
-
:type data: typing.Any
|
|
252208
|
-
:param property: Identifier of property in data
|
|
252209
|
-
:type property: str
|
|
252210
|
-
"""
|
|
252211
|
-
|
|
252212
252404
|
def template_cache_file_time_settings(
|
|
252213
252405
|
self, data: typing.Any, property: str
|
|
252214
252406
|
) -> None:
|
|
@@ -259587,6 +259779,13 @@ class World(ID, bpy_struct):
|
|
|
259587
259779
|
:type: bool
|
|
259588
259780
|
"""
|
|
259589
259781
|
|
|
259782
|
+
def inline_shader_nodes(self) -> None:
|
|
259783
|
+
"""Get the inlined shader nodes of this world. This preprocesses the node tree
|
|
259784
|
+
to remove nested groups, repeat zones and more.
|
|
259785
|
+
|
|
259786
|
+
:return: The inlined shader nodes.
|
|
259787
|
+
"""
|
|
259788
|
+
|
|
259590
259789
|
@classmethod
|
|
259591
259790
|
def bl_rna_get_subclass(
|
|
259592
259791
|
cls,
|
|
@@ -261007,8 +261206,6 @@ BONE_PT_bTransformCacheConstraint: bl_ui.properties_constraint.BONE_PT_bTransfor
|
|
|
261007
261206
|
|
|
261008
261207
|
BONE_PT_bTransformCacheConstraint_layers: bl_ui.properties_constraint.BONE_PT_bTransformCacheConstraint_layers
|
|
261009
261208
|
|
|
261010
|
-
BONE_PT_bTransformCacheConstraint_procedural: bl_ui.properties_constraint.BONE_PT_bTransformCacheConstraint_procedural
|
|
261011
|
-
|
|
261012
261209
|
BONE_PT_bTransformCacheConstraint_time: bl_ui.properties_constraint.BONE_PT_bTransformCacheConstraint_time
|
|
261013
261210
|
|
|
261014
261211
|
BONE_PT_bTransformCacheConstraint_velocity: bl_ui.properties_constraint.BONE_PT_bTransformCacheConstraint_velocity
|
|
@@ -262353,8 +262550,6 @@ OBJECT_PT_bTransformCacheConstraint: bl_ui.properties_constraint.OBJECT_PT_bTran
|
|
|
262353
262550
|
|
|
262354
262551
|
OBJECT_PT_bTransformCacheConstraint_layers: bl_ui.properties_constraint.OBJECT_PT_bTransformCacheConstraint_layers
|
|
262355
262552
|
|
|
262356
|
-
OBJECT_PT_bTransformCacheConstraint_procedural: bl_ui.properties_constraint.OBJECT_PT_bTransformCacheConstraint_procedural
|
|
262357
|
-
|
|
262358
262553
|
OBJECT_PT_bTransformCacheConstraint_time: bl_ui.properties_constraint.OBJECT_PT_bTransformCacheConstraint_time
|
|
262359
262554
|
|
|
262360
262555
|
OBJECT_PT_bTransformCacheConstraint_velocity: bl_ui.properties_constraint.OBJECT_PT_bTransformCacheConstraint_velocity
|
|
@@ -263421,6 +263616,8 @@ USERPREF_PT_animation_keyframes: bl_ui.space_userpref.USERPREF_PT_animation_keyf
|
|
|
263421
263616
|
|
|
263422
263617
|
USERPREF_PT_animation_timeline: bl_ui.space_userpref.USERPREF_PT_animation_timeline
|
|
263423
263618
|
|
|
263619
|
+
USERPREF_PT_developer_tools: bl_ui.space_userpref.USERPREF_PT_developer_tools
|
|
263620
|
+
|
|
263424
263621
|
USERPREF_PT_edit_annotations: bl_ui.space_userpref.USERPREF_PT_edit_annotations
|
|
263425
263622
|
|
|
263426
263623
|
USERPREF_PT_edit_cursor: bl_ui.space_userpref.USERPREF_PT_edit_cursor
|
|
@@ -263443,8 +263640,6 @@ USERPREF_PT_edit_text_editor: bl_ui.space_userpref.USERPREF_PT_edit_text_editor
|
|
|
263443
263640
|
|
|
263444
263641
|
USERPREF_PT_edit_weight_paint: bl_ui.space_userpref.USERPREF_PT_edit_weight_paint
|
|
263445
263642
|
|
|
263446
|
-
USERPREF_PT_experimental_debugging: bl_ui.space_userpref.USERPREF_PT_experimental_debugging
|
|
263447
|
-
|
|
263448
263643
|
USERPREF_PT_experimental_new_features: bl_ui.space_userpref.USERPREF_PT_experimental_new_features
|
|
263449
263644
|
|
|
263450
263645
|
USERPREF_PT_experimental_prototypes: bl_ui.space_userpref.USERPREF_PT_experimental_prototypes
|