fake-bpy-module 20241202__py3-none-any.whl → 20241204__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Potentially problematic release.
This version of fake-bpy-module might be problematic. Click here for more details.
- aud/__init__.pyi +1 -1
- bpy/ops/wm/__init__.pyi +3 -0
- bpy/types/__init__.pyi +241 -209
- bpy_extras/asset_utils/__init__.pyi +2 -28
- {fake_bpy_module-20241202.dist-info → fake_bpy_module-20241204.dist-info}/METADATA +1 -1
- {fake_bpy_module-20241202.dist-info → fake_bpy_module-20241204.dist-info}/RECORD +9 -9
- freestyle/utils/__init__.pyi +1 -1
- {fake_bpy_module-20241202.dist-info → fake_bpy_module-20241204.dist-info}/WHEEL +0 -0
- {fake_bpy_module-20241202.dist-info → fake_bpy_module-20241204.dist-info}/top_level.txt +0 -0
aud/__init__.pyi
CHANGED
|
@@ -639,7 +639,7 @@ class Sound:
|
|
|
639
639
|
:rtype: typing_extensions.Self
|
|
640
640
|
"""
|
|
641
641
|
|
|
642
|
-
def filter(self, b: list[float], a: list[float] = 1) -> typing_extensions.Self:
|
|
642
|
+
def filter(self, b: list[float], a: list[float] = (1)) -> typing_extensions.Self:
|
|
643
643
|
"""Filters a sound with the supplied IIR filter coefficients.
|
|
644
644
|
Without the second parameter you'll get a FIR filter.If the first value of the a sequence is 0,
|
|
645
645
|
it will be set to 1 automatically.
|
bpy/ops/wm/__init__.pyi
CHANGED
|
@@ -2572,6 +2572,7 @@ def obj_import(
|
|
|
2572
2572
|
use_split_groups: bool | None = False,
|
|
2573
2573
|
import_vertex_groups: bool | None = False,
|
|
2574
2574
|
validate_meshes: bool | None = True,
|
|
2575
|
+
close_spline_loops: bool | None = True,
|
|
2575
2576
|
collection_separator: str = "",
|
|
2576
2577
|
filter_glob: str = "*.obj;*.mtl",
|
|
2577
2578
|
):
|
|
@@ -2692,6 +2693,8 @@ def obj_import(
|
|
|
2692
2693
|
:type import_vertex_groups: bool | None
|
|
2693
2694
|
:param validate_meshes: Validate Meshes, Ensure the data is valid (when disabled, data may be imported which causes crashes displaying or editing)
|
|
2694
2695
|
:type validate_meshes: bool | None
|
|
2696
|
+
:param close_spline_loops: Detect Cyclic Curves, Join curve endpoints if overlapping control points are detected(if disabled, no curves will be cyclic)
|
|
2697
|
+
:type close_spline_loops: bool | None
|
|
2695
2698
|
:param collection_separator: Path Separator, Character used to separate objects name into hierarchical structure
|
|
2696
2699
|
:type collection_separator: str
|
|
2697
2700
|
:param filter_glob: Extension Filter
|
bpy/types/__init__.pyi
CHANGED
|
@@ -25341,6 +25341,48 @@ The USDHookExample
|
|
|
25341
25341
|
:columns: 2
|
|
25342
25342
|
|
|
25343
25343
|
|
|
25344
|
+
--------------------
|
|
25345
|
+
|
|
25346
|
+
* ActionKeyframeStrip.channelbags
|
|
25347
|
+
|
|
25348
|
+
:columns: 2
|
|
25349
|
+
|
|
25350
|
+
|
|
25351
|
+
--------------------
|
|
25352
|
+
|
|
25353
|
+
* bpy_struct.id_data
|
|
25354
|
+
|
|
25355
|
+
:columns: 2
|
|
25356
|
+
|
|
25357
|
+
|
|
25358
|
+
--------------------
|
|
25359
|
+
|
|
25360
|
+
* bpy_struct.as_pointer
|
|
25361
|
+
* bpy_struct.driver_add
|
|
25362
|
+
* bpy_struct.driver_remove
|
|
25363
|
+
* bpy_struct.get
|
|
25364
|
+
* bpy_struct.id_properties_clear
|
|
25365
|
+
* bpy_struct.id_properties_ensure
|
|
25366
|
+
* bpy_struct.id_properties_ui
|
|
25367
|
+
* bpy_struct.is_property_hidden
|
|
25368
|
+
* bpy_struct.is_property_overridable_library
|
|
25369
|
+
* bpy_struct.is_property_readonly
|
|
25370
|
+
* bpy_struct.is_property_set
|
|
25371
|
+
* bpy_struct.items
|
|
25372
|
+
* bpy_struct.keyframe_delete
|
|
25373
|
+
* bpy_struct.keyframe_insert
|
|
25374
|
+
* bpy_struct.keys
|
|
25375
|
+
* bpy_struct.path_from_id
|
|
25376
|
+
* bpy_struct.path_resolve
|
|
25377
|
+
* bpy_struct.pop
|
|
25378
|
+
* bpy_struct.property_overridable_library_set
|
|
25379
|
+
* bpy_struct.property_unset
|
|
25380
|
+
* bpy_struct.type_recast
|
|
25381
|
+
* bpy_struct.values
|
|
25382
|
+
|
|
25383
|
+
:columns: 2
|
|
25384
|
+
|
|
25385
|
+
|
|
25344
25386
|
--------------------
|
|
25345
25387
|
|
|
25346
25388
|
* Theme.strip_color
|
|
@@ -30692,10 +30734,10 @@ Property types used in class declarations are all in bpy.props
|
|
|
30692
30734
|
* bpy.context.selected_visible_fcurves
|
|
30693
30735
|
* bpy.context.visible_fcurves
|
|
30694
30736
|
* Action.fcurves
|
|
30695
|
-
*
|
|
30696
|
-
*
|
|
30697
|
-
*
|
|
30698
|
-
*
|
|
30737
|
+
* ActionChannelbag.fcurves
|
|
30738
|
+
* ActionChannelbagFCurves.find
|
|
30739
|
+
* ActionChannelbagFCurves.new
|
|
30740
|
+
* ActionChannelbagFCurves.remove
|
|
30699
30741
|
* ActionFCurves.find
|
|
30700
30742
|
* ActionFCurves.new
|
|
30701
30743
|
* ActionFCurves.remove
|
|
@@ -35217,6 +35259,48 @@ Executing the operator will then print all values.
|
|
|
35217
35259
|
:columns: 2
|
|
35218
35260
|
|
|
35219
35261
|
|
|
35262
|
+
--------------------
|
|
35263
|
+
|
|
35264
|
+
* bpy_struct.id_data
|
|
35265
|
+
|
|
35266
|
+
:columns: 2
|
|
35267
|
+
|
|
35268
|
+
|
|
35269
|
+
--------------------
|
|
35270
|
+
|
|
35271
|
+
* bpy_struct.as_pointer
|
|
35272
|
+
* bpy_struct.driver_add
|
|
35273
|
+
* bpy_struct.driver_remove
|
|
35274
|
+
* bpy_struct.get
|
|
35275
|
+
* bpy_struct.id_properties_clear
|
|
35276
|
+
* bpy_struct.id_properties_ensure
|
|
35277
|
+
* bpy_struct.id_properties_ui
|
|
35278
|
+
* bpy_struct.is_property_hidden
|
|
35279
|
+
* bpy_struct.is_property_overridable_library
|
|
35280
|
+
* bpy_struct.is_property_readonly
|
|
35281
|
+
* bpy_struct.is_property_set
|
|
35282
|
+
* bpy_struct.items
|
|
35283
|
+
* bpy_struct.keyframe_delete
|
|
35284
|
+
* bpy_struct.keyframe_insert
|
|
35285
|
+
* bpy_struct.keys
|
|
35286
|
+
* bpy_struct.path_from_id
|
|
35287
|
+
* bpy_struct.path_resolve
|
|
35288
|
+
* bpy_struct.pop
|
|
35289
|
+
* bpy_struct.property_overridable_library_set
|
|
35290
|
+
* bpy_struct.property_unset
|
|
35291
|
+
* bpy_struct.type_recast
|
|
35292
|
+
* bpy_struct.values
|
|
35293
|
+
|
|
35294
|
+
:columns: 2
|
|
35295
|
+
|
|
35296
|
+
|
|
35297
|
+
--------------------
|
|
35298
|
+
|
|
35299
|
+
* ActionChannelbag.groups
|
|
35300
|
+
|
|
35301
|
+
:columns: 2
|
|
35302
|
+
|
|
35303
|
+
|
|
35220
35304
|
--------------------
|
|
35221
35305
|
|
|
35222
35306
|
* bpy_struct.id_data
|
|
@@ -36648,9 +36732,9 @@ Executing the operator will then print all values.
|
|
|
36648
36732
|
--------------------
|
|
36649
36733
|
|
|
36650
36734
|
* Action.groups
|
|
36651
|
-
*
|
|
36652
|
-
*
|
|
36653
|
-
*
|
|
36735
|
+
* ActionChannelbag.groups
|
|
36736
|
+
* ActionChannelbagGroups.new
|
|
36737
|
+
* ActionChannelbagGroups.remove
|
|
36654
36738
|
* ActionGroups.new
|
|
36655
36739
|
* ActionGroups.remove
|
|
36656
36740
|
* FCurve.group
|
|
@@ -40206,7 +40290,7 @@ database.
|
|
|
40206
40290
|
--------------------
|
|
40207
40291
|
|
|
40208
40292
|
* Action.slots
|
|
40209
|
-
*
|
|
40293
|
+
* ActionChannelbags.new
|
|
40210
40294
|
* ActionConstraint.action_slot
|
|
40211
40295
|
* ActionConstraint.action_suitable_slots
|
|
40212
40296
|
* ActionKeyframeStrip.key_insert
|
|
@@ -41171,48 +41255,6 @@ database.
|
|
|
41171
41255
|
:columns: 2
|
|
41172
41256
|
|
|
41173
41257
|
|
|
41174
|
-
--------------------
|
|
41175
|
-
|
|
41176
|
-
* bpy_struct.id_data
|
|
41177
|
-
|
|
41178
|
-
:columns: 2
|
|
41179
|
-
|
|
41180
|
-
|
|
41181
|
-
--------------------
|
|
41182
|
-
|
|
41183
|
-
* bpy_struct.as_pointer
|
|
41184
|
-
* bpy_struct.driver_add
|
|
41185
|
-
* bpy_struct.driver_remove
|
|
41186
|
-
* bpy_struct.get
|
|
41187
|
-
* bpy_struct.id_properties_clear
|
|
41188
|
-
* bpy_struct.id_properties_ensure
|
|
41189
|
-
* bpy_struct.id_properties_ui
|
|
41190
|
-
* bpy_struct.is_property_hidden
|
|
41191
|
-
* bpy_struct.is_property_overridable_library
|
|
41192
|
-
* bpy_struct.is_property_readonly
|
|
41193
|
-
* bpy_struct.is_property_set
|
|
41194
|
-
* bpy_struct.items
|
|
41195
|
-
* bpy_struct.keyframe_delete
|
|
41196
|
-
* bpy_struct.keyframe_insert
|
|
41197
|
-
* bpy_struct.keys
|
|
41198
|
-
* bpy_struct.path_from_id
|
|
41199
|
-
* bpy_struct.path_resolve
|
|
41200
|
-
* bpy_struct.pop
|
|
41201
|
-
* bpy_struct.property_overridable_library_set
|
|
41202
|
-
* bpy_struct.property_unset
|
|
41203
|
-
* bpy_struct.type_recast
|
|
41204
|
-
* bpy_struct.values
|
|
41205
|
-
|
|
41206
|
-
:columns: 2
|
|
41207
|
-
|
|
41208
|
-
|
|
41209
|
-
--------------------
|
|
41210
|
-
|
|
41211
|
-
* ActionKeyframeStrip.channelbags
|
|
41212
|
-
|
|
41213
|
-
:columns: 2
|
|
41214
|
-
|
|
41215
|
-
|
|
41216
41258
|
--------------------
|
|
41217
41259
|
|
|
41218
41260
|
* bpy_struct.id_data
|
|
@@ -58107,6 +58149,51 @@ Base class for integrating USD Hydra based renderers.
|
|
|
58107
58149
|
:columns: 2
|
|
58108
58150
|
|
|
58109
58151
|
|
|
58152
|
+
--------------------
|
|
58153
|
+
|
|
58154
|
+
* bpy_struct.id_data
|
|
58155
|
+
|
|
58156
|
+
:columns: 2
|
|
58157
|
+
|
|
58158
|
+
|
|
58159
|
+
--------------------
|
|
58160
|
+
|
|
58161
|
+
* bpy_struct.as_pointer
|
|
58162
|
+
* bpy_struct.driver_add
|
|
58163
|
+
* bpy_struct.driver_remove
|
|
58164
|
+
* bpy_struct.get
|
|
58165
|
+
* bpy_struct.id_properties_clear
|
|
58166
|
+
* bpy_struct.id_properties_ensure
|
|
58167
|
+
* bpy_struct.id_properties_ui
|
|
58168
|
+
* bpy_struct.is_property_hidden
|
|
58169
|
+
* bpy_struct.is_property_overridable_library
|
|
58170
|
+
* bpy_struct.is_property_readonly
|
|
58171
|
+
* bpy_struct.is_property_set
|
|
58172
|
+
* bpy_struct.items
|
|
58173
|
+
* bpy_struct.keyframe_delete
|
|
58174
|
+
* bpy_struct.keyframe_insert
|
|
58175
|
+
* bpy_struct.keys
|
|
58176
|
+
* bpy_struct.path_from_id
|
|
58177
|
+
* bpy_struct.path_resolve
|
|
58178
|
+
* bpy_struct.pop
|
|
58179
|
+
* bpy_struct.property_overridable_library_set
|
|
58180
|
+
* bpy_struct.property_unset
|
|
58181
|
+
* bpy_struct.type_recast
|
|
58182
|
+
* bpy_struct.values
|
|
58183
|
+
|
|
58184
|
+
:columns: 2
|
|
58185
|
+
|
|
58186
|
+
|
|
58187
|
+
--------------------
|
|
58188
|
+
|
|
58189
|
+
* ActionChannelbags.new
|
|
58190
|
+
* ActionChannelbags.remove
|
|
58191
|
+
* ActionKeyframeStrip.channelbags
|
|
58192
|
+
* ActionKeyframeStrip.channels
|
|
58193
|
+
|
|
58194
|
+
:columns: 2
|
|
58195
|
+
|
|
58196
|
+
|
|
58110
58197
|
--------------------
|
|
58111
58198
|
|
|
58112
58199
|
* bpy_struct.id_data
|
|
@@ -62956,48 +63043,6 @@ Shared Enum Types <bpy_types_enum_items/index>
|
|
|
62956
63043
|
:columns: 2
|
|
62957
63044
|
|
|
62958
63045
|
|
|
62959
|
-
--------------------
|
|
62960
|
-
|
|
62961
|
-
* ActionChannelBag.groups
|
|
62962
|
-
|
|
62963
|
-
:columns: 2
|
|
62964
|
-
|
|
62965
|
-
|
|
62966
|
-
--------------------
|
|
62967
|
-
|
|
62968
|
-
* bpy_struct.id_data
|
|
62969
|
-
|
|
62970
|
-
:columns: 2
|
|
62971
|
-
|
|
62972
|
-
|
|
62973
|
-
--------------------
|
|
62974
|
-
|
|
62975
|
-
* bpy_struct.as_pointer
|
|
62976
|
-
* bpy_struct.driver_add
|
|
62977
|
-
* bpy_struct.driver_remove
|
|
62978
|
-
* bpy_struct.get
|
|
62979
|
-
* bpy_struct.id_properties_clear
|
|
62980
|
-
* bpy_struct.id_properties_ensure
|
|
62981
|
-
* bpy_struct.id_properties_ui
|
|
62982
|
-
* bpy_struct.is_property_hidden
|
|
62983
|
-
* bpy_struct.is_property_overridable_library
|
|
62984
|
-
* bpy_struct.is_property_readonly
|
|
62985
|
-
* bpy_struct.is_property_set
|
|
62986
|
-
* bpy_struct.items
|
|
62987
|
-
* bpy_struct.keyframe_delete
|
|
62988
|
-
* bpy_struct.keyframe_insert
|
|
62989
|
-
* bpy_struct.keys
|
|
62990
|
-
* bpy_struct.path_from_id
|
|
62991
|
-
* bpy_struct.path_resolve
|
|
62992
|
-
* bpy_struct.pop
|
|
62993
|
-
* bpy_struct.property_overridable_library_set
|
|
62994
|
-
* bpy_struct.property_unset
|
|
62995
|
-
* bpy_struct.type_recast
|
|
62996
|
-
* bpy_struct.values
|
|
62997
|
-
|
|
62998
|
-
:columns: 2
|
|
62999
|
-
|
|
63000
|
-
|
|
63001
63046
|
--------------------
|
|
63002
63047
|
|
|
63003
63048
|
* Particle.hair_keys
|
|
@@ -69094,6 +69139,48 @@ Shared Enum Types <bpy_types_enum_items/index>
|
|
|
69094
69139
|
:columns: 2
|
|
69095
69140
|
|
|
69096
69141
|
|
|
69142
|
+
--------------------
|
|
69143
|
+
|
|
69144
|
+
* bpy_struct.id_data
|
|
69145
|
+
|
|
69146
|
+
:columns: 2
|
|
69147
|
+
|
|
69148
|
+
|
|
69149
|
+
--------------------
|
|
69150
|
+
|
|
69151
|
+
* bpy_struct.as_pointer
|
|
69152
|
+
* bpy_struct.driver_add
|
|
69153
|
+
* bpy_struct.driver_remove
|
|
69154
|
+
* bpy_struct.get
|
|
69155
|
+
* bpy_struct.id_properties_clear
|
|
69156
|
+
* bpy_struct.id_properties_ensure
|
|
69157
|
+
* bpy_struct.id_properties_ui
|
|
69158
|
+
* bpy_struct.is_property_hidden
|
|
69159
|
+
* bpy_struct.is_property_overridable_library
|
|
69160
|
+
* bpy_struct.is_property_readonly
|
|
69161
|
+
* bpy_struct.is_property_set
|
|
69162
|
+
* bpy_struct.items
|
|
69163
|
+
* bpy_struct.keyframe_delete
|
|
69164
|
+
* bpy_struct.keyframe_insert
|
|
69165
|
+
* bpy_struct.keys
|
|
69166
|
+
* bpy_struct.path_from_id
|
|
69167
|
+
* bpy_struct.path_resolve
|
|
69168
|
+
* bpy_struct.pop
|
|
69169
|
+
* bpy_struct.property_overridable_library_set
|
|
69170
|
+
* bpy_struct.property_unset
|
|
69171
|
+
* bpy_struct.type_recast
|
|
69172
|
+
* bpy_struct.values
|
|
69173
|
+
|
|
69174
|
+
:columns: 2
|
|
69175
|
+
|
|
69176
|
+
|
|
69177
|
+
--------------------
|
|
69178
|
+
|
|
69179
|
+
* ActionChannelbag.fcurves
|
|
69180
|
+
|
|
69181
|
+
:columns: 2
|
|
69182
|
+
|
|
69183
|
+
|
|
69097
69184
|
--------------------
|
|
69098
69185
|
|
|
69099
69186
|
* bpy_struct.id_data
|
|
@@ -72108,48 +72195,6 @@ Shared Enum Types <bpy_types_enum_items/index>
|
|
|
72108
72195
|
:columns: 2
|
|
72109
72196
|
|
|
72110
72197
|
|
|
72111
|
-
--------------------
|
|
72112
|
-
|
|
72113
|
-
* bpy_struct.id_data
|
|
72114
|
-
|
|
72115
|
-
:columns: 2
|
|
72116
|
-
|
|
72117
|
-
|
|
72118
|
-
--------------------
|
|
72119
|
-
|
|
72120
|
-
* bpy_struct.as_pointer
|
|
72121
|
-
* bpy_struct.driver_add
|
|
72122
|
-
* bpy_struct.driver_remove
|
|
72123
|
-
* bpy_struct.get
|
|
72124
|
-
* bpy_struct.id_properties_clear
|
|
72125
|
-
* bpy_struct.id_properties_ensure
|
|
72126
|
-
* bpy_struct.id_properties_ui
|
|
72127
|
-
* bpy_struct.is_property_hidden
|
|
72128
|
-
* bpy_struct.is_property_overridable_library
|
|
72129
|
-
* bpy_struct.is_property_readonly
|
|
72130
|
-
* bpy_struct.is_property_set
|
|
72131
|
-
* bpy_struct.items
|
|
72132
|
-
* bpy_struct.keyframe_delete
|
|
72133
|
-
* bpy_struct.keyframe_insert
|
|
72134
|
-
* bpy_struct.keys
|
|
72135
|
-
* bpy_struct.path_from_id
|
|
72136
|
-
* bpy_struct.path_resolve
|
|
72137
|
-
* bpy_struct.pop
|
|
72138
|
-
* bpy_struct.property_overridable_library_set
|
|
72139
|
-
* bpy_struct.property_unset
|
|
72140
|
-
* bpy_struct.type_recast
|
|
72141
|
-
* bpy_struct.values
|
|
72142
|
-
|
|
72143
|
-
:columns: 2
|
|
72144
|
-
|
|
72145
|
-
|
|
72146
|
-
--------------------
|
|
72147
|
-
|
|
72148
|
-
* ActionChannelBag.fcurves
|
|
72149
|
-
|
|
72150
|
-
:columns: 2
|
|
72151
|
-
|
|
72152
|
-
|
|
72153
72198
|
--------------------
|
|
72154
72199
|
|
|
72155
72200
|
* bpy_struct.id_data
|
|
@@ -73972,7 +74017,6 @@ Menu.poll function.
|
|
|
73972
74017
|
* bpy.context.id
|
|
73973
74018
|
* bpy.context.selected_ids
|
|
73974
74019
|
* bpy.context.texture_user
|
|
73975
|
-
* ActionSlots.new
|
|
73976
74020
|
* AssetRepresentation.local_id
|
|
73977
74021
|
* BlendDataObjects.new
|
|
73978
74022
|
* BlendImportContextItem.id
|
|
@@ -87008,6 +87052,7 @@ example of how to create/use filtering/reordering callbacks.
|
|
|
87008
87052
|
* BlendData.hair_curves
|
|
87009
87053
|
* BlendDataHairCurves.new
|
|
87010
87054
|
* BlendDataHairCurves.remove
|
|
87055
|
+
* Curves.unit_test_compare
|
|
87011
87056
|
|
|
87012
87057
|
:columns: 2
|
|
87013
87058
|
|
|
@@ -94902,51 +94947,6 @@ FileHandler
|
|
|
94902
94947
|
:columns: 2
|
|
94903
94948
|
|
|
94904
94949
|
|
|
94905
|
-
--------------------
|
|
94906
|
-
|
|
94907
|
-
* bpy_struct.id_data
|
|
94908
|
-
|
|
94909
|
-
:columns: 2
|
|
94910
|
-
|
|
94911
|
-
|
|
94912
|
-
--------------------
|
|
94913
|
-
|
|
94914
|
-
* bpy_struct.as_pointer
|
|
94915
|
-
* bpy_struct.driver_add
|
|
94916
|
-
* bpy_struct.driver_remove
|
|
94917
|
-
* bpy_struct.get
|
|
94918
|
-
* bpy_struct.id_properties_clear
|
|
94919
|
-
* bpy_struct.id_properties_ensure
|
|
94920
|
-
* bpy_struct.id_properties_ui
|
|
94921
|
-
* bpy_struct.is_property_hidden
|
|
94922
|
-
* bpy_struct.is_property_overridable_library
|
|
94923
|
-
* bpy_struct.is_property_readonly
|
|
94924
|
-
* bpy_struct.is_property_set
|
|
94925
|
-
* bpy_struct.items
|
|
94926
|
-
* bpy_struct.keyframe_delete
|
|
94927
|
-
* bpy_struct.keyframe_insert
|
|
94928
|
-
* bpy_struct.keys
|
|
94929
|
-
* bpy_struct.path_from_id
|
|
94930
|
-
* bpy_struct.path_resolve
|
|
94931
|
-
* bpy_struct.pop
|
|
94932
|
-
* bpy_struct.property_overridable_library_set
|
|
94933
|
-
* bpy_struct.property_unset
|
|
94934
|
-
* bpy_struct.type_recast
|
|
94935
|
-
* bpy_struct.values
|
|
94936
|
-
|
|
94937
|
-
:columns: 2
|
|
94938
|
-
|
|
94939
|
-
|
|
94940
|
-
--------------------
|
|
94941
|
-
|
|
94942
|
-
* ActionChannelBags.new
|
|
94943
|
-
* ActionChannelBags.remove
|
|
94944
|
-
* ActionKeyframeStrip.channelbags
|
|
94945
|
-
* ActionKeyframeStrip.channels
|
|
94946
|
-
|
|
94947
|
-
:columns: 2
|
|
94948
|
-
|
|
94949
|
-
|
|
94950
94950
|
--------------------
|
|
94951
94951
|
|
|
94952
94952
|
* bpy_struct.id_data
|
|
@@ -102675,7 +102675,7 @@ class AOVs(bpy_prop_collection[AOV], bpy_struct):
|
|
|
102675
102675
|
:rtype: typing.Any
|
|
102676
102676
|
"""
|
|
102677
102677
|
|
|
102678
|
-
class
|
|
102678
|
+
class ActionChannelbagFCurves(bpy_prop_collection[FCurve], bpy_struct):
|
|
102679
102679
|
"""Collection of F-Curves for a specific action slot, on a specific strip"""
|
|
102680
102680
|
|
|
102681
102681
|
def new(self, data_path: str, *, index: int | None = 0) -> FCurve:
|
|
@@ -102732,7 +102732,7 @@ class ActionChannelBagFCurves(bpy_prop_collection[FCurve], bpy_struct):
|
|
|
102732
102732
|
:rtype: typing.Any
|
|
102733
102733
|
"""
|
|
102734
102734
|
|
|
102735
|
-
class
|
|
102735
|
+
class ActionChannelbagGroups(bpy_prop_collection[ActionGroup], bpy_struct):
|
|
102736
102736
|
"""Collection of f-curve groups"""
|
|
102737
102737
|
|
|
102738
102738
|
def new(self, name: str) -> ActionGroup:
|
|
@@ -102773,23 +102773,23 @@ class ActionChannelBagGroups(bpy_prop_collection[ActionGroup], bpy_struct):
|
|
|
102773
102773
|
:rtype: typing.Any
|
|
102774
102774
|
"""
|
|
102775
102775
|
|
|
102776
|
-
class
|
|
102776
|
+
class ActionChannelbags(bpy_prop_collection[ActionChannelbag], bpy_struct):
|
|
102777
102777
|
"""For each action slot, a list of animation channels that are meant for that slot"""
|
|
102778
102778
|
|
|
102779
|
-
def new(self, slot: ActionSlot | None) ->
|
|
102779
|
+
def new(self, slot: ActionSlot | None) -> ActionChannelbag:
|
|
102780
102780
|
"""Add a new channelbag to the strip, to contain animation channels for a specific slot
|
|
102781
102781
|
|
|
102782
102782
|
:param slot: Action Slot, The slot that should be animated by this channelbag
|
|
102783
102783
|
:type slot: ActionSlot | None
|
|
102784
102784
|
:return: Newly created channelbag
|
|
102785
|
-
:rtype:
|
|
102785
|
+
:rtype: ActionChannelbag
|
|
102786
102786
|
"""
|
|
102787
102787
|
|
|
102788
|
-
def remove(self, channelbag:
|
|
102788
|
+
def remove(self, channelbag: ActionChannelbag | None):
|
|
102789
102789
|
"""Remove the channelbag from the strip
|
|
102790
102790
|
|
|
102791
102791
|
:param channelbag: The channelbag to remove
|
|
102792
|
-
:type channelbag:
|
|
102792
|
+
:type channelbag: ActionChannelbag | None
|
|
102793
102793
|
"""
|
|
102794
102794
|
|
|
102795
102795
|
@classmethod
|
|
@@ -103019,11 +103019,13 @@ class ActionSlots(bpy_prop_collection[ActionSlot], bpy_struct):
|
|
|
103019
103019
|
:type: ActionSlot | None
|
|
103020
103020
|
"""
|
|
103021
103021
|
|
|
103022
|
-
def new(self,
|
|
103022
|
+
def new(self, id_type: bpy.typing.IdTypeItems | None, name: str) -> ActionSlot:
|
|
103023
103023
|
"""Add a slot to the Action
|
|
103024
103024
|
|
|
103025
|
-
:param
|
|
103026
|
-
:type
|
|
103025
|
+
:param id_type: Data-block Type, The data-block type that the slot is intended for. This is combined with the slot name to create the slot's unique identifier, and is also used to limit (on a best-effort basis) which data-blocks the slot can be assigned to.
|
|
103026
|
+
:type id_type: bpy.typing.IdTypeItems | None
|
|
103027
|
+
:param name: Name, Name of the slot. This will be made unique within the Action among slots of the same type
|
|
103028
|
+
:type name: str
|
|
103027
103029
|
:return: Newly created action slot
|
|
103028
103030
|
:rtype: ActionSlot
|
|
103029
103031
|
"""
|
|
@@ -112855,19 +112857,19 @@ class Action(ID, bpy_struct):
|
|
|
112855
112857
|
:rtype: typing.Any
|
|
112856
112858
|
"""
|
|
112857
112859
|
|
|
112858
|
-
class
|
|
112860
|
+
class ActionChannelbag(bpy_struct):
|
|
112859
112861
|
"""Collection of animation channels, typically associated with an action slot"""
|
|
112860
112862
|
|
|
112861
|
-
fcurves:
|
|
112863
|
+
fcurves: ActionChannelbagFCurves
|
|
112862
112864
|
""" The individual F-Curves that animate the slot
|
|
112863
112865
|
|
|
112864
|
-
:type:
|
|
112866
|
+
:type: ActionChannelbagFCurves
|
|
112865
112867
|
"""
|
|
112866
112868
|
|
|
112867
|
-
groups:
|
|
112869
|
+
groups: ActionChannelbagGroups
|
|
112868
112870
|
""" Groupings of F-Curves for display purposes, in e.g. the dopesheet and graph editor
|
|
112869
112871
|
|
|
112870
|
-
:type:
|
|
112872
|
+
:type: ActionChannelbagGroups
|
|
112871
112873
|
"""
|
|
112872
112874
|
|
|
112873
112875
|
slot_handle: int
|
|
@@ -113125,19 +113127,19 @@ class ActionGroup(bpy_struct):
|
|
|
113125
113127
|
class ActionKeyframeStrip(ActionStrip, bpy_struct):
|
|
113126
113128
|
"""Strip with a set of F-Curves for each action slot"""
|
|
113127
113129
|
|
|
113128
|
-
channelbags:
|
|
113130
|
+
channelbags: ActionChannelbags
|
|
113129
113131
|
"""
|
|
113130
113132
|
|
|
113131
|
-
:type:
|
|
113133
|
+
:type: ActionChannelbags
|
|
113132
113134
|
"""
|
|
113133
113135
|
|
|
113134
|
-
def channels(self, slot_handle: int | None) ->
|
|
113135
|
-
"""Find the
|
|
113136
|
+
def channels(self, slot_handle: int | None) -> ActionChannelbag:
|
|
113137
|
+
"""Find the ActionChannelbag for a specific Slot
|
|
113136
113138
|
|
|
113137
113139
|
:param slot_handle: Slot Handle, Number that identifies a specific action slot
|
|
113138
113140
|
:type slot_handle: int | None
|
|
113139
113141
|
:return: Channels
|
|
113140
|
-
:rtype:
|
|
113142
|
+
:rtype: ActionChannelbag
|
|
113141
113143
|
"""
|
|
113142
113144
|
|
|
113143
113145
|
def key_insert(
|
|
@@ -113244,7 +113246,7 @@ class ActionSlot(bpy_struct):
|
|
|
113244
113246
|
|
|
113245
113247
|
handle: int
|
|
113246
113248
|
""" Number specific to this Slot, unique within the Action.
|
|
113247
|
-
This is used, for example, on a ActionKeyframeStrip to look up the
|
|
113249
|
+
This is used, for example, on a ActionKeyframeStrip to look up the ActionChannelbag for this Slot
|
|
113248
113250
|
|
|
113249
113251
|
:type: int
|
|
113250
113252
|
"""
|
|
@@ -132704,6 +132706,13 @@ class Curves(ID, bpy_struct):
|
|
|
132704
132706
|
:type indices: collections.abc.Iterable[int] | None
|
|
132705
132707
|
"""
|
|
132706
132708
|
|
|
132709
|
+
def reorder_curves(self, new_indices: collections.abc.Iterable[int] | None):
|
|
132710
|
+
"""Reorder the curves by the new indices.
|
|
132711
|
+
|
|
132712
|
+
:param new_indices: New indices, The new index for each of the curves
|
|
132713
|
+
:type new_indices: collections.abc.Iterable[int] | None
|
|
132714
|
+
"""
|
|
132715
|
+
|
|
132707
132716
|
def set_types(
|
|
132708
132717
|
self,
|
|
132709
132718
|
*,
|
|
@@ -132718,6 +132727,22 @@ class Curves(ID, bpy_struct):
|
|
|
132718
132727
|
:type indices: collections.abc.Iterable[int] | None
|
|
132719
132728
|
"""
|
|
132720
132729
|
|
|
132730
|
+
def unit_test_compare(
|
|
132731
|
+
self,
|
|
132732
|
+
*,
|
|
132733
|
+
curves: typing_extensions.Self | None = None,
|
|
132734
|
+
threshold: float | None = 7.1526e-06,
|
|
132735
|
+
) -> str:
|
|
132736
|
+
"""unit_test_compare
|
|
132737
|
+
|
|
132738
|
+
:param curves: Curves to compare to
|
|
132739
|
+
:type curves: typing_extensions.Self | None
|
|
132740
|
+
:param threshold: Threshold, Comparison tolerance threshold
|
|
132741
|
+
:type threshold: float | None
|
|
132742
|
+
:return: Return value, String description of result of comparison
|
|
132743
|
+
:rtype: str
|
|
132744
|
+
"""
|
|
132745
|
+
|
|
132721
132746
|
@classmethod
|
|
132722
132747
|
def bl_rna_get_subclass(cls, id: str | None, default=None) -> Struct:
|
|
132723
132748
|
"""
|
|
@@ -139462,7 +139487,7 @@ class FluidDomainSettings(bpy_struct):
|
|
|
139462
139487
|
"""
|
|
139463
139488
|
|
|
139464
139489
|
use_adaptive_timesteps: bool
|
|
139465
|
-
"""
|
|
139490
|
+
""" Automatically decide when to perform multiple simulation steps per frame
|
|
139466
139491
|
|
|
139467
139492
|
:type: bool
|
|
139468
139493
|
"""
|
|
@@ -157651,6 +157676,13 @@ class GreasePencilDrawing(bpy_struct):
|
|
|
157651
157676
|
:type indices: collections.abc.Iterable[int] | None
|
|
157652
157677
|
"""
|
|
157653
157678
|
|
|
157679
|
+
def reorder_strokes(self, new_indices: collections.abc.Iterable[int] | None):
|
|
157680
|
+
"""Reorder the strokes by the new indices.
|
|
157681
|
+
|
|
157682
|
+
:param new_indices: New indices, The new index for each of the strokes
|
|
157683
|
+
:type new_indices: collections.abc.Iterable[int] | None
|
|
157684
|
+
"""
|
|
157685
|
+
|
|
157654
157686
|
def set_types(
|
|
157655
157687
|
self,
|
|
157656
157688
|
*,
|
|
@@ -158388,6 +158420,12 @@ class GreasePencilLayerGroup(bpy_struct):
|
|
|
158388
158420
|
:type: bool
|
|
158389
158421
|
"""
|
|
158390
158422
|
|
|
158423
|
+
is_expanded: bool
|
|
158424
|
+
""" The layer groups is expanded in the UI
|
|
158425
|
+
|
|
158426
|
+
:type: bool
|
|
158427
|
+
"""
|
|
158428
|
+
|
|
158391
158429
|
lock: bool
|
|
158392
158430
|
""" Protect group from further editing and/or frame changes
|
|
158393
158431
|
|
|
@@ -190249,12 +190287,6 @@ class PreferencesExperimental(bpy_struct):
|
|
|
190249
190287
|
:type: bool
|
|
190250
190288
|
"""
|
|
190251
190289
|
|
|
190252
|
-
enable_overlay_legacy: bool
|
|
190253
|
-
""" Enable the legacy Overlay codebase, requires restart
|
|
190254
|
-
|
|
190255
|
-
:type: bool
|
|
190256
|
-
"""
|
|
190257
|
-
|
|
190258
190290
|
override_auto_resync: bool
|
|
190259
190291
|
""" Disable library overrides automatic resync detection and process on file load (can be useful to help fixing broken files)
|
|
190260
190292
|
|
|
@@ -195537,7 +195569,7 @@ class Scene(ID, bpy_struct):
|
|
|
195537
195569
|
"""
|
|
195538
195570
|
|
|
195539
195571
|
show_subframe: bool
|
|
195540
|
-
"""
|
|
195572
|
+
""" Display and allow setting fractional frame values for the current frame
|
|
195541
195573
|
|
|
195542
195574
|
:type: bool
|
|
195543
195575
|
"""
|
|
@@ -7,32 +7,6 @@ import typing
|
|
|
7
7
|
import collections.abc
|
|
8
8
|
import typing_extensions
|
|
9
9
|
|
|
10
|
-
class AssetBrowserPanel:
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
@classmethod
|
|
14
|
-
def asset_browser_panel_poll(cls, context):
|
|
15
|
-
"""
|
|
16
|
-
|
|
17
|
-
:param context:
|
|
18
|
-
"""
|
|
19
|
-
|
|
20
|
-
@classmethod
|
|
21
|
-
def poll(cls, context):
|
|
22
|
-
"""
|
|
23
|
-
|
|
24
|
-
:param context:
|
|
25
|
-
"""
|
|
26
|
-
|
|
27
|
-
class AssetMetaDataPanel:
|
|
28
|
-
bl_region_type: typing.Any
|
|
29
|
-
bl_space_type: typing.Any
|
|
30
|
-
|
|
31
|
-
@classmethod
|
|
32
|
-
def poll(cls, context):
|
|
33
|
-
"""
|
|
34
|
-
|
|
35
|
-
:param context:
|
|
36
|
-
"""
|
|
37
|
-
|
|
10
|
+
class AssetBrowserPanel: ...
|
|
11
|
+
class AssetMetaDataPanel: ...
|
|
38
12
|
class SpaceAssetInfo: ...
|
|
@@ -17,7 +17,7 @@ addon_utils/__init__.pyi,sha256=tH0c3thY37jEp4PRRKMlcbtGk5yRmry2XbjwunnSqnc,2935
|
|
|
17
17
|
addon_utils/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
18
18
|
animsys_refactor/__init__.pyi,sha256=FVtTS8ep5YY_wxoK9FesObKvYKIffFgmOyS74iuza0s,643
|
|
19
19
|
animsys_refactor/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
20
|
-
aud/__init__.pyi,sha256=
|
|
20
|
+
aud/__init__.pyi,sha256=tt3gNwZlxxqaCPPrJmqlpycZ-6LDuQyHzFeItdw0Ymw,33507
|
|
21
21
|
aud/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
22
22
|
bgl/__init__.pyi,sha256=5-Nz8jGOeMdI338xxTUnlKbbsVkqtzaGLL7MFNAXRgM,99508
|
|
23
23
|
bgl/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
@@ -270,12 +270,12 @@ bpy/ops/uilist/__init__.pyi,sha256=L4xQFB8gZEK8eR2tymJBIVwALoVQLh9gwGkIjDzORyI,2
|
|
|
270
270
|
bpy/ops/uv/__init__.pyi,sha256=ociGOFaeH4aChcVFMtC167ZWtM4roFQveDgKiqbAK3c,52706
|
|
271
271
|
bpy/ops/view2d/__init__.pyi,sha256=UWYslz64I_HIULKVyiYd9bVK38ypxss_9EZySgQkyuI,9137
|
|
272
272
|
bpy/ops/view3d/__init__.pyi,sha256=2lr2OOlmYao1DxhG3UugV_WXB8IViYGBL5WXvxHUXOE,41228
|
|
273
|
-
bpy/ops/wm/__init__.pyi,sha256=
|
|
273
|
+
bpy/ops/wm/__init__.pyi,sha256=dcHei-7_0zDIiJR95GXbjgd1MvXnW-2w9gFXDFQHEcw,231665
|
|
274
274
|
bpy/ops/workspace/__init__.pyi,sha256=4qG0-HkVfaGfdBe9QvBCKUox03nb1ZfeV1fz-0b3KJY,3133
|
|
275
275
|
bpy/ops/world/__init__.pyi,sha256=ytaDhwJ-K4SbWylChL1za6lvMNM2-RX1S0BR7892Afg,946
|
|
276
276
|
bpy/path/__init__.pyi,sha256=XexWcsHek4S2exWHw2eiJvEkKEyWXE3E34hjXf-Od1g,5329
|
|
277
277
|
bpy/props/__init__.pyi,sha256=eHzPsDSyDTa92O5TvPpi1yflmxv7vVGW_ZocCqudgw4,31027
|
|
278
|
-
bpy/types/__init__.pyi,sha256=
|
|
278
|
+
bpy/types/__init__.pyi,sha256=jEzNSFi1UxU4PG-4BhFYipQjjdJybbfoslrZnCRawxk,5368581
|
|
279
279
|
bpy/typing/__init__.pyi,sha256=u2XKjd6ZB1Wjt7JwabxexZdswEZLYR2jQpxzzp6AThg,138679
|
|
280
280
|
bpy/utils/__init__.pyi,sha256=fNpt-kiiVP9XWNCXbG1LPnq0TRjMWrDUZInAzrc2hUk,13239
|
|
281
281
|
bpy/utils/previews/__init__.pyi,sha256=AsbDN4vRLbSTZ7_S_4LqmI1sJmV_8NnqDt1QfBdH94Y,2280
|
|
@@ -283,7 +283,7 @@ bpy/utils/units/__init__.pyi,sha256=r9G6UXferw_5pDijn-FmpyhYSnEng3_y-5apdkPAKl0,
|
|
|
283
283
|
bpy_extras/__init__.pyi,sha256=wejK55NeAEGsAzM9psNhBokX9H0DBihwOdNQ5XlCHB4,968
|
|
284
284
|
bpy_extras/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
285
285
|
bpy_extras/anim_utils/__init__.pyi,sha256=LGnLuRoBzyZOOgCS5bS4IX-gue67k7pEhemshXNzP8U,4061
|
|
286
|
-
bpy_extras/asset_utils/__init__.pyi,sha256=
|
|
286
|
+
bpy_extras/asset_utils/__init__.pyi,sha256=AaHtXcv1a-TrQUpu7Rm1A9gcwXRUZVaHOKjVV_hCcyM,194
|
|
287
287
|
bpy_extras/bmesh_utils/__init__.pyi,sha256=7Zc-cplpLSSrJNfXWE-WDsl8w3RGkuPwWFp1ILTw_N8,431
|
|
288
288
|
bpy_extras/id_map_utils/__init__.pyi,sha256=oTM7UGvrLRIhWXjHhXcwE20PNjSyRVXlV9FLAn_QCk4,450
|
|
289
289
|
bpy_extras/image_utils/__init__.pyi,sha256=c3O1nv_u-Kr3VtKV8SBDvutYzIjPORiZ3--K5UNRgFw,2087
|
|
@@ -311,7 +311,7 @@ freestyle/functions/__init__.pyi,sha256=XYveitaHq0iT_FRPa9-h7r_Qz1kuEOknwlIDy5hR
|
|
|
311
311
|
freestyle/predicates/__init__.pyi,sha256=TI-9arpIRbq7ePsxHS-d-4iIj54uHMp-ZyGhPVODMPg,13461
|
|
312
312
|
freestyle/shaders/__init__.pyi,sha256=1Ov48B4P7LV3dwjBqHqqqbPFRBZWjENqIDaFb97Qdj0,23835
|
|
313
313
|
freestyle/types/__init__.pyi,sha256=G8vXeRcV3eG11cMwc1xOGd07E8iR9ymQ-68po_WihK8,98860
|
|
314
|
-
freestyle/utils/__init__.pyi,sha256=
|
|
314
|
+
freestyle/utils/__init__.pyi,sha256=lW5JWrilkFTvRmtYoS3hbmWfj2abo2hHsvp4eyGLbcQ,5108
|
|
315
315
|
freestyle/utils/ContextFunctions/__init__.pyi,sha256=AdK38eLUN8YDE2Y-Am3gNUYxduClt0jmaDbr-WNv_cA,3401
|
|
316
316
|
gpu/__init__.pyi,sha256=Q-AbyJO85pPYcwXNWtvgAhFGGJ6OnnHrlsXQxur9jhs,7999
|
|
317
317
|
gpu/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
@@ -358,7 +358,7 @@ rna_prop_ui/__init__.pyi,sha256=lShhkbbeJ_ANi2dy4J4HIkyp1HZrMqCfhcf8QpAQsj0,1281
|
|
|
358
358
|
rna_prop_ui/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
359
359
|
rna_xml/__init__.pyi,sha256=idYsAZj-_egBKMA2pQl2P9IoNhZxXIkBSALFuq-ylO8,577
|
|
360
360
|
rna_xml/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
361
|
-
fake_bpy_module-
|
|
362
|
-
fake_bpy_module-
|
|
363
|
-
fake_bpy_module-
|
|
364
|
-
fake_bpy_module-
|
|
361
|
+
fake_bpy_module-20241204.dist-info/METADATA,sha256=RuaW4yBpkFwq2RJylahZjNNb-6qJ1V9c_lGuggWZsRs,7289
|
|
362
|
+
fake_bpy_module-20241204.dist-info/WHEEL,sha256=PZUExdf71Ui_so67QXpySuHtCi3-J3wvF4ORK6k_S8U,91
|
|
363
|
+
fake_bpy_module-20241204.dist-info/top_level.txt,sha256=SZm3DVRKif7dFSjYKiIIg3_7uqjIwRAwOnCIcT4hRNM,500
|
|
364
|
+
fake_bpy_module-20241204.dist-info/RECORD,,
|
freestyle/utils/__init__.pyi
CHANGED
|
@@ -124,7 +124,7 @@ def material_from_fedge(fe):
|
|
|
124
124
|
"""get the diffuse RGBA color from an FEdge"""
|
|
125
125
|
|
|
126
126
|
def normal_at_I0D(it): ...
|
|
127
|
-
def pairwise(iterable, types={
|
|
127
|
+
def pairwise(iterable, types={Stroke, StrokeVertexIterator}):
|
|
128
128
|
"""Yields a tuple containing the previous and current object"""
|
|
129
129
|
|
|
130
130
|
def rgb_to_bw(r, g, b):
|
|
File without changes
|
|
File without changes
|