fake-bpy-module 20240718__py3-none-any.whl → 20240720__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.

Files changed (120) hide show
  1. bl_operators/add_mesh_torus/__init__.pyi +1 -190
  2. bl_operators/anim/__init__.pyi +104 -1504
  3. bl_operators/assets/__init__.pyi +3 -535
  4. bl_operators/bone_selection_sets/__init__.pyi +187 -2680
  5. bl_operators/clip/__init__.pyi +144 -1894
  6. bl_operators/connect_to_output/__init__.pyi +3 -176
  7. bl_operators/console/__init__.pyi +5 -880
  8. bl_operators/constraint/__init__.pyi +4 -704
  9. bl_operators/file/__init__.pyi +3 -528
  10. bl_operators/freestyle/__init__.pyi +4 -704
  11. bl_operators/geometry_nodes/__init__.pyi +4 -704
  12. bl_operators/image/__init__.pyi +5 -869
  13. bl_operators/image_as_planes/__init__.pyi +4 -424
  14. bl_operators/mesh/__init__.pyi +3 -528
  15. bl_operators/node/__init__.pyi +159 -2065
  16. bl_operators/object/__init__.pyi +217 -2842
  17. bl_operators/object_align/__init__.pyi +1 -176
  18. bl_operators/object_quick_effects/__init__.pyi +4 -725
  19. bl_operators/object_randomize_transform/__init__.pyi +1 -176
  20. bl_operators/presets/__init__.pyi +405 -5487
  21. bl_operators/rigidbody/__init__.pyi +3 -528
  22. bl_operators/screen_play_rendered_anim/__init__.pyi +1 -176
  23. bl_operators/sequencer/__init__.pyi +119 -1507
  24. bl_operators/spreadsheet/__init__.pyi +1 -176
  25. bl_operators/userpref/__init__.pyi +383 -4757
  26. bl_operators/uvcalc_follow_active/__init__.pyi +1 -176
  27. bl_operators/uvcalc_lightmap/__init__.pyi +1 -176
  28. bl_operators/uvcalc_transform/__init__.pyi +2 -352
  29. bl_operators/vertexpaint_dirt/__init__.pyi +1 -176
  30. bl_operators/view3d/__init__.pyi +101 -1468
  31. bl_operators/wm/__init__.pyi +723 -8894
  32. bl_operators/world/__init__.pyi +1 -176
  33. bl_ui/__init__.pyi +3 -534
  34. bl_ui/anim/__init__.pyi +1 -244
  35. bl_ui/asset_shelf/__init__.pyi +1 -189
  36. bl_ui/generic_ui_list/__init__.pyi +3 -594
  37. bl_ui/node_add_menu/__init__.pyi +1 -244
  38. bl_ui/node_add_menu_compositor/__init__.pyi +226 -4600
  39. bl_ui/node_add_menu_geometry/__init__.pyi +654 -12802
  40. bl_ui/node_add_menu_shader/__init__.pyi +94 -2531
  41. bl_ui/node_add_menu_texture/__init__.pyi +81 -2268
  42. bl_ui/properties_collection/__init__.pyi +58 -1272
  43. bl_ui/properties_constraint/__init__.pyi +1508 -32656
  44. bl_ui/properties_data_armature/__init__.pyi +278 -3804
  45. bl_ui/properties_data_bone/__init__.pyi +151 -2062
  46. bl_ui/properties_data_camera/__init__.pyi +216 -3034
  47. bl_ui/properties_data_curve/__init__.pyi +214 -3117
  48. bl_ui/properties_data_curves/__init__.pyi +57 -1273
  49. bl_ui/properties_data_empty/__init__.pyi +2 -385
  50. bl_ui/properties_data_gpencil/__init__.pyi +285 -3922
  51. bl_ui/properties_data_grease_pencil/__init__.pyi +198 -3081
  52. bl_ui/properties_data_lattice/__init__.pyi +3 -595
  53. bl_ui/properties_data_light/__init__.pyi +200 -2502
  54. bl_ui/properties_data_lightprobe/__init__.pyi +212 -2704
  55. bl_ui/properties_data_mesh/__init__.pyi +323 -4380
  56. bl_ui/properties_data_metaball/__init__.pyi +38 -1011
  57. bl_ui/properties_data_modifier/__init__.pyi +157 -2451
  58. bl_ui/properties_data_pointcloud/__init__.pyi +68 -1087
  59. bl_ui/properties_data_shaderfx/__init__.pyi +1 -189
  60. bl_ui/properties_data_speaker/__init__.pyi +36 -1018
  61. bl_ui/properties_data_volume/__init__.pyi +104 -1660
  62. bl_ui/properties_freestyle/__init__.pyi +438 -5136
  63. bl_ui/properties_grease_pencil_common/__init__.pyi +197 -3852
  64. bl_ui/properties_mask_common/__init__.pyi +59 -1705
  65. bl_ui/properties_material/__init__.pyi +227 -3334
  66. bl_ui/properties_material_gpencil/__init__.pyi +187 -2221
  67. bl_ui/properties_object/__init__.pyi +197 -2908
  68. bl_ui/properties_output/__init__.pyi +286 -3895
  69. bl_ui/properties_paint_common/__init__.pyi +40 -923
  70. bl_ui/properties_particle/__init__.pyi +954 -10839
  71. bl_ui/properties_physics_cloth/__init__.pyi +219 -2979
  72. bl_ui/properties_physics_common/__init__.pyi +1 -196
  73. bl_ui/properties_physics_dynamicpaint/__init__.pyi +429 -5411
  74. bl_ui/properties_physics_field/__init__.pyi +160 -2166
  75. bl_ui/properties_physics_fluid/__init__.pyi +541 -7352
  76. bl_ui/properties_physics_geometry_nodes/__init__.pyi +1 -189
  77. bl_ui/properties_physics_rigidbody/__init__.pyi +125 -1623
  78. bl_ui/properties_physics_rigidbody_constraint/__init__.pyi +196 -2640
  79. bl_ui/properties_physics_softbody/__init__.pyi +238 -3135
  80. bl_ui/properties_render/__init__.pyi +1065 -11565
  81. bl_ui/properties_scene/__init__.pyi +209 -3090
  82. bl_ui/properties_texture/__init__.pyi +426 -5475
  83. bl_ui/properties_view_layer/__init__.pyi +264 -3827
  84. bl_ui/properties_workspace/__init__.pyi +7 -770
  85. bl_ui/properties_world/__init__.pyi +147 -2056
  86. bl_ui/space_clip/__init__.pyi +1013 -16279
  87. bl_ui/space_console/__init__.pyi +39 -1442
  88. bl_ui/space_dopesheet/__init__.pyi +450 -7213
  89. bl_ui/space_filebrowser/__init__.pyi +406 -6708
  90. bl_ui/space_graph/__init__.pyi +223 -4886
  91. bl_ui/space_image/__init__.pyi +1091 -16394
  92. bl_ui/space_info/__init__.pyi +39 -1442
  93. bl_ui/space_nla/__init__.pyi +216 -4157
  94. bl_ui/space_node/__init__.pyi +394 -6344
  95. bl_ui/space_outliner/__init__.pyi +156 -3448
  96. bl_ui/space_properties/__init__.pyi +3 -567
  97. bl_ui/space_sequencer/__init__.pyi +1224 -18036
  98. bl_ui/space_spreadsheet/__init__.pyi +1 -189
  99. bl_ui/space_statusbar/__init__.pyi +1 -189
  100. bl_ui/space_text/__init__.pyi +183 -3851
  101. bl_ui/space_time/__init__.pyi +69 -1622
  102. bl_ui/space_toolsystem_common/__init__.pyi +2 -118
  103. bl_ui/space_toolsystem_toolbar/__init__.pyi +13 -476
  104. bl_ui/space_topbar/__init__.pyi +322 -6269
  105. bl_ui/space_userpref/__init__.pyi +1758 -19735
  106. bl_ui/space_view3d/__init__.pyi +3853 -67593
  107. bl_ui/space_view3d_toolbar/__init__.pyi +1948 -23558
  108. bl_ui/temp_anim_layers/__init__.pyi +1 -189
  109. bl_ui/utils/__init__.pyi +0 -35
  110. bpy/ops/outliner/__init__.pyi +0 -1
  111. bpy/ops/sound/__init__.pyi +37 -7
  112. bpy/types/__init__.pyi +65 -8
  113. bpy_extras/node_shader_utils/__init__.pyi +0 -8
  114. {fake_bpy_module-20240718.dist-info → fake_bpy_module-20240720.dist-info}/METADATA +1 -1
  115. {fake_bpy_module-20240718.dist-info → fake_bpy_module-20240720.dist-info}/RECORD +120 -120
  116. {fake_bpy_module-20240718.dist-info → fake_bpy_module-20240720.dist-info}/WHEEL +1 -1
  117. freestyle/utils/__init__.pyi +1 -1
  118. keyingsets_builtins/__init__.pyi +268 -4448
  119. nodeitems_builtins/__init__.pyi +1 -7
  120. {fake_bpy_module-20240718.dist-info → fake_bpy_module-20240720.dist-info}/top_level.txt +0 -0
