fake-bpy-module 20240717__py3-none-any.whl → 20240719__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 (119) 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/screen/__init__.pyi +6 -3
  112. bpy/types/__init__.pyi +77 -5
  113. bpy_extras/node_shader_utils/__init__.pyi +0 -8
  114. {fake_bpy_module-20240717.dist-info → fake_bpy_module-20240719.dist-info}/METADATA +1 -1
  115. {fake_bpy_module-20240717.dist-info → fake_bpy_module-20240719.dist-info}/RECORD +119 -119
  116. {fake_bpy_module-20240717.dist-info → fake_bpy_module-20240719.dist-info}/WHEEL +1 -1
  117. keyingsets_builtins/__init__.pyi +268 -4448
  118. nodeitems_builtins/__init__.pyi +1 -7
  119. {fake_bpy_module-20240717.dist-info → fake_bpy_module-20240719.dist-info}/top_level.txt +0 -0
@@ -6,7 +6,7 @@ import bpy.types
6
6
  GenericType1 = typing.TypeVar("GenericType1")
7
7
  GenericType2 = typing.TypeVar("GenericType2")
8
8
 
9
- class CLIP_OT_bundles_to_mesh:
9
+ class CLIP_OT_bundles_to_mesh(bpy.types.Operator):
10
10
  """Create vertex cloud using coordinates of reconstructed tracks"""
11
11
 
12
12
  bl_idname: typing.Any
@@ -15,21 +15,6 @@ class CLIP_OT_bundles_to_mesh:
15
15
  bl_rna: typing.Any
16
16
  id_data: typing.Any
17
17
 
18
- def as_keywords(self, *, ignore=()):
19
- """Return a copy of the properties as a dictionary
20
-
21
- :param ignore:
22
- """
23
- ...
24
-
25
- def as_pointer(self) -> int:
26
- """Returns the memory address which holds a pointer to Blender's internal data
27
-
28
- :return: int (memory address).
29
- :rtype: int
30
- """
31
- ...
32
-
33
18
  def bl_rna_get_subclass(self) -> bpy.types.Struct:
34
19
  """
35
20
 
@@ -46,134 +31,93 @@ class CLIP_OT_bundles_to_mesh:
46
31
  """
47
32
  ...
48
33
 
49
- def driver_add(self) -> bpy.types.FCurve:
50
- """Adds driver(s) to the given property
51
-
52
- :return: The driver(s) added.
53
- :rtype: bpy.types.FCurve
34
+ def execute(self, context):
54
35
  """
55
- ...
56
-
57
- def driver_remove(self) -> bool:
58
- """Remove driver(s) from the given property
59
36
 
60
- :return: Success of driver removal.
61
- :rtype: bool
37
+ :param context:
62
38
  """
63
39
  ...
64
40
 
65
- def execute(self, context):
41
+ @classmethod
42
+ def poll(cls, context):
66
43
  """
67
44
 
68
45
  :param context:
69
46
  """
70
47
  ...
71
48
 
72
- def get(self):
73
- """Returns the value of the custom property assigned to key or default
74
- when not found (matches Python's dictionary function of the same name).
49
+ class CLIP_OT_constraint_to_fcurve(bpy.types.Operator):
50
+ """Create F-Curves for object which will copy object's movement caused by this constraint"""
75
51
 
76
- """
77
- ...
52
+ bl_idname: typing.Any
53
+ bl_label: typing.Any
54
+ bl_options: typing.Any
55
+ bl_rna: typing.Any
56
+ id_data: typing.Any
78
57
 
79
- def id_properties_clear(self):
58
+ def bl_rna_get_subclass(self) -> bpy.types.Struct:
80
59
  """
81
60
 
82
- :return: Remove the parent group for an RNA struct's custom IDProperties.
61
+ :return: The RNA type or default when not found.
62
+ :rtype: bpy.types.Struct
83
63
  """
84
64
  ...
85
65
 
86
- def id_properties_ensure(self):
66
+ def bl_rna_get_subclass_py(self) -> typing.Any:
87
67
  """
88
68
 
89
- :return: the parent group for an RNA struct's custom IDProperties.
69
+ :return: The class or default when not found.
70
+ :rtype: typing.Any
90
71
  """
91
72
  ...
92
73
 
93
- def id_properties_ui(self):
74
+ def execute(self, context):
94
75
  """
95
76
 
96
- :return: Return an object used to manage an IDProperty's UI data.
77
+ :param context:
97
78
  """
98
79
  ...
99
80
 
100
- def is_property_hidden(self) -> bool:
101
- """Check if a property is hidden.
102
-
103
- :return: True when the property is hidden.
104
- :rtype: bool
105
- """
106
- ...
81
+ class CLIP_OT_delete_proxy(bpy.types.Operator):
82
+ """Delete movie clip proxy files from the hard drive"""
107
83
 
108
- def is_property_overridable_library(self) -> bool:
109
- """Check if a property is overridable.
84
+ bl_idname: typing.Any
85
+ bl_label: typing.Any
86
+ bl_options: typing.Any
87
+ bl_rna: typing.Any
88
+ id_data: typing.Any
110
89
 
111
- :return: True when the property is overridable.
112
- :rtype: bool
90
+ def bl_rna_get_subclass(self) -> bpy.types.Struct:
113
91
  """
114
- ...
115
-
116
- def is_property_readonly(self) -> bool:
117
- """Check if a property is readonly.
118
92
 
119
- :return: True when the property is readonly (not writable).
120
- :rtype: bool
93
+ :return: The RNA type or default when not found.
94
+ :rtype: bpy.types.Struct
121
95
  """
122
96
  ...
123
97
 
124
- def is_property_set(self) -> bool:
125
- """Check if a property is set, use for testing operator properties.
126
-
127
- :return: True when the property has been set.
128
- :rtype: bool
98
+ def bl_rna_get_subclass_py(self) -> typing.Any:
129
99
  """
130
- ...
131
-
132
- def items(self):
133
- """Returns the items of this objects custom properties (matches Python's
134
- dictionary function of the same name).
135
100
 
136
- :return: custom property key, value pairs.
101
+ :return: The class or default when not found.
102
+ :rtype: typing.Any
137
103
  """
138
104
  ...
139
105
 
140
- def keyframe_delete(self) -> bool:
141
- """Remove a keyframe from this properties fcurve.
142
-
143
- :return: Success of keyframe deletion.
144
- :rtype: bool
106
+ def execute(self, context):
145
107
  """
146
- ...
147
-
148
- def keyframe_insert(self) -> bool:
149
- """Insert a keyframe on the property given, adding fcurves and animation data when necessary.
150
108
 
151
- :return: Success of keyframe insertion.
152
- :rtype: bool
109
+ :param context:
153
110
  """
154
111
  ...
155
112
 
156
- def keys(self):
157
- """Returns the keys of this objects custom properties (matches Python's
158
- dictionary function of the same name).
159
-
160
- :return: custom property keys.
113
+ def invoke(self, context, event):
161
114
  """
162
- ...
163
115
 
164
- def path_from_id(self) -> str:
165
- """Returns the data path from the ID to this object (string).
166
-
167
- :return: The path from `bpy.types.bpy_struct.id_data`
168
- to this struct and property (when given).
169
- :rtype: str
116
+ :param context:
117
+ :param event:
170
118
  """
171
119
  ...
172
120
 
173
- def path_resolve(self):
174
- """Returns the property from the path, raise an exception when not found."""
175
- ...
176
-
177
121
  @classmethod
178
122
  def poll(cls, context):
179
123
  """
