fake-bpy-module 20240510__py3-none-any.whl → 20240514__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.
- aud/__init__.pyi +2 -1
- bl_operators/__init__.pyi +1 -0
- bl_operators/world/__init__.pyi +143 -0
- bl_operators/world/py.typed +0 -0
- bl_ui/properties_data_grease_pencil/__init__.pyi +181 -0
- bl_ui/properties_grease_pencil_common/__init__.pyi +362 -0
- bl_ui/space_clip/__init__.pyi +181 -0
- bl_ui/space_sequencer/__init__.pyi +228 -111
- bl_ui/space_toolsystem_toolbar/__init__.pyi +43 -43
- blf/__init__.pyi +3 -2
- bpy/ops/anim/__init__.pyi +1 -1
- bpy/ops/export_scene/__init__.pyi +2 -2
- bpy/ops/grease_pencil/__init__.pyi +70 -0
- bpy/ops/nla/__init__.pyi +2 -2
- bpy/ops/sculpt/__init__.pyi +2 -2
- bpy/ops/ui/__init__.pyi +3 -0
- bpy/ops/world/__init__.pyi +16 -0
- bpy/props/__init__.pyi +2 -2
- bpy/types/__init__.pyi +1408 -1563
- bpy_types/__init__.pyi +45 -0
- {fake_bpy_module-20240510.dist-info → fake_bpy_module-20240514.dist-info}/METADATA +1 -1
- {fake_bpy_module-20240510.dist-info → fake_bpy_module-20240514.dist-info}/RECORD +27 -25
- freestyle/types/__init__.pyi +5 -2
- mathutils/__init__.pyi +2 -2
- mathutils/geometry/__init__.pyi +2 -1
- {fake_bpy_module-20240510.dist-info → fake_bpy_module-20240514.dist-info}/WHEEL +0 -0
- {fake_bpy_module-20240510.dist-info → fake_bpy_module-20240514.dist-info}/top_level.txt +0 -0
bpy/types/__init__.pyi
CHANGED
|
@@ -1770,6 +1770,50 @@ of the scene and only show nodes of the renderer they are designed for.
|
|
|
1770
1770
|
:columns: 2
|
|
1771
1771
|
|
|
1772
1772
|
|
|
1773
|
+
--------------------
|
|
1774
|
+
|
|
1775
|
+
* bpy_struct.id_data
|
|
1776
|
+
|
|
1777
|
+
:columns: 2
|
|
1778
|
+
|
|
1779
|
+
|
|
1780
|
+
--------------------
|
|
1781
|
+
|
|
1782
|
+
* bpy_struct.as_pointer
|
|
1783
|
+
* bpy_struct.driver_add
|
|
1784
|
+
* bpy_struct.driver_remove
|
|
1785
|
+
* bpy_struct.get
|
|
1786
|
+
* bpy_struct.id_properties_clear
|
|
1787
|
+
* bpy_struct.id_properties_ensure
|
|
1788
|
+
* bpy_struct.id_properties_ui
|
|
1789
|
+
* bpy_struct.is_property_hidden
|
|
1790
|
+
* bpy_struct.is_property_overridable_library
|
|
1791
|
+
* bpy_struct.is_property_readonly
|
|
1792
|
+
* bpy_struct.is_property_set
|
|
1793
|
+
* bpy_struct.items
|
|
1794
|
+
* bpy_struct.keyframe_delete
|
|
1795
|
+
* bpy_struct.keyframe_insert
|
|
1796
|
+
* bpy_struct.keys
|
|
1797
|
+
* bpy_struct.path_from_id
|
|
1798
|
+
* bpy_struct.path_resolve
|
|
1799
|
+
* bpy_struct.pop
|
|
1800
|
+
* bpy_struct.property_overridable_library_set
|
|
1801
|
+
* bpy_struct.property_unset
|
|
1802
|
+
* bpy_struct.type_recast
|
|
1803
|
+
* bpy_struct.values
|
|
1804
|
+
|
|
1805
|
+
:columns: 2
|
|
1806
|
+
|
|
1807
|
+
|
|
1808
|
+
--------------------
|
|
1809
|
+
|
|
1810
|
+
* ActionLayer.strips
|
|
1811
|
+
* ActionStrips.new
|
|
1812
|
+
* ActionStrips.remove
|
|
1813
|
+
|
|
1814
|
+
:columns: 2
|
|
1815
|
+
|
|
1816
|
+
|
|
1773
1817
|
--------------------
|
|
1774
1818
|
|
|
1775
1819
|
* bpy_struct.id_data
|
|
@@ -9019,48 +9063,6 @@ This example script prints the vertices and UVs for each polygon, assumes the ac
|
|
|
9019
9063
|
:columns: 2
|
|
9020
9064
|
|
|
9021
9065
|
|
|
9022
|
-
--------------------
|
|
9023
|
-
|
|
9024
|
-
* bpy_struct.id_data
|
|
9025
|
-
|
|
9026
|
-
:columns: 2
|
|
9027
|
-
|
|
9028
|
-
|
|
9029
|
-
--------------------
|
|
9030
|
-
|
|
9031
|
-
* bpy_struct.as_pointer
|
|
9032
|
-
* bpy_struct.driver_add
|
|
9033
|
-
* bpy_struct.driver_remove
|
|
9034
|
-
* bpy_struct.get
|
|
9035
|
-
* bpy_struct.id_properties_clear
|
|
9036
|
-
* bpy_struct.id_properties_ensure
|
|
9037
|
-
* bpy_struct.id_properties_ui
|
|
9038
|
-
* bpy_struct.is_property_hidden
|
|
9039
|
-
* bpy_struct.is_property_overridable_library
|
|
9040
|
-
* bpy_struct.is_property_readonly
|
|
9041
|
-
* bpy_struct.is_property_set
|
|
9042
|
-
* bpy_struct.items
|
|
9043
|
-
* bpy_struct.keyframe_delete
|
|
9044
|
-
* bpy_struct.keyframe_insert
|
|
9045
|
-
* bpy_struct.keys
|
|
9046
|
-
* bpy_struct.path_from_id
|
|
9047
|
-
* bpy_struct.path_resolve
|
|
9048
|
-
* bpy_struct.pop
|
|
9049
|
-
* bpy_struct.property_overridable_library_set
|
|
9050
|
-
* bpy_struct.property_unset
|
|
9051
|
-
* bpy_struct.type_recast
|
|
9052
|
-
* bpy_struct.values
|
|
9053
|
-
|
|
9054
|
-
:columns: 2
|
|
9055
|
-
|
|
9056
|
-
|
|
9057
|
-
--------------------
|
|
9058
|
-
|
|
9059
|
-
* AnimationChannelBag.fcurves
|
|
9060
|
-
|
|
9061
|
-
:columns: 2
|
|
9062
|
-
|
|
9063
|
-
|
|
9064
9066
|
--------------------
|
|
9065
9067
|
|
|
9066
9068
|
* bpy_struct.id_data
|
|
@@ -9804,6 +9806,44 @@ This example script prints the vertices and UVs for each polygon, assumes the ac
|
|
|
9804
9806
|
:columns: 2
|
|
9805
9807
|
|
|
9806
9808
|
|
|
9809
|
+
--------------------
|
|
9810
|
+
|
|
9811
|
+
* bpy_struct.id_data
|
|
9812
|
+
* ActionStrip.type
|
|
9813
|
+
|
|
9814
|
+
:columns: 2
|
|
9815
|
+
|
|
9816
|
+
|
|
9817
|
+
--------------------
|
|
9818
|
+
|
|
9819
|
+
* bpy_struct.as_pointer
|
|
9820
|
+
* bpy_struct.driver_add
|
|
9821
|
+
* bpy_struct.driver_remove
|
|
9822
|
+
* bpy_struct.get
|
|
9823
|
+
* bpy_struct.id_properties_clear
|
|
9824
|
+
* bpy_struct.id_properties_ensure
|
|
9825
|
+
* bpy_struct.id_properties_ui
|
|
9826
|
+
* bpy_struct.is_property_hidden
|
|
9827
|
+
* bpy_struct.is_property_overridable_library
|
|
9828
|
+
* bpy_struct.is_property_readonly
|
|
9829
|
+
* bpy_struct.is_property_set
|
|
9830
|
+
* bpy_struct.items
|
|
9831
|
+
* bpy_struct.keyframe_delete
|
|
9832
|
+
* bpy_struct.keyframe_insert
|
|
9833
|
+
* bpy_struct.keys
|
|
9834
|
+
* bpy_struct.path_from_id
|
|
9835
|
+
* bpy_struct.path_resolve
|
|
9836
|
+
* bpy_struct.pop
|
|
9837
|
+
* bpy_struct.property_overridable_library_set
|
|
9838
|
+
* bpy_struct.property_unset
|
|
9839
|
+
* bpy_struct.type_recast
|
|
9840
|
+
* bpy_struct.values
|
|
9841
|
+
* ActionStrip.bl_rna_get_subclass
|
|
9842
|
+
* ActionStrip.bl_rna_get_subclass_py
|
|
9843
|
+
|
|
9844
|
+
:columns: 2
|
|
9845
|
+
|
|
9846
|
+
|
|
9807
9847
|
--------------------
|
|
9808
9848
|
|
|
9809
9849
|
* bpy_struct.id_data
|
|
@@ -15053,49 +15093,6 @@ Shared Enum Types <bpy_types_enum_items/index>
|
|
|
15053
15093
|
:columns: 2
|
|
15054
15094
|
|
|
15055
15095
|
|
|
15056
|
-
--------------------
|
|
15057
|
-
|
|
15058
|
-
* bpy_struct.id_data
|
|
15059
|
-
|
|
15060
|
-
:columns: 2
|
|
15061
|
-
|
|
15062
|
-
|
|
15063
|
-
--------------------
|
|
15064
|
-
|
|
15065
|
-
* bpy_struct.as_pointer
|
|
15066
|
-
* bpy_struct.driver_add
|
|
15067
|
-
* bpy_struct.driver_remove
|
|
15068
|
-
* bpy_struct.get
|
|
15069
|
-
* bpy_struct.id_properties_clear
|
|
15070
|
-
* bpy_struct.id_properties_ensure
|
|
15071
|
-
* bpy_struct.id_properties_ui
|
|
15072
|
-
* bpy_struct.is_property_hidden
|
|
15073
|
-
* bpy_struct.is_property_overridable_library
|
|
15074
|
-
* bpy_struct.is_property_readonly
|
|
15075
|
-
* bpy_struct.is_property_set
|
|
15076
|
-
* bpy_struct.items
|
|
15077
|
-
* bpy_struct.keyframe_delete
|
|
15078
|
-
* bpy_struct.keyframe_insert
|
|
15079
|
-
* bpy_struct.keys
|
|
15080
|
-
* bpy_struct.path_from_id
|
|
15081
|
-
* bpy_struct.path_resolve
|
|
15082
|
-
* bpy_struct.pop
|
|
15083
|
-
* bpy_struct.property_overridable_library_set
|
|
15084
|
-
* bpy_struct.property_unset
|
|
15085
|
-
* bpy_struct.type_recast
|
|
15086
|
-
* bpy_struct.values
|
|
15087
|
-
|
|
15088
|
-
:columns: 2
|
|
15089
|
-
|
|
15090
|
-
|
|
15091
|
-
--------------------
|
|
15092
|
-
|
|
15093
|
-
* KeyframeAnimationStrip.channelbags
|
|
15094
|
-
* KeyframeAnimationStrip.channels
|
|
15095
|
-
|
|
15096
|
-
:columns: 2
|
|
15097
|
-
|
|
15098
|
-
|
|
15099
15096
|
--------------------
|
|
15100
15097
|
|
|
15101
15098
|
* bpy_struct.id_data
|
|
@@ -26013,6 +26010,49 @@ FileHandler
|
|
|
26013
26010
|
:columns: 2
|
|
26014
26011
|
|
|
26015
26012
|
|
|
26013
|
+
--------------------
|
|
26014
|
+
|
|
26015
|
+
* KeyframeActionStrip.channelbags
|
|
26016
|
+
* KeyframeActionStrip.channels
|
|
26017
|
+
|
|
26018
|
+
:columns: 2
|
|
26019
|
+
|
|
26020
|
+
|
|
26021
|
+
--------------------
|
|
26022
|
+
|
|
26023
|
+
* bpy_struct.id_data
|
|
26024
|
+
|
|
26025
|
+
:columns: 2
|
|
26026
|
+
|
|
26027
|
+
|
|
26028
|
+
--------------------
|
|
26029
|
+
|
|
26030
|
+
* bpy_struct.as_pointer
|
|
26031
|
+
* bpy_struct.driver_add
|
|
26032
|
+
* bpy_struct.driver_remove
|
|
26033
|
+
* bpy_struct.get
|
|
26034
|
+
* bpy_struct.id_properties_clear
|
|
26035
|
+
* bpy_struct.id_properties_ensure
|
|
26036
|
+
* bpy_struct.id_properties_ui
|
|
26037
|
+
* bpy_struct.is_property_hidden
|
|
26038
|
+
* bpy_struct.is_property_overridable_library
|
|
26039
|
+
* bpy_struct.is_property_readonly
|
|
26040
|
+
* bpy_struct.is_property_set
|
|
26041
|
+
* bpy_struct.items
|
|
26042
|
+
* bpy_struct.keyframe_delete
|
|
26043
|
+
* bpy_struct.keyframe_insert
|
|
26044
|
+
* bpy_struct.keys
|
|
26045
|
+
* bpy_struct.path_from_id
|
|
26046
|
+
* bpy_struct.path_resolve
|
|
26047
|
+
* bpy_struct.pop
|
|
26048
|
+
* bpy_struct.property_overridable_library_set
|
|
26049
|
+
* bpy_struct.property_unset
|
|
26050
|
+
* bpy_struct.type_recast
|
|
26051
|
+
* bpy_struct.values
|
|
26052
|
+
|
|
26053
|
+
:columns: 2
|
|
26054
|
+
|
|
26055
|
+
|
|
26016
26056
|
--------------------
|
|
26017
26057
|
|
|
26018
26058
|
* Mesh.loop_triangles
|
|
@@ -27016,6 +27056,11 @@ FileHandler
|
|
|
27016
27056
|
--------------------
|
|
27017
27057
|
|
|
27018
27058
|
* bpy_struct.id_data
|
|
27059
|
+
* FileHandler.bl_idname
|
|
27060
|
+
* FileHandler.bl_import_operator
|
|
27061
|
+
* FileHandler.bl_export_operator
|
|
27062
|
+
* FileHandler.bl_label
|
|
27063
|
+
* FileHandler.bl_file_extensions
|
|
27019
27064
|
|
|
27020
27065
|
:columns: 2
|
|
27021
27066
|
|
|
@@ -27044,15 +27089,9 @@ FileHandler
|
|
|
27044
27089
|
* bpy_struct.property_unset
|
|
27045
27090
|
* bpy_struct.type_recast
|
|
27046
27091
|
* bpy_struct.values
|
|
27047
|
-
|
|
27048
|
-
|
|
27049
|
-
|
|
27050
|
-
|
|
27051
|
-
--------------------
|
|
27052
|
-
|
|
27053
|
-
* Animation.layers
|
|
27054
|
-
* AnimationLayers.new
|
|
27055
|
-
* AnimationLayers.remove
|
|
27092
|
+
* FileHandler.poll_drop
|
|
27093
|
+
* FileHandler.bl_rna_get_subclass
|
|
27094
|
+
* FileHandler.bl_rna_get_subclass_py
|
|
27056
27095
|
|
|
27057
27096
|
:columns: 2
|
|
27058
27097
|
|
|
@@ -27060,11 +27099,6 @@ FileHandler
|
|
|
27060
27099
|
--------------------
|
|
27061
27100
|
|
|
27062
27101
|
* bpy_struct.id_data
|
|
27063
|
-
* FileHandler.bl_idname
|
|
27064
|
-
* FileHandler.bl_import_operator
|
|
27065
|
-
* FileHandler.bl_export_operator
|
|
27066
|
-
* FileHandler.bl_label
|
|
27067
|
-
* FileHandler.bl_file_extensions
|
|
27068
27102
|
|
|
27069
27103
|
:columns: 2
|
|
27070
27104
|
|
|
@@ -27093,9 +27127,15 @@ FileHandler
|
|
|
27093
27127
|
* bpy_struct.property_unset
|
|
27094
27128
|
* bpy_struct.type_recast
|
|
27095
27129
|
* bpy_struct.values
|
|
27096
|
-
|
|
27097
|
-
|
|
27098
|
-
|
|
27130
|
+
|
|
27131
|
+
:columns: 2
|
|
27132
|
+
|
|
27133
|
+
|
|
27134
|
+
--------------------
|
|
27135
|
+
|
|
27136
|
+
* Image.render_slots
|
|
27137
|
+
* RenderSlots.active
|
|
27138
|
+
* RenderSlots.new
|
|
27099
27139
|
|
|
27100
27140
|
:columns: 2
|
|
27101
27141
|
|
|
@@ -27137,9 +27177,7 @@ FileHandler
|
|
|
27137
27177
|
|
|
27138
27178
|
--------------------
|
|
27139
27179
|
|
|
27140
|
-
*
|
|
27141
|
-
* RenderSlots.active
|
|
27142
|
-
* RenderSlots.new
|
|
27180
|
+
* AssetMetaData.tags
|
|
27143
27181
|
|
|
27144
27182
|
:columns: 2
|
|
27145
27183
|
|
|
@@ -27147,78 +27185,36 @@ FileHandler
|
|
|
27147
27185
|
--------------------
|
|
27148
27186
|
|
|
27149
27187
|
* bpy_struct.id_data
|
|
27150
|
-
|
|
27151
|
-
|
|
27152
|
-
|
|
27153
|
-
|
|
27154
|
-
|
|
27155
|
-
|
|
27156
|
-
*
|
|
27157
|
-
*
|
|
27158
|
-
*
|
|
27159
|
-
*
|
|
27160
|
-
*
|
|
27161
|
-
*
|
|
27162
|
-
*
|
|
27163
|
-
*
|
|
27164
|
-
*
|
|
27165
|
-
*
|
|
27166
|
-
*
|
|
27167
|
-
*
|
|
27168
|
-
*
|
|
27169
|
-
*
|
|
27170
|
-
*
|
|
27171
|
-
*
|
|
27172
|
-
*
|
|
27173
|
-
*
|
|
27174
|
-
*
|
|
27175
|
-
*
|
|
27176
|
-
*
|
|
27177
|
-
*
|
|
27178
|
-
|
|
27179
|
-
|
|
27180
|
-
|
|
27181
|
-
|
|
27182
|
-
--------------------
|
|
27183
|
-
|
|
27184
|
-
* AssetMetaData.tags
|
|
27185
|
-
|
|
27186
|
-
:columns: 2
|
|
27187
|
-
|
|
27188
|
-
|
|
27189
|
-
--------------------
|
|
27190
|
-
|
|
27191
|
-
* bpy_struct.id_data
|
|
27192
|
-
* Node.type
|
|
27193
|
-
* Node.location
|
|
27194
|
-
* Node.width
|
|
27195
|
-
* Node.height
|
|
27196
|
-
* Node.dimensions
|
|
27197
|
-
* Node.name
|
|
27198
|
-
* Node.label
|
|
27199
|
-
* Node.inputs
|
|
27200
|
-
* Node.outputs
|
|
27201
|
-
* Node.internal_links
|
|
27202
|
-
* Node.parent
|
|
27203
|
-
* Node.use_custom_color
|
|
27204
|
-
* Node.color
|
|
27205
|
-
* Node.select
|
|
27206
|
-
* Node.show_options
|
|
27207
|
-
* Node.show_preview
|
|
27208
|
-
* Node.hide
|
|
27209
|
-
* Node.mute
|
|
27210
|
-
* Node.show_texture
|
|
27211
|
-
* Node.bl_idname
|
|
27212
|
-
* Node.bl_label
|
|
27213
|
-
* Node.bl_description
|
|
27214
|
-
* Node.bl_icon
|
|
27215
|
-
* Node.bl_static_type
|
|
27216
|
-
* Node.bl_width_default
|
|
27217
|
-
* Node.bl_width_min
|
|
27218
|
-
* Node.bl_width_max
|
|
27219
|
-
* Node.bl_height_default
|
|
27220
|
-
* Node.bl_height_min
|
|
27221
|
-
* Node.bl_height_max
|
|
27188
|
+
* Node.type
|
|
27189
|
+
* Node.location
|
|
27190
|
+
* Node.width
|
|
27191
|
+
* Node.height
|
|
27192
|
+
* Node.dimensions
|
|
27193
|
+
* Node.name
|
|
27194
|
+
* Node.label
|
|
27195
|
+
* Node.inputs
|
|
27196
|
+
* Node.outputs
|
|
27197
|
+
* Node.internal_links
|
|
27198
|
+
* Node.parent
|
|
27199
|
+
* Node.use_custom_color
|
|
27200
|
+
* Node.color
|
|
27201
|
+
* Node.select
|
|
27202
|
+
* Node.show_options
|
|
27203
|
+
* Node.show_preview
|
|
27204
|
+
* Node.hide
|
|
27205
|
+
* Node.mute
|
|
27206
|
+
* Node.show_texture
|
|
27207
|
+
* Node.bl_idname
|
|
27208
|
+
* Node.bl_label
|
|
27209
|
+
* Node.bl_description
|
|
27210
|
+
* Node.bl_icon
|
|
27211
|
+
* Node.bl_static_type
|
|
27212
|
+
* Node.bl_width_default
|
|
27213
|
+
* Node.bl_width_min
|
|
27214
|
+
* Node.bl_width_max
|
|
27215
|
+
* Node.bl_height_default
|
|
27216
|
+
* Node.bl_height_min
|
|
27217
|
+
* Node.bl_height_max
|
|
27222
27218
|
|
|
27223
27219
|
:columns: 2
|
|
27224
27220
|
|
|
@@ -27644,48 +27640,6 @@ FileHandler
|
|
|
27644
27640
|
:columns: 2
|
|
27645
27641
|
|
|
27646
27642
|
|
|
27647
|
-
--------------------
|
|
27648
|
-
|
|
27649
|
-
* bpy_struct.id_data
|
|
27650
|
-
|
|
27651
|
-
:columns: 2
|
|
27652
|
-
|
|
27653
|
-
|
|
27654
|
-
--------------------
|
|
27655
|
-
|
|
27656
|
-
* bpy_struct.as_pointer
|
|
27657
|
-
* bpy_struct.driver_add
|
|
27658
|
-
* bpy_struct.driver_remove
|
|
27659
|
-
* bpy_struct.get
|
|
27660
|
-
* bpy_struct.id_properties_clear
|
|
27661
|
-
* bpy_struct.id_properties_ensure
|
|
27662
|
-
* bpy_struct.id_properties_ui
|
|
27663
|
-
* bpy_struct.is_property_hidden
|
|
27664
|
-
* bpy_struct.is_property_overridable_library
|
|
27665
|
-
* bpy_struct.is_property_readonly
|
|
27666
|
-
* bpy_struct.is_property_set
|
|
27667
|
-
* bpy_struct.items
|
|
27668
|
-
* bpy_struct.keyframe_delete
|
|
27669
|
-
* bpy_struct.keyframe_insert
|
|
27670
|
-
* bpy_struct.keys
|
|
27671
|
-
* bpy_struct.path_from_id
|
|
27672
|
-
* bpy_struct.path_resolve
|
|
27673
|
-
* bpy_struct.pop
|
|
27674
|
-
* bpy_struct.property_overridable_library_set
|
|
27675
|
-
* bpy_struct.property_unset
|
|
27676
|
-
* bpy_struct.type_recast
|
|
27677
|
-
* bpy_struct.values
|
|
27678
|
-
|
|
27679
|
-
:columns: 2
|
|
27680
|
-
|
|
27681
|
-
|
|
27682
|
-
--------------------
|
|
27683
|
-
|
|
27684
|
-
* Animation.bindings
|
|
27685
|
-
|
|
27686
|
-
:columns: 2
|
|
27687
|
-
|
|
27688
|
-
|
|
27689
27643
|
--------------------
|
|
27690
27644
|
|
|
27691
27645
|
* bpy_struct.id_data
|
|
@@ -30203,48 +30157,6 @@ FileHandler
|
|
|
30203
30157
|
:columns: 2
|
|
30204
30158
|
|
|
30205
30159
|
|
|
30206
|
-
--------------------
|
|
30207
|
-
|
|
30208
|
-
* bpy_struct.id_data
|
|
30209
|
-
|
|
30210
|
-
:columns: 2
|
|
30211
|
-
|
|
30212
|
-
|
|
30213
|
-
--------------------
|
|
30214
|
-
|
|
30215
|
-
* bpy_struct.as_pointer
|
|
30216
|
-
* bpy_struct.driver_add
|
|
30217
|
-
* bpy_struct.driver_remove
|
|
30218
|
-
* bpy_struct.get
|
|
30219
|
-
* bpy_struct.id_properties_clear
|
|
30220
|
-
* bpy_struct.id_properties_ensure
|
|
30221
|
-
* bpy_struct.id_properties_ui
|
|
30222
|
-
* bpy_struct.is_property_hidden
|
|
30223
|
-
* bpy_struct.is_property_overridable_library
|
|
30224
|
-
* bpy_struct.is_property_readonly
|
|
30225
|
-
* bpy_struct.is_property_set
|
|
30226
|
-
* bpy_struct.items
|
|
30227
|
-
* bpy_struct.keyframe_delete
|
|
30228
|
-
* bpy_struct.keyframe_insert
|
|
30229
|
-
* bpy_struct.keys
|
|
30230
|
-
* bpy_struct.path_from_id
|
|
30231
|
-
* bpy_struct.path_resolve
|
|
30232
|
-
* bpy_struct.pop
|
|
30233
|
-
* bpy_struct.property_overridable_library_set
|
|
30234
|
-
* bpy_struct.property_unset
|
|
30235
|
-
* bpy_struct.type_recast
|
|
30236
|
-
* bpy_struct.values
|
|
30237
|
-
|
|
30238
|
-
:columns: 2
|
|
30239
|
-
|
|
30240
|
-
|
|
30241
|
-
--------------------
|
|
30242
|
-
|
|
30243
|
-
* AnimationLayer.strips
|
|
30244
|
-
|
|
30245
|
-
:columns: 2
|
|
30246
|
-
|
|
30247
|
-
|
|
30248
30160
|
--------------------
|
|
30249
30161
|
|
|
30250
30162
|
* bpy_struct.id_data
|
|
@@ -37710,6 +37622,48 @@ Base class for integrating USD Hydra based renderers.
|
|
|
37710
37622
|
:columns: 2
|
|
37711
37623
|
|
|
37712
37624
|
|
|
37625
|
+
--------------------
|
|
37626
|
+
|
|
37627
|
+
* bpy_struct.id_data
|
|
37628
|
+
|
|
37629
|
+
:columns: 2
|
|
37630
|
+
|
|
37631
|
+
|
|
37632
|
+
--------------------
|
|
37633
|
+
|
|
37634
|
+
* bpy_struct.as_pointer
|
|
37635
|
+
* bpy_struct.driver_add
|
|
37636
|
+
* bpy_struct.driver_remove
|
|
37637
|
+
* bpy_struct.get
|
|
37638
|
+
* bpy_struct.id_properties_clear
|
|
37639
|
+
* bpy_struct.id_properties_ensure
|
|
37640
|
+
* bpy_struct.id_properties_ui
|
|
37641
|
+
* bpy_struct.is_property_hidden
|
|
37642
|
+
* bpy_struct.is_property_overridable_library
|
|
37643
|
+
* bpy_struct.is_property_readonly
|
|
37644
|
+
* bpy_struct.is_property_set
|
|
37645
|
+
* bpy_struct.items
|
|
37646
|
+
* bpy_struct.keyframe_delete
|
|
37647
|
+
* bpy_struct.keyframe_insert
|
|
37648
|
+
* bpy_struct.keys
|
|
37649
|
+
* bpy_struct.path_from_id
|
|
37650
|
+
* bpy_struct.path_resolve
|
|
37651
|
+
* bpy_struct.pop
|
|
37652
|
+
* bpy_struct.property_overridable_library_set
|
|
37653
|
+
* bpy_struct.property_unset
|
|
37654
|
+
* bpy_struct.type_recast
|
|
37655
|
+
* bpy_struct.values
|
|
37656
|
+
|
|
37657
|
+
:columns: 2
|
|
37658
|
+
|
|
37659
|
+
|
|
37660
|
+
--------------------
|
|
37661
|
+
|
|
37662
|
+
* Action.bindings
|
|
37663
|
+
|
|
37664
|
+
:columns: 2
|
|
37665
|
+
|
|
37666
|
+
|
|
37713
37667
|
--------------------
|
|
37714
37668
|
|
|
37715
37669
|
* bpy_struct.id_data
|
|
@@ -38140,48 +38094,6 @@ Base class for integrating USD Hydra based renderers.
|
|
|
38140
38094
|
:columns: 2
|
|
38141
38095
|
|
|
38142
38096
|
|
|
38143
|
-
--------------------
|
|
38144
|
-
|
|
38145
|
-
* BlendData.animations
|
|
38146
|
-
|
|
38147
|
-
:columns: 2
|
|
38148
|
-
|
|
38149
|
-
|
|
38150
|
-
--------------------
|
|
38151
|
-
|
|
38152
|
-
* bpy_struct.id_data
|
|
38153
|
-
|
|
38154
|
-
:columns: 2
|
|
38155
|
-
|
|
38156
|
-
|
|
38157
|
-
--------------------
|
|
38158
|
-
|
|
38159
|
-
* bpy_struct.as_pointer
|
|
38160
|
-
* bpy_struct.driver_add
|
|
38161
|
-
* bpy_struct.driver_remove
|
|
38162
|
-
* bpy_struct.get
|
|
38163
|
-
* bpy_struct.id_properties_clear
|
|
38164
|
-
* bpy_struct.id_properties_ensure
|
|
38165
|
-
* bpy_struct.id_properties_ui
|
|
38166
|
-
* bpy_struct.is_property_hidden
|
|
38167
|
-
* bpy_struct.is_property_overridable_library
|
|
38168
|
-
* bpy_struct.is_property_readonly
|
|
38169
|
-
* bpy_struct.is_property_set
|
|
38170
|
-
* bpy_struct.items
|
|
38171
|
-
* bpy_struct.keyframe_delete
|
|
38172
|
-
* bpy_struct.keyframe_insert
|
|
38173
|
-
* bpy_struct.keys
|
|
38174
|
-
* bpy_struct.path_from_id
|
|
38175
|
-
* bpy_struct.path_resolve
|
|
38176
|
-
* bpy_struct.pop
|
|
38177
|
-
* bpy_struct.property_overridable_library_set
|
|
38178
|
-
* bpy_struct.property_unset
|
|
38179
|
-
* bpy_struct.type_recast
|
|
38180
|
-
* bpy_struct.values
|
|
38181
|
-
|
|
38182
|
-
:columns: 2
|
|
38183
|
-
|
|
38184
|
-
|
|
38185
38097
|
--------------------
|
|
38186
38098
|
|
|
38187
38099
|
* Theme.properties
|
|
@@ -41148,77 +41060,33 @@ Base class for integrating USD Hydra based renderers.
|
|
|
41148
41060
|
--------------------
|
|
41149
41061
|
|
|
41150
41062
|
* bpy_struct.id_data
|
|
41151
|
-
|
|
41152
|
-
|
|
41153
|
-
|
|
41154
|
-
|
|
41155
|
-
|
|
41156
|
-
|
|
41157
|
-
*
|
|
41158
|
-
*
|
|
41159
|
-
*
|
|
41160
|
-
*
|
|
41161
|
-
*
|
|
41162
|
-
*
|
|
41163
|
-
*
|
|
41164
|
-
*
|
|
41165
|
-
*
|
|
41166
|
-
*
|
|
41167
|
-
*
|
|
41168
|
-
*
|
|
41169
|
-
*
|
|
41170
|
-
*
|
|
41171
|
-
*
|
|
41172
|
-
*
|
|
41173
|
-
*
|
|
41174
|
-
*
|
|
41175
|
-
*
|
|
41176
|
-
*
|
|
41177
|
-
*
|
|
41178
|
-
* bpy_struct.values
|
|
41179
|
-
|
|
41180
|
-
:columns: 2
|
|
41181
|
-
|
|
41182
|
-
|
|
41183
|
-
--------------------
|
|
41184
|
-
|
|
41185
|
-
* AnimationLayer.strips
|
|
41186
|
-
* AnimationStrips.new
|
|
41187
|
-
* AnimationStrips.remove
|
|
41188
|
-
|
|
41189
|
-
:columns: 2
|
|
41190
|
-
|
|
41191
|
-
|
|
41192
|
-
--------------------
|
|
41193
|
-
|
|
41194
|
-
* bpy_struct.id_data
|
|
41195
|
-
* Sequence.name
|
|
41196
|
-
* Sequence.type
|
|
41197
|
-
* Sequence.select
|
|
41198
|
-
* Sequence.select_left_handle
|
|
41199
|
-
* Sequence.select_right_handle
|
|
41200
|
-
* Sequence.mute
|
|
41201
|
-
* Sequence.lock
|
|
41202
|
-
* Sequence.frame_final_duration
|
|
41203
|
-
* Sequence.frame_duration
|
|
41204
|
-
* Sequence.frame_start
|
|
41205
|
-
* Sequence.frame_final_start
|
|
41206
|
-
* Sequence.frame_final_end
|
|
41207
|
-
* Sequence.frame_offset_start
|
|
41208
|
-
* Sequence.frame_offset_end
|
|
41209
|
-
* Sequence.channel
|
|
41210
|
-
* Sequence.use_linear_modifiers
|
|
41211
|
-
* Sequence.blend_type
|
|
41212
|
-
* Sequence.blend_alpha
|
|
41213
|
-
* Sequence.effect_fader
|
|
41214
|
-
* Sequence.use_default_fade
|
|
41215
|
-
* Sequence.color_tag
|
|
41216
|
-
* Sequence.modifiers
|
|
41217
|
-
* Sequence.use_cache_raw
|
|
41218
|
-
* Sequence.use_cache_preprocessed
|
|
41219
|
-
* Sequence.use_cache_composite
|
|
41220
|
-
* Sequence.override_cache_settings
|
|
41221
|
-
* Sequence.show_retiming_keys
|
|
41063
|
+
* Sequence.name
|
|
41064
|
+
* Sequence.type
|
|
41065
|
+
* Sequence.select
|
|
41066
|
+
* Sequence.select_left_handle
|
|
41067
|
+
* Sequence.select_right_handle
|
|
41068
|
+
* Sequence.mute
|
|
41069
|
+
* Sequence.lock
|
|
41070
|
+
* Sequence.frame_final_duration
|
|
41071
|
+
* Sequence.frame_duration
|
|
41072
|
+
* Sequence.frame_start
|
|
41073
|
+
* Sequence.frame_final_start
|
|
41074
|
+
* Sequence.frame_final_end
|
|
41075
|
+
* Sequence.frame_offset_start
|
|
41076
|
+
* Sequence.frame_offset_end
|
|
41077
|
+
* Sequence.channel
|
|
41078
|
+
* Sequence.use_linear_modifiers
|
|
41079
|
+
* Sequence.blend_type
|
|
41080
|
+
* Sequence.blend_alpha
|
|
41081
|
+
* Sequence.effect_fader
|
|
41082
|
+
* Sequence.use_default_fade
|
|
41083
|
+
* Sequence.color_tag
|
|
41084
|
+
* Sequence.modifiers
|
|
41085
|
+
* Sequence.use_cache_raw
|
|
41086
|
+
* Sequence.use_cache_preprocessed
|
|
41087
|
+
* Sequence.use_cache_composite
|
|
41088
|
+
* Sequence.override_cache_settings
|
|
41089
|
+
* Sequence.show_retiming_keys
|
|
41222
41090
|
|
|
41223
41091
|
:columns: 2
|
|
41224
41092
|
|
|
@@ -41870,6 +41738,7 @@ Base class for integrating USD Hydra based renderers.
|
|
|
41870
41738
|
* bpy.context.selected_visible_fcurves
|
|
41871
41739
|
* bpy.context.visible_fcurves
|
|
41872
41740
|
* Action.fcurves
|
|
41741
|
+
* ActionChannelBag.fcurves
|
|
41873
41742
|
* ActionFCurves.find
|
|
41874
41743
|
* ActionFCurves.new
|
|
41875
41744
|
* ActionFCurves.remove
|
|
@@ -41880,7 +41749,6 @@ Base class for integrating USD Hydra based renderers.
|
|
|
41880
41749
|
* AnimDataDrivers.from_existing
|
|
41881
41750
|
* AnimDataDrivers.new
|
|
41882
41751
|
* AnimDataDrivers.remove
|
|
41883
|
-
* AnimationChannelBag.fcurves
|
|
41884
41752
|
* NlaStrip.fcurves
|
|
41885
41753
|
* NlaStripFCurves.find
|
|
41886
41754
|
|
|
@@ -43884,7 +43752,11 @@ Base class for integrating USD Hydra based renderers.
|
|
|
43884
43752
|
|
|
43885
43753
|
--------------------
|
|
43886
43754
|
|
|
43887
|
-
*
|
|
43755
|
+
* ParticleHairKey.co_object
|
|
43756
|
+
* ParticleHairKey.co_object_set
|
|
43757
|
+
* ParticleSystem.mcol_on_emitter
|
|
43758
|
+
* ParticleSystem.particles
|
|
43759
|
+
* ParticleSystem.uv_on_emitter
|
|
43888
43760
|
|
|
43889
43761
|
:columns: 2
|
|
43890
43762
|
|
|
@@ -43892,6 +43764,36 @@ Base class for integrating USD Hydra based renderers.
|
|
|
43892
43764
|
--------------------
|
|
43893
43765
|
|
|
43894
43766
|
* bpy_struct.id_data
|
|
43767
|
+
* Node.type
|
|
43768
|
+
* Node.location
|
|
43769
|
+
* Node.width
|
|
43770
|
+
* Node.height
|
|
43771
|
+
* Node.dimensions
|
|
43772
|
+
* Node.name
|
|
43773
|
+
* Node.label
|
|
43774
|
+
* Node.inputs
|
|
43775
|
+
* Node.outputs
|
|
43776
|
+
* Node.internal_links
|
|
43777
|
+
* Node.parent
|
|
43778
|
+
* Node.use_custom_color
|
|
43779
|
+
* Node.color
|
|
43780
|
+
* Node.select
|
|
43781
|
+
* Node.show_options
|
|
43782
|
+
* Node.show_preview
|
|
43783
|
+
* Node.hide
|
|
43784
|
+
* Node.mute
|
|
43785
|
+
* Node.show_texture
|
|
43786
|
+
* Node.bl_idname
|
|
43787
|
+
* Node.bl_label
|
|
43788
|
+
* Node.bl_description
|
|
43789
|
+
* Node.bl_icon
|
|
43790
|
+
* Node.bl_static_type
|
|
43791
|
+
* Node.bl_width_default
|
|
43792
|
+
* Node.bl_width_min
|
|
43793
|
+
* Node.bl_width_max
|
|
43794
|
+
* Node.bl_height_default
|
|
43795
|
+
* Node.bl_height_min
|
|
43796
|
+
* Node.bl_height_max
|
|
43895
43797
|
|
|
43896
43798
|
:columns: 2
|
|
43897
43799
|
|
|
@@ -43920,17 +43822,137 @@ Base class for integrating USD Hydra based renderers.
|
|
|
43920
43822
|
* bpy_struct.property_unset
|
|
43921
43823
|
* bpy_struct.type_recast
|
|
43922
43824
|
* bpy_struct.values
|
|
43825
|
+
* Node.socket_value_update
|
|
43826
|
+
* Node.is_registered_node_type
|
|
43827
|
+
* Node.poll
|
|
43828
|
+
* Node.poll_instance
|
|
43829
|
+
* Node.update
|
|
43830
|
+
* Node.insert_link
|
|
43831
|
+
* Node.init
|
|
43832
|
+
* Node.copy
|
|
43833
|
+
* Node.free
|
|
43834
|
+
* Node.draw_buttons
|
|
43835
|
+
* Node.draw_buttons_ext
|
|
43836
|
+
* Node.draw_label
|
|
43837
|
+
* Node.poll
|
|
43838
|
+
* Node.bl_rna_get_subclass
|
|
43839
|
+
* Node.bl_rna_get_subclass_py
|
|
43840
|
+
* NodeInternal.poll
|
|
43841
|
+
* NodeInternal.poll_instance
|
|
43842
|
+
* NodeInternal.update
|
|
43843
|
+
* NodeInternal.draw_buttons
|
|
43844
|
+
* NodeInternal.draw_buttons_ext
|
|
43845
|
+
* NodeInternal.bl_rna_get_subclass
|
|
43846
|
+
* NodeInternal.bl_rna_get_subclass_py
|
|
43847
|
+
* ShaderNode.poll
|
|
43848
|
+
* ShaderNode.bl_rna_get_subclass
|
|
43849
|
+
* ShaderNode.bl_rna_get_subclass_py
|
|
43923
43850
|
|
|
43924
43851
|
:columns: 2
|
|
43925
43852
|
|
|
43926
43853
|
|
|
43927
43854
|
--------------------
|
|
43928
43855
|
|
|
43929
|
-
*
|
|
43930
|
-
*
|
|
43931
|
-
*
|
|
43932
|
-
*
|
|
43933
|
-
*
|
|
43856
|
+
* bpy_struct.id_data
|
|
43857
|
+
* Constraint.name
|
|
43858
|
+
* Constraint.type
|
|
43859
|
+
* Constraint.is_override_data
|
|
43860
|
+
* Constraint.owner_space
|
|
43861
|
+
* Constraint.target_space
|
|
43862
|
+
* Constraint.space_object
|
|
43863
|
+
* Constraint.space_subtarget
|
|
43864
|
+
* Constraint.mute
|
|
43865
|
+
* Constraint.enabled
|
|
43866
|
+
* Constraint.show_expanded
|
|
43867
|
+
* Constraint.is_valid
|
|
43868
|
+
* Constraint.active
|
|
43869
|
+
* Constraint.influence
|
|
43870
|
+
* Constraint.error_location
|
|
43871
|
+
* Constraint.error_rotation
|
|
43872
|
+
|
|
43873
|
+
:columns: 2
|
|
43874
|
+
|
|
43875
|
+
|
|
43876
|
+
--------------------
|
|
43877
|
+
|
|
43878
|
+
* bpy_struct.as_pointer
|
|
43879
|
+
* bpy_struct.driver_add
|
|
43880
|
+
* bpy_struct.driver_remove
|
|
43881
|
+
* bpy_struct.get
|
|
43882
|
+
* bpy_struct.id_properties_clear
|
|
43883
|
+
* bpy_struct.id_properties_ensure
|
|
43884
|
+
* bpy_struct.id_properties_ui
|
|
43885
|
+
* bpy_struct.is_property_hidden
|
|
43886
|
+
* bpy_struct.is_property_overridable_library
|
|
43887
|
+
* bpy_struct.is_property_readonly
|
|
43888
|
+
* bpy_struct.is_property_set
|
|
43889
|
+
* bpy_struct.items
|
|
43890
|
+
* bpy_struct.keyframe_delete
|
|
43891
|
+
* bpy_struct.keyframe_insert
|
|
43892
|
+
* bpy_struct.keys
|
|
43893
|
+
* bpy_struct.path_from_id
|
|
43894
|
+
* bpy_struct.path_resolve
|
|
43895
|
+
* bpy_struct.pop
|
|
43896
|
+
* bpy_struct.property_overridable_library_set
|
|
43897
|
+
* bpy_struct.property_unset
|
|
43898
|
+
* bpy_struct.type_recast
|
|
43899
|
+
* bpy_struct.values
|
|
43900
|
+
* Constraint.bl_rna_get_subclass
|
|
43901
|
+
* Constraint.bl_rna_get_subclass_py
|
|
43902
|
+
|
|
43903
|
+
:columns: 2
|
|
43904
|
+
|
|
43905
|
+
|
|
43906
|
+
--------------------
|
|
43907
|
+
|
|
43908
|
+
* bpy_struct.id_data
|
|
43909
|
+
* UIList.bl_idname
|
|
43910
|
+
* UIList.list_id
|
|
43911
|
+
* UIList.layout_type
|
|
43912
|
+
* UIList.use_filter_show
|
|
43913
|
+
* UIList.filter_name
|
|
43914
|
+
* UIList.use_filter_invert
|
|
43915
|
+
* UIList.use_filter_sort_alpha
|
|
43916
|
+
* UIList.use_filter_sort_reverse
|
|
43917
|
+
* UIList.use_filter_sort_lock
|
|
43918
|
+
* UIList.bitflag_filter_item
|
|
43919
|
+
|
|
43920
|
+
:columns: 2
|
|
43921
|
+
|
|
43922
|
+
|
|
43923
|
+
--------------------
|
|
43924
|
+
|
|
43925
|
+
* bpy_struct.as_pointer
|
|
43926
|
+
* bpy_struct.driver_add
|
|
43927
|
+
* bpy_struct.driver_remove
|
|
43928
|
+
* bpy_struct.get
|
|
43929
|
+
* bpy_struct.id_properties_clear
|
|
43930
|
+
* bpy_struct.id_properties_ensure
|
|
43931
|
+
* bpy_struct.id_properties_ui
|
|
43932
|
+
* bpy_struct.is_property_hidden
|
|
43933
|
+
* bpy_struct.is_property_overridable_library
|
|
43934
|
+
* bpy_struct.is_property_readonly
|
|
43935
|
+
* bpy_struct.is_property_set
|
|
43936
|
+
* bpy_struct.items
|
|
43937
|
+
* bpy_struct.keyframe_delete
|
|
43938
|
+
* bpy_struct.keyframe_insert
|
|
43939
|
+
* bpy_struct.keys
|
|
43940
|
+
* bpy_struct.path_from_id
|
|
43941
|
+
* bpy_struct.path_resolve
|
|
43942
|
+
* bpy_struct.pop
|
|
43943
|
+
* bpy_struct.property_overridable_library_set
|
|
43944
|
+
* bpy_struct.property_unset
|
|
43945
|
+
* bpy_struct.type_recast
|
|
43946
|
+
* bpy_struct.values
|
|
43947
|
+
* UIList.draw_item
|
|
43948
|
+
* UIList.draw_filter
|
|
43949
|
+
* UIList.filter_items
|
|
43950
|
+
* UIList.append
|
|
43951
|
+
* UIList.is_extended
|
|
43952
|
+
* UIList.prepend
|
|
43953
|
+
* UIList.remove
|
|
43954
|
+
* UIList.bl_rna_get_subclass
|
|
43955
|
+
* UIList.bl_rna_get_subclass_py
|
|
43934
43956
|
|
|
43935
43957
|
:columns: 2
|
|
43936
43958
|
|
|
@@ -44018,9 +44040,9 @@ Base class for integrating USD Hydra based renderers.
|
|
|
44018
44040
|
* NodeInternal.draw_buttons_ext
|
|
44019
44041
|
* NodeInternal.bl_rna_get_subclass
|
|
44020
44042
|
* NodeInternal.bl_rna_get_subclass_py
|
|
44021
|
-
*
|
|
44022
|
-
*
|
|
44023
|
-
*
|
|
44043
|
+
* TextureNode.poll
|
|
44044
|
+
* TextureNode.bl_rna_get_subclass
|
|
44045
|
+
* TextureNode.bl_rna_get_subclass_py
|
|
44024
44046
|
|
|
44025
44047
|
:columns: 2
|
|
44026
44048
|
|
|
@@ -44028,205 +44050,9 @@ Base class for integrating USD Hydra based renderers.
|
|
|
44028
44050
|
--------------------
|
|
44029
44051
|
|
|
44030
44052
|
* bpy_struct.id_data
|
|
44031
|
-
*
|
|
44032
|
-
*
|
|
44033
|
-
*
|
|
44034
|
-
* Constraint.owner_space
|
|
44035
|
-
* Constraint.target_space
|
|
44036
|
-
* Constraint.space_object
|
|
44037
|
-
* Constraint.space_subtarget
|
|
44038
|
-
* Constraint.mute
|
|
44039
|
-
* Constraint.enabled
|
|
44040
|
-
* Constraint.show_expanded
|
|
44041
|
-
* Constraint.is_valid
|
|
44042
|
-
* Constraint.active
|
|
44043
|
-
* Constraint.influence
|
|
44044
|
-
* Constraint.error_location
|
|
44045
|
-
* Constraint.error_rotation
|
|
44046
|
-
|
|
44047
|
-
:columns: 2
|
|
44048
|
-
|
|
44049
|
-
|
|
44050
|
-
--------------------
|
|
44051
|
-
|
|
44052
|
-
* bpy_struct.as_pointer
|
|
44053
|
-
* bpy_struct.driver_add
|
|
44054
|
-
* bpy_struct.driver_remove
|
|
44055
|
-
* bpy_struct.get
|
|
44056
|
-
* bpy_struct.id_properties_clear
|
|
44057
|
-
* bpy_struct.id_properties_ensure
|
|
44058
|
-
* bpy_struct.id_properties_ui
|
|
44059
|
-
* bpy_struct.is_property_hidden
|
|
44060
|
-
* bpy_struct.is_property_overridable_library
|
|
44061
|
-
* bpy_struct.is_property_readonly
|
|
44062
|
-
* bpy_struct.is_property_set
|
|
44063
|
-
* bpy_struct.items
|
|
44064
|
-
* bpy_struct.keyframe_delete
|
|
44065
|
-
* bpy_struct.keyframe_insert
|
|
44066
|
-
* bpy_struct.keys
|
|
44067
|
-
* bpy_struct.path_from_id
|
|
44068
|
-
* bpy_struct.path_resolve
|
|
44069
|
-
* bpy_struct.pop
|
|
44070
|
-
* bpy_struct.property_overridable_library_set
|
|
44071
|
-
* bpy_struct.property_unset
|
|
44072
|
-
* bpy_struct.type_recast
|
|
44073
|
-
* bpy_struct.values
|
|
44074
|
-
* Constraint.bl_rna_get_subclass
|
|
44075
|
-
* Constraint.bl_rna_get_subclass_py
|
|
44076
|
-
|
|
44077
|
-
:columns: 2
|
|
44078
|
-
|
|
44079
|
-
|
|
44080
|
-
--------------------
|
|
44081
|
-
|
|
44082
|
-
* bpy_struct.id_data
|
|
44083
|
-
* UIList.bl_idname
|
|
44084
|
-
* UIList.list_id
|
|
44085
|
-
* UIList.layout_type
|
|
44086
|
-
* UIList.use_filter_show
|
|
44087
|
-
* UIList.filter_name
|
|
44088
|
-
* UIList.use_filter_invert
|
|
44089
|
-
* UIList.use_filter_sort_alpha
|
|
44090
|
-
* UIList.use_filter_sort_reverse
|
|
44091
|
-
* UIList.use_filter_sort_lock
|
|
44092
|
-
* UIList.bitflag_filter_item
|
|
44093
|
-
|
|
44094
|
-
:columns: 2
|
|
44095
|
-
|
|
44096
|
-
|
|
44097
|
-
--------------------
|
|
44098
|
-
|
|
44099
|
-
* bpy_struct.as_pointer
|
|
44100
|
-
* bpy_struct.driver_add
|
|
44101
|
-
* bpy_struct.driver_remove
|
|
44102
|
-
* bpy_struct.get
|
|
44103
|
-
* bpy_struct.id_properties_clear
|
|
44104
|
-
* bpy_struct.id_properties_ensure
|
|
44105
|
-
* bpy_struct.id_properties_ui
|
|
44106
|
-
* bpy_struct.is_property_hidden
|
|
44107
|
-
* bpy_struct.is_property_overridable_library
|
|
44108
|
-
* bpy_struct.is_property_readonly
|
|
44109
|
-
* bpy_struct.is_property_set
|
|
44110
|
-
* bpy_struct.items
|
|
44111
|
-
* bpy_struct.keyframe_delete
|
|
44112
|
-
* bpy_struct.keyframe_insert
|
|
44113
|
-
* bpy_struct.keys
|
|
44114
|
-
* bpy_struct.path_from_id
|
|
44115
|
-
* bpy_struct.path_resolve
|
|
44116
|
-
* bpy_struct.pop
|
|
44117
|
-
* bpy_struct.property_overridable_library_set
|
|
44118
|
-
* bpy_struct.property_unset
|
|
44119
|
-
* bpy_struct.type_recast
|
|
44120
|
-
* bpy_struct.values
|
|
44121
|
-
* UIList.draw_item
|
|
44122
|
-
* UIList.draw_filter
|
|
44123
|
-
* UIList.filter_items
|
|
44124
|
-
* UIList.append
|
|
44125
|
-
* UIList.is_extended
|
|
44126
|
-
* UIList.prepend
|
|
44127
|
-
* UIList.remove
|
|
44128
|
-
* UIList.bl_rna_get_subclass
|
|
44129
|
-
* UIList.bl_rna_get_subclass_py
|
|
44130
|
-
|
|
44131
|
-
:columns: 2
|
|
44132
|
-
|
|
44133
|
-
|
|
44134
|
-
--------------------
|
|
44135
|
-
|
|
44136
|
-
* bpy_struct.id_data
|
|
44137
|
-
* Node.type
|
|
44138
|
-
* Node.location
|
|
44139
|
-
* Node.width
|
|
44140
|
-
* Node.height
|
|
44141
|
-
* Node.dimensions
|
|
44142
|
-
* Node.name
|
|
44143
|
-
* Node.label
|
|
44144
|
-
* Node.inputs
|
|
44145
|
-
* Node.outputs
|
|
44146
|
-
* Node.internal_links
|
|
44147
|
-
* Node.parent
|
|
44148
|
-
* Node.use_custom_color
|
|
44149
|
-
* Node.color
|
|
44150
|
-
* Node.select
|
|
44151
|
-
* Node.show_options
|
|
44152
|
-
* Node.show_preview
|
|
44153
|
-
* Node.hide
|
|
44154
|
-
* Node.mute
|
|
44155
|
-
* Node.show_texture
|
|
44156
|
-
* Node.bl_idname
|
|
44157
|
-
* Node.bl_label
|
|
44158
|
-
* Node.bl_description
|
|
44159
|
-
* Node.bl_icon
|
|
44160
|
-
* Node.bl_static_type
|
|
44161
|
-
* Node.bl_width_default
|
|
44162
|
-
* Node.bl_width_min
|
|
44163
|
-
* Node.bl_width_max
|
|
44164
|
-
* Node.bl_height_default
|
|
44165
|
-
* Node.bl_height_min
|
|
44166
|
-
* Node.bl_height_max
|
|
44167
|
-
|
|
44168
|
-
:columns: 2
|
|
44169
|
-
|
|
44170
|
-
|
|
44171
|
-
--------------------
|
|
44172
|
-
|
|
44173
|
-
* bpy_struct.as_pointer
|
|
44174
|
-
* bpy_struct.driver_add
|
|
44175
|
-
* bpy_struct.driver_remove
|
|
44176
|
-
* bpy_struct.get
|
|
44177
|
-
* bpy_struct.id_properties_clear
|
|
44178
|
-
* bpy_struct.id_properties_ensure
|
|
44179
|
-
* bpy_struct.id_properties_ui
|
|
44180
|
-
* bpy_struct.is_property_hidden
|
|
44181
|
-
* bpy_struct.is_property_overridable_library
|
|
44182
|
-
* bpy_struct.is_property_readonly
|
|
44183
|
-
* bpy_struct.is_property_set
|
|
44184
|
-
* bpy_struct.items
|
|
44185
|
-
* bpy_struct.keyframe_delete
|
|
44186
|
-
* bpy_struct.keyframe_insert
|
|
44187
|
-
* bpy_struct.keys
|
|
44188
|
-
* bpy_struct.path_from_id
|
|
44189
|
-
* bpy_struct.path_resolve
|
|
44190
|
-
* bpy_struct.pop
|
|
44191
|
-
* bpy_struct.property_overridable_library_set
|
|
44192
|
-
* bpy_struct.property_unset
|
|
44193
|
-
* bpy_struct.type_recast
|
|
44194
|
-
* bpy_struct.values
|
|
44195
|
-
* Node.socket_value_update
|
|
44196
|
-
* Node.is_registered_node_type
|
|
44197
|
-
* Node.poll
|
|
44198
|
-
* Node.poll_instance
|
|
44199
|
-
* Node.update
|
|
44200
|
-
* Node.insert_link
|
|
44201
|
-
* Node.init
|
|
44202
|
-
* Node.copy
|
|
44203
|
-
* Node.free
|
|
44204
|
-
* Node.draw_buttons
|
|
44205
|
-
* Node.draw_buttons_ext
|
|
44206
|
-
* Node.draw_label
|
|
44207
|
-
* Node.poll
|
|
44208
|
-
* Node.bl_rna_get_subclass
|
|
44209
|
-
* Node.bl_rna_get_subclass_py
|
|
44210
|
-
* NodeInternal.poll
|
|
44211
|
-
* NodeInternal.poll_instance
|
|
44212
|
-
* NodeInternal.update
|
|
44213
|
-
* NodeInternal.draw_buttons
|
|
44214
|
-
* NodeInternal.draw_buttons_ext
|
|
44215
|
-
* NodeInternal.bl_rna_get_subclass
|
|
44216
|
-
* NodeInternal.bl_rna_get_subclass_py
|
|
44217
|
-
* TextureNode.poll
|
|
44218
|
-
* TextureNode.bl_rna_get_subclass
|
|
44219
|
-
* TextureNode.bl_rna_get_subclass_py
|
|
44220
|
-
|
|
44221
|
-
:columns: 2
|
|
44222
|
-
|
|
44223
|
-
|
|
44224
|
-
--------------------
|
|
44225
|
-
|
|
44226
|
-
* bpy_struct.id_data
|
|
44227
|
-
* Space.type
|
|
44228
|
-
* Space.show_locked_time
|
|
44229
|
-
* Space.show_region_header
|
|
44053
|
+
* Space.type
|
|
44054
|
+
* Space.show_locked_time
|
|
44055
|
+
* Space.show_region_header
|
|
44230
44056
|
|
|
44231
44057
|
:columns: 2
|
|
44232
44058
|
|
|
@@ -44747,48 +44573,6 @@ Base class for integrating USD Hydra based renderers.
|
|
|
44747
44573
|
:columns: 2
|
|
44748
44574
|
|
|
44749
44575
|
|
|
44750
|
-
--------------------
|
|
44751
|
-
|
|
44752
|
-
* KeyframeAnimationStrip.channelbags
|
|
44753
|
-
|
|
44754
|
-
:columns: 2
|
|
44755
|
-
|
|
44756
|
-
|
|
44757
|
-
--------------------
|
|
44758
|
-
|
|
44759
|
-
* bpy_struct.id_data
|
|
44760
|
-
|
|
44761
|
-
:columns: 2
|
|
44762
|
-
|
|
44763
|
-
|
|
44764
|
-
--------------------
|
|
44765
|
-
|
|
44766
|
-
* bpy_struct.as_pointer
|
|
44767
|
-
* bpy_struct.driver_add
|
|
44768
|
-
* bpy_struct.driver_remove
|
|
44769
|
-
* bpy_struct.get
|
|
44770
|
-
* bpy_struct.id_properties_clear
|
|
44771
|
-
* bpy_struct.id_properties_ensure
|
|
44772
|
-
* bpy_struct.id_properties_ui
|
|
44773
|
-
* bpy_struct.is_property_hidden
|
|
44774
|
-
* bpy_struct.is_property_overridable_library
|
|
44775
|
-
* bpy_struct.is_property_readonly
|
|
44776
|
-
* bpy_struct.is_property_set
|
|
44777
|
-
* bpy_struct.items
|
|
44778
|
-
* bpy_struct.keyframe_delete
|
|
44779
|
-
* bpy_struct.keyframe_insert
|
|
44780
|
-
* bpy_struct.keys
|
|
44781
|
-
* bpy_struct.path_from_id
|
|
44782
|
-
* bpy_struct.path_resolve
|
|
44783
|
-
* bpy_struct.pop
|
|
44784
|
-
* bpy_struct.property_overridable_library_set
|
|
44785
|
-
* bpy_struct.property_unset
|
|
44786
|
-
* bpy_struct.type_recast
|
|
44787
|
-
* bpy_struct.values
|
|
44788
|
-
|
|
44789
|
-
:columns: 2
|
|
44790
|
-
|
|
44791
|
-
|
|
44792
44576
|
--------------------
|
|
44793
44577
|
|
|
44794
44578
|
* DynamicPaintCanvasSettings.canvas_surfaces
|
|
@@ -47365,6 +47149,50 @@ Executing the operator will then print all values.
|
|
|
47365
47149
|
:columns: 2
|
|
47366
47150
|
|
|
47367
47151
|
|
|
47152
|
+
--------------------
|
|
47153
|
+
|
|
47154
|
+
* bpy_struct.id_data
|
|
47155
|
+
|
|
47156
|
+
:columns: 2
|
|
47157
|
+
|
|
47158
|
+
|
|
47159
|
+
--------------------
|
|
47160
|
+
|
|
47161
|
+
* bpy_struct.as_pointer
|
|
47162
|
+
* bpy_struct.driver_add
|
|
47163
|
+
* bpy_struct.driver_remove
|
|
47164
|
+
* bpy_struct.get
|
|
47165
|
+
* bpy_struct.id_properties_clear
|
|
47166
|
+
* bpy_struct.id_properties_ensure
|
|
47167
|
+
* bpy_struct.id_properties_ui
|
|
47168
|
+
* bpy_struct.is_property_hidden
|
|
47169
|
+
* bpy_struct.is_property_overridable_library
|
|
47170
|
+
* bpy_struct.is_property_readonly
|
|
47171
|
+
* bpy_struct.is_property_set
|
|
47172
|
+
* bpy_struct.items
|
|
47173
|
+
* bpy_struct.keyframe_delete
|
|
47174
|
+
* bpy_struct.keyframe_insert
|
|
47175
|
+
* bpy_struct.keys
|
|
47176
|
+
* bpy_struct.path_from_id
|
|
47177
|
+
* bpy_struct.path_resolve
|
|
47178
|
+
* bpy_struct.pop
|
|
47179
|
+
* bpy_struct.property_overridable_library_set
|
|
47180
|
+
* bpy_struct.property_unset
|
|
47181
|
+
* bpy_struct.type_recast
|
|
47182
|
+
* bpy_struct.values
|
|
47183
|
+
|
|
47184
|
+
:columns: 2
|
|
47185
|
+
|
|
47186
|
+
|
|
47187
|
+
--------------------
|
|
47188
|
+
|
|
47189
|
+
* Action.layers
|
|
47190
|
+
* ActionLayers.new
|
|
47191
|
+
* ActionLayers.remove
|
|
47192
|
+
|
|
47193
|
+
:columns: 2
|
|
47194
|
+
|
|
47195
|
+
|
|
47368
47196
|
--------------------
|
|
47369
47197
|
|
|
47370
47198
|
* bpy_struct.id_data
|
|
@@ -54065,6 +53893,48 @@ Executing the operator will then print all values.
|
|
|
54065
53893
|
:columns: 2
|
|
54066
53894
|
|
|
54067
53895
|
|
|
53896
|
+
--------------------
|
|
53897
|
+
|
|
53898
|
+
* ActionLayer.strips
|
|
53899
|
+
|
|
53900
|
+
:columns: 2
|
|
53901
|
+
|
|
53902
|
+
|
|
53903
|
+
--------------------
|
|
53904
|
+
|
|
53905
|
+
* bpy_struct.id_data
|
|
53906
|
+
|
|
53907
|
+
:columns: 2
|
|
53908
|
+
|
|
53909
|
+
|
|
53910
|
+
--------------------
|
|
53911
|
+
|
|
53912
|
+
* bpy_struct.as_pointer
|
|
53913
|
+
* bpy_struct.driver_add
|
|
53914
|
+
* bpy_struct.driver_remove
|
|
53915
|
+
* bpy_struct.get
|
|
53916
|
+
* bpy_struct.id_properties_clear
|
|
53917
|
+
* bpy_struct.id_properties_ensure
|
|
53918
|
+
* bpy_struct.id_properties_ui
|
|
53919
|
+
* bpy_struct.is_property_hidden
|
|
53920
|
+
* bpy_struct.is_property_overridable_library
|
|
53921
|
+
* bpy_struct.is_property_readonly
|
|
53922
|
+
* bpy_struct.is_property_set
|
|
53923
|
+
* bpy_struct.items
|
|
53924
|
+
* bpy_struct.keyframe_delete
|
|
53925
|
+
* bpy_struct.keyframe_insert
|
|
53926
|
+
* bpy_struct.keys
|
|
53927
|
+
* bpy_struct.path_from_id
|
|
53928
|
+
* bpy_struct.path_resolve
|
|
53929
|
+
* bpy_struct.pop
|
|
53930
|
+
* bpy_struct.property_overridable_library_set
|
|
53931
|
+
* bpy_struct.property_unset
|
|
53932
|
+
* bpy_struct.type_recast
|
|
53933
|
+
* bpy_struct.values
|
|
53934
|
+
|
|
53935
|
+
:columns: 2
|
|
53936
|
+
|
|
53937
|
+
|
|
54068
53938
|
--------------------
|
|
54069
53939
|
|
|
54070
53940
|
* GPencilStroke.points
|
|
@@ -58962,6 +58832,7 @@ Executing the operator will then print all values.
|
|
|
58962
58832
|
* Pose.blend_pose_from_action
|
|
58963
58833
|
* SpaceDopeSheetEditor.action
|
|
58964
58834
|
* WindowManager.poselib_previous_action
|
|
58835
|
+
* WindowManager.selected_action
|
|
58965
58836
|
|
|
58966
58837
|
:columns: 2
|
|
58967
58838
|
|
|
@@ -62984,50 +62855,6 @@ Property types used in class declarations are all in bpy.props
|
|
|
62984
62855
|
:columns: 2
|
|
62985
62856
|
|
|
62986
62857
|
|
|
62987
|
-
--------------------
|
|
62988
|
-
|
|
62989
|
-
* bpy_struct.id_data
|
|
62990
|
-
|
|
62991
|
-
:columns: 2
|
|
62992
|
-
|
|
62993
|
-
|
|
62994
|
-
--------------------
|
|
62995
|
-
|
|
62996
|
-
* bpy_struct.as_pointer
|
|
62997
|
-
* bpy_struct.driver_add
|
|
62998
|
-
* bpy_struct.driver_remove
|
|
62999
|
-
* bpy_struct.get
|
|
63000
|
-
* bpy_struct.id_properties_clear
|
|
63001
|
-
* bpy_struct.id_properties_ensure
|
|
63002
|
-
* bpy_struct.id_properties_ui
|
|
63003
|
-
* bpy_struct.is_property_hidden
|
|
63004
|
-
* bpy_struct.is_property_overridable_library
|
|
63005
|
-
* bpy_struct.is_property_readonly
|
|
63006
|
-
* bpy_struct.is_property_set
|
|
63007
|
-
* bpy_struct.items
|
|
63008
|
-
* bpy_struct.keyframe_delete
|
|
63009
|
-
* bpy_struct.keyframe_insert
|
|
63010
|
-
* bpy_struct.keys
|
|
63011
|
-
* bpy_struct.path_from_id
|
|
63012
|
-
* bpy_struct.path_resolve
|
|
63013
|
-
* bpy_struct.pop
|
|
63014
|
-
* bpy_struct.property_overridable_library_set
|
|
63015
|
-
* bpy_struct.property_unset
|
|
63016
|
-
* bpy_struct.type_recast
|
|
63017
|
-
* bpy_struct.values
|
|
63018
|
-
|
|
63019
|
-
:columns: 2
|
|
63020
|
-
|
|
63021
|
-
|
|
63022
|
-
--------------------
|
|
63023
|
-
|
|
63024
|
-
* Animation.bindings
|
|
63025
|
-
* AnimationBindings.new
|
|
63026
|
-
* KeyframeAnimationStrip.key_insert
|
|
63027
|
-
|
|
63028
|
-
:columns: 2
|
|
63029
|
-
|
|
63030
|
-
|
|
63031
62858
|
--------------------
|
|
63032
62859
|
|
|
63033
62860
|
* bpy_struct.id_data
|
|
@@ -63400,6 +63227,50 @@ Property types used in class declarations are all in bpy.props
|
|
|
63400
63227
|
:columns: 2
|
|
63401
63228
|
|
|
63402
63229
|
|
|
63230
|
+
--------------------
|
|
63231
|
+
|
|
63232
|
+
* bpy_struct.id_data
|
|
63233
|
+
|
|
63234
|
+
:columns: 2
|
|
63235
|
+
|
|
63236
|
+
|
|
63237
|
+
--------------------
|
|
63238
|
+
|
|
63239
|
+
* bpy_struct.as_pointer
|
|
63240
|
+
* bpy_struct.driver_add
|
|
63241
|
+
* bpy_struct.driver_remove
|
|
63242
|
+
* bpy_struct.get
|
|
63243
|
+
* bpy_struct.id_properties_clear
|
|
63244
|
+
* bpy_struct.id_properties_ensure
|
|
63245
|
+
* bpy_struct.id_properties_ui
|
|
63246
|
+
* bpy_struct.is_property_hidden
|
|
63247
|
+
* bpy_struct.is_property_overridable_library
|
|
63248
|
+
* bpy_struct.is_property_readonly
|
|
63249
|
+
* bpy_struct.is_property_set
|
|
63250
|
+
* bpy_struct.items
|
|
63251
|
+
* bpy_struct.keyframe_delete
|
|
63252
|
+
* bpy_struct.keyframe_insert
|
|
63253
|
+
* bpy_struct.keys
|
|
63254
|
+
* bpy_struct.path_from_id
|
|
63255
|
+
* bpy_struct.path_resolve
|
|
63256
|
+
* bpy_struct.pop
|
|
63257
|
+
* bpy_struct.property_overridable_library_set
|
|
63258
|
+
* bpy_struct.property_unset
|
|
63259
|
+
* bpy_struct.type_recast
|
|
63260
|
+
* bpy_struct.values
|
|
63261
|
+
|
|
63262
|
+
:columns: 2
|
|
63263
|
+
|
|
63264
|
+
|
|
63265
|
+
--------------------
|
|
63266
|
+
|
|
63267
|
+
* Action.bindings
|
|
63268
|
+
* ActionBindings.new
|
|
63269
|
+
* KeyframeActionStrip.key_insert
|
|
63270
|
+
|
|
63271
|
+
:columns: 2
|
|
63272
|
+
|
|
63273
|
+
|
|
63403
63274
|
--------------------
|
|
63404
63275
|
|
|
63405
63276
|
* bpy_struct.id_data
|
|
@@ -71546,58 +71417,6 @@ The USDHookExample
|
|
|
71546
71417
|
:columns: 2
|
|
71547
71418
|
|
|
71548
71419
|
|
|
71549
|
-
--------------------
|
|
71550
|
-
|
|
71551
|
-
* bpy_struct.id_data
|
|
71552
|
-
* Constraint.name
|
|
71553
|
-
* Constraint.type
|
|
71554
|
-
* Constraint.is_override_data
|
|
71555
|
-
* Constraint.owner_space
|
|
71556
|
-
* Constraint.target_space
|
|
71557
|
-
* Constraint.space_object
|
|
71558
|
-
* Constraint.space_subtarget
|
|
71559
|
-
* Constraint.mute
|
|
71560
|
-
* Constraint.enabled
|
|
71561
|
-
* Constraint.show_expanded
|
|
71562
|
-
* Constraint.is_valid
|
|
71563
|
-
* Constraint.active
|
|
71564
|
-
* Constraint.influence
|
|
71565
|
-
* Constraint.error_location
|
|
71566
|
-
* Constraint.error_rotation
|
|
71567
|
-
|
|
71568
|
-
:columns: 2
|
|
71569
|
-
|
|
71570
|
-
|
|
71571
|
-
--------------------
|
|
71572
|
-
|
|
71573
|
-
* bpy_struct.as_pointer
|
|
71574
|
-
* bpy_struct.driver_add
|
|
71575
|
-
* bpy_struct.driver_remove
|
|
71576
|
-
* bpy_struct.get
|
|
71577
|
-
* bpy_struct.id_properties_clear
|
|
71578
|
-
* bpy_struct.id_properties_ensure
|
|
71579
|
-
* bpy_struct.id_properties_ui
|
|
71580
|
-
* bpy_struct.is_property_hidden
|
|
71581
|
-
* bpy_struct.is_property_overridable_library
|
|
71582
|
-
* bpy_struct.is_property_readonly
|
|
71583
|
-
* bpy_struct.is_property_set
|
|
71584
|
-
* bpy_struct.items
|
|
71585
|
-
* bpy_struct.keyframe_delete
|
|
71586
|
-
* bpy_struct.keyframe_insert
|
|
71587
|
-
* bpy_struct.keys
|
|
71588
|
-
* bpy_struct.path_from_id
|
|
71589
|
-
* bpy_struct.path_resolve
|
|
71590
|
-
* bpy_struct.pop
|
|
71591
|
-
* bpy_struct.property_overridable_library_set
|
|
71592
|
-
* bpy_struct.property_unset
|
|
71593
|
-
* bpy_struct.type_recast
|
|
71594
|
-
* bpy_struct.values
|
|
71595
|
-
* Constraint.bl_rna_get_subclass
|
|
71596
|
-
* Constraint.bl_rna_get_subclass_py
|
|
71597
|
-
|
|
71598
|
-
:columns: 2
|
|
71599
|
-
|
|
71600
|
-
|
|
71601
71420
|
--------------------
|
|
71602
71421
|
|
|
71603
71422
|
* bpy_struct.id_data
|
|
@@ -71635,15 +71454,7 @@ The USDHookExample
|
|
|
71635
71454
|
|
|
71636
71455
|
--------------------
|
|
71637
71456
|
|
|
71638
|
-
*
|
|
71639
|
-
* XrActionMaps.new
|
|
71640
|
-
* XrActionMaps.new_from_actionmap
|
|
71641
|
-
* XrActionMaps.new_from_actionmap
|
|
71642
|
-
* XrActionMaps.remove
|
|
71643
|
-
* XrSessionState.action_binding_create
|
|
71644
|
-
* XrSessionState.action_create
|
|
71645
|
-
* XrSessionState.action_set_create
|
|
71646
|
-
* XrSessionState.actionmaps
|
|
71457
|
+
* ActionChannelBag.fcurves
|
|
71647
71458
|
|
|
71648
71459
|
:columns: 2
|
|
71649
71460
|
|
|
@@ -71651,36 +71462,21 @@ The USDHookExample
|
|
|
71651
71462
|
--------------------
|
|
71652
71463
|
|
|
71653
71464
|
* bpy_struct.id_data
|
|
71654
|
-
*
|
|
71655
|
-
*
|
|
71656
|
-
*
|
|
71657
|
-
*
|
|
71658
|
-
*
|
|
71659
|
-
*
|
|
71660
|
-
*
|
|
71661
|
-
*
|
|
71662
|
-
*
|
|
71663
|
-
*
|
|
71664
|
-
*
|
|
71665
|
-
*
|
|
71666
|
-
*
|
|
71667
|
-
*
|
|
71668
|
-
*
|
|
71669
|
-
* Node.show_preview
|
|
71670
|
-
* Node.hide
|
|
71671
|
-
* Node.mute
|
|
71672
|
-
* Node.show_texture
|
|
71673
|
-
* Node.bl_idname
|
|
71674
|
-
* Node.bl_label
|
|
71675
|
-
* Node.bl_description
|
|
71676
|
-
* Node.bl_icon
|
|
71677
|
-
* Node.bl_static_type
|
|
71678
|
-
* Node.bl_width_default
|
|
71679
|
-
* Node.bl_width_min
|
|
71680
|
-
* Node.bl_width_max
|
|
71681
|
-
* Node.bl_height_default
|
|
71682
|
-
* Node.bl_height_min
|
|
71683
|
-
* Node.bl_height_max
|
|
71465
|
+
* Constraint.name
|
|
71466
|
+
* Constraint.type
|
|
71467
|
+
* Constraint.is_override_data
|
|
71468
|
+
* Constraint.owner_space
|
|
71469
|
+
* Constraint.target_space
|
|
71470
|
+
* Constraint.space_object
|
|
71471
|
+
* Constraint.space_subtarget
|
|
71472
|
+
* Constraint.mute
|
|
71473
|
+
* Constraint.enabled
|
|
71474
|
+
* Constraint.show_expanded
|
|
71475
|
+
* Constraint.is_valid
|
|
71476
|
+
* Constraint.active
|
|
71477
|
+
* Constraint.influence
|
|
71478
|
+
* Constraint.error_location
|
|
71479
|
+
* Constraint.error_rotation
|
|
71684
71480
|
|
|
71685
71481
|
:columns: 2
|
|
71686
71482
|
|
|
@@ -71709,31 +71505,8 @@ The USDHookExample
|
|
|
71709
71505
|
* bpy_struct.property_unset
|
|
71710
71506
|
* bpy_struct.type_recast
|
|
71711
71507
|
* bpy_struct.values
|
|
71712
|
-
*
|
|
71713
|
-
*
|
|
71714
|
-
* Node.poll
|
|
71715
|
-
* Node.poll_instance
|
|
71716
|
-
* Node.update
|
|
71717
|
-
* Node.insert_link
|
|
71718
|
-
* Node.init
|
|
71719
|
-
* Node.copy
|
|
71720
|
-
* Node.free
|
|
71721
|
-
* Node.draw_buttons
|
|
71722
|
-
* Node.draw_buttons_ext
|
|
71723
|
-
* Node.draw_label
|
|
71724
|
-
* Node.poll
|
|
71725
|
-
* Node.bl_rna_get_subclass
|
|
71726
|
-
* Node.bl_rna_get_subclass_py
|
|
71727
|
-
* NodeInternal.poll
|
|
71728
|
-
* NodeInternal.poll_instance
|
|
71729
|
-
* NodeInternal.update
|
|
71730
|
-
* NodeInternal.draw_buttons
|
|
71731
|
-
* NodeInternal.draw_buttons_ext
|
|
71732
|
-
* NodeInternal.bl_rna_get_subclass
|
|
71733
|
-
* NodeInternal.bl_rna_get_subclass_py
|
|
71734
|
-
* GeometryNode.poll
|
|
71735
|
-
* GeometryNode.bl_rna_get_subclass
|
|
71736
|
-
* GeometryNode.bl_rna_get_subclass_py
|
|
71508
|
+
* Constraint.bl_rna_get_subclass
|
|
71509
|
+
* Constraint.bl_rna_get_subclass_py
|
|
71737
71510
|
|
|
71738
71511
|
:columns: 2
|
|
71739
71512
|
|
|
@@ -71741,7 +71514,6 @@ The USDHookExample
|
|
|
71741
71514
|
--------------------
|
|
71742
71515
|
|
|
71743
71516
|
* bpy_struct.id_data
|
|
71744
|
-
* LineStyleAlphaModifier.name
|
|
71745
71517
|
|
|
71746
71518
|
:columns: 2
|
|
71747
71519
|
|
|
@@ -71770,10 +71542,21 @@ The USDHookExample
|
|
|
71770
71542
|
* bpy_struct.property_unset
|
|
71771
71543
|
* bpy_struct.type_recast
|
|
71772
71544
|
* bpy_struct.values
|
|
71773
|
-
|
|
71774
|
-
|
|
71775
|
-
|
|
71776
|
-
|
|
71545
|
+
|
|
71546
|
+
:columns: 2
|
|
71547
|
+
|
|
71548
|
+
|
|
71549
|
+
--------------------
|
|
71550
|
+
|
|
71551
|
+
* XrActionMaps.find
|
|
71552
|
+
* XrActionMaps.new
|
|
71553
|
+
* XrActionMaps.new_from_actionmap
|
|
71554
|
+
* XrActionMaps.new_from_actionmap
|
|
71555
|
+
* XrActionMaps.remove
|
|
71556
|
+
* XrSessionState.action_binding_create
|
|
71557
|
+
* XrSessionState.action_create
|
|
71558
|
+
* XrSessionState.action_set_create
|
|
71559
|
+
* XrSessionState.actionmaps
|
|
71777
71560
|
|
|
71778
71561
|
:columns: 2
|
|
71779
71562
|
|
|
@@ -71781,6 +71564,36 @@ The USDHookExample
|
|
|
71781
71564
|
--------------------
|
|
71782
71565
|
|
|
71783
71566
|
* bpy_struct.id_data
|
|
71567
|
+
* Node.type
|
|
71568
|
+
* Node.location
|
|
71569
|
+
* Node.width
|
|
71570
|
+
* Node.height
|
|
71571
|
+
* Node.dimensions
|
|
71572
|
+
* Node.name
|
|
71573
|
+
* Node.label
|
|
71574
|
+
* Node.inputs
|
|
71575
|
+
* Node.outputs
|
|
71576
|
+
* Node.internal_links
|
|
71577
|
+
* Node.parent
|
|
71578
|
+
* Node.use_custom_color
|
|
71579
|
+
* Node.color
|
|
71580
|
+
* Node.select
|
|
71581
|
+
* Node.show_options
|
|
71582
|
+
* Node.show_preview
|
|
71583
|
+
* Node.hide
|
|
71584
|
+
* Node.mute
|
|
71585
|
+
* Node.show_texture
|
|
71586
|
+
* Node.bl_idname
|
|
71587
|
+
* Node.bl_label
|
|
71588
|
+
* Node.bl_description
|
|
71589
|
+
* Node.bl_icon
|
|
71590
|
+
* Node.bl_static_type
|
|
71591
|
+
* Node.bl_width_default
|
|
71592
|
+
* Node.bl_width_min
|
|
71593
|
+
* Node.bl_width_max
|
|
71594
|
+
* Node.bl_height_default
|
|
71595
|
+
* Node.bl_height_min
|
|
71596
|
+
* Node.bl_height_max
|
|
71784
71597
|
|
|
71785
71598
|
:columns: 2
|
|
71786
71599
|
|
|
@@ -71809,13 +71622,71 @@ The USDHookExample
|
|
|
71809
71622
|
* bpy_struct.property_unset
|
|
71810
71623
|
* bpy_struct.type_recast
|
|
71811
71624
|
* bpy_struct.values
|
|
71625
|
+
* Node.socket_value_update
|
|
71626
|
+
* Node.is_registered_node_type
|
|
71627
|
+
* Node.poll
|
|
71628
|
+
* Node.poll_instance
|
|
71629
|
+
* Node.update
|
|
71630
|
+
* Node.insert_link
|
|
71631
|
+
* Node.init
|
|
71632
|
+
* Node.copy
|
|
71633
|
+
* Node.free
|
|
71634
|
+
* Node.draw_buttons
|
|
71635
|
+
* Node.draw_buttons_ext
|
|
71636
|
+
* Node.draw_label
|
|
71637
|
+
* Node.poll
|
|
71638
|
+
* Node.bl_rna_get_subclass
|
|
71639
|
+
* Node.bl_rna_get_subclass_py
|
|
71640
|
+
* NodeInternal.poll
|
|
71641
|
+
* NodeInternal.poll_instance
|
|
71642
|
+
* NodeInternal.update
|
|
71643
|
+
* NodeInternal.draw_buttons
|
|
71644
|
+
* NodeInternal.draw_buttons_ext
|
|
71645
|
+
* NodeInternal.bl_rna_get_subclass
|
|
71646
|
+
* NodeInternal.bl_rna_get_subclass_py
|
|
71647
|
+
* GeometryNode.poll
|
|
71648
|
+
* GeometryNode.bl_rna_get_subclass
|
|
71649
|
+
* GeometryNode.bl_rna_get_subclass_py
|
|
71812
71650
|
|
|
71813
71651
|
:columns: 2
|
|
71814
71652
|
|
|
71815
71653
|
|
|
71816
71654
|
--------------------
|
|
71817
71655
|
|
|
71818
|
-
*
|
|
71656
|
+
* bpy_struct.id_data
|
|
71657
|
+
* LineStyleAlphaModifier.name
|
|
71658
|
+
|
|
71659
|
+
:columns: 2
|
|
71660
|
+
|
|
71661
|
+
|
|
71662
|
+
--------------------
|
|
71663
|
+
|
|
71664
|
+
* bpy_struct.as_pointer
|
|
71665
|
+
* bpy_struct.driver_add
|
|
71666
|
+
* bpy_struct.driver_remove
|
|
71667
|
+
* bpy_struct.get
|
|
71668
|
+
* bpy_struct.id_properties_clear
|
|
71669
|
+
* bpy_struct.id_properties_ensure
|
|
71670
|
+
* bpy_struct.id_properties_ui
|
|
71671
|
+
* bpy_struct.is_property_hidden
|
|
71672
|
+
* bpy_struct.is_property_overridable_library
|
|
71673
|
+
* bpy_struct.is_property_readonly
|
|
71674
|
+
* bpy_struct.is_property_set
|
|
71675
|
+
* bpy_struct.items
|
|
71676
|
+
* bpy_struct.keyframe_delete
|
|
71677
|
+
* bpy_struct.keyframe_insert
|
|
71678
|
+
* bpy_struct.keys
|
|
71679
|
+
* bpy_struct.path_from_id
|
|
71680
|
+
* bpy_struct.path_resolve
|
|
71681
|
+
* bpy_struct.pop
|
|
71682
|
+
* bpy_struct.property_overridable_library_set
|
|
71683
|
+
* bpy_struct.property_unset
|
|
71684
|
+
* bpy_struct.type_recast
|
|
71685
|
+
* bpy_struct.values
|
|
71686
|
+
* LineStyleModifier.bl_rna_get_subclass
|
|
71687
|
+
* LineStyleModifier.bl_rna_get_subclass_py
|
|
71688
|
+
* LineStyleAlphaModifier.bl_rna_get_subclass
|
|
71689
|
+
* LineStyleAlphaModifier.bl_rna_get_subclass_py
|
|
71819
71690
|
|
|
71820
71691
|
:columns: 2
|
|
71821
71692
|
|
|
@@ -71823,25 +71694,6 @@ The USDHookExample
|
|
|
71823
71694
|
--------------------
|
|
71824
71695
|
|
|
71825
71696
|
* bpy_struct.id_data
|
|
71826
|
-
* ID.name
|
|
71827
|
-
* ID.name_full
|
|
71828
|
-
* ID.id_type
|
|
71829
|
-
* ID.session_uid
|
|
71830
|
-
* ID.is_evaluated
|
|
71831
|
-
* ID.original
|
|
71832
|
-
* ID.users
|
|
71833
|
-
* ID.use_fake_user
|
|
71834
|
-
* ID.use_extra_user
|
|
71835
|
-
* ID.is_embedded_data
|
|
71836
|
-
* ID.is_missing
|
|
71837
|
-
* ID.is_runtime_data
|
|
71838
|
-
* ID.tag
|
|
71839
|
-
* ID.is_library_indirect
|
|
71840
|
-
* ID.library
|
|
71841
|
-
* ID.library_weak_reference
|
|
71842
|
-
* ID.asset_data
|
|
71843
|
-
* ID.override_library
|
|
71844
|
-
* ID.preview
|
|
71845
71697
|
|
|
71846
71698
|
:columns: 2
|
|
71847
71699
|
|
|
@@ -71870,34 +71722,13 @@ The USDHookExample
|
|
|
71870
71722
|
* bpy_struct.property_unset
|
|
71871
71723
|
* bpy_struct.type_recast
|
|
71872
71724
|
* bpy_struct.values
|
|
71873
|
-
* ID.evaluated_get
|
|
71874
|
-
* ID.copy
|
|
71875
|
-
* ID.asset_mark
|
|
71876
|
-
* ID.asset_clear
|
|
71877
|
-
* ID.asset_generate_preview
|
|
71878
|
-
* ID.override_create
|
|
71879
|
-
* ID.override_hierarchy_create
|
|
71880
|
-
* ID.user_clear
|
|
71881
|
-
* ID.user_remap
|
|
71882
|
-
* ID.make_local
|
|
71883
|
-
* ID.user_of_id
|
|
71884
|
-
* ID.animation_data_create
|
|
71885
|
-
* ID.animation_data_clear
|
|
71886
|
-
* ID.update_tag
|
|
71887
|
-
* ID.preview_ensure
|
|
71888
|
-
* ID.bl_rna_get_subclass
|
|
71889
|
-
* ID.bl_rna_get_subclass_py
|
|
71890
71725
|
|
|
71891
71726
|
:columns: 2
|
|
71892
71727
|
|
|
71893
71728
|
|
|
71894
71729
|
--------------------
|
|
71895
71730
|
|
|
71896
|
-
*
|
|
71897
|
-
* BlendData.animations
|
|
71898
|
-
* BlendDataAnimations.new
|
|
71899
|
-
* BlendDataAnimations.remove
|
|
71900
|
-
* WindowManager.selected_animation
|
|
71731
|
+
* Theme.outliner
|
|
71901
71732
|
|
|
71902
71733
|
:columns: 2
|
|
71903
71734
|
|
|
@@ -72024,6 +71855,48 @@ The USDHookExample
|
|
|
72024
71855
|
:columns: 2
|
|
72025
71856
|
|
|
72026
71857
|
|
|
71858
|
+
--------------------
|
|
71859
|
+
|
|
71860
|
+
* bpy_struct.id_data
|
|
71861
|
+
|
|
71862
|
+
:columns: 2
|
|
71863
|
+
|
|
71864
|
+
|
|
71865
|
+
--------------------
|
|
71866
|
+
|
|
71867
|
+
* bpy_struct.as_pointer
|
|
71868
|
+
* bpy_struct.driver_add
|
|
71869
|
+
* bpy_struct.driver_remove
|
|
71870
|
+
* bpy_struct.get
|
|
71871
|
+
* bpy_struct.id_properties_clear
|
|
71872
|
+
* bpy_struct.id_properties_ensure
|
|
71873
|
+
* bpy_struct.id_properties_ui
|
|
71874
|
+
* bpy_struct.is_property_hidden
|
|
71875
|
+
* bpy_struct.is_property_overridable_library
|
|
71876
|
+
* bpy_struct.is_property_readonly
|
|
71877
|
+
* bpy_struct.is_property_set
|
|
71878
|
+
* bpy_struct.items
|
|
71879
|
+
* bpy_struct.keyframe_delete
|
|
71880
|
+
* bpy_struct.keyframe_insert
|
|
71881
|
+
* bpy_struct.keys
|
|
71882
|
+
* bpy_struct.path_from_id
|
|
71883
|
+
* bpy_struct.path_resolve
|
|
71884
|
+
* bpy_struct.pop
|
|
71885
|
+
* bpy_struct.property_overridable_library_set
|
|
71886
|
+
* bpy_struct.property_unset
|
|
71887
|
+
* bpy_struct.type_recast
|
|
71888
|
+
* bpy_struct.values
|
|
71889
|
+
|
|
71890
|
+
:columns: 2
|
|
71891
|
+
|
|
71892
|
+
|
|
71893
|
+
--------------------
|
|
71894
|
+
|
|
71895
|
+
* Action.layers
|
|
71896
|
+
|
|
71897
|
+
:columns: 2
|
|
71898
|
+
|
|
71899
|
+
|
|
72027
71900
|
--------------------
|
|
72028
71901
|
|
|
72029
71902
|
* bpy_struct.id_data
|
|
@@ -85271,7 +85144,7 @@ database.
|
|
|
85271
85144
|
* bpy.context.id
|
|
85272
85145
|
* bpy.context.selected_ids
|
|
85273
85146
|
* bpy.context.texture_user
|
|
85274
|
-
*
|
|
85147
|
+
* ActionBindings.new
|
|
85275
85148
|
* AssetRepresentation.local_id
|
|
85276
85149
|
* BlendDataObjects.new
|
|
85277
85150
|
* Depsgraph.id_eval_get
|
|
@@ -90169,6 +90042,48 @@ database.
|
|
|
90169
90042
|
:columns: 2
|
|
90170
90043
|
|
|
90171
90044
|
|
|
90045
|
+
--------------------
|
|
90046
|
+
|
|
90047
|
+
* bpy_struct.id_data
|
|
90048
|
+
|
|
90049
|
+
:columns: 2
|
|
90050
|
+
|
|
90051
|
+
|
|
90052
|
+
--------------------
|
|
90053
|
+
|
|
90054
|
+
* bpy_struct.as_pointer
|
|
90055
|
+
* bpy_struct.driver_add
|
|
90056
|
+
* bpy_struct.driver_remove
|
|
90057
|
+
* bpy_struct.get
|
|
90058
|
+
* bpy_struct.id_properties_clear
|
|
90059
|
+
* bpy_struct.id_properties_ensure
|
|
90060
|
+
* bpy_struct.id_properties_ui
|
|
90061
|
+
* bpy_struct.is_property_hidden
|
|
90062
|
+
* bpy_struct.is_property_overridable_library
|
|
90063
|
+
* bpy_struct.is_property_readonly
|
|
90064
|
+
* bpy_struct.is_property_set
|
|
90065
|
+
* bpy_struct.items
|
|
90066
|
+
* bpy_struct.keyframe_delete
|
|
90067
|
+
* bpy_struct.keyframe_insert
|
|
90068
|
+
* bpy_struct.keys
|
|
90069
|
+
* bpy_struct.path_from_id
|
|
90070
|
+
* bpy_struct.path_resolve
|
|
90071
|
+
* bpy_struct.pop
|
|
90072
|
+
* bpy_struct.property_overridable_library_set
|
|
90073
|
+
* bpy_struct.property_unset
|
|
90074
|
+
* bpy_struct.type_recast
|
|
90075
|
+
* bpy_struct.values
|
|
90076
|
+
|
|
90077
|
+
:columns: 2
|
|
90078
|
+
|
|
90079
|
+
|
|
90080
|
+
--------------------
|
|
90081
|
+
|
|
90082
|
+
* KeyframeActionStrip.channelbags
|
|
90083
|
+
|
|
90084
|
+
:columns: 2
|
|
90085
|
+
|
|
90086
|
+
|
|
90172
90087
|
--------------------
|
|
90173
90088
|
|
|
90174
90089
|
* bpy_struct.id_data
|
|
@@ -95354,44 +95269,6 @@ object, placing it into a view layer, selecting it and making it active.
|
|
|
95354
95269
|
:columns: 2
|
|
95355
95270
|
|
|
95356
95271
|
|
|
95357
|
-
--------------------
|
|
95358
|
-
|
|
95359
|
-
* bpy_struct.id_data
|
|
95360
|
-
* AnimationStrip.type
|
|
95361
|
-
|
|
95362
|
-
:columns: 2
|
|
95363
|
-
|
|
95364
|
-
|
|
95365
|
-
--------------------
|
|
95366
|
-
|
|
95367
|
-
* bpy_struct.as_pointer
|
|
95368
|
-
* bpy_struct.driver_add
|
|
95369
|
-
* bpy_struct.driver_remove
|
|
95370
|
-
* bpy_struct.get
|
|
95371
|
-
* bpy_struct.id_properties_clear
|
|
95372
|
-
* bpy_struct.id_properties_ensure
|
|
95373
|
-
* bpy_struct.id_properties_ui
|
|
95374
|
-
* bpy_struct.is_property_hidden
|
|
95375
|
-
* bpy_struct.is_property_overridable_library
|
|
95376
|
-
* bpy_struct.is_property_readonly
|
|
95377
|
-
* bpy_struct.is_property_set
|
|
95378
|
-
* bpy_struct.items
|
|
95379
|
-
* bpy_struct.keyframe_delete
|
|
95380
|
-
* bpy_struct.keyframe_insert
|
|
95381
|
-
* bpy_struct.keys
|
|
95382
|
-
* bpy_struct.path_from_id
|
|
95383
|
-
* bpy_struct.path_resolve
|
|
95384
|
-
* bpy_struct.pop
|
|
95385
|
-
* bpy_struct.property_overridable_library_set
|
|
95386
|
-
* bpy_struct.property_unset
|
|
95387
|
-
* bpy_struct.type_recast
|
|
95388
|
-
* bpy_struct.values
|
|
95389
|
-
* AnimationStrip.bl_rna_get_subclass
|
|
95390
|
-
* AnimationStrip.bl_rna_get_subclass_py
|
|
95391
|
-
|
|
95392
|
-
:columns: 2
|
|
95393
|
-
|
|
95394
|
-
|
|
95395
95272
|
--------------------
|
|
95396
95273
|
|
|
95397
95274
|
* bpy_struct.id_data
|
|
@@ -97784,6 +97661,7 @@ import bl_operators.spreadsheet
|
|
|
97784
97661
|
import bl_operators.userpref
|
|
97785
97662
|
import bl_operators.view3d
|
|
97786
97663
|
import bl_operators.wm
|
|
97664
|
+
import bl_operators.world
|
|
97787
97665
|
import bl_ui
|
|
97788
97666
|
import bl_ui.anim
|
|
97789
97667
|
import bl_ui.asset_shelf
|
|
@@ -102531,6 +102409,191 @@ class AOVs(bpy_struct):
|
|
|
102531
102409
|
"""
|
|
102532
102410
|
...
|
|
102533
102411
|
|
|
102412
|
+
class ActionBinding(bpy_struct):
|
|
102413
|
+
"""Number specific to this Binding, unique within the Animation data-blockThis is used, for example, on a KeyframeActionStrip to look up the ActionChannelBag for this Binding"""
|
|
102414
|
+
|
|
102415
|
+
handle: int
|
|
102416
|
+
"""
|
|
102417
|
+
|
|
102418
|
+
:type: int
|
|
102419
|
+
"""
|
|
102420
|
+
|
|
102421
|
+
name: typing.Union[str, typing.Any]
|
|
102422
|
+
"""
|
|
102423
|
+
|
|
102424
|
+
:type: typing.Union[str, typing.Any]
|
|
102425
|
+
"""
|
|
102426
|
+
|
|
102427
|
+
name_display: typing.Union[str, typing.Any]
|
|
102428
|
+
"""
|
|
102429
|
+
|
|
102430
|
+
:type: typing.Union[str, typing.Any]
|
|
102431
|
+
"""
|
|
102432
|
+
|
|
102433
|
+
@classmethod
|
|
102434
|
+
def bl_rna_get_subclass(cls, id: typing.Optional[str], default=None) -> Struct:
|
|
102435
|
+
"""
|
|
102436
|
+
|
|
102437
|
+
:param id: The RNA type identifier.
|
|
102438
|
+
:type id: typing.Optional[str]
|
|
102439
|
+
:param default:
|
|
102440
|
+
:return: The RNA type or default when not found.
|
|
102441
|
+
:rtype: Struct
|
|
102442
|
+
"""
|
|
102443
|
+
...
|
|
102444
|
+
|
|
102445
|
+
@classmethod
|
|
102446
|
+
def bl_rna_get_subclass_py(
|
|
102447
|
+
cls, id: typing.Optional[str], default=None
|
|
102448
|
+
) -> typing.Any:
|
|
102449
|
+
"""
|
|
102450
|
+
|
|
102451
|
+
:param id: The RNA type identifier.
|
|
102452
|
+
:type id: typing.Optional[str]
|
|
102453
|
+
:param default:
|
|
102454
|
+
:return: The class or default when not found.
|
|
102455
|
+
:rtype: typing.Any
|
|
102456
|
+
"""
|
|
102457
|
+
...
|
|
102458
|
+
|
|
102459
|
+
class ActionBindings(bpy_struct):
|
|
102460
|
+
"""Collection of animation bindings"""
|
|
102461
|
+
|
|
102462
|
+
def new(self, for_id: typing.Optional[ID] = None) -> ActionBinding:
|
|
102463
|
+
"""Add a binding to the animation
|
|
102464
|
+
|
|
102465
|
+
:param for_id: Data-Block, If given, the new binding will be named after this data-block, and limited to animating data-blocks of its type. If ommitted, limiting the ID type will happen as soon as the binding is assigned
|
|
102466
|
+
:type for_id: typing.Optional[ID]
|
|
102467
|
+
:return: Newly created animation binding
|
|
102468
|
+
:rtype: ActionBinding
|
|
102469
|
+
"""
|
|
102470
|
+
...
|
|
102471
|
+
|
|
102472
|
+
@classmethod
|
|
102473
|
+
def bl_rna_get_subclass(cls, id: typing.Optional[str], default=None) -> Struct:
|
|
102474
|
+
"""
|
|
102475
|
+
|
|
102476
|
+
:param id: The RNA type identifier.
|
|
102477
|
+
:type id: typing.Optional[str]
|
|
102478
|
+
:param default:
|
|
102479
|
+
:return: The RNA type or default when not found.
|
|
102480
|
+
:rtype: Struct
|
|
102481
|
+
"""
|
|
102482
|
+
...
|
|
102483
|
+
|
|
102484
|
+
@classmethod
|
|
102485
|
+
def bl_rna_get_subclass_py(
|
|
102486
|
+
cls, id: typing.Optional[str], default=None
|
|
102487
|
+
) -> typing.Any:
|
|
102488
|
+
"""
|
|
102489
|
+
|
|
102490
|
+
:param id: The RNA type identifier.
|
|
102491
|
+
:type id: typing.Optional[str]
|
|
102492
|
+
:param default:
|
|
102493
|
+
:return: The class or default when not found.
|
|
102494
|
+
:rtype: typing.Any
|
|
102495
|
+
"""
|
|
102496
|
+
...
|
|
102497
|
+
|
|
102498
|
+
class ActionChannelBag(bpy_struct):
|
|
102499
|
+
"""Collection of animation channels, typically associated with an animation binding"""
|
|
102500
|
+
|
|
102501
|
+
binding_handle: int
|
|
102502
|
+
"""
|
|
102503
|
+
|
|
102504
|
+
:type: int
|
|
102505
|
+
"""
|
|
102506
|
+
|
|
102507
|
+
fcurves: bpy_prop_collection[FCurve]
|
|
102508
|
+
""" The individual F-Curves that animate the binding
|
|
102509
|
+
|
|
102510
|
+
:type: bpy_prop_collection[FCurve]
|
|
102511
|
+
"""
|
|
102512
|
+
|
|
102513
|
+
@classmethod
|
|
102514
|
+
def bl_rna_get_subclass(cls, id: typing.Optional[str], default=None) -> Struct:
|
|
102515
|
+
"""
|
|
102516
|
+
|
|
102517
|
+
:param id: The RNA type identifier.
|
|
102518
|
+
:type id: typing.Optional[str]
|
|
102519
|
+
:param default:
|
|
102520
|
+
:return: The RNA type or default when not found.
|
|
102521
|
+
:rtype: Struct
|
|
102522
|
+
"""
|
|
102523
|
+
...
|
|
102524
|
+
|
|
102525
|
+
@classmethod
|
|
102526
|
+
def bl_rna_get_subclass_py(
|
|
102527
|
+
cls, id: typing.Optional[str], default=None
|
|
102528
|
+
) -> typing.Any:
|
|
102529
|
+
"""
|
|
102530
|
+
|
|
102531
|
+
:param id: The RNA type identifier.
|
|
102532
|
+
:type id: typing.Optional[str]
|
|
102533
|
+
:param default:
|
|
102534
|
+
:return: The class or default when not found.
|
|
102535
|
+
:rtype: typing.Any
|
|
102536
|
+
"""
|
|
102537
|
+
...
|
|
102538
|
+
|
|
102539
|
+
class ActionChannelBagFCurves(bpy_struct):
|
|
102540
|
+
"""Collection of F-Curves for a specific animation binding"""
|
|
102541
|
+
|
|
102542
|
+
@classmethod
|
|
102543
|
+
def bl_rna_get_subclass(cls, id: typing.Optional[str], default=None) -> Struct:
|
|
102544
|
+
"""
|
|
102545
|
+
|
|
102546
|
+
:param id: The RNA type identifier.
|
|
102547
|
+
:type id: typing.Optional[str]
|
|
102548
|
+
:param default:
|
|
102549
|
+
:return: The RNA type or default when not found.
|
|
102550
|
+
:rtype: Struct
|
|
102551
|
+
"""
|
|
102552
|
+
...
|
|
102553
|
+
|
|
102554
|
+
@classmethod
|
|
102555
|
+
def bl_rna_get_subclass_py(
|
|
102556
|
+
cls, id: typing.Optional[str], default=None
|
|
102557
|
+
) -> typing.Any:
|
|
102558
|
+
"""
|
|
102559
|
+
|
|
102560
|
+
:param id: The RNA type identifier.
|
|
102561
|
+
:type id: typing.Optional[str]
|
|
102562
|
+
:param default:
|
|
102563
|
+
:return: The class or default when not found.
|
|
102564
|
+
:rtype: typing.Any
|
|
102565
|
+
"""
|
|
102566
|
+
...
|
|
102567
|
+
|
|
102568
|
+
class ActionChannelBags(bpy_struct):
|
|
102569
|
+
"""For each animation binding, a list of animation channels that are meant for that binding"""
|
|
102570
|
+
|
|
102571
|
+
@classmethod
|
|
102572
|
+
def bl_rna_get_subclass(cls, id: typing.Optional[str], default=None) -> Struct:
|
|
102573
|
+
"""
|
|
102574
|
+
|
|
102575
|
+
:param id: The RNA type identifier.
|
|
102576
|
+
:type id: typing.Optional[str]
|
|
102577
|
+
:param default:
|
|
102578
|
+
:return: The RNA type or default when not found.
|
|
102579
|
+
:rtype: Struct
|
|
102580
|
+
"""
|
|
102581
|
+
...
|
|
102582
|
+
|
|
102583
|
+
@classmethod
|
|
102584
|
+
def bl_rna_get_subclass_py(
|
|
102585
|
+
cls, id: typing.Optional[str], default=None
|
|
102586
|
+
) -> typing.Any:
|
|
102587
|
+
"""
|
|
102588
|
+
|
|
102589
|
+
:param id: The RNA type identifier.
|
|
102590
|
+
:type id: typing.Optional[str]
|
|
102591
|
+
:param default:
|
|
102592
|
+
:return: The class or default when not found.
|
|
102593
|
+
:rtype: typing.Any
|
|
102594
|
+
"""
|
|
102595
|
+
...
|
|
102596
|
+
|
|
102534
102597
|
class ActionFCurves(bpy_struct):
|
|
102535
102598
|
"""Collection of action F-Curves"""
|
|
102536
102599
|
|
|
@@ -102749,6 +102812,106 @@ class ActionGroups(bpy_struct):
|
|
|
102749
102812
|
"""
|
|
102750
102813
|
...
|
|
102751
102814
|
|
|
102815
|
+
class ActionLayer(bpy_struct):
|
|
102816
|
+
""" """
|
|
102817
|
+
|
|
102818
|
+
influence: float
|
|
102819
|
+
""" How much of this layer is used when blending into the lower layers
|
|
102820
|
+
|
|
102821
|
+
:type: float
|
|
102822
|
+
"""
|
|
102823
|
+
|
|
102824
|
+
mix_mode: typing.Union[str, int]
|
|
102825
|
+
""" How animation of this layer is blended into the lower layers
|
|
102826
|
+
|
|
102827
|
+
:type: typing.Union[str, int]
|
|
102828
|
+
"""
|
|
102829
|
+
|
|
102830
|
+
name: typing.Union[str, typing.Any]
|
|
102831
|
+
"""
|
|
102832
|
+
|
|
102833
|
+
:type: typing.Union[str, typing.Any]
|
|
102834
|
+
"""
|
|
102835
|
+
|
|
102836
|
+
strips: bpy_prop_collection[ActionStrip]
|
|
102837
|
+
""" The list of strips that are on this animation layer
|
|
102838
|
+
|
|
102839
|
+
:type: bpy_prop_collection[ActionStrip]
|
|
102840
|
+
"""
|
|
102841
|
+
|
|
102842
|
+
@classmethod
|
|
102843
|
+
def bl_rna_get_subclass(cls, id: typing.Optional[str], default=None) -> Struct:
|
|
102844
|
+
"""
|
|
102845
|
+
|
|
102846
|
+
:param id: The RNA type identifier.
|
|
102847
|
+
:type id: typing.Optional[str]
|
|
102848
|
+
:param default:
|
|
102849
|
+
:return: The RNA type or default when not found.
|
|
102850
|
+
:rtype: Struct
|
|
102851
|
+
"""
|
|
102852
|
+
...
|
|
102853
|
+
|
|
102854
|
+
@classmethod
|
|
102855
|
+
def bl_rna_get_subclass_py(
|
|
102856
|
+
cls, id: typing.Optional[str], default=None
|
|
102857
|
+
) -> typing.Any:
|
|
102858
|
+
"""
|
|
102859
|
+
|
|
102860
|
+
:param id: The RNA type identifier.
|
|
102861
|
+
:type id: typing.Optional[str]
|
|
102862
|
+
:param default:
|
|
102863
|
+
:return: The class or default when not found.
|
|
102864
|
+
:rtype: typing.Any
|
|
102865
|
+
"""
|
|
102866
|
+
...
|
|
102867
|
+
|
|
102868
|
+
class ActionLayers(bpy_struct):
|
|
102869
|
+
"""Collection of animation layers"""
|
|
102870
|
+
|
|
102871
|
+
def new(self, name: typing.Union[str, typing.Any]) -> ActionLayer:
|
|
102872
|
+
"""Add a layer to the Animation. Currently an Animation can only have at most one layer
|
|
102873
|
+
|
|
102874
|
+
:param name: Name, Name of the layer, will be made unique within the Animation data-block
|
|
102875
|
+
:type name: typing.Union[str, typing.Any]
|
|
102876
|
+
:return: Newly created animation layer
|
|
102877
|
+
:rtype: ActionLayer
|
|
102878
|
+
"""
|
|
102879
|
+
...
|
|
102880
|
+
|
|
102881
|
+
def remove(self, anim_layer: typing.Optional[ActionLayer]):
|
|
102882
|
+
"""Remove the layer from the animation
|
|
102883
|
+
|
|
102884
|
+
:param anim_layer: Animation Layer, The layer to remove
|
|
102885
|
+
:type anim_layer: typing.Optional[ActionLayer]
|
|
102886
|
+
"""
|
|
102887
|
+
...
|
|
102888
|
+
|
|
102889
|
+
@classmethod
|
|
102890
|
+
def bl_rna_get_subclass(cls, id: typing.Optional[str], default=None) -> Struct:
|
|
102891
|
+
"""
|
|
102892
|
+
|
|
102893
|
+
:param id: The RNA type identifier.
|
|
102894
|
+
:type id: typing.Optional[str]
|
|
102895
|
+
:param default:
|
|
102896
|
+
:return: The RNA type or default when not found.
|
|
102897
|
+
:rtype: Struct
|
|
102898
|
+
"""
|
|
102899
|
+
...
|
|
102900
|
+
|
|
102901
|
+
@classmethod
|
|
102902
|
+
def bl_rna_get_subclass_py(
|
|
102903
|
+
cls, id: typing.Optional[str], default=None
|
|
102904
|
+
) -> typing.Any:
|
|
102905
|
+
"""
|
|
102906
|
+
|
|
102907
|
+
:param id: The RNA type identifier.
|
|
102908
|
+
:type id: typing.Optional[str]
|
|
102909
|
+
:param default:
|
|
102910
|
+
:return: The class or default when not found.
|
|
102911
|
+
:rtype: typing.Any
|
|
102912
|
+
"""
|
|
102913
|
+
...
|
|
102914
|
+
|
|
102752
102915
|
class ActionPoseMarkers(bpy_struct):
|
|
102753
102916
|
"""Collection of timeline markers"""
|
|
102754
102917
|
|
|
@@ -102808,6 +102971,93 @@ class ActionPoseMarkers(bpy_struct):
|
|
|
102808
102971
|
"""
|
|
102809
102972
|
...
|
|
102810
102973
|
|
|
102974
|
+
class ActionStrip(bpy_struct):
|
|
102975
|
+
""" """
|
|
102976
|
+
|
|
102977
|
+
type: typing.Union[str, int]
|
|
102978
|
+
"""
|
|
102979
|
+
|
|
102980
|
+
:type: typing.Union[str, int]
|
|
102981
|
+
"""
|
|
102982
|
+
|
|
102983
|
+
@classmethod
|
|
102984
|
+
def bl_rna_get_subclass(cls, id: typing.Optional[str], default=None) -> Struct:
|
|
102985
|
+
"""
|
|
102986
|
+
|
|
102987
|
+
:param id: The RNA type identifier.
|
|
102988
|
+
:type id: typing.Optional[str]
|
|
102989
|
+
:param default:
|
|
102990
|
+
:return: The RNA type or default when not found.
|
|
102991
|
+
:rtype: Struct
|
|
102992
|
+
"""
|
|
102993
|
+
...
|
|
102994
|
+
|
|
102995
|
+
@classmethod
|
|
102996
|
+
def bl_rna_get_subclass_py(
|
|
102997
|
+
cls, id: typing.Optional[str], default=None
|
|
102998
|
+
) -> typing.Any:
|
|
102999
|
+
"""
|
|
103000
|
+
|
|
103001
|
+
:param id: The RNA type identifier.
|
|
103002
|
+
:type id: typing.Optional[str]
|
|
103003
|
+
:param default:
|
|
103004
|
+
:return: The class or default when not found.
|
|
103005
|
+
:rtype: typing.Any
|
|
103006
|
+
"""
|
|
103007
|
+
...
|
|
103008
|
+
|
|
103009
|
+
class ActionStrips(bpy_struct):
|
|
103010
|
+
"""Collection of animation strips"""
|
|
103011
|
+
|
|
103012
|
+
def new(
|
|
103013
|
+
self, type: typing.Optional[typing.Union[str, int, typing.Any]] = "KEYFRAME"
|
|
103014
|
+
) -> ActionStrip:
|
|
103015
|
+
"""Add a new strip to the layer. Currently a layer can only have one strip, with infinite boundaries
|
|
103016
|
+
|
|
103017
|
+
:param type: Type, The type of strip to create
|
|
103018
|
+
|
|
103019
|
+
KEYFRAME
|
|
103020
|
+
Keyframe -- Strip containing keyframes on F-Curves.
|
|
103021
|
+
:type type: typing.Optional[typing.Union[str, int, typing.Any]]
|
|
103022
|
+
:return: Newly created animation strip
|
|
103023
|
+
:rtype: ActionStrip
|
|
103024
|
+
"""
|
|
103025
|
+
...
|
|
103026
|
+
|
|
103027
|
+
def remove(self, anim_strip: typing.Optional[ActionStrip]):
|
|
103028
|
+
"""Remove the strip from the animation layer
|
|
103029
|
+
|
|
103030
|
+
:param anim_strip: Animation Strip, The strip to remove
|
|
103031
|
+
:type anim_strip: typing.Optional[ActionStrip]
|
|
103032
|
+
"""
|
|
103033
|
+
...
|
|
103034
|
+
|
|
103035
|
+
@classmethod
|
|
103036
|
+
def bl_rna_get_subclass(cls, id: typing.Optional[str], default=None) -> Struct:
|
|
103037
|
+
"""
|
|
103038
|
+
|
|
103039
|
+
:param id: The RNA type identifier.
|
|
103040
|
+
:type id: typing.Optional[str]
|
|
103041
|
+
:param default:
|
|
103042
|
+
:return: The RNA type or default when not found.
|
|
103043
|
+
:rtype: Struct
|
|
103044
|
+
"""
|
|
103045
|
+
...
|
|
103046
|
+
|
|
103047
|
+
@classmethod
|
|
103048
|
+
def bl_rna_get_subclass_py(
|
|
103049
|
+
cls, id: typing.Optional[str], default=None
|
|
103050
|
+
) -> typing.Any:
|
|
103051
|
+
"""
|
|
103052
|
+
|
|
103053
|
+
:param id: The RNA type identifier.
|
|
103054
|
+
:type id: typing.Optional[str]
|
|
103055
|
+
:param default:
|
|
103056
|
+
:return: The class or default when not found.
|
|
103057
|
+
:rtype: typing.Any
|
|
103058
|
+
"""
|
|
103059
|
+
...
|
|
103060
|
+
|
|
102811
103061
|
class Addon(bpy_struct):
|
|
102812
103062
|
"""Python add-ons to be loaded automatically"""
|
|
102813
103063
|
|
|
@@ -102946,6 +103196,24 @@ class AnimData(bpy_struct):
|
|
|
102946
103196
|
:type: Action
|
|
102947
103197
|
"""
|
|
102948
103198
|
|
|
103199
|
+
action_binding: typing.Union[str, int]
|
|
103200
|
+
""" The binding identifies which sub-set of the Action is considered to be for this data-block, and its name is used to find the right binding when assigning an Action
|
|
103201
|
+
|
|
103202
|
+
:type: typing.Union[str, int]
|
|
103203
|
+
"""
|
|
103204
|
+
|
|
103205
|
+
action_binding_handle: int
|
|
103206
|
+
""" A number that identifies which sub-set of the Action is considered to be for this data-block
|
|
103207
|
+
|
|
103208
|
+
:type: int
|
|
103209
|
+
"""
|
|
103210
|
+
|
|
103211
|
+
action_binding_name: typing.Union[str, typing.Any]
|
|
103212
|
+
""" The name of the action binding. The binding identifies which sub-set of the Action is considered to be for this data-block, and its name is used to find the right binding when assigning an Action
|
|
103213
|
+
|
|
103214
|
+
:type: typing.Union[str, typing.Any]
|
|
103215
|
+
"""
|
|
103216
|
+
|
|
102949
103217
|
action_blend_type: typing.Union[str, int]
|
|
102950
103218
|
""" Method used for combining Active Action's result with result of NLA stack
|
|
102951
103219
|
|
|
@@ -102970,30 +103238,6 @@ class AnimData(bpy_struct):
|
|
|
102970
103238
|
:type: Action
|
|
102971
103239
|
"""
|
|
102972
103240
|
|
|
102973
|
-
animation: Animation
|
|
102974
|
-
""" Active Animation for this data-block
|
|
102975
|
-
|
|
102976
|
-
:type: Animation
|
|
102977
|
-
"""
|
|
102978
|
-
|
|
102979
|
-
animation_binding: typing.Union[str, int]
|
|
102980
|
-
""" The binding identifies which sub-set of the Animation is considered to be for this data-block, and its name is used to find the right binding when assigning an Animation
|
|
102981
|
-
|
|
102982
|
-
:type: typing.Union[str, int]
|
|
102983
|
-
"""
|
|
102984
|
-
|
|
102985
|
-
animation_binding_handle: int
|
|
102986
|
-
""" A number that identifies which sub-set of the Animation is considered to be for this data-block
|
|
102987
|
-
|
|
102988
|
-
:type: int
|
|
102989
|
-
"""
|
|
102990
|
-
|
|
102991
|
-
animation_binding_name: typing.Union[str, typing.Any]
|
|
102992
|
-
""" The name of the animation binding. The binding identifies which sub-set of the Animation is considered to be for this data-block, and its name is used to find the right binding when assigning an Animation
|
|
102993
|
-
|
|
102994
|
-
:type: typing.Union[str, typing.Any]
|
|
102995
|
-
"""
|
|
102996
|
-
|
|
102997
103241
|
drivers: bpy_prop_collection[FCurve]
|
|
102998
103242
|
""" The Drivers/Expressions for this data-block
|
|
102999
103243
|
|
|
@@ -103293,378 +103537,6 @@ class AnimVizMotionPaths(bpy_struct):
|
|
|
103293
103537
|
"""
|
|
103294
103538
|
...
|
|
103295
103539
|
|
|
103296
|
-
class AnimationBinding(bpy_struct):
|
|
103297
|
-
"""Number specific to this Binding, unique within the Animation data-blockThis is used, for example, on a KeyframeAnimationStrip to look up the AnimationChannelBag for this Binding"""
|
|
103298
|
-
|
|
103299
|
-
handle: int
|
|
103300
|
-
"""
|
|
103301
|
-
|
|
103302
|
-
:type: int
|
|
103303
|
-
"""
|
|
103304
|
-
|
|
103305
|
-
name: typing.Union[str, typing.Any]
|
|
103306
|
-
"""
|
|
103307
|
-
|
|
103308
|
-
:type: typing.Union[str, typing.Any]
|
|
103309
|
-
"""
|
|
103310
|
-
|
|
103311
|
-
name_display: typing.Union[str, typing.Any]
|
|
103312
|
-
"""
|
|
103313
|
-
|
|
103314
|
-
:type: typing.Union[str, typing.Any]
|
|
103315
|
-
"""
|
|
103316
|
-
|
|
103317
|
-
@classmethod
|
|
103318
|
-
def bl_rna_get_subclass(cls, id: typing.Optional[str], default=None) -> Struct:
|
|
103319
|
-
"""
|
|
103320
|
-
|
|
103321
|
-
:param id: The RNA type identifier.
|
|
103322
|
-
:type id: typing.Optional[str]
|
|
103323
|
-
:param default:
|
|
103324
|
-
:return: The RNA type or default when not found.
|
|
103325
|
-
:rtype: Struct
|
|
103326
|
-
"""
|
|
103327
|
-
...
|
|
103328
|
-
|
|
103329
|
-
@classmethod
|
|
103330
|
-
def bl_rna_get_subclass_py(
|
|
103331
|
-
cls, id: typing.Optional[str], default=None
|
|
103332
|
-
) -> typing.Any:
|
|
103333
|
-
"""
|
|
103334
|
-
|
|
103335
|
-
:param id: The RNA type identifier.
|
|
103336
|
-
:type id: typing.Optional[str]
|
|
103337
|
-
:param default:
|
|
103338
|
-
:return: The class or default when not found.
|
|
103339
|
-
:rtype: typing.Any
|
|
103340
|
-
"""
|
|
103341
|
-
...
|
|
103342
|
-
|
|
103343
|
-
class AnimationBindings(bpy_struct):
|
|
103344
|
-
"""Collection of animation bindings"""
|
|
103345
|
-
|
|
103346
|
-
def new(self, for_id: typing.Optional[ID] = None) -> AnimationBinding:
|
|
103347
|
-
"""Add a binding to the animation
|
|
103348
|
-
|
|
103349
|
-
:param for_id: Data-Block, If given, the new binding will be named after this data-block, and limited to animating data-blocks of its type. If ommitted, limiting the ID type will happen as soon as the binding is assigned
|
|
103350
|
-
:type for_id: typing.Optional[ID]
|
|
103351
|
-
:return: Newly created animation binding
|
|
103352
|
-
:rtype: AnimationBinding
|
|
103353
|
-
"""
|
|
103354
|
-
...
|
|
103355
|
-
|
|
103356
|
-
@classmethod
|
|
103357
|
-
def bl_rna_get_subclass(cls, id: typing.Optional[str], default=None) -> Struct:
|
|
103358
|
-
"""
|
|
103359
|
-
|
|
103360
|
-
:param id: The RNA type identifier.
|
|
103361
|
-
:type id: typing.Optional[str]
|
|
103362
|
-
:param default:
|
|
103363
|
-
:return: The RNA type or default when not found.
|
|
103364
|
-
:rtype: Struct
|
|
103365
|
-
"""
|
|
103366
|
-
...
|
|
103367
|
-
|
|
103368
|
-
@classmethod
|
|
103369
|
-
def bl_rna_get_subclass_py(
|
|
103370
|
-
cls, id: typing.Optional[str], default=None
|
|
103371
|
-
) -> typing.Any:
|
|
103372
|
-
"""
|
|
103373
|
-
|
|
103374
|
-
:param id: The RNA type identifier.
|
|
103375
|
-
:type id: typing.Optional[str]
|
|
103376
|
-
:param default:
|
|
103377
|
-
:return: The class or default when not found.
|
|
103378
|
-
:rtype: typing.Any
|
|
103379
|
-
"""
|
|
103380
|
-
...
|
|
103381
|
-
|
|
103382
|
-
class AnimationChannelBag(bpy_struct):
|
|
103383
|
-
"""Collection of animation channels, typically associated with an animation binding"""
|
|
103384
|
-
|
|
103385
|
-
binding_handle: int
|
|
103386
|
-
"""
|
|
103387
|
-
|
|
103388
|
-
:type: int
|
|
103389
|
-
"""
|
|
103390
|
-
|
|
103391
|
-
fcurves: bpy_prop_collection[FCurve]
|
|
103392
|
-
""" The individual F-Curves that animate the binding
|
|
103393
|
-
|
|
103394
|
-
:type: bpy_prop_collection[FCurve]
|
|
103395
|
-
"""
|
|
103396
|
-
|
|
103397
|
-
@classmethod
|
|
103398
|
-
def bl_rna_get_subclass(cls, id: typing.Optional[str], default=None) -> Struct:
|
|
103399
|
-
"""
|
|
103400
|
-
|
|
103401
|
-
:param id: The RNA type identifier.
|
|
103402
|
-
:type id: typing.Optional[str]
|
|
103403
|
-
:param default:
|
|
103404
|
-
:return: The RNA type or default when not found.
|
|
103405
|
-
:rtype: Struct
|
|
103406
|
-
"""
|
|
103407
|
-
...
|
|
103408
|
-
|
|
103409
|
-
@classmethod
|
|
103410
|
-
def bl_rna_get_subclass_py(
|
|
103411
|
-
cls, id: typing.Optional[str], default=None
|
|
103412
|
-
) -> typing.Any:
|
|
103413
|
-
"""
|
|
103414
|
-
|
|
103415
|
-
:param id: The RNA type identifier.
|
|
103416
|
-
:type id: typing.Optional[str]
|
|
103417
|
-
:param default:
|
|
103418
|
-
:return: The class or default when not found.
|
|
103419
|
-
:rtype: typing.Any
|
|
103420
|
-
"""
|
|
103421
|
-
...
|
|
103422
|
-
|
|
103423
|
-
class AnimationChannelBagFCurves(bpy_struct):
|
|
103424
|
-
"""Collection of F-Curves for a specific animation binding"""
|
|
103425
|
-
|
|
103426
|
-
@classmethod
|
|
103427
|
-
def bl_rna_get_subclass(cls, id: typing.Optional[str], default=None) -> Struct:
|
|
103428
|
-
"""
|
|
103429
|
-
|
|
103430
|
-
:param id: The RNA type identifier.
|
|
103431
|
-
:type id: typing.Optional[str]
|
|
103432
|
-
:param default:
|
|
103433
|
-
:return: The RNA type or default when not found.
|
|
103434
|
-
:rtype: Struct
|
|
103435
|
-
"""
|
|
103436
|
-
...
|
|
103437
|
-
|
|
103438
|
-
@classmethod
|
|
103439
|
-
def bl_rna_get_subclass_py(
|
|
103440
|
-
cls, id: typing.Optional[str], default=None
|
|
103441
|
-
) -> typing.Any:
|
|
103442
|
-
"""
|
|
103443
|
-
|
|
103444
|
-
:param id: The RNA type identifier.
|
|
103445
|
-
:type id: typing.Optional[str]
|
|
103446
|
-
:param default:
|
|
103447
|
-
:return: The class or default when not found.
|
|
103448
|
-
:rtype: typing.Any
|
|
103449
|
-
"""
|
|
103450
|
-
...
|
|
103451
|
-
|
|
103452
|
-
class AnimationChannelBags(bpy_struct):
|
|
103453
|
-
"""For each animation binding, a list of animation channels that are meant for that binding"""
|
|
103454
|
-
|
|
103455
|
-
@classmethod
|
|
103456
|
-
def bl_rna_get_subclass(cls, id: typing.Optional[str], default=None) -> Struct:
|
|
103457
|
-
"""
|
|
103458
|
-
|
|
103459
|
-
:param id: The RNA type identifier.
|
|
103460
|
-
:type id: typing.Optional[str]
|
|
103461
|
-
:param default:
|
|
103462
|
-
:return: The RNA type or default when not found.
|
|
103463
|
-
:rtype: Struct
|
|
103464
|
-
"""
|
|
103465
|
-
...
|
|
103466
|
-
|
|
103467
|
-
@classmethod
|
|
103468
|
-
def bl_rna_get_subclass_py(
|
|
103469
|
-
cls, id: typing.Optional[str], default=None
|
|
103470
|
-
) -> typing.Any:
|
|
103471
|
-
"""
|
|
103472
|
-
|
|
103473
|
-
:param id: The RNA type identifier.
|
|
103474
|
-
:type id: typing.Optional[str]
|
|
103475
|
-
:param default:
|
|
103476
|
-
:return: The class or default when not found.
|
|
103477
|
-
:rtype: typing.Any
|
|
103478
|
-
"""
|
|
103479
|
-
...
|
|
103480
|
-
|
|
103481
|
-
class AnimationLayer(bpy_struct):
|
|
103482
|
-
""" """
|
|
103483
|
-
|
|
103484
|
-
influence: float
|
|
103485
|
-
""" How much of this layer is used when blending into the lower layers
|
|
103486
|
-
|
|
103487
|
-
:type: float
|
|
103488
|
-
"""
|
|
103489
|
-
|
|
103490
|
-
mix_mode: typing.Union[str, int]
|
|
103491
|
-
""" How animation of this layer is blended into the lower layers
|
|
103492
|
-
|
|
103493
|
-
:type: typing.Union[str, int]
|
|
103494
|
-
"""
|
|
103495
|
-
|
|
103496
|
-
name: typing.Union[str, typing.Any]
|
|
103497
|
-
"""
|
|
103498
|
-
|
|
103499
|
-
:type: typing.Union[str, typing.Any]
|
|
103500
|
-
"""
|
|
103501
|
-
|
|
103502
|
-
strips: bpy_prop_collection[AnimationStrip]
|
|
103503
|
-
""" The list of strips that are on this animation layer
|
|
103504
|
-
|
|
103505
|
-
:type: bpy_prop_collection[AnimationStrip]
|
|
103506
|
-
"""
|
|
103507
|
-
|
|
103508
|
-
@classmethod
|
|
103509
|
-
def bl_rna_get_subclass(cls, id: typing.Optional[str], default=None) -> Struct:
|
|
103510
|
-
"""
|
|
103511
|
-
|
|
103512
|
-
:param id: The RNA type identifier.
|
|
103513
|
-
:type id: typing.Optional[str]
|
|
103514
|
-
:param default:
|
|
103515
|
-
:return: The RNA type or default when not found.
|
|
103516
|
-
:rtype: Struct
|
|
103517
|
-
"""
|
|
103518
|
-
...
|
|
103519
|
-
|
|
103520
|
-
@classmethod
|
|
103521
|
-
def bl_rna_get_subclass_py(
|
|
103522
|
-
cls, id: typing.Optional[str], default=None
|
|
103523
|
-
) -> typing.Any:
|
|
103524
|
-
"""
|
|
103525
|
-
|
|
103526
|
-
:param id: The RNA type identifier.
|
|
103527
|
-
:type id: typing.Optional[str]
|
|
103528
|
-
:param default:
|
|
103529
|
-
:return: The class or default when not found.
|
|
103530
|
-
:rtype: typing.Any
|
|
103531
|
-
"""
|
|
103532
|
-
...
|
|
103533
|
-
|
|
103534
|
-
class AnimationLayers(bpy_struct):
|
|
103535
|
-
"""Collection of animation layers"""
|
|
103536
|
-
|
|
103537
|
-
def new(self, name: typing.Union[str, typing.Any]) -> AnimationLayer:
|
|
103538
|
-
"""Add a layer to the Animation. Currently an Animation can only have at most one layer
|
|
103539
|
-
|
|
103540
|
-
:param name: Name, Name of the layer, will be made unique within the Animation data-block
|
|
103541
|
-
:type name: typing.Union[str, typing.Any]
|
|
103542
|
-
:return: Newly created animation layer
|
|
103543
|
-
:rtype: AnimationLayer
|
|
103544
|
-
"""
|
|
103545
|
-
...
|
|
103546
|
-
|
|
103547
|
-
def remove(self, anim_layer: typing.Optional[AnimationLayer]):
|
|
103548
|
-
"""Remove the layer from the animation
|
|
103549
|
-
|
|
103550
|
-
:param anim_layer: Animation Layer, The layer to remove
|
|
103551
|
-
:type anim_layer: typing.Optional[AnimationLayer]
|
|
103552
|
-
"""
|
|
103553
|
-
...
|
|
103554
|
-
|
|
103555
|
-
@classmethod
|
|
103556
|
-
def bl_rna_get_subclass(cls, id: typing.Optional[str], default=None) -> Struct:
|
|
103557
|
-
"""
|
|
103558
|
-
|
|
103559
|
-
:param id: The RNA type identifier.
|
|
103560
|
-
:type id: typing.Optional[str]
|
|
103561
|
-
:param default:
|
|
103562
|
-
:return: The RNA type or default when not found.
|
|
103563
|
-
:rtype: Struct
|
|
103564
|
-
"""
|
|
103565
|
-
...
|
|
103566
|
-
|
|
103567
|
-
@classmethod
|
|
103568
|
-
def bl_rna_get_subclass_py(
|
|
103569
|
-
cls, id: typing.Optional[str], default=None
|
|
103570
|
-
) -> typing.Any:
|
|
103571
|
-
"""
|
|
103572
|
-
|
|
103573
|
-
:param id: The RNA type identifier.
|
|
103574
|
-
:type id: typing.Optional[str]
|
|
103575
|
-
:param default:
|
|
103576
|
-
:return: The class or default when not found.
|
|
103577
|
-
:rtype: typing.Any
|
|
103578
|
-
"""
|
|
103579
|
-
...
|
|
103580
|
-
|
|
103581
|
-
class AnimationStrip(bpy_struct):
|
|
103582
|
-
""" """
|
|
103583
|
-
|
|
103584
|
-
type: typing.Union[str, int]
|
|
103585
|
-
"""
|
|
103586
|
-
|
|
103587
|
-
:type: typing.Union[str, int]
|
|
103588
|
-
"""
|
|
103589
|
-
|
|
103590
|
-
@classmethod
|
|
103591
|
-
def bl_rna_get_subclass(cls, id: typing.Optional[str], default=None) -> Struct:
|
|
103592
|
-
"""
|
|
103593
|
-
|
|
103594
|
-
:param id: The RNA type identifier.
|
|
103595
|
-
:type id: typing.Optional[str]
|
|
103596
|
-
:param default:
|
|
103597
|
-
:return: The RNA type or default when not found.
|
|
103598
|
-
:rtype: Struct
|
|
103599
|
-
"""
|
|
103600
|
-
...
|
|
103601
|
-
|
|
103602
|
-
@classmethod
|
|
103603
|
-
def bl_rna_get_subclass_py(
|
|
103604
|
-
cls, id: typing.Optional[str], default=None
|
|
103605
|
-
) -> typing.Any:
|
|
103606
|
-
"""
|
|
103607
|
-
|
|
103608
|
-
:param id: The RNA type identifier.
|
|
103609
|
-
:type id: typing.Optional[str]
|
|
103610
|
-
:param default:
|
|
103611
|
-
:return: The class or default when not found.
|
|
103612
|
-
:rtype: typing.Any
|
|
103613
|
-
"""
|
|
103614
|
-
...
|
|
103615
|
-
|
|
103616
|
-
class AnimationStrips(bpy_struct):
|
|
103617
|
-
"""Collection of animation strips"""
|
|
103618
|
-
|
|
103619
|
-
def new(
|
|
103620
|
-
self, type: typing.Optional[typing.Union[str, int, typing.Any]] = "KEYFRAME"
|
|
103621
|
-
) -> AnimationStrip:
|
|
103622
|
-
"""Add a new strip to the layer. Currently a layer can only have one strip, with infinite boundaries
|
|
103623
|
-
|
|
103624
|
-
:param type: Type, The type of strip to create
|
|
103625
|
-
|
|
103626
|
-
KEYFRAME
|
|
103627
|
-
Keyframe -- Strip containing keyframes on F-Curves.
|
|
103628
|
-
:type type: typing.Optional[typing.Union[str, int, typing.Any]]
|
|
103629
|
-
:return: Newly created animation strip
|
|
103630
|
-
:rtype: AnimationStrip
|
|
103631
|
-
"""
|
|
103632
|
-
...
|
|
103633
|
-
|
|
103634
|
-
def remove(self, anim_strip: typing.Optional[AnimationStrip]):
|
|
103635
|
-
"""Remove the strip from the animation layer
|
|
103636
|
-
|
|
103637
|
-
:param anim_strip: Animation Strip, The strip to remove
|
|
103638
|
-
:type anim_strip: typing.Optional[AnimationStrip]
|
|
103639
|
-
"""
|
|
103640
|
-
...
|
|
103641
|
-
|
|
103642
|
-
@classmethod
|
|
103643
|
-
def bl_rna_get_subclass(cls, id: typing.Optional[str], default=None) -> Struct:
|
|
103644
|
-
"""
|
|
103645
|
-
|
|
103646
|
-
:param id: The RNA type identifier.
|
|
103647
|
-
:type id: typing.Optional[str]
|
|
103648
|
-
:param default:
|
|
103649
|
-
:return: The RNA type or default when not found.
|
|
103650
|
-
:rtype: Struct
|
|
103651
|
-
"""
|
|
103652
|
-
...
|
|
103653
|
-
|
|
103654
|
-
@classmethod
|
|
103655
|
-
def bl_rna_get_subclass_py(
|
|
103656
|
-
cls, id: typing.Optional[str], default=None
|
|
103657
|
-
) -> typing.Any:
|
|
103658
|
-
"""
|
|
103659
|
-
|
|
103660
|
-
:param id: The RNA type identifier.
|
|
103661
|
-
:type id: typing.Optional[str]
|
|
103662
|
-
:param default:
|
|
103663
|
-
:return: The class or default when not found.
|
|
103664
|
-
:rtype: typing.Any
|
|
103665
|
-
"""
|
|
103666
|
-
...
|
|
103667
|
-
|
|
103668
103540
|
class AnyType(bpy_struct):
|
|
103669
103541
|
"""RNA type used for pointers to any possible data"""
|
|
103670
103542
|
|
|
@@ -104959,12 +104831,6 @@ class BlendData(bpy_struct):
|
|
|
104959
104831
|
:type: bpy_prop_collection[Action]
|
|
104960
104832
|
"""
|
|
104961
104833
|
|
|
104962
|
-
animations: bpy_prop_collection[Animation]
|
|
104963
|
-
""" Animation data-blocks
|
|
104964
|
-
|
|
104965
|
-
:type: bpy_prop_collection[Animation]
|
|
104966
|
-
"""
|
|
104967
|
-
|
|
104968
104834
|
armatures: bpy_prop_collection[Armature]
|
|
104969
104835
|
""" Armature data-blocks
|
|
104970
104836
|
|
|
@@ -105362,73 +105228,6 @@ class BlendDataActions(bpy_struct):
|
|
|
105362
105228
|
"""
|
|
105363
105229
|
...
|
|
105364
105230
|
|
|
105365
|
-
class BlendDataAnimations(bpy_struct):
|
|
105366
|
-
"""Collection of animation data-blocks"""
|
|
105367
|
-
|
|
105368
|
-
def new(self, name: typing.Union[str, typing.Any]) -> Animation:
|
|
105369
|
-
"""Add a new animation data-block to the main database
|
|
105370
|
-
|
|
105371
|
-
:param name: Name for the new data-block
|
|
105372
|
-
:type name: typing.Union[str, typing.Any]
|
|
105373
|
-
:return: New animation data-block
|
|
105374
|
-
:rtype: Animation
|
|
105375
|
-
"""
|
|
105376
|
-
...
|
|
105377
|
-
|
|
105378
|
-
def remove(
|
|
105379
|
-
self,
|
|
105380
|
-
animation: Animation,
|
|
105381
|
-
do_unlink: typing.Optional[typing.Union[bool, typing.Any]] = True,
|
|
105382
|
-
do_id_user: typing.Optional[typing.Union[bool, typing.Any]] = True,
|
|
105383
|
-
do_ui_user: typing.Optional[typing.Union[bool, typing.Any]] = True,
|
|
105384
|
-
):
|
|
105385
|
-
"""Remove an animation data-block from the current blendfile
|
|
105386
|
-
|
|
105387
|
-
:param animation: Animation to remove
|
|
105388
|
-
:type animation: Animation
|
|
105389
|
-
:param do_unlink: Unlink all usages of this animation before deleting it
|
|
105390
|
-
:type do_unlink: typing.Optional[typing.Union[bool, typing.Any]]
|
|
105391
|
-
:param do_id_user: Decrement user counter of all datablocks used by this animation
|
|
105392
|
-
:type do_id_user: typing.Optional[typing.Union[bool, typing.Any]]
|
|
105393
|
-
:param do_ui_user: Make sure interface does not reference this animation
|
|
105394
|
-
:type do_ui_user: typing.Optional[typing.Union[bool, typing.Any]]
|
|
105395
|
-
"""
|
|
105396
|
-
...
|
|
105397
|
-
|
|
105398
|
-
def tag(self, value: typing.Optional[bool]):
|
|
105399
|
-
"""tag
|
|
105400
|
-
|
|
105401
|
-
:param value: Value
|
|
105402
|
-
:type value: typing.Optional[bool]
|
|
105403
|
-
"""
|
|
105404
|
-
...
|
|
105405
|
-
|
|
105406
|
-
@classmethod
|
|
105407
|
-
def bl_rna_get_subclass(cls, id: typing.Optional[str], default=None) -> Struct:
|
|
105408
|
-
"""
|
|
105409
|
-
|
|
105410
|
-
:param id: The RNA type identifier.
|
|
105411
|
-
:type id: typing.Optional[str]
|
|
105412
|
-
:param default:
|
|
105413
|
-
:return: The RNA type or default when not found.
|
|
105414
|
-
:rtype: Struct
|
|
105415
|
-
"""
|
|
105416
|
-
...
|
|
105417
|
-
|
|
105418
|
-
@classmethod
|
|
105419
|
-
def bl_rna_get_subclass_py(
|
|
105420
|
-
cls, id: typing.Optional[str], default=None
|
|
105421
|
-
) -> typing.Any:
|
|
105422
|
-
"""
|
|
105423
|
-
|
|
105424
|
-
:param id: The RNA type identifier.
|
|
105425
|
-
:type id: typing.Optional[str]
|
|
105426
|
-
:param default:
|
|
105427
|
-
:return: The class or default when not found.
|
|
105428
|
-
:rtype: typing.Any
|
|
105429
|
-
"""
|
|
105430
|
-
...
|
|
105431
|
-
|
|
105432
105231
|
class BlendDataArmatures(bpy_struct):
|
|
105433
105232
|
"""Collection of armatures"""
|
|
105434
105233
|
|
|
@@ -113288,9 +113087,12 @@ class Context(bpy_struct):
|
|
|
113288
113087
|
:type: UIList
|
|
113289
113088
|
"""
|
|
113290
113089
|
|
|
113291
|
-
property: typing.
|
|
113090
|
+
property: typing.Tuple[AnyType]
|
|
113292
113091
|
""" Get the property associated with a hovered button.
|
|
113293
|
-
Returns a tuple of the data-block, data path to the property, and array index.
|
|
113092
|
+
Returns a tuple of the data-block, data path to the property, and array index.
|
|
113093
|
+
|
|
113094
|
+
:type: typing.Tuple[AnyType]
|
|
113095
|
+
"""
|
|
113294
113096
|
|
|
113295
113097
|
asset_library_reference: AssetLibraryReference
|
|
113296
113098
|
"""
|
|
@@ -117523,12 +117325,6 @@ class FieldSettings(bpy_struct):
|
|
|
117523
117325
|
class FileAssetSelectIDFilter(bpy_struct):
|
|
117524
117326
|
"""Which asset types to show/hide, when browsing an asset library"""
|
|
117525
117327
|
|
|
117526
|
-
experimental_filter_animation: bool
|
|
117527
|
-
""" Show Animation data-blocks
|
|
117528
|
-
|
|
117529
|
-
:type: bool
|
|
117530
|
-
"""
|
|
117531
|
-
|
|
117532
117328
|
experimental_filter_armature: bool
|
|
117533
117329
|
""" Show Armature data-blocks
|
|
117534
117330
|
|
|
@@ -117928,12 +117724,6 @@ class FileSelectIDFilter(bpy_struct):
|
|
|
117928
117724
|
:type: bool
|
|
117929
117725
|
"""
|
|
117930
117726
|
|
|
117931
|
-
filter_animation: bool
|
|
117932
|
-
""" Show Animation data-blocks
|
|
117933
|
-
|
|
117934
|
-
:type: bool
|
|
117935
|
-
"""
|
|
117936
|
-
|
|
117937
117727
|
filter_armature: bool
|
|
117938
117728
|
""" Show Armature data-blocks
|
|
117939
117729
|
|
|
@@ -124772,10 +124562,10 @@ class KeyConfigurations(bpy_struct):
|
|
|
124772
124562
|
context: typing.Optional[typing.Union[str, int]] = "INVOKE_DEFAULT",
|
|
124773
124563
|
properties: typing.Optional[OperatorProperties] = None,
|
|
124774
124564
|
include: typing.Optional[typing.Any] = {
|
|
124565
|
+
'"NDOF"',
|
|
124775
124566
|
'"KEYBOARD"',
|
|
124776
|
-
'"ACTIONZONE"',
|
|
124777
124567
|
'"MOUSE"',
|
|
124778
|
-
'"
|
|
124568
|
+
'"ACTIONZONE"',
|
|
124779
124569
|
},
|
|
124780
124570
|
exclude: typing.Optional[typing.Any] = {},
|
|
124781
124571
|
):
|
|
@@ -125268,10 +125058,10 @@ class KeyMapItems(bpy_struct):
|
|
|
125268
125058
|
idname: typing.Union[str, typing.Any],
|
|
125269
125059
|
properties: typing.Optional[OperatorProperties] = None,
|
|
125270
125060
|
include: typing.Optional[typing.Any] = {
|
|
125061
|
+
'"NDOF"',
|
|
125271
125062
|
'"KEYBOARD"',
|
|
125272
|
-
'"ACTIONZONE"',
|
|
125273
125063
|
'"MOUSE"',
|
|
125274
|
-
'"
|
|
125064
|
+
'"ACTIONZONE"',
|
|
125275
125065
|
},
|
|
125276
125066
|
exclude: typing.Optional[typing.Any] = {},
|
|
125277
125067
|
) -> KeyMapItem:
|
|
@@ -139970,6 +139760,18 @@ class RenderSettings(bpy_struct):
|
|
|
139970
139760
|
:type: float
|
|
139971
139761
|
"""
|
|
139972
139762
|
|
|
139763
|
+
compositor_device: typing.Union[str, int]
|
|
139764
|
+
""" Set how compositing is executed
|
|
139765
|
+
|
|
139766
|
+
:type: typing.Union[str, int]
|
|
139767
|
+
"""
|
|
139768
|
+
|
|
139769
|
+
compositor_precision: typing.Union[str, int]
|
|
139770
|
+
""" The precision of compositor intermediate result
|
|
139771
|
+
|
|
139772
|
+
:type: typing.Union[str, int]
|
|
139773
|
+
"""
|
|
139774
|
+
|
|
139973
139775
|
dither_intensity: float
|
|
139974
139776
|
""" Amount of dithering noise added to the rendered image to break up banding
|
|
139975
139777
|
|
|
@@ -147784,7 +147586,7 @@ class ThemeFontStyle(bpy_struct):
|
|
|
147784
147586
|
"""
|
|
147785
147587
|
|
|
147786
147588
|
shadow: int
|
|
147787
|
-
""" Shadow
|
|
147589
|
+
""" Shadow type (0 none, 3, 5 blur, 6 outline)
|
|
147788
147590
|
|
|
147789
147591
|
:type: int
|
|
147790
147592
|
"""
|
|
@@ -155170,6 +154972,12 @@ class UserExtensionRepo(bpy_struct):
|
|
|
155170
154972
|
:type: bool
|
|
155171
154973
|
"""
|
|
155172
154974
|
|
|
154975
|
+
use_sync_on_startup: bool
|
|
154976
|
+
""" Allow Blender to check for updates upon launch
|
|
154977
|
+
|
|
154978
|
+
:type: bool
|
|
154979
|
+
"""
|
|
154980
|
+
|
|
155173
154981
|
@classmethod
|
|
155174
154982
|
def bl_rna_get_subclass(cls, id: typing.Optional[str], default=None) -> Struct:
|
|
155175
154983
|
"""
|
|
@@ -161917,28 +161725,28 @@ class VIEW3D_FH_empty_image(FileHandler, bpy_struct):
|
|
|
161917
161725
|
"""
|
|
161918
161726
|
...
|
|
161919
161727
|
|
|
161920
|
-
class
|
|
161728
|
+
class KeyframeActionStrip(ActionStrip, bpy_struct):
|
|
161921
161729
|
"""Strip with a set of F-Curves for each animation binding"""
|
|
161922
161730
|
|
|
161923
|
-
channelbags: bpy_prop_collection[
|
|
161731
|
+
channelbags: bpy_prop_collection[ActionChannelBag]
|
|
161924
161732
|
"""
|
|
161925
161733
|
|
|
161926
|
-
:type: bpy_prop_collection[
|
|
161734
|
+
:type: bpy_prop_collection[ActionChannelBag]
|
|
161927
161735
|
"""
|
|
161928
161736
|
|
|
161929
|
-
def channels(self, binding_handle: typing.Optional[int]) ->
|
|
161930
|
-
"""Find the
|
|
161737
|
+
def channels(self, binding_handle: typing.Optional[int]) -> ActionChannelBag:
|
|
161738
|
+
"""Find the ActionChannelBag for a specific Binding
|
|
161931
161739
|
|
|
161932
161740
|
:param binding_handle: Binding Handle, Number that identifies a specific animation binding
|
|
161933
161741
|
:type binding_handle: typing.Optional[int]
|
|
161934
161742
|
:return: Channels
|
|
161935
|
-
:rtype:
|
|
161743
|
+
:rtype: ActionChannelBag
|
|
161936
161744
|
"""
|
|
161937
161745
|
...
|
|
161938
161746
|
|
|
161939
161747
|
def key_insert(
|
|
161940
161748
|
self,
|
|
161941
|
-
binding: typing.Optional[
|
|
161749
|
+
binding: typing.Optional[ActionBinding],
|
|
161942
161750
|
data_path: typing.Union[str, typing.Any],
|
|
161943
161751
|
array_index: typing.Optional[int],
|
|
161944
161752
|
value: typing.Optional[float],
|
|
@@ -161947,7 +161755,7 @@ class KeyframeAnimationStrip(AnimationStrip, bpy_struct):
|
|
|
161947
161755
|
"""key_insert
|
|
161948
161756
|
|
|
161949
161757
|
:param binding: Binding, The binding that identifies which 'thing' should be keyed
|
|
161950
|
-
:type binding: typing.Optional[
|
|
161758
|
+
:type binding: typing.Optional[ActionBinding]
|
|
161951
161759
|
:param data_path: Data Path, F-Curve data path
|
|
161952
161760
|
:type data_path: typing.Union[str, typing.Any]
|
|
161953
161761
|
:param array_index: Array Index, Index of the animated array element, or -1 if the property is not an array
|
|
@@ -169396,140 +169204,146 @@ class WeightAngleGpencilModifier(GpencilModifier, bpy_struct):
|
|
|
169396
169204
|
"""
|
|
169397
169205
|
...
|
|
169398
169206
|
|
|
169399
|
-
class WeightProxGpencilModifier(GpencilModifier, bpy_struct):
|
|
169400
|
-
"""Calculate Vertex Weight dynamically"""
|
|
169401
|
-
|
|
169402
|
-
distance_end: float
|
|
169403
|
-
""" Distance mapping to 1.0 weight
|
|
169404
|
-
|
|
169405
|
-
:type: float
|
|
169406
|
-
"""
|
|
169407
|
-
|
|
169408
|
-
distance_start: float
|
|
169409
|
-
""" Distance mapping to 0.0 weight
|
|
169410
|
-
|
|
169411
|
-
:type: float
|
|
169412
|
-
"""
|
|
169413
|
-
|
|
169414
|
-
invert_layer_pass: bool
|
|
169415
|
-
""" Inverse filter
|
|
169416
|
-
|
|
169417
|
-
:type: bool
|
|
169418
|
-
"""
|
|
169419
|
-
|
|
169420
|
-
invert_layers: bool
|
|
169421
|
-
""" Inverse filter
|
|
169422
|
-
|
|
169423
|
-
:type: bool
|
|
169424
|
-
"""
|
|
169425
|
-
|
|
169426
|
-
invert_material_pass: bool
|
|
169427
|
-
""" Inverse filter
|
|
169428
|
-
|
|
169429
|
-
:type: bool
|
|
169430
|
-
"""
|
|
169431
|
-
|
|
169432
|
-
invert_materials: bool
|
|
169433
|
-
""" Inverse filter
|
|
169434
|
-
|
|
169435
|
-
:type: bool
|
|
169436
|
-
"""
|
|
169437
|
-
|
|
169438
|
-
invert_vertex: bool
|
|
169439
|
-
""" Inverse filter
|
|
169440
|
-
|
|
169441
|
-
:type: bool
|
|
169442
|
-
"""
|
|
169443
|
-
|
|
169444
|
-
layer: typing.Union[str, typing.Any]
|
|
169445
|
-
""" Layer name
|
|
169446
|
-
|
|
169447
|
-
:type: typing.Union[str, typing.Any]
|
|
169448
|
-
"""
|
|
169449
|
-
|
|
169450
|
-
layer_pass: int
|
|
169451
|
-
""" Layer pass index
|
|
169452
|
-
|
|
169453
|
-
:type: int
|
|
169454
|
-
"""
|
|
169455
|
-
|
|
169456
|
-
material: Material
|
|
169457
|
-
""" Material used for filtering effect
|
|
169458
|
-
|
|
169459
|
-
:type: Material
|
|
169460
|
-
"""
|
|
169461
|
-
|
|
169462
|
-
minimum_weight: float
|
|
169463
|
-
""" Minimum value for vertex weight
|
|
169464
|
-
|
|
169465
|
-
:type: float
|
|
169466
|
-
"""
|
|
169467
|
-
|
|
169468
|
-
object: Object
|
|
169469
|
-
""" Object used as distance reference
|
|
169470
|
-
|
|
169471
|
-
:type: Object
|
|
169472
|
-
"""
|
|
169473
|
-
|
|
169474
|
-
pass_index: int
|
|
169475
|
-
""" Pass index
|
|
169476
|
-
|
|
169477
|
-
:type: int
|
|
169478
|
-
"""
|
|
169479
|
-
|
|
169480
|
-
target_vertex_group: typing.Union[str, typing.Any]
|
|
169481
|
-
""" Output Vertex group
|
|
169482
|
-
|
|
169483
|
-
:type: typing.Union[str, typing.Any]
|
|
169484
|
-
"""
|
|
169485
|
-
|
|
169486
|
-
use_invert_output: bool
|
|
169487
|
-
""" Invert output weight values
|
|
169488
|
-
|
|
169489
|
-
:type: bool
|
|
169490
|
-
"""
|
|
169491
|
-
|
|
169492
|
-
use_multiply: bool
|
|
169493
|
-
""" Multiply the calculated weights with the existing values in the vertex group
|
|
169494
|
-
|
|
169495
|
-
:type: bool
|
|
169496
|
-
"""
|
|
169207
|
+
class WeightProxGpencilModifier(GpencilModifier, bpy_struct):
|
|
169208
|
+
"""Calculate Vertex Weight dynamically"""
|
|
169209
|
+
|
|
169210
|
+
distance_end: float
|
|
169211
|
+
""" Distance mapping to 1.0 weight
|
|
169212
|
+
|
|
169213
|
+
:type: float
|
|
169214
|
+
"""
|
|
169215
|
+
|
|
169216
|
+
distance_start: float
|
|
169217
|
+
""" Distance mapping to 0.0 weight
|
|
169218
|
+
|
|
169219
|
+
:type: float
|
|
169220
|
+
"""
|
|
169221
|
+
|
|
169222
|
+
invert_layer_pass: bool
|
|
169223
|
+
""" Inverse filter
|
|
169224
|
+
|
|
169225
|
+
:type: bool
|
|
169226
|
+
"""
|
|
169227
|
+
|
|
169228
|
+
invert_layers: bool
|
|
169229
|
+
""" Inverse filter
|
|
169230
|
+
|
|
169231
|
+
:type: bool
|
|
169232
|
+
"""
|
|
169233
|
+
|
|
169234
|
+
invert_material_pass: bool
|
|
169235
|
+
""" Inverse filter
|
|
169236
|
+
|
|
169237
|
+
:type: bool
|
|
169238
|
+
"""
|
|
169239
|
+
|
|
169240
|
+
invert_materials: bool
|
|
169241
|
+
""" Inverse filter
|
|
169242
|
+
|
|
169243
|
+
:type: bool
|
|
169244
|
+
"""
|
|
169245
|
+
|
|
169246
|
+
invert_vertex: bool
|
|
169247
|
+
""" Inverse filter
|
|
169248
|
+
|
|
169249
|
+
:type: bool
|
|
169250
|
+
"""
|
|
169251
|
+
|
|
169252
|
+
layer: typing.Union[str, typing.Any]
|
|
169253
|
+
""" Layer name
|
|
169254
|
+
|
|
169255
|
+
:type: typing.Union[str, typing.Any]
|
|
169256
|
+
"""
|
|
169257
|
+
|
|
169258
|
+
layer_pass: int
|
|
169259
|
+
""" Layer pass index
|
|
169260
|
+
|
|
169261
|
+
:type: int
|
|
169262
|
+
"""
|
|
169263
|
+
|
|
169264
|
+
material: Material
|
|
169265
|
+
""" Material used for filtering effect
|
|
169266
|
+
|
|
169267
|
+
:type: Material
|
|
169268
|
+
"""
|
|
169269
|
+
|
|
169270
|
+
minimum_weight: float
|
|
169271
|
+
""" Minimum value for vertex weight
|
|
169272
|
+
|
|
169273
|
+
:type: float
|
|
169274
|
+
"""
|
|
169275
|
+
|
|
169276
|
+
object: Object
|
|
169277
|
+
""" Object used as distance reference
|
|
169278
|
+
|
|
169279
|
+
:type: Object
|
|
169280
|
+
"""
|
|
169281
|
+
|
|
169282
|
+
pass_index: int
|
|
169283
|
+
""" Pass index
|
|
169284
|
+
|
|
169285
|
+
:type: int
|
|
169286
|
+
"""
|
|
169287
|
+
|
|
169288
|
+
target_vertex_group: typing.Union[str, typing.Any]
|
|
169289
|
+
""" Output Vertex group
|
|
169290
|
+
|
|
169291
|
+
:type: typing.Union[str, typing.Any]
|
|
169292
|
+
"""
|
|
169293
|
+
|
|
169294
|
+
use_invert_output: bool
|
|
169295
|
+
""" Invert output weight values
|
|
169296
|
+
|
|
169297
|
+
:type: bool
|
|
169298
|
+
"""
|
|
169299
|
+
|
|
169300
|
+
use_multiply: bool
|
|
169301
|
+
""" Multiply the calculated weights with the existing values in the vertex group
|
|
169302
|
+
|
|
169303
|
+
:type: bool
|
|
169304
|
+
"""
|
|
169305
|
+
|
|
169306
|
+
vertex_group: typing.Union[str, typing.Any]
|
|
169307
|
+
""" Vertex group name for modulating the deform
|
|
169308
|
+
|
|
169309
|
+
:type: typing.Union[str, typing.Any]
|
|
169310
|
+
"""
|
|
169311
|
+
|
|
169312
|
+
@classmethod
|
|
169313
|
+
def bl_rna_get_subclass(cls, id: typing.Optional[str], default=None) -> Struct:
|
|
169314
|
+
"""
|
|
169315
|
+
|
|
169316
|
+
:param id: The RNA type identifier.
|
|
169317
|
+
:type id: typing.Optional[str]
|
|
169318
|
+
:param default:
|
|
169319
|
+
:return: The RNA type or default when not found.
|
|
169320
|
+
:rtype: Struct
|
|
169321
|
+
"""
|
|
169322
|
+
...
|
|
169323
|
+
|
|
169324
|
+
@classmethod
|
|
169325
|
+
def bl_rna_get_subclass_py(
|
|
169326
|
+
cls, id: typing.Optional[str], default=None
|
|
169327
|
+
) -> typing.Any:
|
|
169328
|
+
"""
|
|
169329
|
+
|
|
169330
|
+
:param id: The RNA type identifier.
|
|
169331
|
+
:type id: typing.Optional[str]
|
|
169332
|
+
:param default:
|
|
169333
|
+
:return: The class or default when not found.
|
|
169334
|
+
:rtype: typing.Any
|
|
169335
|
+
"""
|
|
169336
|
+
...
|
|
169337
|
+
|
|
169338
|
+
class Action(ID, bpy_struct):
|
|
169339
|
+
"""A collection of F-Curves for animation"""
|
|
169497
169340
|
|
|
169498
|
-
|
|
169499
|
-
"""
|
|
169341
|
+
bindings: bpy_prop_collection[ActionBinding]
|
|
169342
|
+
""" The list of bindings in this animation data-block
|
|
169500
169343
|
|
|
169501
|
-
:type:
|
|
169344
|
+
:type: bpy_prop_collection[ActionBinding]
|
|
169502
169345
|
"""
|
|
169503
169346
|
|
|
169504
|
-
@classmethod
|
|
169505
|
-
def bl_rna_get_subclass(cls, id: typing.Optional[str], default=None) -> Struct:
|
|
169506
|
-
"""
|
|
169507
|
-
|
|
169508
|
-
:param id: The RNA type identifier.
|
|
169509
|
-
:type id: typing.Optional[str]
|
|
169510
|
-
:param default:
|
|
169511
|
-
:return: The RNA type or default when not found.
|
|
169512
|
-
:rtype: Struct
|
|
169513
|
-
"""
|
|
169514
|
-
...
|
|
169515
|
-
|
|
169516
|
-
@classmethod
|
|
169517
|
-
def bl_rna_get_subclass_py(
|
|
169518
|
-
cls, id: typing.Optional[str], default=None
|
|
169519
|
-
) -> typing.Any:
|
|
169520
|
-
"""
|
|
169521
|
-
|
|
169522
|
-
:param id: The RNA type identifier.
|
|
169523
|
-
:type id: typing.Optional[str]
|
|
169524
|
-
:param default:
|
|
169525
|
-
:return: The class or default when not found.
|
|
169526
|
-
:rtype: typing.Any
|
|
169527
|
-
"""
|
|
169528
|
-
...
|
|
169529
|
-
|
|
169530
|
-
class Action(ID, bpy_struct):
|
|
169531
|
-
"""A collection of F-Curves for animation"""
|
|
169532
|
-
|
|
169533
169347
|
curve_frame_range: typing.Union[
|
|
169534
169348
|
typing.List[float], typing.Tuple[float, float], mathutils.Vector
|
|
169535
169349
|
]
|
|
@@ -169576,6 +169390,24 @@ class Action(ID, bpy_struct):
|
|
|
169576
169390
|
:type: typing.Union[str, int]
|
|
169577
169391
|
"""
|
|
169578
169392
|
|
|
169393
|
+
is_empty: typing.Union[bool, typing.Any]
|
|
169394
|
+
""" False when there is any Layer, Binding, or legacy F-Curve
|
|
169395
|
+
|
|
169396
|
+
:type: typing.Union[bool, typing.Any]
|
|
169397
|
+
"""
|
|
169398
|
+
|
|
169399
|
+
last_binding_handle: int
|
|
169400
|
+
"""
|
|
169401
|
+
|
|
169402
|
+
:type: int
|
|
169403
|
+
"""
|
|
169404
|
+
|
|
169405
|
+
layers: bpy_prop_collection[ActionLayer]
|
|
169406
|
+
""" The list of layers that make up this Animation
|
|
169407
|
+
|
|
169408
|
+
:type: bpy_prop_collection[ActionLayer]
|
|
169409
|
+
"""
|
|
169410
|
+
|
|
169579
169411
|
pose_markers: bpy_prop_collection[TimelineMarker]
|
|
169580
169412
|
""" Markers specific to this action, for labeling poses
|
|
169581
169413
|
|
|
@@ -169628,53 +169460,6 @@ class Action(ID, bpy_struct):
|
|
|
169628
169460
|
"""
|
|
169629
169461
|
...
|
|
169630
169462
|
|
|
169631
|
-
class Animation(ID, bpy_struct):
|
|
169632
|
-
"""A collection of animation layers"""
|
|
169633
|
-
|
|
169634
|
-
bindings: bpy_prop_collection[AnimationBinding]
|
|
169635
|
-
""" The list of bindings in this animation data-block
|
|
169636
|
-
|
|
169637
|
-
:type: bpy_prop_collection[AnimationBinding]
|
|
169638
|
-
"""
|
|
169639
|
-
|
|
169640
|
-
last_binding_handle: int
|
|
169641
|
-
"""
|
|
169642
|
-
|
|
169643
|
-
:type: int
|
|
169644
|
-
"""
|
|
169645
|
-
|
|
169646
|
-
layers: bpy_prop_collection[AnimationLayer]
|
|
169647
|
-
""" The list of layers that make up this Animation
|
|
169648
|
-
|
|
169649
|
-
:type: bpy_prop_collection[AnimationLayer]
|
|
169650
|
-
"""
|
|
169651
|
-
|
|
169652
|
-
@classmethod
|
|
169653
|
-
def bl_rna_get_subclass(cls, id: typing.Optional[str], default=None) -> Struct:
|
|
169654
|
-
"""
|
|
169655
|
-
|
|
169656
|
-
:param id: The RNA type identifier.
|
|
169657
|
-
:type id: typing.Optional[str]
|
|
169658
|
-
:param default:
|
|
169659
|
-
:return: The RNA type or default when not found.
|
|
169660
|
-
:rtype: Struct
|
|
169661
|
-
"""
|
|
169662
|
-
...
|
|
169663
|
-
|
|
169664
|
-
@classmethod
|
|
169665
|
-
def bl_rna_get_subclass_py(
|
|
169666
|
-
cls, id: typing.Optional[str], default=None
|
|
169667
|
-
) -> typing.Any:
|
|
169668
|
-
"""
|
|
169669
|
-
|
|
169670
|
-
:param id: The RNA type identifier.
|
|
169671
|
-
:type id: typing.Optional[str]
|
|
169672
|
-
:param default:
|
|
169673
|
-
:return: The class or default when not found.
|
|
169674
|
-
:rtype: typing.Any
|
|
169675
|
-
"""
|
|
169676
|
-
...
|
|
169677
|
-
|
|
169678
169463
|
class Armature(ID, bpy_struct):
|
|
169679
169464
|
"""Armature data-block containing a hierarchy of bones, usually used for rigging characters"""
|
|
169680
169465
|
|
|
@@ -171655,18 +171440,6 @@ class Collection(ID, bpy_struct):
|
|
|
171655
171440
|
class CompositorNodeTree(NodeTree, ID, bpy_struct):
|
|
171656
171441
|
"""Node tree consisting of linked nodes used for compositing"""
|
|
171657
171442
|
|
|
171658
|
-
execution_mode: typing.Union[str, int]
|
|
171659
|
-
""" Set how compositing is executed
|
|
171660
|
-
|
|
171661
|
-
:type: typing.Union[str, int]
|
|
171662
|
-
"""
|
|
171663
|
-
|
|
171664
|
-
precision: typing.Union[str, int]
|
|
171665
|
-
""" The precision of compositor intermediate result
|
|
171666
|
-
|
|
171667
|
-
:type: typing.Union[str, int]
|
|
171668
|
-
"""
|
|
171669
|
-
|
|
171670
171443
|
use_viewer_border: bool
|
|
171671
171444
|
""" Use boundaries for viewer nodes and composite backdrop
|
|
171672
171445
|
|
|
@@ -176877,10 +176650,10 @@ class WindowManager(ID, bpy_struct):
|
|
|
176877
176650
|
:type: typing.Union[str, typing.Any]
|
|
176878
176651
|
"""
|
|
176879
176652
|
|
|
176880
|
-
|
|
176881
|
-
"""
|
|
176653
|
+
selected_action: Action
|
|
176654
|
+
""" Action assigned to the active Object
|
|
176882
176655
|
|
|
176883
|
-
:type:
|
|
176656
|
+
:type: Action
|
|
176884
176657
|
"""
|
|
176885
176658
|
|
|
176886
176659
|
windows: bpy_prop_collection[Window]
|
|
@@ -177446,6 +177219,12 @@ class World(ID, bpy_struct):
|
|
|
177446
177219
|
:type: typing.Union[str, int]
|
|
177447
177220
|
"""
|
|
177448
177221
|
|
|
177222
|
+
use_eevee_finite_volume: bool
|
|
177223
|
+
""" The world's volume used to be rendered by EEVEE Legacy. Conversion is needed for it to render properly
|
|
177224
|
+
|
|
177225
|
+
:type: bool
|
|
177226
|
+
"""
|
|
177227
|
+
|
|
177449
177228
|
use_nodes: bool
|
|
177450
177229
|
""" Use shader nodes to render the world
|
|
177451
177230
|
|
|
@@ -195038,6 +194817,12 @@ class AreaLight(Light, ID, bpy_struct):
|
|
|
195038
194817
|
:type: float
|
|
195039
194818
|
"""
|
|
195040
194819
|
|
|
194820
|
+
shadow_maximum_resolution: float
|
|
194821
|
+
""" Maximum size of a shadow map pixel. Higher values use less memory at the cost of shadow quality
|
|
194822
|
+
|
|
194823
|
+
:type: float
|
|
194824
|
+
"""
|
|
194825
|
+
|
|
195041
194826
|
shadow_resolution_scale: float
|
|
195042
194827
|
""" Scale the Shadow Map target resolution, where 1.0 tries to match shadow map and screen pixel density. (The scale is applied on top of the scene Simplify Shadow Resolution)
|
|
195043
194828
|
|
|
@@ -195074,6 +194859,12 @@ class AreaLight(Light, ID, bpy_struct):
|
|
|
195074
194859
|
:type: float
|
|
195075
194860
|
"""
|
|
195076
194861
|
|
|
194862
|
+
use_absolute_resolution: bool
|
|
194863
|
+
""" Limit the resolution at 1 unit from the light origin instead of relative to the shadowed pixel
|
|
194864
|
+
|
|
194865
|
+
:type: bool
|
|
194866
|
+
"""
|
|
194867
|
+
|
|
195077
194868
|
use_contact_shadow: bool
|
|
195078
194869
|
""" Use screen space ray-tracing to have correct shadowing near occluder, or for small features that does not appear in shadow maps
|
|
195079
194870
|
|
|
@@ -195165,6 +194956,12 @@ class PointLight(Light, ID, bpy_struct):
|
|
|
195165
194956
|
:type: float
|
|
195166
194957
|
"""
|
|
195167
194958
|
|
|
194959
|
+
shadow_maximum_resolution: float
|
|
194960
|
+
""" Maximum size of a shadow map pixel. Higher values use less memory at the cost of shadow quality
|
|
194961
|
+
|
|
194962
|
+
:type: float
|
|
194963
|
+
"""
|
|
194964
|
+
|
|
195168
194965
|
shadow_resolution_scale: float
|
|
195169
194966
|
""" Scale the Shadow Map target resolution, where 1.0 tries to match shadow map and screen pixel density. (The scale is applied on top of the scene Simplify Shadow Resolution)
|
|
195170
194967
|
|
|
@@ -195177,6 +194974,12 @@ class PointLight(Light, ID, bpy_struct):
|
|
|
195177
194974
|
:type: float
|
|
195178
194975
|
"""
|
|
195179
194976
|
|
|
194977
|
+
use_absolute_resolution: bool
|
|
194978
|
+
""" Limit the resolution at 1 unit from the light origin instead of relative to the shadowed pixel
|
|
194979
|
+
|
|
194980
|
+
:type: bool
|
|
194981
|
+
"""
|
|
194982
|
+
|
|
195180
194983
|
use_contact_shadow: bool
|
|
195181
194984
|
""" Use screen space ray-tracing to have correct shadowing near occluder, or for small features that does not appear in shadow maps
|
|
195182
194985
|
|
|
@@ -195274,6 +195077,12 @@ class SpotLight(Light, ID, bpy_struct):
|
|
|
195274
195077
|
:type: float
|
|
195275
195078
|
"""
|
|
195276
195079
|
|
|
195080
|
+
shadow_maximum_resolution: float
|
|
195081
|
+
""" Maximum size of a shadow map pixel. Higher values use less memory at the cost of shadow quality
|
|
195082
|
+
|
|
195083
|
+
:type: float
|
|
195084
|
+
"""
|
|
195085
|
+
|
|
195277
195086
|
shadow_resolution_scale: float
|
|
195278
195087
|
""" Scale the Shadow Map target resolution, where 1.0 tries to match shadow map and screen pixel density. (The scale is applied on top of the scene Simplify Shadow Resolution)
|
|
195279
195088
|
|
|
@@ -195304,6 +195113,12 @@ class SpotLight(Light, ID, bpy_struct):
|
|
|
195304
195113
|
:type: float
|
|
195305
195114
|
"""
|
|
195306
195115
|
|
|
195116
|
+
use_absolute_resolution: bool
|
|
195117
|
+
""" Limit the resolution at 1 unit from the light origin instead of relative to the shadowed pixel
|
|
195118
|
+
|
|
195119
|
+
:type: bool
|
|
195120
|
+
"""
|
|
195121
|
+
|
|
195307
195122
|
use_contact_shadow: bool
|
|
195308
195123
|
""" Use screen space ray-tracing to have correct shadowing near occluder, or for small features that does not appear in shadow maps
|
|
195309
195124
|
|
|
@@ -195437,6 +195252,12 @@ class SunLight(Light, ID, bpy_struct):
|
|
|
195437
195252
|
:type: float
|
|
195438
195253
|
"""
|
|
195439
195254
|
|
|
195255
|
+
shadow_maximum_resolution: float
|
|
195256
|
+
""" Maximum size of a shadow map pixel. Higher values use less memory at the cost of shadow quality
|
|
195257
|
+
|
|
195258
|
+
:type: float
|
|
195259
|
+
"""
|
|
195260
|
+
|
|
195440
195261
|
shadow_resolution_scale: float
|
|
195441
195262
|
""" Scale the Shadow Map target resolution, where 1.0 tries to match shadow map and screen pixel density. (The scale is applied on top of the scene Simplify Shadow Resolution)
|
|
195442
195263
|
|
|
@@ -237327,6 +237148,10 @@ CLIP_MT_select: bl_ui.space_clip.CLIP_MT_select
|
|
|
237327
237148
|
"""
|
|
237328
237149
|
"""
|
|
237329
237150
|
|
|
237151
|
+
CLIP_MT_select_graph: bl_ui.space_clip.CLIP_MT_select_graph
|
|
237152
|
+
"""
|
|
237153
|
+
"""
|
|
237154
|
+
|
|
237330
237155
|
CLIP_MT_select_grouped: bl_ui.space_clip.CLIP_MT_select_grouped
|
|
237331
237156
|
"""
|
|
237332
237157
|
"""
|
|
@@ -238599,6 +238424,10 @@ GREASE_PENCIL_MT_grease_pencil_add_layer_extra: bl_ui.properties_data_grease_pen
|
|
|
238599
238424
|
"""
|
|
238600
238425
|
"""
|
|
238601
238426
|
|
|
238427
|
+
GREASE_PENCIL_MT_group_context_menu: bl_ui.properties_data_grease_pencil.GREASE_PENCIL_MT_group_context_menu
|
|
238428
|
+
"""
|
|
238429
|
+
"""
|
|
238430
|
+
|
|
238602
238431
|
GREASE_PENCIL_MT_layer_active: bl_ui.properties_grease_pencil_common.GREASE_PENCIL_MT_layer_active
|
|
238603
238432
|
"""
|
|
238604
238433
|
"""
|
|
@@ -238611,6 +238440,14 @@ GREASE_PENCIL_MT_move_to_layer: bl_ui.properties_grease_pencil_common.GREASE_PEN
|
|
|
238611
238440
|
"""
|
|
238612
238441
|
"""
|
|
238613
238442
|
|
|
238443
|
+
GREASE_PENCIL_MT_snap: bl_ui.properties_grease_pencil_common.GREASE_PENCIL_MT_snap
|
|
238444
|
+
"""
|
|
238445
|
+
"""
|
|
238446
|
+
|
|
238447
|
+
GREASE_PENCIL_MT_snap_pie: bl_ui.properties_grease_pencil_common.GREASE_PENCIL_MT_snap_pie
|
|
238448
|
+
"""
|
|
238449
|
+
"""
|
|
238450
|
+
|
|
238614
238451
|
GREASE_PENCIL_UL_masks: bl_ui.properties_data_grease_pencil.GREASE_PENCIL_UL_masks
|
|
238615
238452
|
"""
|
|
238616
238453
|
"""
|
|
@@ -241155,10 +240992,6 @@ SEQUENCER_MT_select_handle: bl_ui.space_sequencer.SEQUENCER_MT_select_handle
|
|
|
241155
240992
|
"""
|
|
241156
240993
|
"""
|
|
241157
240994
|
|
|
241158
|
-
SEQUENCER_MT_select_linked: bl_ui.space_sequencer.SEQUENCER_MT_select_linked
|
|
241159
|
-
"""
|
|
241160
|
-
"""
|
|
241161
|
-
|
|
241162
240995
|
SEQUENCER_MT_strip: bl_ui.space_sequencer.SEQUENCER_MT_strip
|
|
241163
240996
|
"""
|
|
241164
240997
|
"""
|
|
@@ -241303,6 +241136,14 @@ SEQUENCER_PT_sequencer_overlay: bl_ui.space_sequencer.SEQUENCER_PT_sequencer_ove
|
|
|
241303
241136
|
"""
|
|
241304
241137
|
"""
|
|
241305
241138
|
|
|
241139
|
+
SEQUENCER_PT_sequencer_overlay_strips: bl_ui.space_sequencer.SEQUENCER_PT_sequencer_overlay_strips
|
|
241140
|
+
"""
|
|
241141
|
+
"""
|
|
241142
|
+
|
|
241143
|
+
SEQUENCER_PT_sequencer_overlay_waveforms: bl_ui.space_sequencer.SEQUENCER_PT_sequencer_overlay_waveforms
|
|
241144
|
+
"""
|
|
241145
|
+
"""
|
|
241146
|
+
|
|
241306
241147
|
SEQUENCER_PT_snapping: bl_ui.space_sequencer.SEQUENCER_PT_snapping
|
|
241307
241148
|
"""
|
|
241308
241149
|
"""
|
|
@@ -243843,6 +243684,10 @@ WORKSPACE_UL_addons_items: bl_ui.properties_workspace.WORKSPACE_UL_addons_items
|
|
|
243843
243684
|
"""
|
|
243844
243685
|
"""
|
|
243845
243686
|
|
|
243687
|
+
WORLD_OT_convert_volume_to_mesh: bl_operators.world.WORLD_OT_convert_volume_to_mesh
|
|
243688
|
+
"""
|
|
243689
|
+
"""
|
|
243690
|
+
|
|
243846
243691
|
WORLD_PT_context_world: bl_ui.properties_world.WORLD_PT_context_world
|
|
243847
243692
|
"""
|
|
243848
243693
|
"""
|