@@ -32,7 +32,7 @@ class SequencerFileHandlerBase:
32
32
  """
33
33
  ...
34
34
 
35
- class SequencerCrossfadeSounds:
35
+ class SequencerCrossfadeSounds(bpy.types.Operator):
36
36
  """Do cross-fading volume animation of two selected sound strips"""
37
37
 
38
38
  bl_idname: typing.Any
@@ -41,21 +41,6 @@ class SequencerCrossfadeSounds:
41
41
  bl_rna: typing.Any
42
42
  id_data: typing.Any
43
43
 
44
- def as_keywords(self, *, ignore=()):
45
- """Return a copy of the properties as a dictionary
46
-
47
- :param ignore:
48
- """
49
- ...
50
-
51
- def as_pointer(self) -> int:
52
- """Returns the memory address which holds a pointer to Blender's internal data
53
-
54
- :return: int (memory address).
55
- :rtype: int
56
- """
57
- ...
58
-
59
44
  def bl_rna_get_subclass(self) -> bpy.types.Struct:
60
45
  """
61
46
 
@@ -72,22 +57,6 @@ class SequencerCrossfadeSounds:
72
57
  """
73
58
  ...
74
59
 
75
- def driver_add(self) -> bpy.types.FCurve:
76
- """Adds driver(s) to the given property
77
-
78
- :return: The driver(s) added.
79
- :rtype: bpy.types.FCurve
80
- """
81
- ...
82
-
83
- def driver_remove(self) -> bool:
84
- """Remove driver(s) from the given property
85
-
86
- :return: Success of driver removal.
87
- :rtype: bool
88
- """
89
- ...
90
-
91
60
  def execute(self, context):
92
61
  """
93
62
 