@@ -182,69 +126,52 @@ class CLIP_OT_bundles_to_mesh:
182
126
  """
183
127
  ...
184
128
 
185
- def poll_message_set(self):
186
- """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."""
187
- ...
129
+ class CLIP_OT_filter_tracks(bpy.types.Operator):
130
+ """Filter tracks which has weirdly looking spikes in motion curves"""
131
+
132
+ bl_idname: typing.Any
133
+ bl_label: typing.Any
134
+ bl_options: typing.Any
135
+ bl_rna: typing.Any
136
+ id_data: typing.Any
188
137
 
189
- def pop(self):
190
- """Remove and return the value of the custom property assigned to key or default
191
- when not found (matches Python's dictionary function of the same name).
138
+ def bl_rna_get_subclass(self) -> bpy.types.Struct:
139
+ """
192
140
 
141
+ :return: The RNA type or default when not found.
142
+ :rtype: bpy.types.Struct
193
143
  """
194
144
  ...
195
145
 
196
- def property_overridable_library_set(self) -> bool:
197
- """Define a property as overridable or not (only for custom properties!).
198
-
199
- :return: True when the overridable status of the property was successfully set.
200
- :rtype: bool
146
+ def bl_rna_get_subclass_py(self) -> typing.Any:
201
147
  """
202
- ...
203
148
 
204
- def property_unset(self):
205
- """Unset a property, will use default value afterward."""
149
+ :return: The class or default when not found.
150
+ :rtype: typing.Any
151
+ """
206
152
  ...
207
153
 
208
- def type_recast(self):
209
- """Return a new instance, this is needed because types
210
- such as textures can be changed at runtime.
154
+ def execute(self, context):
155
+ """
211
156
 
212
- :return: a new instance of this object with the type initialized again.
157
+ :param context:
213
158
  """
214
159
  ...
215
160
 
216
- def values(self):
217
- """Returns the values of this objects custom properties (matches Python's
218
- dictionary function of the same name).
161
+ @classmethod
162
+ def poll(cls, context):
163
+ """
219
164
 
220
- :return: custom property values.
165
+ :param context:
221
166
  """
222
167
  ...
223
168
 
224
- class CLIP_OT_constraint_to_fcurve:
225
- """Create F-Curves for object which will copy object's movement caused by this constraint"""
226
-
169
+ class CLIP_OT_set_active_clip(bpy.types.Operator):
227
170
  bl_idname: typing.Any
228
171
  bl_label: typing.Any
229
- bl_options: typing.Any
230
172
  bl_rna: typing.Any
231
173
  id_data: typing.Any
232
174
 
233
- def as_keywords(self, *, ignore=()):
234
- """Return a copy of the properties as a dictionary
235
-
236
- :param ignore:
237
- """
238
- ...
239
-
240
- def as_pointer(self) -> int:
241
- """Returns the memory address which holds a pointer to Blender's internal data
242
-
243
- :return: int (memory address).
244
- :rtype: int
245
- """
246
- ...
247
-
248
175
  def bl_rna_get_subclass(self) -> bpy.types.Struct:
249
176
  """
250
177
 
@@ -261,175 +188,112 @@ class CLIP_OT_constraint_to_fcurve:
261
188
  """
262
189
  ...
263
190
 
264
- def driver_add(self) -> bpy.types.FCurve:
265
- """Adds driver(s) to the given property
266
-
267
- :return: The driver(s) added.
268
- :rtype: bpy.types.FCurve
191
+ def execute(self, context):
269
192
  """
270
- ...
271
193
 
272
- def driver_remove(self) -> bool:
273
- """Remove driver(s) from the given property
274
-
275
- :return: Success of driver removal.
276
- :rtype: bool
194
+ :param context:
277
195
  """
278
196
  ...
279
197
 
280
- def execute(self, context):
198
+ @classmethod
199
+ def poll(cls, context):
281
200
  """
282
201
 
283
202
  :param context:
284
203
  """
285
204
  ...
286
205
 
287
- def get(self):
288
- """Returns the value of the custom property assigned to key or default
289
- when not found (matches Python's dictionary function of the same name).
206
+ class CLIP_OT_set_viewport_background(bpy.types.Operator):
207
+ """Set current movie clip as a camera background in 3D Viewport (works only when a 3D Viewport is visible)"""
290
208
 
291
- """
292
- ...
209
+ bl_idname: typing.Any
210
+ bl_label: typing.Any
211
+ bl_options: typing.Any
212
+ bl_rna: typing.Any
213
+ id_data: typing.Any
293
214
 
294
- def id_properties_clear(self):
215
+ def bl_rna_get_subclass(self) -> bpy.types.Struct:
295
216
  """
296
217
 
297
- :return: Remove the parent group for an RNA struct's custom IDProperties.
218
+ :return: The RNA type or default when not found.
219
+ :rtype: bpy.types.Struct
298
220
  """
299
221
  ...
300
222
 
301
- def id_properties_ensure(self):
223
+ def bl_rna_get_subclass_py(self) -> typing.Any:
302
224
  """
303
225
 
304
- :return: the parent group for an RNA struct's custom IDProperties.
226
+ :return: The class or default when not found.
227
+ :rtype: typing.Any
305
228
  """
306
229
  ...
307
230
 
308
- def id_properties_ui(self):
231
+ def execute(self, context):
309
232
  """
310
233
 
311
- :return: Return an object used to manage an IDProperty's UI data.
234
+ :param context:
312
235
  """
313
236
  ...
314
237
 
315
- def is_property_hidden(self) -> bool:
316
- """Check if a property is hidden.
317
-
318
- :return: True when the property is hidden.
319
- :rtype: bool
238
+ @classmethod
239
+ def poll(cls, context):
320
240
  """
321
- ...
322
-
323
- def is_property_overridable_library(self) -> bool:
324
- """Check if a property is overridable.
325
241
 
326
- :return: True when the property is overridable.
327
- :rtype: bool
242
+ :param context:
328
243
  """
329
244
  ...
330
245
 
331
- def is_property_readonly(self) -> bool:
332
- """Check if a property is readonly.
333
-
334
- :return: True when the property is readonly (not writable).
335
- :rtype: bool
336
- """
337
- ...
246
+ class CLIP_OT_setup_tracking_scene(bpy.types.Operator):
247
+ """Prepare scene for compositing 3D objects into this footage"""
338
248
 
339
- def is_property_set(self) -> bool:
340
- """Check if a property is set, use for testing operator properties.
249
+ bl_idname: typing.Any
250
+ bl_label: typing.Any
251
+ bl_options: typing.Any
252
+ bl_rna: typing.Any
253
+ id_data: typing.Any
341
254
 
342
- :return: True when the property has been set.
343
- :rtype: bool
255
+ def bl_rna_get_subclass(self) -> bpy.types.Struct:
344
256
  """
345
- ...
346
257
 
347
- def items(self):
348
- """Returns the items of this objects custom properties (matches Python's
349
- dictionary function of the same name).
350
-
351
- :return: custom property key, value pairs.
258
+ :return: The RNA type or default when not found.
259
+ :rtype: bpy.types.Struct
352
260
  """
353
261
  ...
354
262
 
355
- def keyframe_delete(self) -> bool:
356
- """Remove a keyframe from this properties fcurve.
357
-
358
- :return: Success of keyframe deletion.
359
- :rtype: bool
263
+ def bl_rna_get_subclass_py(self) -> typing.Any:
360
264
  """
361
- ...
362
265
 
363
- def keyframe_insert(self) -> bool:
364
- """Insert a keyframe on the property given, adding fcurves and animation data when necessary.
365
-
366
- :return: Success of keyframe insertion.
367
- :rtype: bool
266
+ :return: The class or default when not found.
267
+ :rtype: typing.Any
368
268
  """
369
269
  ...
370
270
 
371
- def keys(self):
372
- """Returns the keys of this objects custom properties (matches Python's
373
- dictionary function of the same name).
374
-
375
- :return: custom property keys.
271
+ @staticmethod
272
+ def createCollection(context, collection_name):
376
273
  """
377
- ...
378
-
379
- def path_from_id(self) -> str:
380
- """Returns the data path from the ID to this object (string).
381
274
 
382
- :return: The path from `bpy.types.bpy_struct.id_data`
383
- to this struct and property (when given).
384
- :rtype: str
275
+ :param context:
276
+ :param collection_name:
385
277
  """
386
278
  ...
387
279
 
388
- def path_resolve(self):
389
- """Returns the property from the path, raise an exception when not found."""
390
- ...
391
-
392
- def poll_message_set(self):
393
- """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."""
394
- ...
395
-
396
- def pop(self):
397
- """Remove and return the value of the custom property assigned to key or default
398
- when not found (matches Python's dictionary function of the same name).
399
-
280
+ def execute(self, context):
400
281
  """
401
- ...
402
-
403
- def property_overridable_library_set(self) -> bool:
404
- """Define a property as overridable or not (only for custom properties!).
405
282
 
406
- :return: True when the overridable status of the property was successfully set.
407
- :rtype: bool
283
+ :param context:
408
284
  """
409
285
  ...
410
286
 
411
- def property_unset(self):
412
- """Unset a property, will use default value afterward."""
413
- ...
414
-
415
- def type_recast(self):
416
- """Return a new instance, this is needed because types
417
- such as textures can be changed at runtime.
418
-
419
- :return: a new instance of this object with the type initialized again.
287
+ @classmethod
288
+ def poll(cls, context):
420
289
  """
421
- ...
422
-
423
- def values(self):
424
- """Returns the values of this objects custom properties (matches Python's
425
- dictionary function of the same name).
426
290
 
427
- :return: custom property values.
291
+ :param context:
428
292
  """
429
293
  ...
430
294
 
431
- class CLIP_OT_delete_proxy:
432
- """Delete movie clip proxy files from the hard drive"""
295
+ class CLIP_OT_track_settings_as_default(bpy.types.Operator):
296
+ """Copy tracking settings from active track to default settings"""
433
297
 
434
298
  bl_idname: typing.Any
435
299
  bl_label: typing.Any
@@ -437,21 +301,6 @@ class CLIP_OT_delete_proxy:
437
301
  bl_rna: typing.Any
438
302
  id_data: typing.Any
439
303
 
440
- def as_keywords(self, *, ignore=()):
441
- """Return a copy of the properties as a dictionary
442
-
443
- :param ignore:
444
- """
445
- ...
446
-
447
- def as_pointer(self) -> int:
448
- """Returns the memory address which holds a pointer to Blender's internal data
449
-
450
- :return: int (memory address).
451
- :rtype: int
452
- """
453
- ...
454
-
455
304
  def bl_rna_get_subclass(self) -> bpy.types.Struct:
456
305
  """
457
306
 
@@ -468,22 +317,6 @@ class CLIP_OT_delete_proxy:
468
317
  """
469
318
  ...
470
319
 
471
- def driver_add(self) -> bpy.types.FCurve:
472
- """Adds driver(s) to the given property
473
-
474
- :return: The driver(s) added.
475
- :rtype: bpy.types.FCurve
476
- """
477
- ...
478
-
479
- def driver_remove(self) -> bool:
480
- """Remove driver(s) from the given property
481
-
482
- :return: Success of driver removal.
483
- :rtype: bool
484
- """
485
- ...
486
-
487
320
  def execute(self, context):
488
321
  """
489
322
 
@@ -491,119 +324,86 @@ class CLIP_OT_delete_proxy:
491
324
  """
492
325
  ...
493
326
 
494
- def get(self):
495
- """Returns the value of the custom property assigned to key or default
496
- when not found (matches Python's dictionary function of the same name).
327
+ @classmethod
328
+ def poll(cls, context):
329
+ """
497
330
 
331
+ :param context:
498
332
  """
499
333
  ...
500
334
 
501
- def id_properties_clear(self):
502
- """
335
+ class CLIP_OT_track_settings_to_track(bpy.types.Operator):
336
+ """Copy tracking settings from active track to selected tracks"""
503
337
 
504
- :return: Remove the parent group for an RNA struct's custom IDProperties.
505
- """
506
- ...
338
+ bl_idname: typing.Any
339
+ bl_label: typing.Any
340
+ bl_options: typing.Any
341
+ bl_rna: typing.Any
342
+ id_data: typing.Any
507
343
 
508
- def id_properties_ensure(self):
344
+ def bl_rna_get_subclass(self) -> bpy.types.Struct:
509
345
  """
510
346
 
511
- :return: the parent group for an RNA struct's custom IDProperties.
347
+ :return: The RNA type or default when not found.
348
+ :rtype: bpy.types.Struct
512
349
  """
513
350
  ...
514
351
 
515
- def id_properties_ui(self):
352
+ def bl_rna_get_subclass_py(self) -> typing.Any:
516
353
  """
517
354
 
518
- :return: Return an object used to manage an IDProperty's UI data.
355
+ :return: The class or default when not found.
356
+ :rtype: typing.Any
519
357
  """
520
358
  ...
521
359
 
522
- def invoke(self, context, event):
360
+ def execute(self, context):
523
361
  """
524
362
 
525
363
  :param context:
526
- :param event:
527
364
  """
528
365
  ...
529
366
 
530
- def is_property_hidden(self) -> bool:
531
- """Check if a property is hidden.
532
-
533
- :return: True when the property is hidden.
534
- :rtype: bool
367
+ @classmethod
368
+ def poll(cls, context):
535
369
  """
536
- ...
537
-
538
- def is_property_overridable_library(self) -> bool:
539
- """Check if a property is overridable.
540
370
 
541
- :return: True when the property is overridable.
542
- :rtype: bool
371
+ :param context:
543
372
  """
544
373
  ...
545
374
 
546
- def is_property_readonly(self) -> bool:
547
- """Check if a property is readonly.
548
-
549
- :return: True when the property is readonly (not writable).
550
- :rtype: bool
551
- """
552
- ...
375
+ class CLIP_OT_track_to_empty(bpy.types.Operator):
376
+ """Create an Empty object which will be copying movement of active track"""
553
377
 
554
- def is_property_set(self) -> bool:
555
- """Check if a property is set, use for testing operator properties.
378
+ bl_idname: typing.Any
379
+ bl_label: typing.Any
380
+ bl_options: typing.Any
381
+ bl_rna: typing.Any
382
+ id_data: typing.Any
556
383
 
557
- :return: True when the property has been set.
558
- :rtype: bool
384
+ def bl_rna_get_subclass(self) -> bpy.types.Struct:
559
385
  """
560
- ...
561
386
 
562
- def items(self):
563
- """Returns the items of this objects custom properties (matches Python's
564
- dictionary function of the same name).
565
-
566
- :return: custom property key, value pairs.
387
+ :return: The RNA type or default when not found.
388
+ :rtype: bpy.types.Struct
567
389
  """
568
390
  ...
569
391
 
570
- def keyframe_delete(self) -> bool:
571
- """Remove a keyframe from this properties fcurve.
572
-
573
- :return: Success of keyframe deletion.
574
- :rtype: bool
392
+ def bl_rna_get_subclass_py(self) -> typing.Any:
575
393
  """
576
- ...
577
394
 
578
- def keyframe_insert(self) -> bool:
579
- """Insert a keyframe on the property given, adding fcurves and animation data when necessary.
580
-
581
- :return: Success of keyframe insertion.
582
- :rtype: bool
395
+ :return: The class or default when not found.
396
+ :rtype: typing.Any
583
397
  """
584
398
  ...
585
399
 
586
- def keys(self):
587
- """Returns the keys of this objects custom properties (matches Python's
588
- dictionary function of the same name).
589
-
590
- :return: custom property keys.
400
+ def execute(self, context):
591
401
  """
592
- ...
593
402
 
594
- def path_from_id(self) -> str:
595
- """Returns the data path from the ID to this object (string).
596
-
597
- :return: The path from `bpy.types.bpy_struct.id_data`
598
- to this struct and property (when given).
599
- :rtype: str
403
+ :param context:
600
404
  """
601
405
  ...
602
406
 
603
- def path_resolve(self):
604
- """Returns the property from the path, raise an exception when not found."""
605
- ...
606
-
607
407
  @classmethod
608
408
  def poll(cls, context):
609
409
  """
@@ -612,1556 +412,6 @@ class CLIP_OT_delete_proxy:
612
412
  """
613
413
  ...
614
414
 
615
- def poll_message_set(self):
616
- """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."""
617
- ...
618
-
619
- def pop(self):
620
- """Remove and return the value of the custom property assigned to key or default
621
- when not found (matches Python's dictionary function of the same name).
622
-
623
- """
624
- ...
625
-
626
- def property_overridable_library_set(self) -> bool:
627
- """Define a property as overridable or not (only for custom properties!).
628
-
629
- :return: True when the overridable status of the property was successfully set.
630
- :rtype: bool
631
- """
632
- ...
633
-
634
- def property_unset(self):
635
- """Unset a property, will use default value afterward."""
636
- ...
637
-
638
- def type_recast(self):
639
- """Return a new instance, this is needed because types
640
- such as textures can be changed at runtime.
641
-
642
- :return: a new instance of this object with the type initialized again.
643
- """
644
- ...
645
-
646
- def values(self):
647
- """Returns the values of this objects custom properties (matches Python's
648
- dictionary function of the same name).
649
-
650
- :return: custom property values.
651
- """
652
- ...
653
-
654
- class CLIP_OT_filter_tracks:
655
- """Filter tracks which has weirdly looking spikes in motion curves"""
656
-
657
- bl_idname: typing.Any
658
- bl_label: typing.Any
659
- bl_options: typing.Any
660
- bl_rna: typing.Any
661
- id_data: typing.Any
662
-
663
- def as_keywords(self, *, ignore=()):
664
- """Return a copy of the properties as a dictionary
665
-
666
- :param ignore:
667
- """
668
- ...
669
-
670
- def as_pointer(self) -> int:
671
- """Returns the memory address which holds a pointer to Blender's internal data
672
-
673
- :return: int (memory address).
674
- :rtype: int
675
- """
676
- ...
677
-
678
- def bl_rna_get_subclass(self) -> bpy.types.Struct:
679
- """
680
-
681
- :return: The RNA type or default when not found.
682
- :rtype: bpy.types.Struct
683
- """
684
- ...
685
-
686
- def bl_rna_get_subclass_py(self) -> typing.Any:
687
- """
688
-
689
- :return: The class or default when not found.
690
- :rtype: typing.Any
691
- """
692
- ...
693
-
694
- def driver_add(self) -> bpy.types.FCurve:
695
- """Adds driver(s) to the given property
696
-
697
- :return: The driver(s) added.
698
- :rtype: bpy.types.FCurve
699
- """
700
- ...
701
-
702
- def driver_remove(self) -> bool:
703
- """Remove driver(s) from the given property
704
-
705
- :return: Success of driver removal.
706
- :rtype: bool
707
- """
708
- ...
709
-
710
- def execute(self, context):
711
- """
712
-
713
- :param context:
714
- """
715
- ...
716
-
717
- def get(self):
718
- """Returns the value of the custom property assigned to key or default
719
- when not found (matches Python's dictionary function of the same name).
720
-
721
- """
722
- ...
723
-
724
- def id_properties_clear(self):
725
- """
726
-
727
- :return: Remove the parent group for an RNA struct's custom IDProperties.
728
- """
729
- ...
730
-
731
- def id_properties_ensure(self):
732
- """
733
-
734
- :return: the parent group for an RNA struct's custom IDProperties.
735
- """
736
- ...
737
-
738
- def id_properties_ui(self):
739
- """
740
-
741
- :return: Return an object used to manage an IDProperty's UI data.
742
- """
743
- ...
744
-
745
- def is_property_hidden(self) -> bool:
746
- """Check if a property is hidden.
747
-
748
- :return: True when the property is hidden.
749
- :rtype: bool
750
- """
751
- ...
752
-
753
- def is_property_overridable_library(self) -> bool:
754
- """Check if a property is overridable.
755
-
756
- :return: True when the property is overridable.
757
- :rtype: bool
758
- """
759
- ...
760
-
761
- def is_property_readonly(self) -> bool:
762
- """Check if a property is readonly.
763
-
764
- :return: True when the property is readonly (not writable).
765
- :rtype: bool
766
- """
767
- ...
768
-
769
- def is_property_set(self) -> bool:
770
- """Check if a property is set, use for testing operator properties.
771
-
772
- :return: True when the property has been set.
773
- :rtype: bool
774
- """
775
- ...
776
-
777
- def items(self):
778
- """Returns the items of this objects custom properties (matches Python's
779
- dictionary function of the same name).
780
-
781
- :return: custom property key, value pairs.
782
- """
783
- ...
784
-
785
- def keyframe_delete(self) -> bool:
786
- """Remove a keyframe from this properties fcurve.
787
-
788
- :return: Success of keyframe deletion.
789
- :rtype: bool
790
- """
791
- ...
792
-
793
- def keyframe_insert(self) -> bool:
794
- """Insert a keyframe on the property given, adding fcurves and animation data when necessary.
795
-
796
- :return: Success of keyframe insertion.
797
- :rtype: bool
798
- """
799
- ...
800
-
801
- def keys(self):
802
- """Returns the keys of this objects custom properties (matches Python's
803
- dictionary function of the same name).
804
-
805
- :return: custom property keys.
806
- """
807
- ...
808
-
809
- def path_from_id(self) -> str:
810
- """Returns the data path from the ID to this object (string).
811
-
812
- :return: The path from `bpy.types.bpy_struct.id_data`
813
- to this struct and property (when given).
814
- :rtype: str
815
- """
816
- ...
817
-
818
- def path_resolve(self):
819
- """Returns the property from the path, raise an exception when not found."""
820
- ...
821
-
822
- @classmethod
823
- def poll(cls, context):
824
- """
825
-
826
- :param context:
827
- """
828
- ...
829
-
830
- def poll_message_set(self):
831
- """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."""
832
- ...
833
-
834
- def pop(self):
835
- """Remove and return the value of the custom property assigned to key or default
836
- when not found (matches Python's dictionary function of the same name).
837
-
838
- """
839
- ...
840
-
841
- def property_overridable_library_set(self) -> bool:
842
- """Define a property as overridable or not (only for custom properties!).
843
-
844
- :return: True when the overridable status of the property was successfully set.
845
- :rtype: bool
846
- """
847
- ...
848
-
849
- def property_unset(self):
850
- """Unset a property, will use default value afterward."""
851
- ...
852
-
853
- def type_recast(self):
854
- """Return a new instance, this is needed because types
855
- such as textures can be changed at runtime.
856
-
857
- :return: a new instance of this object with the type initialized again.
858
- """
859
- ...
860
-
861
- def values(self):
862
- """Returns the values of this objects custom properties (matches Python's
863
- dictionary function of the same name).
864
-
865
- :return: custom property values.
866
- """
867
- ...
868
-
869
- class CLIP_OT_set_active_clip:
870
- bl_idname: typing.Any
871
- bl_label: typing.Any
872
- bl_rna: typing.Any
873
- id_data: typing.Any
874
-
875
- def as_keywords(self, *, ignore=()):
876
- """Return a copy of the properties as a dictionary
877
-
878
- :param ignore:
879
- """
880
- ...
881
-
882
- def as_pointer(self) -> int:
883
- """Returns the memory address which holds a pointer to Blender's internal data
884
-
885
- :return: int (memory address).
886
- :rtype: int
887
- """
888
- ...
889
-
890
- def bl_rna_get_subclass(self) -> bpy.types.Struct:
891
- """
892
-
893
- :return: The RNA type or default when not found.
894
- :rtype: bpy.types.Struct
895
- """
896
- ...
897
-
898
- def bl_rna_get_subclass_py(self) -> typing.Any:
899
- """
900
-
901
- :return: The class or default when not found.
902
- :rtype: typing.Any
903
- """
904
- ...
905
-
906
- def driver_add(self) -> bpy.types.FCurve:
907
- """Adds driver(s) to the given property
908
-
909
- :return: The driver(s) added.
910
- :rtype: bpy.types.FCurve
911
- """
912
- ...
913
-
914
- def driver_remove(self) -> bool:
915
- """Remove driver(s) from the given property
916
-
917
- :return: Success of driver removal.
918
- :rtype: bool
919
- """
920
- ...
921
-
922
- def execute(self, context):
923
- """
924
-
925
- :param context:
926
- """
927
- ...
928
-
929
- def get(self):
930
- """Returns the value of the custom property assigned to key or default
931
- when not found (matches Python's dictionary function of the same name).
932
-
933
- """
934
- ...
935
-
936
- def id_properties_clear(self):
937
- """
938
-
939
- :return: Remove the parent group for an RNA struct's custom IDProperties.
940
- """
941
- ...
942
-
943
- def id_properties_ensure(self):
944
- """
945
-
946
- :return: the parent group for an RNA struct's custom IDProperties.
947
- """
948
- ...
949
-
950
- def id_properties_ui(self):
951
- """
952
-
953
- :return: Return an object used to manage an IDProperty's UI data.
954
- """
955
- ...
956
-
957
- def is_property_hidden(self) -> bool:
958
- """Check if a property is hidden.
959
-
960
- :return: True when the property is hidden.
961
- :rtype: bool
962
- """
963
- ...
964
-
965
- def is_property_overridable_library(self) -> bool:
966
- """Check if a property is overridable.
967
-
968
- :return: True when the property is overridable.
969
- :rtype: bool
970
- """
971
- ...
972
-
973
- def is_property_readonly(self) -> bool:
974
- """Check if a property is readonly.
975
-
976
- :return: True when the property is readonly (not writable).
977
- :rtype: bool
978
- """
979
- ...
980
-
981
- def is_property_set(self) -> bool:
982
- """Check if a property is set, use for testing operator properties.
983
-
984
- :return: True when the property has been set.
985
- :rtype: bool
986
- """
987
- ...
988
-
989
- def items(self):
990
- """Returns the items of this objects custom properties (matches Python's
991
- dictionary function of the same name).
992
-
993
- :return: custom property key, value pairs.
994
- """
995
- ...
996
-
997
- def keyframe_delete(self) -> bool:
998
- """Remove a keyframe from this properties fcurve.
999
-
1000
- :return: Success of keyframe deletion.
1001
- :rtype: bool
1002
- """
1003
- ...
1004
-
1005
- def keyframe_insert(self) -> bool:
1006
- """Insert a keyframe on the property given, adding fcurves and animation data when necessary.
1007
-
1008
- :return: Success of keyframe insertion.
1009
- :rtype: bool
1010
- """
1011
- ...
1012
-
1013
- def keys(self):
1014
- """Returns the keys of this objects custom properties (matches Python's
1015
- dictionary function of the same name).
1016
-
1017
- :return: custom property keys.
1018
- """
1019
- ...
1020
-
1021
- def path_from_id(self) -> str:
1022
- """Returns the data path from the ID to this object (string).
1023
-
1024
- :return: The path from `bpy.types.bpy_struct.id_data`
1025
- to this struct and property (when given).
1026
- :rtype: str
1027
- """
1028
- ...
1029
-
1030
- def path_resolve(self):
1031
- """Returns the property from the path, raise an exception when not found."""
1032
- ...
1033
-
1034
- @classmethod
1035
- def poll(cls, context):
1036
- """
1037
-
1038
- :param context:
1039
- """
1040
- ...
1041
-
1042
- def poll_message_set(self):
1043
- """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."""
1044
- ...
1045
-
1046
- def pop(self):
1047
- """Remove and return the value of the custom property assigned to key or default
1048
- when not found (matches Python's dictionary function of the same name).
1049
-
1050
- """
1051
- ...
1052
-
1053
- def property_overridable_library_set(self) -> bool:
1054
- """Define a property as overridable or not (only for custom properties!).
1055
-
1056
- :return: True when the overridable status of the property was successfully set.
1057
- :rtype: bool
1058
- """
1059
- ...
1060
-
1061
- def property_unset(self):
1062
- """Unset a property, will use default value afterward."""
1063
- ...
1064
-
1065
- def type_recast(self):
1066
- """Return a new instance, this is needed because types
1067
- such as textures can be changed at runtime.
1068
-
1069
- :return: a new instance of this object with the type initialized again.
1070
- """
1071
- ...
1072
-
1073
- def values(self):
1074
- """Returns the values of this objects custom properties (matches Python's
1075
- dictionary function of the same name).
1076
-
1077
- :return: custom property values.
1078
- """
1079
- ...
1080
-
1081
- class CLIP_OT_set_viewport_background:
1082
- """Set current movie clip as a camera background in 3D Viewport (works only when a 3D Viewport is visible)"""
1083
-
1084
- bl_idname: typing.Any
1085
- bl_label: typing.Any
1086
- bl_options: typing.Any
1087
- bl_rna: typing.Any
1088
- id_data: typing.Any
1089
-
1090
- def as_keywords(self, *, ignore=()):
1091
- """Return a copy of the properties as a dictionary
1092
-
1093
- :param ignore:
1094
- """
1095
- ...
1096
-
1097
- def as_pointer(self) -> int:
1098
- """Returns the memory address which holds a pointer to Blender's internal data
1099
-
1100
- :return: int (memory address).
1101
- :rtype: int
1102
- """
1103
- ...
1104
-
1105
- def bl_rna_get_subclass(self) -> bpy.types.Struct:
1106
- """
1107
-
1108
- :return: The RNA type or default when not found.
1109
- :rtype: bpy.types.Struct
1110
- """
1111
- ...
1112
-
1113
- def bl_rna_get_subclass_py(self) -> typing.Any:
1114
- """
1115
-
1116
- :return: The class or default when not found.
1117
- :rtype: typing.Any
1118
- """
1119
- ...
1120
-
1121
- def driver_add(self) -> bpy.types.FCurve:
1122
- """Adds driver(s) to the given property
1123
-
1124
- :return: The driver(s) added.
1125
- :rtype: bpy.types.FCurve
1126
- """
1127
- ...
1128
-
1129
- def driver_remove(self) -> bool:
1130
- """Remove driver(s) from the given property
1131
-
1132
- :return: Success of driver removal.
1133
- :rtype: bool
1134
- """
1135
- ...
1136
-
1137
- def execute(self, context):
1138
- """
1139
-
1140
- :param context:
1141
- """
1142
- ...
1143
-
1144
- def get(self):
1145
- """Returns the value of the custom property assigned to key or default
1146
- when not found (matches Python's dictionary function of the same name).
1147
-
1148
- """
1149
- ...
1150
-
1151
- def id_properties_clear(self):
1152
- """
1153
-
1154
- :return: Remove the parent group for an RNA struct's custom IDProperties.
1155
- """
1156
- ...
1157
-
1158
- def id_properties_ensure(self):
1159
- """
1160
-
1161
- :return: the parent group for an RNA struct's custom IDProperties.
1162
- """
1163
- ...
1164
-
1165
- def id_properties_ui(self):
1166
- """
1167
-
1168
- :return: Return an object used to manage an IDProperty's UI data.
1169
- """
1170
- ...
1171
-
1172
- def is_property_hidden(self) -> bool:
1173
- """Check if a property is hidden.
1174
-
1175
- :return: True when the property is hidden.
1176
- :rtype: bool
1177
- """
1178
- ...
1179
-
1180
- def is_property_overridable_library(self) -> bool:
1181
- """Check if a property is overridable.
1182
-
1183
- :return: True when the property is overridable.
1184
- :rtype: bool
1185
- """
1186
- ...
1187
-
1188
- def is_property_readonly(self) -> bool:
1189
- """Check if a property is readonly.
1190
-
1191
- :return: True when the property is readonly (not writable).
1192
- :rtype: bool
1193
- """
1194
- ...
1195
-
1196
- def is_property_set(self) -> bool:
1197
- """Check if a property is set, use for testing operator properties.
1198
-
1199
- :return: True when the property has been set.
1200
- :rtype: bool
1201
- """
1202
- ...
1203
-
1204
- def items(self):
1205
- """Returns the items of this objects custom properties (matches Python's
1206
- dictionary function of the same name).
1207
-
1208
- :return: custom property key, value pairs.
1209
- """
1210
- ...
1211
-
1212
- def keyframe_delete(self) -> bool:
1213
- """Remove a keyframe from this properties fcurve.
1214
-
1215
- :return: Success of keyframe deletion.
1216
- :rtype: bool
1217
- """
1218
- ...
1219
-
1220
- def keyframe_insert(self) -> bool:
1221
- """Insert a keyframe on the property given, adding fcurves and animation data when necessary.
1222
-
1223
- :return: Success of keyframe insertion.
1224
- :rtype: bool
1225
- """
1226
- ...
1227
-
1228
- def keys(self):
1229
- """Returns the keys of this objects custom properties (matches Python's
1230
- dictionary function of the same name).
1231
-
1232
- :return: custom property keys.
1233
- """
1234
- ...
1235
-
1236
- def path_from_id(self) -> str:
1237
- """Returns the data path from the ID to this object (string).
1238
-
1239
- :return: The path from `bpy.types.bpy_struct.id_data`
1240
- to this struct and property (when given).
1241
- :rtype: str
1242
- """
1243
- ...
1244
-
1245
- def path_resolve(self):
1246
- """Returns the property from the path, raise an exception when not found."""
1247
- ...
1248
-
1249
- @classmethod
1250
- def poll(cls, context):
1251
- """
1252
-
1253
- :param context:
1254
- """
1255
- ...
1256
-
1257
- def poll_message_set(self):
1258
- """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."""
1259
- ...
1260
-
1261
- def pop(self):
1262
- """Remove and return the value of the custom property assigned to key or default
1263
- when not found (matches Python's dictionary function of the same name).
1264
-
1265
- """
1266
- ...
1267
-
1268
- def property_overridable_library_set(self) -> bool:
1269
- """Define a property as overridable or not (only for custom properties!).
1270
-
1271
- :return: True when the overridable status of the property was successfully set.
1272
- :rtype: bool
1273
- """
1274
- ...
1275
-
1276
- def property_unset(self):
1277
- """Unset a property, will use default value afterward."""
1278
- ...
1279
-
1280
- def type_recast(self):
1281
- """Return a new instance, this is needed because types
1282
- such as textures can be changed at runtime.
1283
-
1284
- :return: a new instance of this object with the type initialized again.
1285
- """
1286
- ...
1287
-
1288
- def values(self):
1289
- """Returns the values of this objects custom properties (matches Python's
1290
- dictionary function of the same name).
1291
-
1292
- :return: custom property values.
1293
- """
1294
- ...
1295
-
1296
- class CLIP_OT_setup_tracking_scene:
1297
- """Prepare scene for compositing 3D objects into this footage"""
1298
-
1299
- bl_idname: typing.Any
1300
- bl_label: typing.Any
1301
- bl_options: typing.Any
1302
- bl_rna: typing.Any
1303
- id_data: typing.Any
1304
-
1305
- def as_keywords(self, *, ignore=()):
1306
- """Return a copy of the properties as a dictionary
1307
-
1308
- :param ignore:
1309
- """
1310
- ...
1311
-
1312
- def as_pointer(self) -> int:
1313
- """Returns the memory address which holds a pointer to Blender's internal data
1314
-
1315
- :return: int (memory address).
1316
- :rtype: int
1317
- """
1318
- ...
1319
-
1320
- def bl_rna_get_subclass(self) -> bpy.types.Struct:
1321
- """
1322
-
1323
- :return: The RNA type or default when not found.
1324
- :rtype: bpy.types.Struct
1325
- """
1326
- ...
1327
-
1328
- def bl_rna_get_subclass_py(self) -> typing.Any:
1329
- """
1330
-
1331
- :return: The class or default when not found.
1332
- :rtype: typing.Any
1333
- """
1334
- ...
1335
-
1336
- @staticmethod
1337
- def createCollection(context, collection_name):
1338
- """
1339
-
1340
- :param context:
1341
- :param collection_name:
1342
- """
1343
- ...
1344
-
1345
- def driver_add(self) -> bpy.types.FCurve:
1346
- """Adds driver(s) to the given property
1347
-
1348
- :return: The driver(s) added.
1349
- :rtype: bpy.types.FCurve
1350
- """
1351
- ...
1352
-
1353
- def driver_remove(self) -> bool:
1354
- """Remove driver(s) from the given property
1355
-
1356
- :return: Success of driver removal.
1357
- :rtype: bool
1358
- """
1359
- ...
1360
-
1361
- def execute(self, context):
1362
- """
1363
-
1364
- :param context:
1365
- """
1366
- ...
1367
-
1368
- def get(self):
1369
- """Returns the value of the custom property assigned to key or default
1370
- when not found (matches Python's dictionary function of the same name).
1371
-
1372
- """
1373
- ...
1374
-
1375
- def id_properties_clear(self):
1376
- """
1377
-
1378
- :return: Remove the parent group for an RNA struct's custom IDProperties.
1379
- """
1380
- ...
1381
-
1382
- def id_properties_ensure(self):
1383
- """
1384
-
1385
- :return: the parent group for an RNA struct's custom IDProperties.
1386
- """
1387
- ...
1388
-
1389
- def id_properties_ui(self):
1390
- """
1391
-
1392
- :return: Return an object used to manage an IDProperty's UI data.
1393
- """
1394
- ...
1395
-
1396
- def is_property_hidden(self) -> bool:
1397
- """Check if a property is hidden.
1398
-
1399
- :return: True when the property is hidden.
1400
- :rtype: bool
1401
- """
1402
- ...
1403
-
1404
- def is_property_overridable_library(self) -> bool:
1405
- """Check if a property is overridable.
1406
-
1407
- :return: True when the property is overridable.
1408
- :rtype: bool
1409
- """
1410
- ...
1411
-
1412
- def is_property_readonly(self) -> bool:
1413
- """Check if a property is readonly.
1414
-
1415
- :return: True when the property is readonly (not writable).
1416
- :rtype: bool
1417
- """
1418
- ...
1419
-
1420
- def is_property_set(self) -> bool:
1421
- """Check if a property is set, use for testing operator properties.
1422
-
1423
- :return: True when the property has been set.
1424
- :rtype: bool
1425
- """
1426
- ...
1427
-
1428
- def items(self):
1429
- """Returns the items of this objects custom properties (matches Python's
1430
- dictionary function of the same name).
1431
-
1432
- :return: custom property key, value pairs.
1433
- """
1434
- ...
1435
-
1436
- def keyframe_delete(self) -> bool:
1437
- """Remove a keyframe from this properties fcurve.
1438
-
1439
- :return: Success of keyframe deletion.
1440
- :rtype: bool
1441
- """
1442
- ...
1443
-
1444
- def keyframe_insert(self) -> bool:
1445
- """Insert a keyframe on the property given, adding fcurves and animation data when necessary.
1446
-
1447
- :return: Success of keyframe insertion.
1448
- :rtype: bool
1449
- """
1450
- ...
1451
-
1452
- def keys(self):
1453
- """Returns the keys of this objects custom properties (matches Python's
1454
- dictionary function of the same name).
1455
-
1456
- :return: custom property keys.
1457
- """
1458
- ...
1459
-
1460
- def path_from_id(self) -> str:
1461
- """Returns the data path from the ID to this object (string).
1462
-
1463
- :return: The path from `bpy.types.bpy_struct.id_data`
1464
- to this struct and property (when given).
1465
- :rtype: str
1466
- """
1467
- ...
1468
-
1469
- def path_resolve(self):
1470
- """Returns the property from the path, raise an exception when not found."""
1471
- ...
1472
-
1473
- @classmethod
1474
- def poll(cls, context):
1475
- """
1476
-
1477
- :param context:
1478
- """
1479
- ...
1480
-
1481
- def poll_message_set(self):
1482
- """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."""
1483
- ...
1484
-
1485
- def pop(self):
1486
- """Remove and return the value of the custom property assigned to key or default
1487
- when not found (matches Python's dictionary function of the same name).
1488
-
1489
- """
1490
- ...
1491
-
1492
- def property_overridable_library_set(self) -> bool:
1493
- """Define a property as overridable or not (only for custom properties!).
1494
-
1495
- :return: True when the overridable status of the property was successfully set.
1496
- :rtype: bool
1497
- """
1498
- ...
1499
-
1500
- def property_unset(self):
1501
- """Unset a property, will use default value afterward."""
1502
- ...
1503
-
1504
- def type_recast(self):
1505
- """Return a new instance, this is needed because types
1506
- such as textures can be changed at runtime.
1507
-
1508
- :return: a new instance of this object with the type initialized again.
1509
- """
1510
- ...
1511
-
1512
- def values(self):
1513
- """Returns the values of this objects custom properties (matches Python's
1514
- dictionary function of the same name).
1515
-
1516
- :return: custom property values.
1517
- """
1518
- ...
1519
-
1520
- class CLIP_OT_track_settings_as_default:
1521
- """Copy tracking settings from active track to default settings"""
1522
-
1523
- bl_idname: typing.Any
1524
- bl_label: typing.Any
1525
- bl_options: typing.Any
1526
- bl_rna: typing.Any
1527
- id_data: typing.Any
1528
-
1529
- def as_keywords(self, *, ignore=()):
1530
- """Return a copy of the properties as a dictionary
1531
-
1532
- :param ignore:
1533
- """
1534
- ...
1535
-
1536
- def as_pointer(self) -> int:
1537
- """Returns the memory address which holds a pointer to Blender's internal data
1538
-
1539
- :return: int (memory address).
1540
- :rtype: int
1541
- """
1542
- ...
1543
-
1544
- def bl_rna_get_subclass(self) -> bpy.types.Struct:
1545
- """
1546
-
1547
- :return: The RNA type or default when not found.
1548
- :rtype: bpy.types.Struct
1549
- """
1550
- ...
1551
-
1552
- def bl_rna_get_subclass_py(self) -> typing.Any:
1553
- """
1554
-
1555
- :return: The class or default when not found.
1556
- :rtype: typing.Any
1557
- """
1558
- ...
1559
-
1560
- def driver_add(self) -> bpy.types.FCurve:
1561
- """Adds driver(s) to the given property
1562
-
1563
- :return: The driver(s) added.
1564
- :rtype: bpy.types.FCurve
1565
- """
1566
- ...
1567
-
1568
- def driver_remove(self) -> bool:
1569
- """Remove driver(s) from the given property
1570
-
1571
- :return: Success of driver removal.
1572
- :rtype: bool
1573
- """
1574
- ...
1575
-
1576
- def execute(self, context):
1577
- """
1578
-
1579
- :param context:
1580
- """
1581
- ...
1582
-
1583
- def get(self):
1584
- """Returns the value of the custom property assigned to key or default
1585
- when not found (matches Python's dictionary function of the same name).
1586
-
1587
- """
1588
- ...
1589
-
1590
- def id_properties_clear(self):
1591
- """
1592
-
1593
- :return: Remove the parent group for an RNA struct's custom IDProperties.
1594
- """
1595
- ...
1596
-
1597
- def id_properties_ensure(self):
1598
- """
1599
-
1600
- :return: the parent group for an RNA struct's custom IDProperties.
1601
- """
1602
- ...
1603
-
1604
- def id_properties_ui(self):
1605
- """
1606
-
1607
- :return: Return an object used to manage an IDProperty's UI data.
1608
- """
1609
- ...
1610
-
1611
- def is_property_hidden(self) -> bool:
1612
- """Check if a property is hidden.
1613
-
1614
- :return: True when the property is hidden.
1615
- :rtype: bool
1616
- """
1617
- ...
1618
-
1619
- def is_property_overridable_library(self) -> bool:
1620
- """Check if a property is overridable.
1621
-
1622
- :return: True when the property is overridable.
1623
- :rtype: bool
1624
- """
1625
- ...
1626
-
1627
- def is_property_readonly(self) -> bool:
1628
- """Check if a property is readonly.
1629
-
1630
- :return: True when the property is readonly (not writable).
1631
- :rtype: bool
1632
- """
1633
- ...
1634
-
1635
- def is_property_set(self) -> bool:
1636
- """Check if a property is set, use for testing operator properties.
1637
-
1638
- :return: True when the property has been set.
1639
- :rtype: bool
1640
- """
1641
- ...
1642
-
1643
- def items(self):
1644
- """Returns the items of this objects custom properties (matches Python's
1645
- dictionary function of the same name).
1646
-
1647
- :return: custom property key, value pairs.
1648
- """
1649
- ...
1650
-
1651
- def keyframe_delete(self) -> bool:
1652
- """Remove a keyframe from this properties fcurve.
1653
-
1654
- :return: Success of keyframe deletion.
1655
- :rtype: bool
1656
- """
1657
- ...
1658
-
1659
- def keyframe_insert(self) -> bool:
1660
- """Insert a keyframe on the property given, adding fcurves and animation data when necessary.
1661
-
1662
- :return: Success of keyframe insertion.
1663
- :rtype: bool
1664
- """
1665
- ...
1666
-
1667
- def keys(self):
1668
- """Returns the keys of this objects custom properties (matches Python's
1669
- dictionary function of the same name).
1670
-
1671
- :return: custom property keys.
1672
- """
1673
- ...
1674
-
1675
- def path_from_id(self) -> str:
1676
- """Returns the data path from the ID to this object (string).
1677
-
1678
- :return: The path from `bpy.types.bpy_struct.id_data`
1679
- to this struct and property (when given).
1680
- :rtype: str
1681
- """
1682
- ...
1683
-
1684
- def path_resolve(self):
1685
- """Returns the property from the path, raise an exception when not found."""
1686
- ...
1687
-
1688
- @classmethod
1689
- def poll(cls, context):
1690
- """
1691
-
1692
- :param context:
1693
- """
1694
- ...
1695
-
1696
- def poll_message_set(self):
1697
- """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."""
1698
- ...
1699
-
1700
- def pop(self):
1701
- """Remove and return the value of the custom property assigned to key or default
1702
- when not found (matches Python's dictionary function of the same name).
1703
-
1704
- """
1705
- ...
1706
-
1707
- def property_overridable_library_set(self) -> bool:
1708
- """Define a property as overridable or not (only for custom properties!).
1709
-
1710
- :return: True when the overridable status of the property was successfully set.
1711
- :rtype: bool
1712
- """
1713
- ...
1714
-
1715
- def property_unset(self):
1716
- """Unset a property, will use default value afterward."""
1717
- ...
1718
-
1719
- def type_recast(self):
1720
- """Return a new instance, this is needed because types
1721
- such as textures can be changed at runtime.
1722
-
1723
- :return: a new instance of this object with the type initialized again.
1724
- """
1725
- ...
1726
-
1727
- def values(self):
1728
- """Returns the values of this objects custom properties (matches Python's
1729
- dictionary function of the same name).
1730
-
1731
- :return: custom property values.
1732
- """
1733
- ...
1734
-
1735
- class CLIP_OT_track_settings_to_track:
1736
- """Copy tracking settings from active track to selected tracks"""
1737
-
1738
- bl_idname: typing.Any
1739
- bl_label: typing.Any
1740
- bl_options: typing.Any
1741
- bl_rna: typing.Any
1742
- id_data: typing.Any
1743
-
1744
- def as_keywords(self, *, ignore=()):
1745
- """Return a copy of the properties as a dictionary
1746
-
1747
- :param ignore:
1748
- """
1749
- ...
1750
-
1751
- def as_pointer(self) -> int:
1752
- """Returns the memory address which holds a pointer to Blender's internal data
1753
-
1754
- :return: int (memory address).
1755
- :rtype: int
1756
- """
1757
- ...
1758
-
1759
- def bl_rna_get_subclass(self) -> bpy.types.Struct:
1760
- """
1761
-
1762
- :return: The RNA type or default when not found.
1763
- :rtype: bpy.types.Struct
1764
- """
1765
- ...
1766
-
1767
- def bl_rna_get_subclass_py(self) -> typing.Any:
1768
- """
1769
-
1770
- :return: The class or default when not found.
1771
- :rtype: typing.Any
1772
- """
1773
- ...
1774
-
1775
- def driver_add(self) -> bpy.types.FCurve:
1776
- """Adds driver(s) to the given property
1777
-
1778
- :return: The driver(s) added.
1779
- :rtype: bpy.types.FCurve
1780
- """
1781
- ...
1782
-
1783
- def driver_remove(self) -> bool:
1784
- """Remove driver(s) from the given property
1785
-
1786
- :return: Success of driver removal.
1787
- :rtype: bool
1788
- """
1789
- ...
1790
-
1791
- def execute(self, context):
1792
- """
1793
-
1794
- :param context:
1795
- """
1796
- ...
1797
-
1798
- def get(self):
1799
- """Returns the value of the custom property assigned to key or default
1800
- when not found (matches Python's dictionary function of the same name).
1801
-
1802
- """
1803
- ...
1804
-
1805
- def id_properties_clear(self):
1806
- """
1807
-
1808
- :return: Remove the parent group for an RNA struct's custom IDProperties.
1809
- """
1810
- ...
1811
-
1812
- def id_properties_ensure(self):
1813
- """
1814
-
1815
- :return: the parent group for an RNA struct's custom IDProperties.
1816
- """
1817
- ...
1818
-
1819
- def id_properties_ui(self):
1820
- """
1821
-
1822
- :return: Return an object used to manage an IDProperty's UI data.
1823
- """
1824
- ...
1825
-
1826
- def is_property_hidden(self) -> bool:
1827
- """Check if a property is hidden.
1828
-
1829
- :return: True when the property is hidden.
1830
- :rtype: bool
1831
- """
1832
- ...
1833
-
1834
- def is_property_overridable_library(self) -> bool:
1835
- """Check if a property is overridable.
1836
-
1837
- :return: True when the property is overridable.
1838
- :rtype: bool
1839
- """
1840
- ...
1841
-
1842
- def is_property_readonly(self) -> bool:
1843
- """Check if a property is readonly.
1844
-
1845
- :return: True when the property is readonly (not writable).
1846
- :rtype: bool
1847
- """
1848
- ...
1849
-
1850
- def is_property_set(self) -> bool:
1851
- """Check if a property is set, use for testing operator properties.
1852
-
1853
- :return: True when the property has been set.
1854
- :rtype: bool
1855
- """
1856
- ...
1857
-
1858
- def items(self):
1859
- """Returns the items of this objects custom properties (matches Python's
1860
- dictionary function of the same name).
1861
-
1862
- :return: custom property key, value pairs.
1863
- """
1864
- ...
1865
-
1866
- def keyframe_delete(self) -> bool:
1867
- """Remove a keyframe from this properties fcurve.
1868
-
1869
- :return: Success of keyframe deletion.
1870
- :rtype: bool
1871
- """
1872
- ...
1873
-
1874
- def keyframe_insert(self) -> bool:
1875
- """Insert a keyframe on the property given, adding fcurves and animation data when necessary.
1876
-
1877
- :return: Success of keyframe insertion.
1878
- :rtype: bool
1879
- """
1880
- ...
1881
-
1882
- def keys(self):
1883
- """Returns the keys of this objects custom properties (matches Python's
1884
- dictionary function of the same name).
1885
-
1886
- :return: custom property keys.
1887
- """
1888
- ...
1889
-
1890
- def path_from_id(self) -> str:
1891
- """Returns the data path from the ID to this object (string).
1892
-
1893
- :return: The path from `bpy.types.bpy_struct.id_data`
1894
- to this struct and property (when given).
1895
- :rtype: str
1896
- """
1897
- ...
1898
-
1899
- def path_resolve(self):
1900
- """Returns the property from the path, raise an exception when not found."""
1901
- ...
1902
-
1903
- @classmethod
1904
- def poll(cls, context):
1905
- """
1906
-
1907
- :param context:
1908
- """
1909
- ...
1910
-
1911
- def poll_message_set(self):
1912
- """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."""
1913
- ...
1914
-
1915
- def pop(self):
1916
- """Remove and return the value of the custom property assigned to key or default
1917
- when not found (matches Python's dictionary function of the same name).
1918
-
1919
- """
1920
- ...
1921
-
1922
- def property_overridable_library_set(self) -> bool:
1923
- """Define a property as overridable or not (only for custom properties!).
1924
-
1925
- :return: True when the overridable status of the property was successfully set.
1926
- :rtype: bool
1927
- """
1928
- ...
1929
-
1930
- def property_unset(self):
1931
- """Unset a property, will use default value afterward."""
1932
- ...
1933
-
1934
- def type_recast(self):
1935
- """Return a new instance, this is needed because types
1936
- such as textures can be changed at runtime.
1937
-
1938
- :return: a new instance of this object with the type initialized again.
1939
- """
1940
- ...
1941
-
1942
- def values(self):
1943
- """Returns the values of this objects custom properties (matches Python's
1944
- dictionary function of the same name).
1945
-
1946
- :return: custom property values.
1947
- """
1948
- ...
1949
-
1950
- class CLIP_OT_track_to_empty:
1951
- """Create an Empty object which will be copying movement of active track"""
1952
-
1953
- bl_idname: typing.Any
1954
- bl_label: typing.Any
1955
- bl_options: typing.Any
1956
- bl_rna: typing.Any
1957
- id_data: typing.Any
1958
-
1959
- def as_keywords(self, *, ignore=()):
1960
- """Return a copy of the properties as a dictionary
1961
-
1962
- :param ignore:
1963
- """
1964
- ...
1965
-
1966
- def as_pointer(self) -> int:
1967
- """Returns the memory address which holds a pointer to Blender's internal data
1968
-
1969
- :return: int (memory address).
1970
- :rtype: int
1971
- """
1972
- ...
1973
-
1974
- def bl_rna_get_subclass(self) -> bpy.types.Struct:
1975
- """
1976
-
1977
- :return: The RNA type or default when not found.
1978
- :rtype: bpy.types.Struct
1979
- """
1980
- ...
1981
-
1982
- def bl_rna_get_subclass_py(self) -> typing.Any:
1983
- """
1984
-
1985
- :return: The class or default when not found.
1986
- :rtype: typing.Any
1987
- """
1988
- ...
1989
-
1990
- def driver_add(self) -> bpy.types.FCurve:
1991
- """Adds driver(s) to the given property
1992
-
1993
- :return: The driver(s) added.
1994
- :rtype: bpy.types.FCurve
1995
- """
1996
- ...
1997
-
1998
- def driver_remove(self) -> bool:
1999
- """Remove driver(s) from the given property
2000
-
2001
- :return: Success of driver removal.
2002
- :rtype: bool
2003
- """
2004
- ...
2005
-
2006
- def execute(self, context):
2007
- """
2008
-
2009
- :param context:
2010
- """
2011
- ...
2012
-
2013
- def get(self):
2014
- """Returns the value of the custom property assigned to key or default
2015
- when not found (matches Python's dictionary function of the same name).
2016
-
2017
- """
2018
- ...
2019
-
2020
- def id_properties_clear(self):
2021
- """
2022
-
2023
- :return: Remove the parent group for an RNA struct's custom IDProperties.
2024
- """
2025
- ...
2026
-
2027
- def id_properties_ensure(self):
2028
- """
2029
-
2030
- :return: the parent group for an RNA struct's custom IDProperties.
2031
- """
2032
- ...
2033
-
2034
- def id_properties_ui(self):
2035
- """
2036
-
2037
- :return: Return an object used to manage an IDProperty's UI data.
2038
- """
2039
- ...
2040
-
2041
- def is_property_hidden(self) -> bool:
2042
- """Check if a property is hidden.
2043
-
2044
- :return: True when the property is hidden.
2045
- :rtype: bool
2046
- """
2047
- ...
2048
-
2049
- def is_property_overridable_library(self) -> bool:
2050
- """Check if a property is overridable.
2051
-
2052
- :return: True when the property is overridable.
2053
- :rtype: bool
2054
- """
2055
- ...
2056
-
2057
- def is_property_readonly(self) -> bool:
2058
- """Check if a property is readonly.
2059
-
2060
- :return: True when the property is readonly (not writable).
2061
- :rtype: bool
2062
- """
2063
- ...
2064
-
2065
- def is_property_set(self) -> bool:
2066
- """Check if a property is set, use for testing operator properties.
2067
-
2068
- :return: True when the property has been set.
2069
- :rtype: bool
2070
- """
2071
- ...
2072
-
2073
- def items(self):
2074
- """Returns the items of this objects custom properties (matches Python's
2075
- dictionary function of the same name).
2076
-
2077
- :return: custom property key, value pairs.
2078
- """
2079
- ...
2080
-
2081
- def keyframe_delete(self) -> bool:
2082
- """Remove a keyframe from this properties fcurve.
2083
-
2084
- :return: Success of keyframe deletion.
2085
- :rtype: bool
2086
- """
2087
- ...
2088
-
2089
- def keyframe_insert(self) -> bool:
2090
- """Insert a keyframe on the property given, adding fcurves and animation data when necessary.
2091
-
2092
- :return: Success of keyframe insertion.
2093
- :rtype: bool
2094
- """
2095
- ...
2096
-
2097
- def keys(self):
2098
- """Returns the keys of this objects custom properties (matches Python's
2099
- dictionary function of the same name).
2100
-
2101
- :return: custom property keys.
2102
- """
2103
- ...
2104
-
2105
- def path_from_id(self) -> str:
2106
- """Returns the data path from the ID to this object (string).
2107
-
2108
- :return: The path from `bpy.types.bpy_struct.id_data`
2109
- to this struct and property (when given).
2110
- :rtype: str
2111
- """
2112
- ...
2113
-
2114
- def path_resolve(self):
2115
- """Returns the property from the path, raise an exception when not found."""
2116
- ...
2117
-
2118
- @classmethod
2119
- def poll(cls, context):
2120
- """
2121
-
2122
- :param context:
2123
- """
2124
- ...
2125
-
2126
- def poll_message_set(self):
2127
- """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."""
2128
- ...
2129
-
2130
- def pop(self):
2131
- """Remove and return the value of the custom property assigned to key or default
2132
- when not found (matches Python's dictionary function of the same name).
2133
-
2134
- """
2135
- ...
2136
-
2137
- def property_overridable_library_set(self) -> bool:
2138
- """Define a property as overridable or not (only for custom properties!).
2139
-
2140
- :return: True when the overridable status of the property was successfully set.
2141
- :rtype: bool
2142
- """
2143
- ...
2144
-
2145
- def property_unset(self):
2146
- """Unset a property, will use default value afterward."""
2147
- ...
2148
-
2149
- def type_recast(self):
2150
- """Return a new instance, this is needed because types
2151
- such as textures can be changed at runtime.
2152
-
2153
- :return: a new instance of this object with the type initialized again.
2154
- """
2155
- ...
2156
-
2157
- def values(self):
2158
- """Returns the values of this objects custom properties (matches Python's
2159
- dictionary function of the same name).
2160
-
2161
- :return: custom property values.
2162
- """
2163
- ...
2164
-
2165
415
  def CLIP_camera_for_clip(context, clip): ...
2166
416
  def CLIP_default_settings_from_track(clip, track, framenr): ...
2167
417
  def CLIP_set_viewport_background(context, clip, clip_user): ...