fake-bpy-module 20240511__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.
- bl_ui/properties_data_grease_pencil/__init__.pyi +66 -66
- 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
- bpy/ops/anim/__init__.pyi +1 -1
- bpy/ops/export_scene/__init__.pyi +2 -2
- bpy/ops/grease_pencil/__init__.pyi +51 -0
- bpy/ops/nla/__init__.pyi +2 -2
- bpy/ops/ui/__init__.pyi +3 -0
- bpy/types/__init__.pyi +1535 -1708
- {fake_bpy_module-20240511.dist-info → fake_bpy_module-20240514.dist-info}/METADATA +1 -1
- {fake_bpy_module-20240511.dist-info → fake_bpy_module-20240514.dist-info}/RECORD +15 -15
- {fake_bpy_module-20240511.dist-info → fake_bpy_module-20240514.dist-info}/WHEEL +0 -0
- {fake_bpy_module-20240511.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
|
|
@@ -102532,6 +102409,191 @@ class AOVs(bpy_struct):
|
|
|
102532
102409
|
"""
|
|
102533
102410
|
...
|
|
102534
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
|
+
|
|
102535
102597
|
class ActionFCurves(bpy_struct):
|
|
102536
102598
|
"""Collection of action F-Curves"""
|
|
102537
102599
|
|
|
@@ -102750,6 +102812,106 @@ class ActionGroups(bpy_struct):
|
|
|
102750
102812
|
"""
|
|
102751
102813
|
...
|
|
102752
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
|
+
|
|
102753
102915
|
class ActionPoseMarkers(bpy_struct):
|
|
102754
102916
|
"""Collection of timeline markers"""
|
|
102755
102917
|
|
|
@@ -102809,6 +102971,93 @@ class ActionPoseMarkers(bpy_struct):
|
|
|
102809
102971
|
"""
|
|
102810
102972
|
...
|
|
102811
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
|
+
|
|
102812
103061
|
class Addon(bpy_struct):
|
|
102813
103062
|
"""Python add-ons to be loaded automatically"""
|
|
102814
103063
|
|
|
@@ -102947,6 +103196,24 @@ class AnimData(bpy_struct):
|
|
|
102947
103196
|
:type: Action
|
|
102948
103197
|
"""
|
|
102949
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
|
+
|
|
102950
103217
|
action_blend_type: typing.Union[str, int]
|
|
102951
103218
|
""" Method used for combining Active Action's result with result of NLA stack
|
|
102952
103219
|
|
|
@@ -102971,30 +103238,6 @@ class AnimData(bpy_struct):
|
|
|
102971
103238
|
:type: Action
|
|
102972
103239
|
"""
|
|
102973
103240
|
|
|
102974
|
-
animation: Animation
|
|
102975
|
-
""" Active Animation for this data-block
|
|
102976
|
-
|
|
102977
|
-
:type: Animation
|
|
102978
|
-
"""
|
|
102979
|
-
|
|
102980
|
-
animation_binding: typing.Union[str, int]
|
|
102981
|
-
""" 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
|
|
102982
|
-
|
|
102983
|
-
:type: typing.Union[str, int]
|
|
102984
|
-
"""
|
|
102985
|
-
|
|
102986
|
-
animation_binding_handle: int
|
|
102987
|
-
""" A number that identifies which sub-set of the Animation is considered to be for this data-block
|
|
102988
|
-
|
|
102989
|
-
:type: int
|
|
102990
|
-
"""
|
|
102991
|
-
|
|
102992
|
-
animation_binding_name: typing.Union[str, typing.Any]
|
|
102993
|
-
""" 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
|
|
102994
|
-
|
|
102995
|
-
:type: typing.Union[str, typing.Any]
|
|
102996
|
-
"""
|
|
102997
|
-
|
|
102998
103241
|
drivers: bpy_prop_collection[FCurve]
|
|
102999
103242
|
""" The Drivers/Expressions for this data-block
|
|
103000
103243
|
|
|
@@ -103181,464 +103424,92 @@ class AnimViz(bpy_struct):
|
|
|
103181
103424
|
"""
|
|
103182
103425
|
...
|
|
103183
103426
|
|
|
103184
|
-
class AnimVizMotionPaths(bpy_struct):
|
|
103185
|
-
"""Motion Path settings for animation visualization"""
|
|
103186
|
-
|
|
103187
|
-
bake_location: typing.Union[str, int]
|
|
103188
|
-
""" When calculating Bone Paths, use Head or Tips
|
|
103189
|
-
|
|
103190
|
-
:type: typing.Union[str, int]
|
|
103191
|
-
"""
|
|
103192
|
-
|
|
103193
|
-
frame_after: int
|
|
103194
|
-
""" Number of frames to show after the current frame (only for 'Around Frame' Onion-skinning method)
|
|
103195
|
-
|
|
103196
|
-
:type: int
|
|
103197
|
-
"""
|
|
103198
|
-
|
|
103199
|
-
frame_before: int
|
|
103200
|
-
""" Number of frames to show before the current frame (only for 'Around Frame' Onion-skinning method)
|
|
103201
|
-
|
|
103202
|
-
:type: int
|
|
103203
|
-
"""
|
|
103204
|
-
|
|
103205
|
-
frame_end: int
|
|
103206
|
-
""" End frame of range of paths to display/calculate (not for 'Around Frame' Onion-skinning method)
|
|
103207
|
-
|
|
103208
|
-
:type: int
|
|
103209
|
-
"""
|
|
103210
|
-
|
|
103211
|
-
frame_start: int
|
|
103212
|
-
""" Starting frame of range of paths to display/calculate (not for 'Around Frame' Onion-skinning method)
|
|
103213
|
-
|
|
103214
|
-
:type: int
|
|
103215
|
-
"""
|
|
103216
|
-
|
|
103217
|
-
frame_step: int
|
|
103218
|
-
""" Number of frames between paths shown (not for 'On Keyframes' Onion-skinning method)
|
|
103219
|
-
|
|
103220
|
-
:type: int
|
|
103221
|
-
"""
|
|
103222
|
-
|
|
103223
|
-
has_motion_paths: typing.Union[bool, typing.Any]
|
|
103224
|
-
""" Are there any bone paths that will need updating (read-only)
|
|
103225
|
-
|
|
103226
|
-
:type: typing.Union[bool, typing.Any]
|
|
103227
|
-
"""
|
|
103228
|
-
|
|
103229
|
-
range: typing.Union[str, int]
|
|
103230
|
-
""" Type of range to calculate for Motion Paths
|
|
103231
|
-
|
|
103232
|
-
:type: typing.Union[str, int]
|
|
103233
|
-
"""
|
|
103234
|
-
|
|
103235
|
-
show_frame_numbers: bool
|
|
103236
|
-
""" Show frame numbers on Motion Paths
|
|
103237
|
-
|
|
103238
|
-
:type: bool
|
|
103239
|
-
"""
|
|
103240
|
-
|
|
103241
|
-
show_keyframe_action_all: bool
|
|
103242
|
-
""" For bone motion paths, search whole Action for keyframes instead of in group with matching name only (is slower)
|
|
103243
|
-
|
|
103244
|
-
:type: bool
|
|
103245
|
-
"""
|
|
103246
|
-
|
|
103247
|
-
show_keyframe_highlight: bool
|
|
103248
|
-
""" Emphasize position of keyframes on Motion Paths
|
|
103249
|
-
|
|
103250
|
-
:type: bool
|
|
103251
|
-
"""
|
|
103252
|
-
|
|
103253
|
-
show_keyframe_numbers: bool
|
|
103254
|
-
""" Show frame numbers of Keyframes on Motion Paths
|
|
103255
|
-
|
|
103256
|
-
:type: bool
|
|
103257
|
-
"""
|
|
103258
|
-
|
|
103259
|
-
type: typing.Union[str, int]
|
|
103260
|
-
""" Type of range to show for Motion Paths
|
|
103261
|
-
|
|
103262
|
-
:type: typing.Union[str, int]
|
|
103263
|
-
"""
|
|
103264
|
-
|
|
103265
|
-
use_camera_space_bake: bool
|
|
103266
|
-
""" Motion path points will be baked into the camera space of the active camera. This means they will only look right when looking through that camera. Switching cameras using markers is not supported
|
|
103267
|
-
|
|
103268
|
-
:type: bool
|
|
103269
|
-
"""
|
|
103270
|
-
|
|
103271
|
-
@classmethod
|
|
103272
|
-
def bl_rna_get_subclass(cls, id: typing.Optional[str], default=None) -> Struct:
|
|
103273
|
-
"""
|
|
103274
|
-
|
|
103275
|
-
:param id: The RNA type identifier.
|
|
103276
|
-
:type id: typing.Optional[str]
|
|
103277
|
-
:param default:
|
|
103278
|
-
:return: The RNA type or default when not found.
|
|
103279
|
-
:rtype: Struct
|
|
103280
|
-
"""
|
|
103281
|
-
...
|
|
103282
|
-
|
|
103283
|
-
@classmethod
|
|
103284
|
-
def bl_rna_get_subclass_py(
|
|
103285
|
-
cls, id: typing.Optional[str], default=None
|
|
103286
|
-
) -> typing.Any:
|
|
103287
|
-
"""
|
|
103288
|
-
|
|
103289
|
-
:param id: The RNA type identifier.
|
|
103290
|
-
:type id: typing.Optional[str]
|
|
103291
|
-
:param default:
|
|
103292
|
-
:return: The class or default when not found.
|
|
103293
|
-
:rtype: typing.Any
|
|
103294
|
-
"""
|
|
103295
|
-
...
|
|
103296
|
-
|
|
103297
|
-
class AnimationBinding(bpy_struct):
|
|
103298
|
-
"""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"""
|
|
103299
|
-
|
|
103300
|
-
handle: int
|
|
103301
|
-
"""
|
|
103302
|
-
|
|
103303
|
-
:type: int
|
|
103304
|
-
"""
|
|
103305
|
-
|
|
103306
|
-
name: typing.Union[str, typing.Any]
|
|
103307
|
-
"""
|
|
103308
|
-
|
|
103309
|
-
:type: typing.Union[str, typing.Any]
|
|
103310
|
-
"""
|
|
103311
|
-
|
|
103312
|
-
name_display: typing.Union[str, typing.Any]
|
|
103313
|
-
"""
|
|
103314
|
-
|
|
103315
|
-
:type: typing.Union[str, typing.Any]
|
|
103316
|
-
"""
|
|
103317
|
-
|
|
103318
|
-
@classmethod
|
|
103319
|
-
def bl_rna_get_subclass(cls, id: typing.Optional[str], default=None) -> Struct:
|
|
103320
|
-
"""
|
|
103321
|
-
|
|
103322
|
-
:param id: The RNA type identifier.
|
|
103323
|
-
:type id: typing.Optional[str]
|
|
103324
|
-
:param default:
|
|
103325
|
-
:return: The RNA type or default when not found.
|
|
103326
|
-
:rtype: Struct
|
|
103327
|
-
"""
|
|
103328
|
-
...
|
|
103329
|
-
|
|
103330
|
-
@classmethod
|
|
103331
|
-
def bl_rna_get_subclass_py(
|
|
103332
|
-
cls, id: typing.Optional[str], default=None
|
|
103333
|
-
) -> typing.Any:
|
|
103334
|
-
"""
|
|
103335
|
-
|
|
103336
|
-
:param id: The RNA type identifier.
|
|
103337
|
-
:type id: typing.Optional[str]
|
|
103338
|
-
:param default:
|
|
103339
|
-
:return: The class or default when not found.
|
|
103340
|
-
:rtype: typing.Any
|
|
103341
|
-
"""
|
|
103342
|
-
...
|
|
103343
|
-
|
|
103344
|
-
class AnimationBindings(bpy_struct):
|
|
103345
|
-
"""Collection of animation bindings"""
|
|
103346
|
-
|
|
103347
|
-
def new(self, for_id: typing.Optional[ID] = None) -> AnimationBinding:
|
|
103348
|
-
"""Add a binding to the animation
|
|
103349
|
-
|
|
103350
|
-
: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
|
|
103351
|
-
:type for_id: typing.Optional[ID]
|
|
103352
|
-
:return: Newly created animation binding
|
|
103353
|
-
:rtype: AnimationBinding
|
|
103354
|
-
"""
|
|
103355
|
-
...
|
|
103356
|
-
|
|
103357
|
-
@classmethod
|
|
103358
|
-
def bl_rna_get_subclass(cls, id: typing.Optional[str], default=None) -> Struct:
|
|
103359
|
-
"""
|
|
103360
|
-
|
|
103361
|
-
:param id: The RNA type identifier.
|
|
103362
|
-
:type id: typing.Optional[str]
|
|
103363
|
-
:param default:
|
|
103364
|
-
:return: The RNA type or default when not found.
|
|
103365
|
-
:rtype: Struct
|
|
103366
|
-
"""
|
|
103367
|
-
...
|
|
103368
|
-
|
|
103369
|
-
@classmethod
|
|
103370
|
-
def bl_rna_get_subclass_py(
|
|
103371
|
-
cls, id: typing.Optional[str], default=None
|
|
103372
|
-
) -> typing.Any:
|
|
103373
|
-
"""
|
|
103374
|
-
|
|
103375
|
-
:param id: The RNA type identifier.
|
|
103376
|
-
:type id: typing.Optional[str]
|
|
103377
|
-
:param default:
|
|
103378
|
-
:return: The class or default when not found.
|
|
103379
|
-
:rtype: typing.Any
|
|
103380
|
-
"""
|
|
103381
|
-
...
|
|
103382
|
-
|
|
103383
|
-
class AnimationChannelBag(bpy_struct):
|
|
103384
|
-
"""Collection of animation channels, typically associated with an animation binding"""
|
|
103385
|
-
|
|
103386
|
-
binding_handle: int
|
|
103387
|
-
"""
|
|
103388
|
-
|
|
103389
|
-
:type: int
|
|
103390
|
-
"""
|
|
103391
|
-
|
|
103392
|
-
fcurves: bpy_prop_collection[FCurve]
|
|
103393
|
-
""" The individual F-Curves that animate the binding
|
|
103394
|
-
|
|
103395
|
-
:type: bpy_prop_collection[FCurve]
|
|
103396
|
-
"""
|
|
103397
|
-
|
|
103398
|
-
@classmethod
|
|
103399
|
-
def bl_rna_get_subclass(cls, id: typing.Optional[str], default=None) -> Struct:
|
|
103400
|
-
"""
|
|
103401
|
-
|
|
103402
|
-
:param id: The RNA type identifier.
|
|
103403
|
-
:type id: typing.Optional[str]
|
|
103404
|
-
:param default:
|
|
103405
|
-
:return: The RNA type or default when not found.
|
|
103406
|
-
:rtype: Struct
|
|
103407
|
-
"""
|
|
103408
|
-
...
|
|
103409
|
-
|
|
103410
|
-
@classmethod
|
|
103411
|
-
def bl_rna_get_subclass_py(
|
|
103412
|
-
cls, id: typing.Optional[str], default=None
|
|
103413
|
-
) -> typing.Any:
|
|
103414
|
-
"""
|
|
103415
|
-
|
|
103416
|
-
:param id: The RNA type identifier.
|
|
103417
|
-
:type id: typing.Optional[str]
|
|
103418
|
-
:param default:
|
|
103419
|
-
:return: The class or default when not found.
|
|
103420
|
-
:rtype: typing.Any
|
|
103421
|
-
"""
|
|
103422
|
-
...
|
|
103423
|
-
|
|
103424
|
-
class AnimationChannelBagFCurves(bpy_struct):
|
|
103425
|
-
"""Collection of F-Curves for a specific animation binding"""
|
|
103426
|
-
|
|
103427
|
-
@classmethod
|
|
103428
|
-
def bl_rna_get_subclass(cls, id: typing.Optional[str], default=None) -> Struct:
|
|
103429
|
-
"""
|
|
103430
|
-
|
|
103431
|
-
:param id: The RNA type identifier.
|
|
103432
|
-
:type id: typing.Optional[str]
|
|
103433
|
-
:param default:
|
|
103434
|
-
:return: The RNA type or default when not found.
|
|
103435
|
-
:rtype: Struct
|
|
103436
|
-
"""
|
|
103437
|
-
...
|
|
103438
|
-
|
|
103439
|
-
@classmethod
|
|
103440
|
-
def bl_rna_get_subclass_py(
|
|
103441
|
-
cls, id: typing.Optional[str], default=None
|
|
103442
|
-
) -> typing.Any:
|
|
103443
|
-
"""
|
|
103444
|
-
|
|
103445
|
-
:param id: The RNA type identifier.
|
|
103446
|
-
:type id: typing.Optional[str]
|
|
103447
|
-
:param default:
|
|
103448
|
-
:return: The class or default when not found.
|
|
103449
|
-
:rtype: typing.Any
|
|
103450
|
-
"""
|
|
103451
|
-
...
|
|
103452
|
-
|
|
103453
|
-
class AnimationChannelBags(bpy_struct):
|
|
103454
|
-
"""For each animation binding, a list of animation channels that are meant for that binding"""
|
|
103455
|
-
|
|
103456
|
-
@classmethod
|
|
103457
|
-
def bl_rna_get_subclass(cls, id: typing.Optional[str], default=None) -> Struct:
|
|
103458
|
-
"""
|
|
103459
|
-
|
|
103460
|
-
:param id: The RNA type identifier.
|
|
103461
|
-
:type id: typing.Optional[str]
|
|
103462
|
-
:param default:
|
|
103463
|
-
:return: The RNA type or default when not found.
|
|
103464
|
-
:rtype: Struct
|
|
103465
|
-
"""
|
|
103466
|
-
...
|
|
103467
|
-
|
|
103468
|
-
@classmethod
|
|
103469
|
-
def bl_rna_get_subclass_py(
|
|
103470
|
-
cls, id: typing.Optional[str], default=None
|
|
103471
|
-
) -> typing.Any:
|
|
103472
|
-
"""
|
|
103473
|
-
|
|
103474
|
-
:param id: The RNA type identifier.
|
|
103475
|
-
:type id: typing.Optional[str]
|
|
103476
|
-
:param default:
|
|
103477
|
-
:return: The class or default when not found.
|
|
103478
|
-
:rtype: typing.Any
|
|
103479
|
-
"""
|
|
103480
|
-
...
|
|
103481
|
-
|
|
103482
|
-
class AnimationLayer(bpy_struct):
|
|
103483
|
-
""" """
|
|
103484
|
-
|
|
103485
|
-
influence: float
|
|
103486
|
-
""" How much of this layer is used when blending into the lower layers
|
|
103487
|
-
|
|
103488
|
-
:type: float
|
|
103489
|
-
"""
|
|
103427
|
+
class AnimVizMotionPaths(bpy_struct):
|
|
103428
|
+
"""Motion Path settings for animation visualization"""
|
|
103490
103429
|
|
|
103491
|
-
|
|
103492
|
-
"""
|
|
103430
|
+
bake_location: typing.Union[str, int]
|
|
103431
|
+
""" When calculating Bone Paths, use Head or Tips
|
|
103493
103432
|
|
|
103494
103433
|
:type: typing.Union[str, int]
|
|
103495
103434
|
"""
|
|
103496
103435
|
|
|
103497
|
-
|
|
103498
|
-
"""
|
|
103436
|
+
frame_after: int
|
|
103437
|
+
""" Number of frames to show after the current frame (only for 'Around Frame' Onion-skinning method)
|
|
103499
103438
|
|
|
103500
|
-
:type:
|
|
103439
|
+
:type: int
|
|
103501
103440
|
"""
|
|
103502
103441
|
|
|
103503
|
-
|
|
103504
|
-
"""
|
|
103442
|
+
frame_before: int
|
|
103443
|
+
""" Number of frames to show before the current frame (only for 'Around Frame' Onion-skinning method)
|
|
103505
103444
|
|
|
103506
|
-
:type:
|
|
103445
|
+
:type: int
|
|
103507
103446
|
"""
|
|
103508
103447
|
|
|
103509
|
-
|
|
103510
|
-
|
|
103511
|
-
"""
|
|
103512
|
-
|
|
103513
|
-
:param id: The RNA type identifier.
|
|
103514
|
-
:type id: typing.Optional[str]
|
|
103515
|
-
:param default:
|
|
103516
|
-
:return: The RNA type or default when not found.
|
|
103517
|
-
:rtype: Struct
|
|
103518
|
-
"""
|
|
103519
|
-
...
|
|
103520
|
-
|
|
103521
|
-
@classmethod
|
|
103522
|
-
def bl_rna_get_subclass_py(
|
|
103523
|
-
cls, id: typing.Optional[str], default=None
|
|
103524
|
-
) -> typing.Any:
|
|
103525
|
-
"""
|
|
103526
|
-
|
|
103527
|
-
:param id: The RNA type identifier.
|
|
103528
|
-
:type id: typing.Optional[str]
|
|
103529
|
-
:param default:
|
|
103530
|
-
:return: The class or default when not found.
|
|
103531
|
-
:rtype: typing.Any
|
|
103532
|
-
"""
|
|
103533
|
-
...
|
|
103534
|
-
|
|
103535
|
-
class AnimationLayers(bpy_struct):
|
|
103536
|
-
"""Collection of animation layers"""
|
|
103448
|
+
frame_end: int
|
|
103449
|
+
""" End frame of range of paths to display/calculate (not for 'Around Frame' Onion-skinning method)
|
|
103537
103450
|
|
|
103538
|
-
|
|
103539
|
-
|
|
103451
|
+
:type: int
|
|
103452
|
+
"""
|
|
103540
103453
|
|
|
103541
|
-
|
|
103542
|
-
|
|
103543
|
-
:return: Newly created animation layer
|
|
103544
|
-
:rtype: AnimationLayer
|
|
103545
|
-
"""
|
|
103546
|
-
...
|
|
103454
|
+
frame_start: int
|
|
103455
|
+
""" Starting frame of range of paths to display/calculate (not for 'Around Frame' Onion-skinning method)
|
|
103547
103456
|
|
|
103548
|
-
|
|
103549
|
-
|
|
103457
|
+
:type: int
|
|
103458
|
+
"""
|
|
103550
103459
|
|
|
103551
|
-
|
|
103552
|
-
|
|
103553
|
-
"""
|
|
103554
|
-
...
|
|
103460
|
+
frame_step: int
|
|
103461
|
+
""" Number of frames between paths shown (not for 'On Keyframes' Onion-skinning method)
|
|
103555
103462
|
|
|
103556
|
-
|
|
103557
|
-
|
|
103558
|
-
"""
|
|
103463
|
+
:type: int
|
|
103464
|
+
"""
|
|
103559
103465
|
|
|
103560
|
-
|
|
103561
|
-
|
|
103562
|
-
:param default:
|
|
103563
|
-
:return: The RNA type or default when not found.
|
|
103564
|
-
:rtype: Struct
|
|
103565
|
-
"""
|
|
103566
|
-
...
|
|
103466
|
+
has_motion_paths: typing.Union[bool, typing.Any]
|
|
103467
|
+
""" Are there any bone paths that will need updating (read-only)
|
|
103567
103468
|
|
|
103568
|
-
|
|
103569
|
-
|
|
103570
|
-
cls, id: typing.Optional[str], default=None
|
|
103571
|
-
) -> typing.Any:
|
|
103572
|
-
"""
|
|
103469
|
+
:type: typing.Union[bool, typing.Any]
|
|
103470
|
+
"""
|
|
103573
103471
|
|
|
103574
|
-
|
|
103575
|
-
|
|
103576
|
-
:param default:
|
|
103577
|
-
:return: The class or default when not found.
|
|
103578
|
-
:rtype: typing.Any
|
|
103579
|
-
"""
|
|
103580
|
-
...
|
|
103472
|
+
range: typing.Union[str, int]
|
|
103473
|
+
""" Type of range to calculate for Motion Paths
|
|
103581
103474
|
|
|
103582
|
-
|
|
103583
|
-
"""
|
|
103475
|
+
:type: typing.Union[str, int]
|
|
103476
|
+
"""
|
|
103584
103477
|
|
|
103585
|
-
|
|
103586
|
-
"""
|
|
103478
|
+
show_frame_numbers: bool
|
|
103479
|
+
""" Show frame numbers on Motion Paths
|
|
103587
103480
|
|
|
103588
|
-
:type:
|
|
103481
|
+
:type: bool
|
|
103589
103482
|
"""
|
|
103590
103483
|
|
|
103591
|
-
|
|
103592
|
-
|
|
103593
|
-
"""
|
|
103484
|
+
show_keyframe_action_all: bool
|
|
103485
|
+
""" For bone motion paths, search whole Action for keyframes instead of in group with matching name only (is slower)
|
|
103594
103486
|
|
|
103595
|
-
|
|
103596
|
-
|
|
103597
|
-
:param default:
|
|
103598
|
-
:return: The RNA type or default when not found.
|
|
103599
|
-
:rtype: Struct
|
|
103600
|
-
"""
|
|
103601
|
-
...
|
|
103487
|
+
:type: bool
|
|
103488
|
+
"""
|
|
103602
103489
|
|
|
103603
|
-
|
|
103604
|
-
|
|
103605
|
-
cls, id: typing.Optional[str], default=None
|
|
103606
|
-
) -> typing.Any:
|
|
103607
|
-
"""
|
|
103490
|
+
show_keyframe_highlight: bool
|
|
103491
|
+
""" Emphasize position of keyframes on Motion Paths
|
|
103608
103492
|
|
|
103609
|
-
|
|
103610
|
-
|
|
103611
|
-
:param default:
|
|
103612
|
-
:return: The class or default when not found.
|
|
103613
|
-
:rtype: typing.Any
|
|
103614
|
-
"""
|
|
103615
|
-
...
|
|
103493
|
+
:type: bool
|
|
103494
|
+
"""
|
|
103616
103495
|
|
|
103617
|
-
|
|
103618
|
-
"""
|
|
103496
|
+
show_keyframe_numbers: bool
|
|
103497
|
+
""" Show frame numbers of Keyframes on Motion Paths
|
|
103619
103498
|
|
|
103620
|
-
|
|
103621
|
-
|
|
103622
|
-
) -> AnimationStrip:
|
|
103623
|
-
"""Add a new strip to the layer. Currently a layer can only have one strip, with infinite boundaries
|
|
103499
|
+
:type: bool
|
|
103500
|
+
"""
|
|
103624
103501
|
|
|
103625
|
-
|
|
103502
|
+
type: typing.Union[str, int]
|
|
103503
|
+
""" Type of range to show for Motion Paths
|
|
103626
103504
|
|
|
103627
|
-
|
|
103628
|
-
|
|
103629
|
-
:type type: typing.Optional[typing.Union[str, int, typing.Any]]
|
|
103630
|
-
:return: Newly created animation strip
|
|
103631
|
-
:rtype: AnimationStrip
|
|
103632
|
-
"""
|
|
103633
|
-
...
|
|
103505
|
+
:type: typing.Union[str, int]
|
|
103506
|
+
"""
|
|
103634
103507
|
|
|
103635
|
-
|
|
103636
|
-
|
|
103508
|
+
use_camera_space_bake: bool
|
|
103509
|
+
""" Motion path points will be baked into the camera space of the active camera. This means they will only look right when looking through that camera. Switching cameras using markers is not supported
|
|
103637
103510
|
|
|
103638
|
-
|
|
103639
|
-
|
|
103640
|
-
"""
|
|
103641
|
-
...
|
|
103511
|
+
:type: bool
|
|
103512
|
+
"""
|
|
103642
103513
|
|
|
103643
103514
|
@classmethod
|
|
103644
103515
|
def bl_rna_get_subclass(cls, id: typing.Optional[str], default=None) -> Struct:
|
|
@@ -104960,12 +104831,6 @@ class BlendData(bpy_struct):
|
|
|
104960
104831
|
:type: bpy_prop_collection[Action]
|
|
104961
104832
|
"""
|
|
104962
104833
|
|
|
104963
|
-
animations: bpy_prop_collection[Animation]
|
|
104964
|
-
""" Animation data-blocks
|
|
104965
|
-
|
|
104966
|
-
:type: bpy_prop_collection[Animation]
|
|
104967
|
-
"""
|
|
104968
|
-
|
|
104969
104834
|
armatures: bpy_prop_collection[Armature]
|
|
104970
104835
|
""" Armature data-blocks
|
|
104971
104836
|
|
|
@@ -105363,73 +105228,6 @@ class BlendDataActions(bpy_struct):
|
|
|
105363
105228
|
"""
|
|
105364
105229
|
...
|
|
105365
105230
|
|
|
105366
|
-
class BlendDataAnimations(bpy_struct):
|
|
105367
|
-
"""Collection of animation data-blocks"""
|
|
105368
|
-
|
|
105369
|
-
def new(self, name: typing.Union[str, typing.Any]) -> Animation:
|
|
105370
|
-
"""Add a new animation data-block to the main database
|
|
105371
|
-
|
|
105372
|
-
:param name: Name for the new data-block
|
|
105373
|
-
:type name: typing.Union[str, typing.Any]
|
|
105374
|
-
:return: New animation data-block
|
|
105375
|
-
:rtype: Animation
|
|
105376
|
-
"""
|
|
105377
|
-
...
|
|
105378
|
-
|
|
105379
|
-
def remove(
|
|
105380
|
-
self,
|
|
105381
|
-
animation: Animation,
|
|
105382
|
-
do_unlink: typing.Optional[typing.Union[bool, typing.Any]] = True,
|
|
105383
|
-
do_id_user: typing.Optional[typing.Union[bool, typing.Any]] = True,
|
|
105384
|
-
do_ui_user: typing.Optional[typing.Union[bool, typing.Any]] = True,
|
|
105385
|
-
):
|
|
105386
|
-
"""Remove an animation data-block from the current blendfile
|
|
105387
|
-
|
|
105388
|
-
:param animation: Animation to remove
|
|
105389
|
-
:type animation: Animation
|
|
105390
|
-
:param do_unlink: Unlink all usages of this animation before deleting it
|
|
105391
|
-
:type do_unlink: typing.Optional[typing.Union[bool, typing.Any]]
|
|
105392
|
-
:param do_id_user: Decrement user counter of all datablocks used by this animation
|
|
105393
|
-
:type do_id_user: typing.Optional[typing.Union[bool, typing.Any]]
|
|
105394
|
-
:param do_ui_user: Make sure interface does not reference this animation
|
|
105395
|
-
:type do_ui_user: typing.Optional[typing.Union[bool, typing.Any]]
|
|
105396
|
-
"""
|
|
105397
|
-
...
|
|
105398
|
-
|
|
105399
|
-
def tag(self, value: typing.Optional[bool]):
|
|
105400
|
-
"""tag
|
|
105401
|
-
|
|
105402
|
-
:param value: Value
|
|
105403
|
-
:type value: typing.Optional[bool]
|
|
105404
|
-
"""
|
|
105405
|
-
...
|
|
105406
|
-
|
|
105407
|
-
@classmethod
|
|
105408
|
-
def bl_rna_get_subclass(cls, id: typing.Optional[str], default=None) -> Struct:
|
|
105409
|
-
"""
|
|
105410
|
-
|
|
105411
|
-
:param id: The RNA type identifier.
|
|
105412
|
-
:type id: typing.Optional[str]
|
|
105413
|
-
:param default:
|
|
105414
|
-
:return: The RNA type or default when not found.
|
|
105415
|
-
:rtype: Struct
|
|
105416
|
-
"""
|
|
105417
|
-
...
|
|
105418
|
-
|
|
105419
|
-
@classmethod
|
|
105420
|
-
def bl_rna_get_subclass_py(
|
|
105421
|
-
cls, id: typing.Optional[str], default=None
|
|
105422
|
-
) -> typing.Any:
|
|
105423
|
-
"""
|
|
105424
|
-
|
|
105425
|
-
:param id: The RNA type identifier.
|
|
105426
|
-
:type id: typing.Optional[str]
|
|
105427
|
-
:param default:
|
|
105428
|
-
:return: The class or default when not found.
|
|
105429
|
-
:rtype: typing.Any
|
|
105430
|
-
"""
|
|
105431
|
-
...
|
|
105432
|
-
|
|
105433
105231
|
class BlendDataArmatures(bpy_struct):
|
|
105434
105232
|
"""Collection of armatures"""
|
|
105435
105233
|
|
|
@@ -117527,12 +117325,6 @@ class FieldSettings(bpy_struct):
|
|
|
117527
117325
|
class FileAssetSelectIDFilter(bpy_struct):
|
|
117528
117326
|
"""Which asset types to show/hide, when browsing an asset library"""
|
|
117529
117327
|
|
|
117530
|
-
experimental_filter_animation: bool
|
|
117531
|
-
""" Show Animation data-blocks
|
|
117532
|
-
|
|
117533
|
-
:type: bool
|
|
117534
|
-
"""
|
|
117535
|
-
|
|
117536
117328
|
experimental_filter_armature: bool
|
|
117537
117329
|
""" Show Armature data-blocks
|
|
117538
117330
|
|
|
@@ -117932,12 +117724,6 @@ class FileSelectIDFilter(bpy_struct):
|
|
|
117932
117724
|
:type: bool
|
|
117933
117725
|
"""
|
|
117934
117726
|
|
|
117935
|
-
filter_animation: bool
|
|
117936
|
-
""" Show Animation data-blocks
|
|
117937
|
-
|
|
117938
|
-
:type: bool
|
|
117939
|
-
"""
|
|
117940
|
-
|
|
117941
117727
|
filter_armature: bool
|
|
117942
117728
|
""" Show Armature data-blocks
|
|
117943
117729
|
|
|
@@ -124776,10 +124562,10 @@ class KeyConfigurations(bpy_struct):
|
|
|
124776
124562
|
context: typing.Optional[typing.Union[str, int]] = "INVOKE_DEFAULT",
|
|
124777
124563
|
properties: typing.Optional[OperatorProperties] = None,
|
|
124778
124564
|
include: typing.Optional[typing.Any] = {
|
|
124779
|
-
'"
|
|
124565
|
+
'"NDOF"',
|
|
124780
124566
|
'"KEYBOARD"',
|
|
124781
124567
|
'"MOUSE"',
|
|
124782
|
-
'"
|
|
124568
|
+
'"ACTIONZONE"',
|
|
124783
124569
|
},
|
|
124784
124570
|
exclude: typing.Optional[typing.Any] = {},
|
|
124785
124571
|
):
|
|
@@ -125272,10 +125058,10 @@ class KeyMapItems(bpy_struct):
|
|
|
125272
125058
|
idname: typing.Union[str, typing.Any],
|
|
125273
125059
|
properties: typing.Optional[OperatorProperties] = None,
|
|
125274
125060
|
include: typing.Optional[typing.Any] = {
|
|
125275
|
-
'"
|
|
125061
|
+
'"NDOF"',
|
|
125276
125062
|
'"KEYBOARD"',
|
|
125277
125063
|
'"MOUSE"',
|
|
125278
|
-
'"
|
|
125064
|
+
'"ACTIONZONE"',
|
|
125279
125065
|
},
|
|
125280
125066
|
exclude: typing.Optional[typing.Any] = {},
|
|
125281
125067
|
) -> KeyMapItem:
|
|
@@ -155186,6 +154972,12 @@ class UserExtensionRepo(bpy_struct):
|
|
|
155186
154972
|
:type: bool
|
|
155187
154973
|
"""
|
|
155188
154974
|
|
|
154975
|
+
use_sync_on_startup: bool
|
|
154976
|
+
""" Allow Blender to check for updates upon launch
|
|
154977
|
+
|
|
154978
|
+
:type: bool
|
|
154979
|
+
"""
|
|
154980
|
+
|
|
155189
154981
|
@classmethod
|
|
155190
154982
|
def bl_rna_get_subclass(cls, id: typing.Optional[str], default=None) -> Struct:
|
|
155191
154983
|
"""
|
|
@@ -161933,28 +161725,28 @@ class VIEW3D_FH_empty_image(FileHandler, bpy_struct):
|
|
|
161933
161725
|
"""
|
|
161934
161726
|
...
|
|
161935
161727
|
|
|
161936
|
-
class
|
|
161728
|
+
class KeyframeActionStrip(ActionStrip, bpy_struct):
|
|
161937
161729
|
"""Strip with a set of F-Curves for each animation binding"""
|
|
161938
161730
|
|
|
161939
|
-
channelbags: bpy_prop_collection[
|
|
161731
|
+
channelbags: bpy_prop_collection[ActionChannelBag]
|
|
161940
161732
|
"""
|
|
161941
161733
|
|
|
161942
|
-
:type: bpy_prop_collection[
|
|
161734
|
+
:type: bpy_prop_collection[ActionChannelBag]
|
|
161943
161735
|
"""
|
|
161944
161736
|
|
|
161945
|
-
def channels(self, binding_handle: typing.Optional[int]) ->
|
|
161946
|
-
"""Find the
|
|
161737
|
+
def channels(self, binding_handle: typing.Optional[int]) -> ActionChannelBag:
|
|
161738
|
+
"""Find the ActionChannelBag for a specific Binding
|
|
161947
161739
|
|
|
161948
161740
|
:param binding_handle: Binding Handle, Number that identifies a specific animation binding
|
|
161949
161741
|
:type binding_handle: typing.Optional[int]
|
|
161950
161742
|
:return: Channels
|
|
161951
|
-
:rtype:
|
|
161743
|
+
:rtype: ActionChannelBag
|
|
161952
161744
|
"""
|
|
161953
161745
|
...
|
|
161954
161746
|
|
|
161955
161747
|
def key_insert(
|
|
161956
161748
|
self,
|
|
161957
|
-
binding: typing.Optional[
|
|
161749
|
+
binding: typing.Optional[ActionBinding],
|
|
161958
161750
|
data_path: typing.Union[str, typing.Any],
|
|
161959
161751
|
array_index: typing.Optional[int],
|
|
161960
161752
|
value: typing.Optional[float],
|
|
@@ -161963,7 +161755,7 @@ class KeyframeAnimationStrip(AnimationStrip, bpy_struct):
|
|
|
161963
161755
|
"""key_insert
|
|
161964
161756
|
|
|
161965
161757
|
:param binding: Binding, The binding that identifies which 'thing' should be keyed
|
|
161966
|
-
:type binding: typing.Optional[
|
|
161758
|
+
:type binding: typing.Optional[ActionBinding]
|
|
161967
161759
|
:param data_path: Data Path, F-Curve data path
|
|
161968
161760
|
:type data_path: typing.Union[str, typing.Any]
|
|
161969
161761
|
:param array_index: Array Index, Index of the animated array element, or -1 if the property is not an array
|
|
@@ -169546,6 +169338,12 @@ class WeightProxGpencilModifier(GpencilModifier, bpy_struct):
|
|
|
169546
169338
|
class Action(ID, bpy_struct):
|
|
169547
169339
|
"""A collection of F-Curves for animation"""
|
|
169548
169340
|
|
|
169341
|
+
bindings: bpy_prop_collection[ActionBinding]
|
|
169342
|
+
""" The list of bindings in this animation data-block
|
|
169343
|
+
|
|
169344
|
+
:type: bpy_prop_collection[ActionBinding]
|
|
169345
|
+
"""
|
|
169346
|
+
|
|
169549
169347
|
curve_frame_range: typing.Union[
|
|
169550
169348
|
typing.List[float], typing.Tuple[float, float], mathutils.Vector
|
|
169551
169349
|
]
|
|
@@ -169592,6 +169390,24 @@ class Action(ID, bpy_struct):
|
|
|
169592
169390
|
:type: typing.Union[str, int]
|
|
169593
169391
|
"""
|
|
169594
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
|
+
|
|
169595
169411
|
pose_markers: bpy_prop_collection[TimelineMarker]
|
|
169596
169412
|
""" Markers specific to this action, for labeling poses
|
|
169597
169413
|
|
|
@@ -169644,53 +169460,6 @@ class Action(ID, bpy_struct):
|
|
|
169644
169460
|
"""
|
|
169645
169461
|
...
|
|
169646
169462
|
|
|
169647
|
-
class Animation(ID, bpy_struct):
|
|
169648
|
-
"""A collection of animation layers"""
|
|
169649
|
-
|
|
169650
|
-
bindings: bpy_prop_collection[AnimationBinding]
|
|
169651
|
-
""" The list of bindings in this animation data-block
|
|
169652
|
-
|
|
169653
|
-
:type: bpy_prop_collection[AnimationBinding]
|
|
169654
|
-
"""
|
|
169655
|
-
|
|
169656
|
-
last_binding_handle: int
|
|
169657
|
-
"""
|
|
169658
|
-
|
|
169659
|
-
:type: int
|
|
169660
|
-
"""
|
|
169661
|
-
|
|
169662
|
-
layers: bpy_prop_collection[AnimationLayer]
|
|
169663
|
-
""" The list of layers that make up this Animation
|
|
169664
|
-
|
|
169665
|
-
:type: bpy_prop_collection[AnimationLayer]
|
|
169666
|
-
"""
|
|
169667
|
-
|
|
169668
|
-
@classmethod
|
|
169669
|
-
def bl_rna_get_subclass(cls, id: typing.Optional[str], default=None) -> Struct:
|
|
169670
|
-
"""
|
|
169671
|
-
|
|
169672
|
-
:param id: The RNA type identifier.
|
|
169673
|
-
:type id: typing.Optional[str]
|
|
169674
|
-
:param default:
|
|
169675
|
-
:return: The RNA type or default when not found.
|
|
169676
|
-
:rtype: Struct
|
|
169677
|
-
"""
|
|
169678
|
-
...
|
|
169679
|
-
|
|
169680
|
-
@classmethod
|
|
169681
|
-
def bl_rna_get_subclass_py(
|
|
169682
|
-
cls, id: typing.Optional[str], default=None
|
|
169683
|
-
) -> typing.Any:
|
|
169684
|
-
"""
|
|
169685
|
-
|
|
169686
|
-
:param id: The RNA type identifier.
|
|
169687
|
-
:type id: typing.Optional[str]
|
|
169688
|
-
:param default:
|
|
169689
|
-
:return: The class or default when not found.
|
|
169690
|
-
:rtype: typing.Any
|
|
169691
|
-
"""
|
|
169692
|
-
...
|
|
169693
|
-
|
|
169694
169463
|
class Armature(ID, bpy_struct):
|
|
169695
169464
|
"""Armature data-block containing a hierarchy of bones, usually used for rigging characters"""
|
|
169696
169465
|
|
|
@@ -176881,10 +176650,10 @@ class WindowManager(ID, bpy_struct):
|
|
|
176881
176650
|
:type: typing.Union[str, typing.Any]
|
|
176882
176651
|
"""
|
|
176883
176652
|
|
|
176884
|
-
|
|
176885
|
-
"""
|
|
176653
|
+
selected_action: Action
|
|
176654
|
+
""" Action assigned to the active Object
|
|
176886
176655
|
|
|
176887
|
-
:type:
|
|
176656
|
+
:type: Action
|
|
176888
176657
|
"""
|
|
176889
176658
|
|
|
176890
176659
|
windows: bpy_prop_collection[Window]
|
|
@@ -194995,135 +194764,268 @@ class TextCurve(Curve, ID, bpy_struct):
|
|
|
194995
194764
|
"""
|
|
194996
194765
|
...
|
|
194997
194766
|
|
|
194998
|
-
class AreaLight(Light, ID, bpy_struct):
|
|
194999
|
-
"""Directional area Light"""
|
|
195000
|
-
|
|
195001
|
-
contact_shadow_bias: float
|
|
195002
|
-
""" Bias to avoid self shadowing
|
|
195003
|
-
|
|
195004
|
-
:type: float
|
|
195005
|
-
"""
|
|
195006
|
-
|
|
195007
|
-
contact_shadow_distance: float
|
|
195008
|
-
""" World space distance in which to search for screen space occluder
|
|
195009
|
-
|
|
195010
|
-
:type: float
|
|
195011
|
-
"""
|
|
195012
|
-
|
|
195013
|
-
contact_shadow_thickness: float
|
|
195014
|
-
""" Pixel thickness used to detect occlusion
|
|
195015
|
-
|
|
195016
|
-
:type: float
|
|
195017
|
-
"""
|
|
195018
|
-
|
|
195019
|
-
energy: float
|
|
195020
|
-
""" Light energy emitted over the entire area of the light in all directions
|
|
195021
|
-
|
|
195022
|
-
:type: float
|
|
195023
|
-
"""
|
|
195024
|
-
|
|
195025
|
-
shadow_buffer_bias: float
|
|
195026
|
-
""" Bias for reducing self shadowing
|
|
195027
|
-
|
|
195028
|
-
:type: float
|
|
195029
|
-
"""
|
|
195030
|
-
|
|
195031
|
-
shadow_buffer_clip_start: float
|
|
195032
|
-
""" Shadow map clip start, below which objects will not generate shadows
|
|
195033
|
-
|
|
195034
|
-
:type: float
|
|
195035
|
-
"""
|
|
195036
|
-
|
|
195037
|
-
shadow_color: typing.Union[
|
|
195038
|
-
typing.List[float], typing.Tuple[float, float, float], mathutils.Color
|
|
195039
|
-
]
|
|
195040
|
-
""" Color of shadows cast by the light
|
|
195041
|
-
|
|
195042
|
-
:type: typing.Union[typing.List[float], typing.Tuple[float, float, float], mathutils.Color]
|
|
195043
|
-
"""
|
|
195044
|
-
|
|
195045
|
-
shadow_filter_radius: float
|
|
195046
|
-
""" Blur shadow aliasing using Percentage Closer Filtering
|
|
195047
|
-
|
|
195048
|
-
:type: float
|
|
195049
|
-
"""
|
|
195050
|
-
|
|
195051
|
-
|
|
195052
|
-
"""
|
|
195053
|
-
|
|
195054
|
-
:type: float
|
|
195055
|
-
"""
|
|
195056
|
-
|
|
195057
|
-
|
|
195058
|
-
"""
|
|
195059
|
-
|
|
195060
|
-
:type: float
|
|
195061
|
-
"""
|
|
195062
|
-
|
|
195063
|
-
|
|
195064
|
-
"""
|
|
195065
|
-
|
|
195066
|
-
:type:
|
|
195067
|
-
"""
|
|
195068
|
-
|
|
195069
|
-
|
|
195070
|
-
"""
|
|
195071
|
-
|
|
195072
|
-
:type:
|
|
195073
|
-
"""
|
|
195074
|
-
|
|
195075
|
-
|
|
195076
|
-
""" Size of the area of the area light
|
|
195077
|
-
|
|
195078
|
-
:type: float
|
|
195079
|
-
"""
|
|
195080
|
-
|
|
195081
|
-
|
|
195082
|
-
"""
|
|
195083
|
-
|
|
195084
|
-
:type: float
|
|
195085
|
-
"""
|
|
195086
|
-
|
|
195087
|
-
|
|
195088
|
-
"""
|
|
195089
|
-
|
|
195090
|
-
:type:
|
|
195091
|
-
"""
|
|
195092
|
-
|
|
195093
|
-
|
|
195094
|
-
"""
|
|
195095
|
-
|
|
195096
|
-
:type: bool
|
|
195097
|
-
"""
|
|
195098
|
-
|
|
195099
|
-
|
|
195100
|
-
|
|
195101
|
-
|
|
195102
|
-
|
|
195103
|
-
|
|
195104
|
-
|
|
195105
|
-
|
|
195106
|
-
|
|
195107
|
-
|
|
195108
|
-
|
|
195109
|
-
|
|
195110
|
-
|
|
195111
|
-
@classmethod
|
|
195112
|
-
def
|
|
195113
|
-
|
|
195114
|
-
|
|
195115
|
-
|
|
195116
|
-
|
|
195117
|
-
:param
|
|
195118
|
-
:type
|
|
195119
|
-
:
|
|
195120
|
-
|
|
195121
|
-
|
|
195122
|
-
|
|
195123
|
-
|
|
195124
|
-
|
|
195125
|
-
|
|
195126
|
-
|
|
194767
|
+
class AreaLight(Light, ID, bpy_struct):
|
|
194768
|
+
"""Directional area Light"""
|
|
194769
|
+
|
|
194770
|
+
contact_shadow_bias: float
|
|
194771
|
+
""" Bias to avoid self shadowing
|
|
194772
|
+
|
|
194773
|
+
:type: float
|
|
194774
|
+
"""
|
|
194775
|
+
|
|
194776
|
+
contact_shadow_distance: float
|
|
194777
|
+
""" World space distance in which to search for screen space occluder
|
|
194778
|
+
|
|
194779
|
+
:type: float
|
|
194780
|
+
"""
|
|
194781
|
+
|
|
194782
|
+
contact_shadow_thickness: float
|
|
194783
|
+
""" Pixel thickness used to detect occlusion
|
|
194784
|
+
|
|
194785
|
+
:type: float
|
|
194786
|
+
"""
|
|
194787
|
+
|
|
194788
|
+
energy: float
|
|
194789
|
+
""" Light energy emitted over the entire area of the light in all directions
|
|
194790
|
+
|
|
194791
|
+
:type: float
|
|
194792
|
+
"""
|
|
194793
|
+
|
|
194794
|
+
shadow_buffer_bias: float
|
|
194795
|
+
""" Bias for reducing self shadowing
|
|
194796
|
+
|
|
194797
|
+
:type: float
|
|
194798
|
+
"""
|
|
194799
|
+
|
|
194800
|
+
shadow_buffer_clip_start: float
|
|
194801
|
+
""" Shadow map clip start, below which objects will not generate shadows
|
|
194802
|
+
|
|
194803
|
+
:type: float
|
|
194804
|
+
"""
|
|
194805
|
+
|
|
194806
|
+
shadow_color: typing.Union[
|
|
194807
|
+
typing.List[float], typing.Tuple[float, float, float], mathutils.Color
|
|
194808
|
+
]
|
|
194809
|
+
""" Color of shadows cast by the light
|
|
194810
|
+
|
|
194811
|
+
:type: typing.Union[typing.List[float], typing.Tuple[float, float, float], mathutils.Color]
|
|
194812
|
+
"""
|
|
194813
|
+
|
|
194814
|
+
shadow_filter_radius: float
|
|
194815
|
+
""" Blur shadow aliasing using Percentage Closer Filtering
|
|
194816
|
+
|
|
194817
|
+
:type: float
|
|
194818
|
+
"""
|
|
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
|
+
|
|
194826
|
+
shadow_resolution_scale: float
|
|
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)
|
|
194828
|
+
|
|
194829
|
+
:type: float
|
|
194830
|
+
"""
|
|
194831
|
+
|
|
194832
|
+
shadow_soft_size: float
|
|
194833
|
+
""" Light size for ray shadow sampling (Raytraced shadows)
|
|
194834
|
+
|
|
194835
|
+
:type: float
|
|
194836
|
+
"""
|
|
194837
|
+
|
|
194838
|
+
shape: typing.Union[str, int]
|
|
194839
|
+
""" Shape of the area Light
|
|
194840
|
+
|
|
194841
|
+
:type: typing.Union[str, int]
|
|
194842
|
+
"""
|
|
194843
|
+
|
|
194844
|
+
size: float
|
|
194845
|
+
""" Size of the area of the area light, X direction size for rectangle shapes
|
|
194846
|
+
|
|
194847
|
+
:type: float
|
|
194848
|
+
"""
|
|
194849
|
+
|
|
194850
|
+
size_y: float
|
|
194851
|
+
""" Size of the area of the area light in the Y direction for rectangle shapes
|
|
194852
|
+
|
|
194853
|
+
:type: float
|
|
194854
|
+
"""
|
|
194855
|
+
|
|
194856
|
+
spread: float
|
|
194857
|
+
""" How widely the emitted light fans out, as in the case of a gridded softbox
|
|
194858
|
+
|
|
194859
|
+
:type: float
|
|
194860
|
+
"""
|
|
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
|
+
|
|
194868
|
+
use_contact_shadow: bool
|
|
194869
|
+
""" Use screen space ray-tracing to have correct shadowing near occluder, or for small features that does not appear in shadow maps
|
|
194870
|
+
|
|
194871
|
+
:type: bool
|
|
194872
|
+
"""
|
|
194873
|
+
|
|
194874
|
+
use_shadow: bool
|
|
194875
|
+
"""
|
|
194876
|
+
|
|
194877
|
+
:type: bool
|
|
194878
|
+
"""
|
|
194879
|
+
|
|
194880
|
+
@classmethod
|
|
194881
|
+
def bl_rna_get_subclass(cls, id: typing.Optional[str], default=None) -> Struct:
|
|
194882
|
+
"""
|
|
194883
|
+
|
|
194884
|
+
:param id: The RNA type identifier.
|
|
194885
|
+
:type id: typing.Optional[str]
|
|
194886
|
+
:param default:
|
|
194887
|
+
:return: The RNA type or default when not found.
|
|
194888
|
+
:rtype: Struct
|
|
194889
|
+
"""
|
|
194890
|
+
...
|
|
194891
|
+
|
|
194892
|
+
@classmethod
|
|
194893
|
+
def bl_rna_get_subclass_py(
|
|
194894
|
+
cls, id: typing.Optional[str], default=None
|
|
194895
|
+
) -> typing.Any:
|
|
194896
|
+
"""
|
|
194897
|
+
|
|
194898
|
+
:param id: The RNA type identifier.
|
|
194899
|
+
:type id: typing.Optional[str]
|
|
194900
|
+
:param default:
|
|
194901
|
+
:return: The class or default when not found.
|
|
194902
|
+
:rtype: typing.Any
|
|
194903
|
+
"""
|
|
194904
|
+
...
|
|
194905
|
+
|
|
194906
|
+
class PointLight(Light, ID, bpy_struct):
|
|
194907
|
+
"""Omnidirectional point Light"""
|
|
194908
|
+
|
|
194909
|
+
contact_shadow_bias: float
|
|
194910
|
+
""" Bias to avoid self shadowing
|
|
194911
|
+
|
|
194912
|
+
:type: float
|
|
194913
|
+
"""
|
|
194914
|
+
|
|
194915
|
+
contact_shadow_distance: float
|
|
194916
|
+
""" World space distance in which to search for screen space occluder
|
|
194917
|
+
|
|
194918
|
+
:type: float
|
|
194919
|
+
"""
|
|
194920
|
+
|
|
194921
|
+
contact_shadow_thickness: float
|
|
194922
|
+
""" Pixel thickness used to detect occlusion
|
|
194923
|
+
|
|
194924
|
+
:type: float
|
|
194925
|
+
"""
|
|
194926
|
+
|
|
194927
|
+
energy: float
|
|
194928
|
+
""" Light energy emitted over the entire area of the light in all directions
|
|
194929
|
+
|
|
194930
|
+
:type: float
|
|
194931
|
+
"""
|
|
194932
|
+
|
|
194933
|
+
shadow_buffer_bias: float
|
|
194934
|
+
""" Bias for reducing self shadowing
|
|
194935
|
+
|
|
194936
|
+
:type: float
|
|
194937
|
+
"""
|
|
194938
|
+
|
|
194939
|
+
shadow_buffer_clip_start: float
|
|
194940
|
+
""" Shadow map clip start, below which objects will not generate shadows
|
|
194941
|
+
|
|
194942
|
+
:type: float
|
|
194943
|
+
"""
|
|
194944
|
+
|
|
194945
|
+
shadow_color: typing.Union[
|
|
194946
|
+
typing.List[float], typing.Tuple[float, float, float], mathutils.Color
|
|
194947
|
+
]
|
|
194948
|
+
""" Color of shadows cast by the light
|
|
194949
|
+
|
|
194950
|
+
:type: typing.Union[typing.List[float], typing.Tuple[float, float, float], mathutils.Color]
|
|
194951
|
+
"""
|
|
194952
|
+
|
|
194953
|
+
shadow_filter_radius: float
|
|
194954
|
+
""" Blur shadow aliasing using Percentage Closer Filtering
|
|
194955
|
+
|
|
194956
|
+
:type: float
|
|
194957
|
+
"""
|
|
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
|
+
|
|
194965
|
+
shadow_resolution_scale: float
|
|
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)
|
|
194967
|
+
|
|
194968
|
+
:type: float
|
|
194969
|
+
"""
|
|
194970
|
+
|
|
194971
|
+
shadow_soft_size: float
|
|
194972
|
+
""" Light size for ray shadow sampling (Raytraced shadows)
|
|
194973
|
+
|
|
194974
|
+
:type: float
|
|
194975
|
+
"""
|
|
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
|
+
|
|
194983
|
+
use_contact_shadow: bool
|
|
194984
|
+
""" Use screen space ray-tracing to have correct shadowing near occluder, or for small features that does not appear in shadow maps
|
|
194985
|
+
|
|
194986
|
+
:type: bool
|
|
194987
|
+
"""
|
|
194988
|
+
|
|
194989
|
+
use_shadow: bool
|
|
194990
|
+
"""
|
|
194991
|
+
|
|
194992
|
+
:type: bool
|
|
194993
|
+
"""
|
|
194994
|
+
|
|
194995
|
+
use_soft_falloff: bool
|
|
194996
|
+
""" Apply falloff to avoid sharp edges when the light geometry intersects with other objects
|
|
194997
|
+
|
|
194998
|
+
:type: bool
|
|
194999
|
+
"""
|
|
195000
|
+
|
|
195001
|
+
@classmethod
|
|
195002
|
+
def bl_rna_get_subclass(cls, id: typing.Optional[str], default=None) -> Struct:
|
|
195003
|
+
"""
|
|
195004
|
+
|
|
195005
|
+
:param id: The RNA type identifier.
|
|
195006
|
+
:type id: typing.Optional[str]
|
|
195007
|
+
:param default:
|
|
195008
|
+
:return: The RNA type or default when not found.
|
|
195009
|
+
:rtype: Struct
|
|
195010
|
+
"""
|
|
195011
|
+
...
|
|
195012
|
+
|
|
195013
|
+
@classmethod
|
|
195014
|
+
def bl_rna_get_subclass_py(
|
|
195015
|
+
cls, id: typing.Optional[str], default=None
|
|
195016
|
+
) -> typing.Any:
|
|
195017
|
+
"""
|
|
195018
|
+
|
|
195019
|
+
:param id: The RNA type identifier.
|
|
195020
|
+
:type id: typing.Optional[str]
|
|
195021
|
+
:param default:
|
|
195022
|
+
:return: The class or default when not found.
|
|
195023
|
+
:rtype: typing.Any
|
|
195024
|
+
"""
|
|
195025
|
+
...
|
|
195026
|
+
|
|
195027
|
+
class SpotLight(Light, ID, bpy_struct):
|
|
195028
|
+
"""Directional cone Light"""
|
|
195127
195029
|
|
|
195128
195030
|
contact_shadow_bias: float
|
|
195129
195031
|
""" Bias to avoid self shadowing
|
|
@@ -195144,7 +195046,7 @@ class PointLight(Light, ID, bpy_struct):
|
|
|
195144
195046
|
"""
|
|
195145
195047
|
|
|
195146
195048
|
energy: float
|
|
195147
|
-
"""
|
|
195049
|
+
""" The energy this light would emit over its entire area if it wasn't limited by the spot angle
|
|
195148
195050
|
|
|
195149
195051
|
:type: float
|
|
195150
195052
|
"""
|
|
@@ -195175,111 +195077,8 @@ class PointLight(Light, ID, bpy_struct):
|
|
|
195175
195077
|
:type: float
|
|
195176
195078
|
"""
|
|
195177
195079
|
|
|
195178
|
-
|
|
195179
|
-
"""
|
|
195180
|
-
|
|
195181
|
-
:type: float
|
|
195182
|
-
"""
|
|
195183
|
-
|
|
195184
|
-
shadow_soft_size: float
|
|
195185
|
-
""" Light size for ray shadow sampling (Raytraced shadows)
|
|
195186
|
-
|
|
195187
|
-
:type: float
|
|
195188
|
-
"""
|
|
195189
|
-
|
|
195190
|
-
use_contact_shadow: bool
|
|
195191
|
-
""" Use screen space ray-tracing to have correct shadowing near occluder, or for small features that does not appear in shadow maps
|
|
195192
|
-
|
|
195193
|
-
:type: bool
|
|
195194
|
-
"""
|
|
195195
|
-
|
|
195196
|
-
use_shadow: bool
|
|
195197
|
-
"""
|
|
195198
|
-
|
|
195199
|
-
:type: bool
|
|
195200
|
-
"""
|
|
195201
|
-
|
|
195202
|
-
use_soft_falloff: bool
|
|
195203
|
-
""" Apply falloff to avoid sharp edges when the light geometry intersects with other objects
|
|
195204
|
-
|
|
195205
|
-
:type: bool
|
|
195206
|
-
"""
|
|
195207
|
-
|
|
195208
|
-
@classmethod
|
|
195209
|
-
def bl_rna_get_subclass(cls, id: typing.Optional[str], default=None) -> Struct:
|
|
195210
|
-
"""
|
|
195211
|
-
|
|
195212
|
-
:param id: The RNA type identifier.
|
|
195213
|
-
:type id: typing.Optional[str]
|
|
195214
|
-
:param default:
|
|
195215
|
-
:return: The RNA type or default when not found.
|
|
195216
|
-
:rtype: Struct
|
|
195217
|
-
"""
|
|
195218
|
-
...
|
|
195219
|
-
|
|
195220
|
-
@classmethod
|
|
195221
|
-
def bl_rna_get_subclass_py(
|
|
195222
|
-
cls, id: typing.Optional[str], default=None
|
|
195223
|
-
) -> typing.Any:
|
|
195224
|
-
"""
|
|
195225
|
-
|
|
195226
|
-
:param id: The RNA type identifier.
|
|
195227
|
-
:type id: typing.Optional[str]
|
|
195228
|
-
:param default:
|
|
195229
|
-
:return: The class or default when not found.
|
|
195230
|
-
:rtype: typing.Any
|
|
195231
|
-
"""
|
|
195232
|
-
...
|
|
195233
|
-
|
|
195234
|
-
class SpotLight(Light, ID, bpy_struct):
|
|
195235
|
-
"""Directional cone Light"""
|
|
195236
|
-
|
|
195237
|
-
contact_shadow_bias: float
|
|
195238
|
-
""" Bias to avoid self shadowing
|
|
195239
|
-
|
|
195240
|
-
:type: float
|
|
195241
|
-
"""
|
|
195242
|
-
|
|
195243
|
-
contact_shadow_distance: float
|
|
195244
|
-
""" World space distance in which to search for screen space occluder
|
|
195245
|
-
|
|
195246
|
-
:type: float
|
|
195247
|
-
"""
|
|
195248
|
-
|
|
195249
|
-
contact_shadow_thickness: float
|
|
195250
|
-
""" Pixel thickness used to detect occlusion
|
|
195251
|
-
|
|
195252
|
-
:type: float
|
|
195253
|
-
"""
|
|
195254
|
-
|
|
195255
|
-
energy: float
|
|
195256
|
-
""" The energy this light would emit over its entire area if it wasn't limited by the spot angle
|
|
195257
|
-
|
|
195258
|
-
:type: float
|
|
195259
|
-
"""
|
|
195260
|
-
|
|
195261
|
-
shadow_buffer_bias: float
|
|
195262
|
-
""" Bias for reducing self shadowing
|
|
195263
|
-
|
|
195264
|
-
:type: float
|
|
195265
|
-
"""
|
|
195266
|
-
|
|
195267
|
-
shadow_buffer_clip_start: float
|
|
195268
|
-
""" Shadow map clip start, below which objects will not generate shadows
|
|
195269
|
-
|
|
195270
|
-
:type: float
|
|
195271
|
-
"""
|
|
195272
|
-
|
|
195273
|
-
shadow_color: typing.Union[
|
|
195274
|
-
typing.List[float], typing.Tuple[float, float, float], mathutils.Color
|
|
195275
|
-
]
|
|
195276
|
-
""" Color of shadows cast by the light
|
|
195277
|
-
|
|
195278
|
-
:type: typing.Union[typing.List[float], typing.Tuple[float, float, float], mathutils.Color]
|
|
195279
|
-
"""
|
|
195280
|
-
|
|
195281
|
-
shadow_filter_radius: float
|
|
195282
|
-
""" Blur shadow aliasing using Percentage Closer Filtering
|
|
195080
|
+
shadow_maximum_resolution: float
|
|
195081
|
+
""" Maximum size of a shadow map pixel. Higher values use less memory at the cost of shadow quality
|
|
195283
195082
|
|
|
195284
195083
|
:type: float
|
|
195285
195084
|
"""
|
|
@@ -195314,6 +195113,12 @@ class SpotLight(Light, ID, bpy_struct):
|
|
|
195314
195113
|
:type: float
|
|
195315
195114
|
"""
|
|
195316
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
|
+
|
|
195317
195122
|
use_contact_shadow: bool
|
|
195318
195123
|
""" Use screen space ray-tracing to have correct shadowing near occluder, or for small features that does not appear in shadow maps
|
|
195319
195124
|
|
|
@@ -195447,6 +195252,12 @@ class SunLight(Light, ID, bpy_struct):
|
|
|
195447
195252
|
:type: float
|
|
195448
195253
|
"""
|
|
195449
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
|
+
|
|
195450
195261
|
shadow_resolution_scale: float
|
|
195451
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)
|
|
195452
195263
|
|
|
@@ -237337,6 +237148,10 @@ CLIP_MT_select: bl_ui.space_clip.CLIP_MT_select
|
|
|
237337
237148
|
"""
|
|
237338
237149
|
"""
|
|
237339
237150
|
|
|
237151
|
+
CLIP_MT_select_graph: bl_ui.space_clip.CLIP_MT_select_graph
|
|
237152
|
+
"""
|
|
237153
|
+
"""
|
|
237154
|
+
|
|
237340
237155
|
CLIP_MT_select_grouped: bl_ui.space_clip.CLIP_MT_select_grouped
|
|
237341
237156
|
"""
|
|
237342
237157
|
"""
|
|
@@ -238609,6 +238424,10 @@ GREASE_PENCIL_MT_grease_pencil_add_layer_extra: bl_ui.properties_data_grease_pen
|
|
|
238609
238424
|
"""
|
|
238610
238425
|
"""
|
|
238611
238426
|
|
|
238427
|
+
GREASE_PENCIL_MT_group_context_menu: bl_ui.properties_data_grease_pencil.GREASE_PENCIL_MT_group_context_menu
|
|
238428
|
+
"""
|
|
238429
|
+
"""
|
|
238430
|
+
|
|
238612
238431
|
GREASE_PENCIL_MT_layer_active: bl_ui.properties_grease_pencil_common.GREASE_PENCIL_MT_layer_active
|
|
238613
238432
|
"""
|
|
238614
238433
|
"""
|
|
@@ -238621,11 +238440,15 @@ GREASE_PENCIL_MT_move_to_layer: bl_ui.properties_grease_pencil_common.GREASE_PEN
|
|
|
238621
238440
|
"""
|
|
238622
238441
|
"""
|
|
238623
238442
|
|
|
238624
|
-
|
|
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
|
|
238625
238448
|
"""
|
|
238626
238449
|
"""
|
|
238627
238450
|
|
|
238628
|
-
|
|
238451
|
+
GREASE_PENCIL_UL_masks: bl_ui.properties_data_grease_pencil.GREASE_PENCIL_UL_masks
|
|
238629
238452
|
"""
|
|
238630
238453
|
"""
|
|
238631
238454
|
|
|
@@ -241169,10 +240992,6 @@ SEQUENCER_MT_select_handle: bl_ui.space_sequencer.SEQUENCER_MT_select_handle
|
|
|
241169
240992
|
"""
|
|
241170
240993
|
"""
|
|
241171
240994
|
|
|
241172
|
-
SEQUENCER_MT_select_linked: bl_ui.space_sequencer.SEQUENCER_MT_select_linked
|
|
241173
|
-
"""
|
|
241174
|
-
"""
|
|
241175
|
-
|
|
241176
240995
|
SEQUENCER_MT_strip: bl_ui.space_sequencer.SEQUENCER_MT_strip
|
|
241177
240996
|
"""
|
|
241178
240997
|
"""
|
|
@@ -241317,6 +241136,14 @@ SEQUENCER_PT_sequencer_overlay: bl_ui.space_sequencer.SEQUENCER_PT_sequencer_ove
|
|
|
241317
241136
|
"""
|
|
241318
241137
|
"""
|
|
241319
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
|
+
|
|
241320
241147
|
SEQUENCER_PT_snapping: bl_ui.space_sequencer.SEQUENCER_PT_snapping
|
|
241321
241148
|
"""
|
|
241322
241149
|
"""
|