@@ -95,111 +64,46 @@ class SequencerCrossfadeSounds:
95
64
  """
96
65
  ...
97
66
 
98
- def get(self):
99
- """Returns the value of the custom property assigned to key or default
100
- when not found (matches Python's dictionary function of the same name).
101
-
102
- """
103
- ...
104
-
105
- def id_properties_clear(self):
106
- """
107
-
108
- :return: Remove the parent group for an RNA struct's custom IDProperties.
109
- """
110
- ...
111
-
112
- def id_properties_ensure(self):
113
- """
114
-
115
- :return: the parent group for an RNA struct's custom IDProperties.
116
- """
117
- ...
118
-
119
- def id_properties_ui(self):
120
- """
121
-
122
- :return: Return an object used to manage an IDProperty's UI data.
123
- """
124
- ...
125
-
126
- def is_property_hidden(self) -> bool:
127
- """Check if a property is hidden.
128
-
129
- :return: True when the property is hidden.
130
- :rtype: bool
67
+ @classmethod
68
+ def poll(cls, context):
131
69
  """
132
- ...
133
-
134
- def is_property_overridable_library(self) -> bool:
135
- """Check if a property is overridable.
136
70
 
137
- :return: True when the property is overridable.
138
- :rtype: bool
71
+ :param context:
139
72
  """
140
73
  ...
141
74
 
142
- def is_property_readonly(self) -> bool:
143
- """Check if a property is readonly.
144
-
145
- :return: True when the property is readonly (not writable).
146
- :rtype: bool
147
- """
148
- ...
75
+ class SequencerDeinterlaceSelectedMovies(bpy.types.Operator):
76
+ """Deinterlace all selected movie sources"""
149
77
 
150
- def is_property_set(self) -> bool:
151
- """Check if a property is set, use for testing operator properties.
78
+ bl_idname: typing.Any
79
+ bl_label: typing.Any
80
+ bl_options: typing.Any
81
+ bl_rna: typing.Any
82
+ id_data: typing.Any
152
83
 
153
- :return: True when the property has been set.
154
- :rtype: bool
84
+ def bl_rna_get_subclass(self) -> bpy.types.Struct:
155
85
  """
156
- ...
157
86
 
158
- def items(self):
159
- """Returns the items of this objects custom properties (matches Python's
160
- dictionary function of the same name).
161
-
162
- :return: custom property key, value pairs.
87
+ :return: The RNA type or default when not found.
88
+ :rtype: bpy.types.Struct
163
89
  """
164
90
  ...
165
91
 
166
- def keyframe_delete(self) -> bool:
167
- """Remove a keyframe from this properties fcurve.
168
-
169
- :return: Success of keyframe deletion.
170
- :rtype: bool
92
+ def bl_rna_get_subclass_py(self) -> typing.Any:
171
93
  """
172
- ...
173
94
 
174
- def keyframe_insert(self) -> bool:
175
- """Insert a keyframe on the property given, adding fcurves and animation data when necessary.
176
-
177
- :return: Success of keyframe insertion.
178
- :rtype: bool
95
+ :return: The class or default when not found.
96
+ :rtype: typing.Any
179
97
  """
180
98
  ...
181
99
 
182
- def keys(self):
183
- """Returns the keys of this objects custom properties (matches Python's
184
- dictionary function of the same name).
185
-
186
- :return: custom property keys.
100
+ def execute(self, context):
187
101
  """
188
- ...
189
102
 
190
- def path_from_id(self) -> str:
191
- """Returns the data path from the ID to this object (string).
192
-
193
- :return: The path from `bpy.types.bpy_struct.id_data`
194
- to this struct and property (when given).
195
- :rtype: str
103
+ :param context:
196
104
  """
197
105
  ...
198
106
 
199
- def path_resolve(self):
200
- """Returns the property from the path, raise an exception when not found."""
201
- ...
202
-
203
107
  @classmethod
204
108
  def poll(cls, context):
205
109
  """
@@ -208,47 +112,8 @@ class SequencerCrossfadeSounds:
208
112
  """
209
113
  ...
210
114
 
211
- def poll_message_set(self):
212
- """Set the message to show in the tool-tip when poll fails.When message is callable, additional user defined positional arguments are passed to the message function."""
213
- ...
214
-
215
- def pop(self):
216
- """Remove and return the value of the custom property assigned to key or default
217
- when not found (matches Python's dictionary function of the same name).
218
-
219
- """
220
- ...
221
-
222
- def property_overridable_library_set(self) -> bool:
223
- """Define a property as overridable or not (only for custom properties!).
224
-
225
- :return: True when the overridable status of the property was successfully set.
226
- :rtype: bool
227
- """
228
- ...
229
-
230
- def property_unset(self):
231
- """Unset a property, will use default value afterward."""
232
- ...
233
-
234
- def type_recast(self):
235
- """Return a new instance, this is needed because types
236
- such as textures can be changed at runtime.
237
-
238
- :return: a new instance of this object with the type initialized again.
239
- """
240
- ...
241
-
242
- def values(self):
243
- """Returns the values of this objects custom properties (matches Python's
244
- dictionary function of the same name).
245
-
246
- :return: custom property values.
247
- """
248
- ...
249
-
250
- class SequencerDeinterlaceSelectedMovies:
251
- """Deinterlace all selected movie sources"""
115
+ class SequencerFadesAdd(bpy.types.Operator):
116
+ """Adds or updates a fade animation for either visual or audio strips"""
252
117
 
253
118
  bl_idname: typing.Any
254
119
  bl_label: typing.Any
@@ -256,21 +121,6 @@ class SequencerDeinterlaceSelectedMovies:
256
121
  bl_rna: typing.Any
257
122
  id_data: typing.Any
258
123
 
259
- def as_keywords(self, *, ignore=()):
260
- """Return a copy of the properties as a dictionary
261
-
262
- :param ignore:
263
- """
264
- ...
265
-
266
- def as_pointer(self) -> int:
267
- """Returns the memory address which holds a pointer to Blender's internal data
268
-
269
- :return: int (memory address).
270
- :rtype: int
271
- """
272
- ...
273
-
274
124
  def bl_rna_get_subclass(self) -> bpy.types.Struct:
275
125
  """
276
126
 
@@ -287,19 +137,21 @@ class SequencerDeinterlaceSelectedMovies:
287
137
  """
288
138
  ...
289
139
 
290
- def driver_add(self) -> bpy.types.FCurve:
291
- """Adds driver(s) to the given property
140
+ def calculate_fade_duration(self, context, sequence):
141
+ """
292
142
 
293
- :return: The driver(s) added.
294
- :rtype: bpy.types.FCurve
143
+ :param context:
144
+ :param sequence:
295
145
  """
296
146
  ...
297
147
 
298
- def driver_remove(self) -> bool:
299
- """Remove driver(s) from the given property
148
+ def calculate_fades(self, sequence, fade_fcurve, animated_property, duration):
149
+ """Returns a list of Fade objects
300
150
 
301
- :return: Success of driver removal.
302
- :rtype: bool
151
+ :param sequence:
152
+ :param fade_fcurve:
153
+ :param animated_property:
154
+ :param duration:
303
155
  """
304
156
  ...
305
157
 
@@ -310,111 +162,83 @@ class SequencerDeinterlaceSelectedMovies:
310
162
  """
311
163
  ...
312
164
 
313
- def get(self):
314
- """Returns the value of the custom property assigned to key or default
315
- when not found (matches Python's dictionary function of the same name).
165
+ def fade_animation_clear(self, fade_fcurve, fades):
166
+ """Removes existing keyframes in the fades' time range, in fast mode, without
167
+ updating the fcurve
316
168
 
169
+ :param fade_fcurve:
170
+ :param fades:
317
171
  """
318
172
  ...
319
173
 
320
- def id_properties_clear(self):
321
- """
174
+ def fade_animation_create(self, fade_fcurve, fades):
175
+ """Inserts keyframes in the fade_fcurve in fast mode using the Fade objects.
176
+ Updates the fcurve after having inserted all keyframes to finish the animation.
322
177
 
323
- :return: Remove the parent group for an RNA struct's custom IDProperties.
178
+ :param fade_fcurve:
179
+ :param fades:
324
180
  """
325
181
  ...
326
182
 
327
- def id_properties_ensure(self):
328
- """
183
+ def fade_find_or_create_fcurve(self, context, sequence, animated_property):
184
+ """Iterates over all the fcurves until it finds an fcurve with a data path
185
+ that corresponds to the sequence.
186
+ Returns the matching FCurve or creates a new one if the function can't find a match.
329
187
 
330
- :return: the parent group for an RNA struct's custom IDProperties.
188
+ :param context:
189
+ :param sequence:
190
+ :param animated_property:
331
191
  """
332
192
  ...
333
193
 
334
- def id_properties_ui(self):
194
+ def is_long_enough(self, sequence, duration=0.0):
335
195
  """
336
196
 
337
- :return: Return an object used to manage an IDProperty's UI data.
197
+ :param sequence:
198
+ :param duration:
338
199
  """
339
200
  ...
340
201
 
341
- def is_property_hidden(self) -> bool:
342
- """Check if a property is hidden.
343
-
344
- :return: True when the property is hidden.
345
- :rtype: bool
202
+ @classmethod
203
+ def poll(cls, context):
346
204
  """
347
- ...
348
205
 
349
- def is_property_overridable_library(self) -> bool:
350
- """Check if a property is overridable.
351
-
352
- :return: True when the property is overridable.
353
- :rtype: bool
206
+ :param context:
354
207
  """
355
208
  ...
356
209
 
357
- def is_property_readonly(self) -> bool:
358
- """Check if a property is readonly.
359
-
360
- :return: True when the property is readonly (not writable).
361
- :rtype: bool
362
- """
363
- ...
210
+ class SequencerFadesClear(bpy.types.Operator):
211
+ """Removes fade animation from selected sequences"""
364
212
 
365
- def is_property_set(self) -> bool:
366
- """Check if a property is set, use for testing operator properties.
213
+ bl_idname: typing.Any
214
+ bl_label: typing.Any
215
+ bl_options: typing.Any
216
+ bl_rna: typing.Any
217
+ id_data: typing.Any
367
218
 
368
- :return: True when the property has been set.
369
- :rtype: bool
219
+ def bl_rna_get_subclass(self) -> bpy.types.Struct:
370
220
  """
371
- ...
372
-
373
- def items(self):
374
- """Returns the items of this objects custom properties (matches Python's
375
- dictionary function of the same name).
376
221
 
377
- :return: custom property key, value pairs.
222
+ :return: The RNA type or default when not found.
223
+ :rtype: bpy.types.Struct
378
224
  """
379
225
  ...
380
226
 
381
- def keyframe_delete(self) -> bool:
382
- """Remove a keyframe from this properties fcurve.
383
-
384
- :return: Success of keyframe deletion.
385
- :rtype: bool
227
+ def bl_rna_get_subclass_py(self) -> typing.Any:
386
228
  """
387
- ...
388
-
389
- def keyframe_insert(self) -> bool:
390
- """Insert a keyframe on the property given, adding fcurves and animation data when necessary.
391
229
 
392
- :return: Success of keyframe insertion.
393
- :rtype: bool
230
+ :return: The class or default when not found.
231
+ :rtype: typing.Any
394
232
  """
395
233
  ...
396
234
 
397
- def keys(self):
398
- """Returns the keys of this objects custom properties (matches Python's
399
- dictionary function of the same name).
400
-
401
- :return: custom property keys.
235
+ def execute(self, context):
402
236
  """
403
- ...
404
-
405
- def path_from_id(self) -> str:
406
- """Returns the data path from the ID to this object (string).
407
237
 
408
- :return: The path from `bpy.types.bpy_struct.id_data`
409
- to this struct and property (when given).
410
- :rtype: str
238
+ :param context:
411
239
  """
412
240
  ...
413
241
 
414
- def path_resolve(self):
415
- """Returns the property from the path, raise an exception when not found."""
416
- ...
417
-
418
242
  @classmethod
419
243
  def poll(cls, context):
420
244
  """
@@ -423,69 +247,54 @@ class SequencerDeinterlaceSelectedMovies:
423
247
  """
424
248
  ...
425
249
 
426
- def poll_message_set(self):
427
- """Set the message to show in the tool-tip when poll fails.When message is callable, additional user defined positional arguments are passed to the message function."""
428
- ...
250
+ class SequencerSplitMulticam(bpy.types.Operator):
251
+ """Split multicam strip and select camera"""
429
252
 
430
- def pop(self):
431
- """Remove and return the value of the custom property assigned to key or default
432
- when not found (matches Python's dictionary function of the same name).
253
+ bl_idname: typing.Any
254
+ bl_label: typing.Any
255
+ bl_options: typing.Any
256
+ bl_rna: typing.Any
257
+ id_data: typing.Any
433
258
 
259
+ def bl_rna_get_subclass(self) -> bpy.types.Struct:
434
260
  """
435
- ...
436
261
 
437
- def property_overridable_library_set(self) -> bool:
438
- """Define a property as overridable or not (only for custom properties!).
439
-
440
- :return: True when the overridable status of the property was successfully set.
441
- :rtype: bool
262
+ :return: The RNA type or default when not found.
263
+ :rtype: bpy.types.Struct
442
264
  """
443
265
  ...
444
266
 
445
- def property_unset(self):
446
- """Unset a property, will use default value afterward."""
267
+ def bl_rna_get_subclass_py(self) -> typing.Any:
268
+ """
269
+
270
+ :return: The class or default when not found.
271
+ :rtype: typing.Any
272
+ """
447
273
  ...
448
274
 
449
- def type_recast(self):
450
- """Return a new instance, this is needed because types
451
- such as textures can be changed at runtime.
275
+ def execute(self, context):
276
+ """
452
277
 
453
- :return: a new instance of this object with the type initialized again.
278
+ :param context:
454
279
  """
455
280
  ...
456
281
 
457
- def values(self):
458
- """Returns the values of this objects custom properties (matches Python's
459
- dictionary function of the same name).
282
+ @classmethod
283
+ def poll(cls, context):
284
+ """
460
285
 
461
- :return: custom property values.
286
+ :param context:
462
287
  """
463
288
  ...
464
289
 
465
- class SequencerFadesAdd:
466
- """Adds or updates a fade animation for either visual or audio strips"""
467
-
290
+ class SEQUENCER_FH_image_strip(bpy.types.FileHandler, SequencerFileHandlerBase):
291
+ bl_file_extensions: typing.Any
468
292
  bl_idname: typing.Any
293
+ bl_import_operator: typing.Any
469
294
  bl_label: typing.Any
470
- bl_options: typing.Any
471
295
  bl_rna: typing.Any
472
296
  id_data: typing.Any
473
297
 
474
- def as_keywords(self, *, ignore=()):
475
- """Return a copy of the properties as a dictionary
476
-
477
- :param ignore:
478
- """
479
- ...
480
-
481
- def as_pointer(self) -> int:
482
- """Returns the memory address which holds a pointer to Blender's internal data
483
-
484
- :return: int (memory address).
485
- :rtype: int
486
- """
487
- ...
488
-
489
298
  def bl_rna_get_subclass(self) -> bpy.types.Struct:
490
299
  """
491
300
 
@@ -502,1081 +311,47 @@ class SequencerFadesAdd:
502
311
  """
503
312
  ...
504
313
 
505
- def calculate_fade_duration(self, context, sequence):
506
- """
314
+ class SEQUENCER_FH_movie_strip(bpy.types.FileHandler, SequencerFileHandlerBase):
315
+ bl_file_extensions: typing.Any
316
+ bl_idname: typing.Any
317
+ bl_import_operator: typing.Any
318
+ bl_label: typing.Any
319
+ bl_rna: typing.Any
320
+ id_data: typing.Any
507
321
 
508
- :param context:
509
- :param sequence:
322
+ def bl_rna_get_subclass(self) -> bpy.types.Struct:
510
323
  """
511
- ...
512
-
513
- def calculate_fades(self, sequence, fade_fcurve, animated_property, duration):
514
- """Returns a list of Fade objects
515
324
 
516
- :param sequence:
517
- :param fade_fcurve:
518
- :param animated_property:
519
- :param duration:
325
+ :return: The RNA type or default when not found.
326
+ :rtype: bpy.types.Struct
520
327
  """
521
328
  ...
522
329
 
523
- def driver_add(self) -> bpy.types.FCurve:
524
- """Adds driver(s) to the given property
525
-
526
- :return: The driver(s) added.
527
- :rtype: bpy.types.FCurve
330
+ def bl_rna_get_subclass_py(self) -> typing.Any:
528
331
  """
529
- ...
530
-
531
- def driver_remove(self) -> bool:
532
- """Remove driver(s) from the given property
533
332
 
534
- :return: Success of driver removal.
535
- :rtype: bool
333
+ :return: The class or default when not found.
334
+ :rtype: typing.Any
536
335
  """
537
336
  ...
538
337
 
539
- def execute(self, context):
540
- """
338
+ class SEQUENCER_FH_sound_strip(bpy.types.FileHandler, SequencerFileHandlerBase):
339
+ bl_file_extensions: typing.Any
340
+ bl_idname: typing.Any
341
+ bl_import_operator: typing.Any
342
+ bl_label: typing.Any
343
+ bl_rna: typing.Any
344
+ id_data: typing.Any
541
345
 
542
- :param context:
346
+ def bl_rna_get_subclass(self) -> bpy.types.Struct:
543
347
  """
544
- ...
545
-
546
- def fade_animation_clear(self, fade_fcurve, fades):
547
- """Removes existing keyframes in the fades' time range, in fast mode, without
548
- updating the fcurve
549
348
 
550
- :param fade_fcurve:
551
- :param fades:
349
+ :return: The RNA type or default when not found.
350
+ :rtype: bpy.types.Struct
552
351
  """
553
352
  ...
554
353
 
555
- def fade_animation_create(self, fade_fcurve, fades):
556
- """Inserts keyframes in the fade_fcurve in fast mode using the Fade objects.
557
- Updates the fcurve after having inserted all keyframes to finish the animation.
558
-
559
- :param fade_fcurve:
560
- :param fades:
561
- """
562
- ...
563
-
564
- def fade_find_or_create_fcurve(self, context, sequence, animated_property):
565
- """Iterates over all the fcurves until it finds an fcurve with a data path
566
- that corresponds to the sequence.
567
- Returns the matching FCurve or creates a new one if the function can't find a match.
568
-
569
- :param context:
570
- :param sequence:
571
- :param animated_property:
572
- """
573
- ...
574
-
575
- def get(self):
576
- """Returns the value of the custom property assigned to key or default
577
- when not found (matches Python's dictionary function of the same name).
578
-
579
- """
580
- ...
581
-
582
- def id_properties_clear(self):
583
- """
584
-
585
- :return: Remove the parent group for an RNA struct's custom IDProperties.
586
- """
587
- ...
588
-
589
- def id_properties_ensure(self):
590
- """
591
-
592
- :return: the parent group for an RNA struct's custom IDProperties.
593
- """
594
- ...
595
-
596
- def id_properties_ui(self):
597
- """
598
-
599
- :return: Return an object used to manage an IDProperty's UI data.
600
- """
601
- ...
602
-
603
- def is_long_enough(self, sequence, duration=0.0):
604
- """
605
-
606
- :param sequence:
607
- :param duration:
608
- """
609
- ...
610
-
611
- def is_property_hidden(self) -> bool:
612
- """Check if a property is hidden.
613
-
614
- :return: True when the property is hidden.
615
- :rtype: bool
616
- """
617
- ...
618
-
619
- def is_property_overridable_library(self) -> bool:
620
- """Check if a property is overridable.
621
-
622
- :return: True when the property is overridable.
623
- :rtype: bool
624
- """
625
- ...
626
-
627
- def is_property_readonly(self) -> bool:
628
- """Check if a property is readonly.
629
-
630
- :return: True when the property is readonly (not writable).
631
- :rtype: bool
632
- """
633
- ...
634
-
635
- def is_property_set(self) -> bool:
636
- """Check if a property is set, use for testing operator properties.
637
-
638
- :return: True when the property has been set.
639
- :rtype: bool
640
- """
641
- ...
642
-
643
- def items(self):
644
- """Returns the items of this objects custom properties (matches Python's
645
- dictionary function of the same name).
646
-
647
- :return: custom property key, value pairs.
648
- """
649
- ...
650
-
651
- def keyframe_delete(self) -> bool:
652
- """Remove a keyframe from this properties fcurve.
653
-
654
- :return: Success of keyframe deletion.
655
- :rtype: bool
656
- """
657
- ...
658
-
659
- def keyframe_insert(self) -> bool:
660
- """Insert a keyframe on the property given, adding fcurves and animation data when necessary.
661
-
662
- :return: Success of keyframe insertion.
663
- :rtype: bool
664
- """
665
- ...
666
-
667
- def keys(self):
668
- """Returns the keys of this objects custom properties (matches Python's
669
- dictionary function of the same name).
670
-
671
- :return: custom property keys.
672
- """
673
- ...
674
-
675
- def path_from_id(self) -> str:
676
- """Returns the data path from the ID to this object (string).
677
-
678
- :return: The path from `bpy.types.bpy_struct.id_data`
679
- to this struct and property (when given).
680
- :rtype: str
681
- """
682
- ...
683
-
684
- def path_resolve(self):
685
- """Returns the property from the path, raise an exception when not found."""
686
- ...
687
-
688
- @classmethod
689
- def poll(cls, context):
690
- """
691
-
692
- :param context:
693
- """
694
- ...
695
-
696
- def poll_message_set(self):
697
- """Set the message to show in the tool-tip when poll fails.When message is callable, additional user defined positional arguments are passed to the message function."""
698
- ...
699
-
700
- def pop(self):
701
- """Remove and return the value of the custom property assigned to key or default
702
- when not found (matches Python's dictionary function of the same name).
703
-
704
- """
705
- ...
706
-
707
- def property_overridable_library_set(self) -> bool:
708
- """Define a property as overridable or not (only for custom properties!).
709
-
710
- :return: True when the overridable status of the property was successfully set.
711
- :rtype: bool
712
- """
713
- ...
714
-
715
- def property_unset(self):
716
- """Unset a property, will use default value afterward."""
717
- ...
718
-
719
- def type_recast(self):
720
- """Return a new instance, this is needed because types
721
- such as textures can be changed at runtime.
722
-
723
- :return: a new instance of this object with the type initialized again.
724
- """
725
- ...
726
-
727
- def values(self):
728
- """Returns the values of this objects custom properties (matches Python's
729
- dictionary function of the same name).
730
-
731
- :return: custom property values.
732
- """
733
- ...
734
-
735
- class SequencerFadesClear:
736
- """Removes fade animation from selected sequences"""
737
-
738
- bl_idname: typing.Any
739
- bl_label: typing.Any
740
- bl_options: typing.Any
741
- bl_rna: typing.Any
742
- id_data: typing.Any
743
-
744
- def as_keywords(self, *, ignore=()):
745
- """Return a copy of the properties as a dictionary
746
-
747
- :param ignore:
748
- """
749
- ...
750
-
751
- def as_pointer(self) -> int:
752
- """Returns the memory address which holds a pointer to Blender's internal data
753
-
754
- :return: int (memory address).
755
- :rtype: int
756
- """
757
- ...
758
-
759
- def bl_rna_get_subclass(self) -> bpy.types.Struct:
760
- """
761
-
762
- :return: The RNA type or default when not found.
763
- :rtype: bpy.types.Struct
764
- """
765
- ...
766
-
767
- def bl_rna_get_subclass_py(self) -> typing.Any:
768
- """
769
-
770
- :return: The class or default when not found.
771
- :rtype: typing.Any
772
- """
773
- ...
774
-
775
- def driver_add(self) -> bpy.types.FCurve:
776
- """Adds driver(s) to the given property
777
-
778
- :return: The driver(s) added.
779
- :rtype: bpy.types.FCurve
780
- """
781
- ...
782
-
783
- def driver_remove(self) -> bool:
784
- """Remove driver(s) from the given property
785
-
786
- :return: Success of driver removal.
787
- :rtype: bool
788
- """
789
- ...
790
-
791
- def execute(self, context):
792
- """
793
-
794
- :param context:
795
- """
796
- ...
797
-
798
- def get(self):
799
- """Returns the value of the custom property assigned to key or default
800
- when not found (matches Python's dictionary function of the same name).
801
-
802
- """
803
- ...
804
-
805
- def id_properties_clear(self):
806
- """
807
-
808
- :return: Remove the parent group for an RNA struct's custom IDProperties.
809
- """
810
- ...
811
-
812
- def id_properties_ensure(self):
813
- """
814
-
815
- :return: the parent group for an RNA struct's custom IDProperties.
816
- """
817
- ...
818
-
819
- def id_properties_ui(self):
820
- """
821
-
822
- :return: Return an object used to manage an IDProperty's UI data.
823
- """
824
- ...
825
-
826
- def is_property_hidden(self) -> bool:
827
- """Check if a property is hidden.
828
-
829
- :return: True when the property is hidden.
830
- :rtype: bool
831
- """
832
- ...
833
-
834
- def is_property_overridable_library(self) -> bool:
835
- """Check if a property is overridable.
836
-
837
- :return: True when the property is overridable.
838
- :rtype: bool
839
- """
840
- ...
841
-
842
- def is_property_readonly(self) -> bool:
843
- """Check if a property is readonly.
844
-
845
- :return: True when the property is readonly (not writable).
846
- :rtype: bool
847
- """
848
- ...
849
-
850
- def is_property_set(self) -> bool:
851
- """Check if a property is set, use for testing operator properties.
852
-
853
- :return: True when the property has been set.
854
- :rtype: bool
855
- """
856
- ...
857
-
858
- def items(self):
859
- """Returns the items of this objects custom properties (matches Python's
860
- dictionary function of the same name).
861
-
862
- :return: custom property key, value pairs.
863
- """
864
- ...
865
-
866
- def keyframe_delete(self) -> bool:
867
- """Remove a keyframe from this properties fcurve.
868
-
869
- :return: Success of keyframe deletion.
870
- :rtype: bool
871
- """
872
- ...
873
-
874
- def keyframe_insert(self) -> bool:
875
- """Insert a keyframe on the property given, adding fcurves and animation data when necessary.
876
-
877
- :return: Success of keyframe insertion.
878
- :rtype: bool
879
- """
880
- ...
881
-
882
- def keys(self):
883
- """Returns the keys of this objects custom properties (matches Python's
884
- dictionary function of the same name).
885
-
886
- :return: custom property keys.
887
- """
888
- ...
889
-
890
- def path_from_id(self) -> str:
891
- """Returns the data path from the ID to this object (string).
892
-
893
- :return: The path from `bpy.types.bpy_struct.id_data`
894
- to this struct and property (when given).
895
- :rtype: str
896
- """
897
- ...
898
-
899
- def path_resolve(self):
900
- """Returns the property from the path, raise an exception when not found."""
901
- ...
902
-
903
- @classmethod
904
- def poll(cls, context):
905
- """
906
-
907
- :param context:
908
- """
909
- ...
910
-
911
- def poll_message_set(self):
912
- """Set the message to show in the tool-tip when poll fails.When message is callable, additional user defined positional arguments are passed to the message function."""
913
- ...
914
-
915
- def pop(self):
916
- """Remove and return the value of the custom property assigned to key or default
917
- when not found (matches Python's dictionary function of the same name).
918
-
919
- """
920
- ...
921
-
922
- def property_overridable_library_set(self) -> bool:
923
- """Define a property as overridable or not (only for custom properties!).
924
-
925
- :return: True when the overridable status of the property was successfully set.
926
- :rtype: bool
927
- """
928
- ...
929
-
930
- def property_unset(self):
931
- """Unset a property, will use default value afterward."""
932
- ...
933
-
934
- def type_recast(self):
935
- """Return a new instance, this is needed because types
936
- such as textures can be changed at runtime.
937
-
938
- :return: a new instance of this object with the type initialized again.
939
- """
940
- ...
941
-
942
- def values(self):
943
- """Returns the values of this objects custom properties (matches Python's
944
- dictionary function of the same name).
945
-
946
- :return: custom property values.
947
- """
948
- ...
949
-
950
- class SequencerSplitMulticam:
951
- """Split multicam strip and select camera"""
952
-
953
- bl_idname: typing.Any
954
- bl_label: typing.Any
955
- bl_options: typing.Any
956
- bl_rna: typing.Any
957
- id_data: typing.Any
958
-
959
- def as_keywords(self, *, ignore=()):
960
- """Return a copy of the properties as a dictionary
961
-
962
- :param ignore:
963
- """
964
- ...
965
-
966
- def as_pointer(self) -> int:
967
- """Returns the memory address which holds a pointer to Blender's internal data
968
-
969
- :return: int (memory address).
970
- :rtype: int
971
- """
972
- ...
973
-
974
- def bl_rna_get_subclass(self) -> bpy.types.Struct:
975
- """
976
-
977
- :return: The RNA type or default when not found.
978
- :rtype: bpy.types.Struct
979
- """
980
- ...
981
-
982
- def bl_rna_get_subclass_py(self) -> typing.Any:
983
- """
984
-
985
- :return: The class or default when not found.
986
- :rtype: typing.Any
987
- """
988
- ...
989
-
990
- def driver_add(self) -> bpy.types.FCurve:
991
- """Adds driver(s) to the given property
992
-
993
- :return: The driver(s) added.
994
- :rtype: bpy.types.FCurve
995
- """
996
- ...
997
-
998
- def driver_remove(self) -> bool:
999
- """Remove driver(s) from the given property
1000
-
1001
- :return: Success of driver removal.
1002
- :rtype: bool
1003
- """
1004
- ...
1005
-
1006
- def execute(self, context):
1007
- """
1008
-
1009
- :param context:
1010
- """
1011
- ...
1012
-
1013
- def get(self):
1014
- """Returns the value of the custom property assigned to key or default
1015
- when not found (matches Python's dictionary function of the same name).
1016
-
1017
- """
1018
- ...
1019
-
1020
- def id_properties_clear(self):
1021
- """
1022
-
1023
- :return: Remove the parent group for an RNA struct's custom IDProperties.
1024
- """
1025
- ...
1026
-
1027
- def id_properties_ensure(self):
1028
- """
1029
-
1030
- :return: the parent group for an RNA struct's custom IDProperties.
1031
- """
1032
- ...
1033
-
1034
- def id_properties_ui(self):
1035
- """
1036
-
1037
- :return: Return an object used to manage an IDProperty's UI data.
1038
- """
1039
- ...
1040
-
1041
- def is_property_hidden(self) -> bool:
1042
- """Check if a property is hidden.
1043
-
1044
- :return: True when the property is hidden.
1045
- :rtype: bool
1046
- """
1047
- ...
1048
-
1049
- def is_property_overridable_library(self) -> bool:
1050
- """Check if a property is overridable.
1051
-
1052
- :return: True when the property is overridable.
1053
- :rtype: bool
1054
- """
1055
- ...
1056
-
1057
- def is_property_readonly(self) -> bool:
1058
- """Check if a property is readonly.
1059
-
1060
- :return: True when the property is readonly (not writable).
1061
- :rtype: bool
1062
- """
1063
- ...
1064
-
1065
- def is_property_set(self) -> bool:
1066
- """Check if a property is set, use for testing operator properties.
1067
-
1068
- :return: True when the property has been set.
1069
- :rtype: bool
1070
- """
1071
- ...
1072
-
1073
- def items(self):
1074
- """Returns the items of this objects custom properties (matches Python's
1075
- dictionary function of the same name).
1076
-
1077
- :return: custom property key, value pairs.
1078
- """
1079
- ...
1080
-
1081
- def keyframe_delete(self) -> bool:
1082
- """Remove a keyframe from this properties fcurve.
1083
-
1084
- :return: Success of keyframe deletion.
1085
- :rtype: bool
1086
- """
1087
- ...
1088
-
1089
- def keyframe_insert(self) -> bool:
1090
- """Insert a keyframe on the property given, adding fcurves and animation data when necessary.
1091
-
1092
- :return: Success of keyframe insertion.
1093
- :rtype: bool
1094
- """
1095
- ...
1096
-
1097
- def keys(self):
1098
- """Returns the keys of this objects custom properties (matches Python's
1099
- dictionary function of the same name).
1100
-
1101
- :return: custom property keys.
1102
- """
1103
- ...
1104
-
1105
- def path_from_id(self) -> str:
1106
- """Returns the data path from the ID to this object (string).
1107
-
1108
- :return: The path from `bpy.types.bpy_struct.id_data`
1109
- to this struct and property (when given).
1110
- :rtype: str
1111
- """
1112
- ...
1113
-
1114
- def path_resolve(self):
1115
- """Returns the property from the path, raise an exception when not found."""
1116
- ...
1117
-
1118
- @classmethod
1119
- def poll(cls, context):
1120
- """
1121
-
1122
- :param context:
1123
- """
1124
- ...
1125
-
1126
- def poll_message_set(self):
1127
- """Set the message to show in the tool-tip when poll fails.When message is callable, additional user defined positional arguments are passed to the message function."""
1128
- ...
1129
-
1130
- def pop(self):
1131
- """Remove and return the value of the custom property assigned to key or default
1132
- when not found (matches Python's dictionary function of the same name).
1133
-
1134
- """
1135
- ...
1136
-
1137
- def property_overridable_library_set(self) -> bool:
1138
- """Define a property as overridable or not (only for custom properties!).
1139
-
1140
- :return: True when the overridable status of the property was successfully set.
1141
- :rtype: bool
1142
- """
1143
- ...
1144
-
1145
- def property_unset(self):
1146
- """Unset a property, will use default value afterward."""
1147
- ...
1148
-
1149
- def type_recast(self):
1150
- """Return a new instance, this is needed because types
1151
- such as textures can be changed at runtime.
1152
-
1153
- :return: a new instance of this object with the type initialized again.
1154
- """
1155
- ...
1156
-
1157
- def values(self):
1158
- """Returns the values of this objects custom properties (matches Python's
1159
- dictionary function of the same name).
1160
-
1161
- :return: custom property values.
1162
- """
1163
- ...
1164
-
1165
- class SEQUENCER_FH_image_strip(SequencerFileHandlerBase):
1166
- bl_file_extensions: typing.Any
1167
- bl_idname: typing.Any
1168
- bl_import_operator: typing.Any
1169
- bl_label: typing.Any
1170
- bl_rna: typing.Any
1171
- id_data: typing.Any
1172
-
1173
- def as_pointer(self) -> int:
1174
- """Returns the memory address which holds a pointer to Blender's internal data
1175
-
1176
- :return: int (memory address).
1177
- :rtype: int
1178
- """
1179
- ...
1180
-
1181
- def bl_rna_get_subclass(self) -> bpy.types.Struct:
1182
- """
1183
-
1184
- :return: The RNA type or default when not found.
1185
- :rtype: bpy.types.Struct
1186
- """
1187
- ...
1188
-
1189
- def bl_rna_get_subclass_py(self) -> typing.Any:
1190
- """
1191
-
1192
- :return: The class or default when not found.
1193
- :rtype: typing.Any
1194
- """
1195
- ...
1196
-
1197
- def driver_add(self) -> bpy.types.FCurve:
1198
- """Adds driver(s) to the given property
1199
-
1200
- :return: The driver(s) added.
1201
- :rtype: bpy.types.FCurve
1202
- """
1203
- ...
1204
-
1205
- def driver_remove(self) -> bool:
1206
- """Remove driver(s) from the given property
1207
-
1208
- :return: Success of driver removal.
1209
- :rtype: bool
1210
- """
1211
- ...
1212
-
1213
- def get(self):
1214
- """Returns the value of the custom property assigned to key or default
1215
- when not found (matches Python's dictionary function of the same name).
1216
-
1217
- """
1218
- ...
1219
-
1220
- def id_properties_clear(self):
1221
- """
1222
-
1223
- :return: Remove the parent group for an RNA struct's custom IDProperties.
1224
- """
1225
- ...
1226
-
1227
- def id_properties_ensure(self):
1228
- """
1229
-
1230
- :return: the parent group for an RNA struct's custom IDProperties.
1231
- """
1232
- ...
1233
-
1234
- def id_properties_ui(self):
1235
- """
1236
-
1237
- :return: Return an object used to manage an IDProperty's UI data.
1238
- """
1239
- ...
1240
-
1241
- def is_property_hidden(self) -> bool:
1242
- """Check if a property is hidden.
1243
-
1244
- :return: True when the property is hidden.
1245
- :rtype: bool
1246
- """
1247
- ...
1248
-
1249
- def is_property_overridable_library(self) -> bool:
1250
- """Check if a property is overridable.
1251
-
1252
- :return: True when the property is overridable.
1253
- :rtype: bool
1254
- """
1255
- ...
1256
-
1257
- def is_property_readonly(self) -> bool:
1258
- """Check if a property is readonly.
1259
-
1260
- :return: True when the property is readonly (not writable).
1261
- :rtype: bool
1262
- """
1263
- ...
1264
-
1265
- def is_property_set(self) -> bool:
1266
- """Check if a property is set, use for testing operator properties.
1267
-
1268
- :return: True when the property has been set.
1269
- :rtype: bool
1270
- """
1271
- ...
1272
-
1273
- def items(self):
1274
- """Returns the items of this objects custom properties (matches Python's
1275
- dictionary function of the same name).
1276
-
1277
- :return: custom property key, value pairs.
1278
- """
1279
- ...
1280
-
1281
- def keyframe_delete(self) -> bool:
1282
- """Remove a keyframe from this properties fcurve.
1283
-
1284
- :return: Success of keyframe deletion.
1285
- :rtype: bool
1286
- """
1287
- ...
1288
-
1289
- def keyframe_insert(self) -> bool:
1290
- """Insert a keyframe on the property given, adding fcurves and animation data when necessary.
1291
-
1292
- :return: Success of keyframe insertion.
1293
- :rtype: bool
1294
- """
1295
- ...
1296
-
1297
- def keys(self):
1298
- """Returns the keys of this objects custom properties (matches Python's
1299
- dictionary function of the same name).
1300
-
1301
- :return: custom property keys.
1302
- """
1303
- ...
1304
-
1305
- def path_from_id(self) -> str:
1306
- """Returns the data path from the ID to this object (string).
1307
-
1308
- :return: The path from `bpy.types.bpy_struct.id_data`
1309
- to this struct and property (when given).
1310
- :rtype: str
1311
- """
1312
- ...
1313
-
1314
- def path_resolve(self):
1315
- """Returns the property from the path, raise an exception when not found."""
1316
- ...
1317
-
1318
- def poll_drop(self, context):
1319
- """
1320
-
1321
- :param context:
1322
- """
1323
- ...
1324
-
1325
- def pop(self):
1326
- """Remove and return the value of the custom property assigned to key or default
1327
- when not found (matches Python's dictionary function of the same name).
1328
-
1329
- """
1330
- ...
1331
-
1332
- def property_overridable_library_set(self) -> bool:
1333
- """Define a property as overridable or not (only for custom properties!).
1334
-
1335
- :return: True when the overridable status of the property was successfully set.
1336
- :rtype: bool
1337
- """
1338
- ...
1339
-
1340
- def property_unset(self):
1341
- """Unset a property, will use default value afterward."""
1342
- ...
1343
-
1344
- def type_recast(self):
1345
- """Return a new instance, this is needed because types
1346
- such as textures can be changed at runtime.
1347
-
1348
- :return: a new instance of this object with the type initialized again.
1349
- """
1350
- ...
1351
-
1352
- def values(self):
1353
- """Returns the values of this objects custom properties (matches Python's
1354
- dictionary function of the same name).
1355
-
1356
- :return: custom property values.
1357
- """
1358
- ...
1359
-
1360
- class SEQUENCER_FH_movie_strip(SequencerFileHandlerBase):
1361
- bl_file_extensions: typing.Any
1362
- bl_idname: typing.Any
1363
- bl_import_operator: typing.Any
1364
- bl_label: typing.Any
1365
- bl_rna: typing.Any
1366
- id_data: typing.Any
1367
-
1368
- def as_pointer(self) -> int:
1369
- """Returns the memory address which holds a pointer to Blender's internal data
1370
-
1371
- :return: int (memory address).
1372
- :rtype: int
1373
- """
1374
- ...
1375
-
1376
- def bl_rna_get_subclass(self) -> bpy.types.Struct:
1377
- """
1378
-
1379
- :return: The RNA type or default when not found.
1380
- :rtype: bpy.types.Struct
1381
- """
1382
- ...
1383
-
1384
- def bl_rna_get_subclass_py(self) -> typing.Any:
1385
- """
1386
-
1387
- :return: The class or default when not found.
1388
- :rtype: typing.Any
1389
- """
1390
- ...
1391
-
1392
- def driver_add(self) -> bpy.types.FCurve:
1393
- """Adds driver(s) to the given property
1394
-
1395
- :return: The driver(s) added.
1396
- :rtype: bpy.types.FCurve
1397
- """
1398
- ...
1399
-
1400
- def driver_remove(self) -> bool:
1401
- """Remove driver(s) from the given property
1402
-
1403
- :return: Success of driver removal.
1404
- :rtype: bool
1405
- """
1406
- ...
1407
-
1408
- def get(self):
1409
- """Returns the value of the custom property assigned to key or default
1410
- when not found (matches Python's dictionary function of the same name).
1411
-
1412
- """
1413
- ...
1414
-
1415
- def id_properties_clear(self):
1416
- """
1417
-
1418
- :return: Remove the parent group for an RNA struct's custom IDProperties.
1419
- """
1420
- ...
1421
-
1422
- def id_properties_ensure(self):
1423
- """
1424
-
1425
- :return: the parent group for an RNA struct's custom IDProperties.
1426
- """
1427
- ...
1428
-
1429
- def id_properties_ui(self):
1430
- """
1431
-
1432
- :return: Return an object used to manage an IDProperty's UI data.
1433
- """
1434
- ...
1435
-
1436
- def is_property_hidden(self) -> bool:
1437
- """Check if a property is hidden.
1438
-
1439
- :return: True when the property is hidden.
1440
- :rtype: bool
1441
- """
1442
- ...
1443
-
1444
- def is_property_overridable_library(self) -> bool:
1445
- """Check if a property is overridable.
1446
-
1447
- :return: True when the property is overridable.
1448
- :rtype: bool
1449
- """
1450
- ...
1451
-
1452
- def is_property_readonly(self) -> bool:
1453
- """Check if a property is readonly.
1454
-
1455
- :return: True when the property is readonly (not writable).
1456
- :rtype: bool
1457
- """
1458
- ...
1459
-
1460
- def is_property_set(self) -> bool:
1461
- """Check if a property is set, use for testing operator properties.
1462
-
1463
- :return: True when the property has been set.
1464
- :rtype: bool
1465
- """
1466
- ...
1467
-
1468
- def items(self):
1469
- """Returns the items of this objects custom properties (matches Python's
1470
- dictionary function of the same name).
1471
-
1472
- :return: custom property key, value pairs.
1473
- """
1474
- ...
1475
-
1476
- def keyframe_delete(self) -> bool:
1477
- """Remove a keyframe from this properties fcurve.
1478
-
1479
- :return: Success of keyframe deletion.
1480
- :rtype: bool
1481
- """
1482
- ...
1483
-
1484
- def keyframe_insert(self) -> bool:
1485
- """Insert a keyframe on the property given, adding fcurves and animation data when necessary.
1486
-
1487
- :return: Success of keyframe insertion.
1488
- :rtype: bool
1489
- """
1490
- ...
1491
-
1492
- def keys(self):
1493
- """Returns the keys of this objects custom properties (matches Python's
1494
- dictionary function of the same name).
1495
-
1496
- :return: custom property keys.
1497
- """
1498
- ...
1499
-
1500
- def path_from_id(self) -> str:
1501
- """Returns the data path from the ID to this object (string).
1502
-
1503
- :return: The path from `bpy.types.bpy_struct.id_data`
1504
- to this struct and property (when given).
1505
- :rtype: str
1506
- """
1507
- ...
1508
-
1509
- def path_resolve(self):
1510
- """Returns the property from the path, raise an exception when not found."""
1511
- ...
1512
-
1513
- def poll_drop(self, context):
1514
- """
1515
-
1516
- :param context:
1517
- """
1518
- ...
1519
-
1520
- def pop(self):
1521
- """Remove and return the value of the custom property assigned to key or default
1522
- when not found (matches Python's dictionary function of the same name).
1523
-
1524
- """
1525
- ...
1526
-
1527
- def property_overridable_library_set(self) -> bool:
1528
- """Define a property as overridable or not (only for custom properties!).
1529
-
1530
- :return: True when the overridable status of the property was successfully set.
1531
- :rtype: bool
1532
- """
1533
- ...
1534
-
1535
- def property_unset(self):
1536
- """Unset a property, will use default value afterward."""
1537
- ...
1538
-
1539
- def type_recast(self):
1540
- """Return a new instance, this is needed because types
1541
- such as textures can be changed at runtime.
1542
-
1543
- :return: a new instance of this object with the type initialized again.
1544
- """
1545
- ...
1546
-
1547
- def values(self):
1548
- """Returns the values of this objects custom properties (matches Python's
1549
- dictionary function of the same name).
1550
-
1551
- :return: custom property values.
1552
- """
1553
- ...
1554
-
1555
- class SEQUENCER_FH_sound_strip(SequencerFileHandlerBase):
1556
- bl_file_extensions: typing.Any
1557
- bl_idname: typing.Any
1558
- bl_import_operator: typing.Any
1559
- bl_label: typing.Any
1560
- bl_rna: typing.Any
1561
- id_data: typing.Any
1562
-
1563
- def as_pointer(self) -> int:
1564
- """Returns the memory address which holds a pointer to Blender's internal data
1565
-
1566
- :return: int (memory address).
1567
- :rtype: int
1568
- """
1569
- ...
1570
-
1571
- def bl_rna_get_subclass(self) -> bpy.types.Struct:
1572
- """
1573
-
1574
- :return: The RNA type or default when not found.
1575
- :rtype: bpy.types.Struct
1576
- """
1577
- ...
1578
-
1579
- def bl_rna_get_subclass_py(self) -> typing.Any:
354
+ def bl_rna_get_subclass_py(self) -> typing.Any:
1580
355
  """
1581
356
 
1582
357
  :return: The class or default when not found.
@@ -1584,167 +359,4 @@ class SEQUENCER_FH_sound_strip(SequencerFileHandlerBase):
1584
359
  """
1585
360
  ...
1586
361
 
1587
- def driver_add(self) -> bpy.types.FCurve:
1588
- """Adds driver(s) to the given property
1589
-
1590
- :return: The driver(s) added.
1591
- :rtype: bpy.types.FCurve
1592
- """
1593
- ...
1594
-
1595
- def driver_remove(self) -> bool:
1596
- """Remove driver(s) from the given property
1597
-
1598
- :return: Success of driver removal.
1599
- :rtype: bool
1600
- """
1601
- ...
1602
-
1603
- def get(self):
1604
- """Returns the value of the custom property assigned to key or default
1605
- when not found (matches Python's dictionary function of the same name).
1606
-
1607
- """
1608
- ...
1609
-
1610
- def id_properties_clear(self):
1611
- """
1612
-
1613
- :return: Remove the parent group for an RNA struct's custom IDProperties.
1614
- """
1615
- ...
1616
-
1617
- def id_properties_ensure(self):
1618
- """
1619
-
1620
- :return: the parent group for an RNA struct's custom IDProperties.
1621
- """
1622
- ...
1623
-
1624
- def id_properties_ui(self):
1625
- """
1626
-
1627
- :return: Return an object used to manage an IDProperty's UI data.
1628
- """
1629
- ...
1630
-
1631
- def is_property_hidden(self) -> bool:
1632
- """Check if a property is hidden.
1633
-
1634
- :return: True when the property is hidden.
1635
- :rtype: bool
1636
- """
1637
- ...
1638
-
1639
- def is_property_overridable_library(self) -> bool:
1640
- """Check if a property is overridable.
1641
-
1642
- :return: True when the property is overridable.
1643
- :rtype: bool
1644
- """
1645
- ...
1646
-
1647
- def is_property_readonly(self) -> bool:
1648
- """Check if a property is readonly.
1649
-
1650
- :return: True when the property is readonly (not writable).
1651
- :rtype: bool
1652
- """
1653
- ...
1654
-
1655
- def is_property_set(self) -> bool:
1656
- """Check if a property is set, use for testing operator properties.
1657
-
1658
- :return: True when the property has been set.
1659
- :rtype: bool
1660
- """
1661
- ...
1662
-
1663
- def items(self):
1664
- """Returns the items of this objects custom properties (matches Python's
1665
- dictionary function of the same name).
1666
-
1667
- :return: custom property key, value pairs.
1668
- """
1669
- ...
1670
-
1671
- def keyframe_delete(self) -> bool:
1672
- """Remove a keyframe from this properties fcurve.
1673
-
1674
- :return: Success of keyframe deletion.
1675
- :rtype: bool
1676
- """
1677
- ...
1678
-
1679
- def keyframe_insert(self) -> bool:
1680
- """Insert a keyframe on the property given, adding fcurves and animation data when necessary.
1681
-
1682
- :return: Success of keyframe insertion.
1683
- :rtype: bool
1684
- """
1685
- ...
1686
-
1687
- def keys(self):
1688
- """Returns the keys of this objects custom properties (matches Python's
1689
- dictionary function of the same name).
1690
-
1691
- :return: custom property keys.
1692
- """
1693
- ...
1694
-
1695
- def path_from_id(self) -> str:
1696
- """Returns the data path from the ID to this object (string).
1697
-
1698
- :return: The path from `bpy.types.bpy_struct.id_data`
1699
- to this struct and property (when given).
1700
- :rtype: str
1701
- """
1702
- ...
1703
-
1704
- def path_resolve(self):
1705
- """Returns the property from the path, raise an exception when not found."""
1706
- ...
1707
-
1708
- def poll_drop(self, context):
1709
- """
1710
-
1711
- :param context:
1712
- """
1713
- ...
1714
-
1715
- def pop(self):
1716
- """Remove and return the value of the custom property assigned to key or default
1717
- when not found (matches Python's dictionary function of the same name).
1718
-
1719
- """
1720
- ...
1721
-
1722
- def property_overridable_library_set(self) -> bool:
1723
- """Define a property as overridable or not (only for custom properties!).
1724
-
1725
- :return: True when the overridable status of the property was successfully set.
1726
- :rtype: bool
1727
- """
1728
- ...
1729
-
1730
- def property_unset(self):
1731
- """Unset a property, will use default value afterward."""
1732
- ...
1733
-
1734
- def type_recast(self):
1735
- """Return a new instance, this is needed because types
1736
- such as textures can be changed at runtime.
1737
-
1738
- :return: a new instance of this object with the type initialized again.
1739
- """
1740
- ...
1741
-
1742
- def values(self):
1743
- """Returns the values of this objects custom properties (matches Python's
1744
- dictionary function of the same name).
1745
-
1746
- :return: custom property values.
1747
- """
1748
- ...
1749
-
1750
362
  def calculate_duration_frames(scene, duration_seconds): ...