fake-bpy-module 20240524__py3-none-any.whl → 20240529__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 (167) hide show
  1. bl_console_utils/autocomplete/complete_calltip/__init__.pyi +3 -3
  2. bl_operators/__init__.pyi +3 -0
  3. bl_operators/connect_to_output/__init__.pyi +325 -0
  4. bl_operators/image_as_planes/__init__.pyi +463 -0
  5. bl_operators/node_editor/__init__.pyi +6 -0
  6. bl_operators/node_editor/node_functions/__init__.pyi +23 -0
  7. bl_operators/presets/__init__.pyi +12 -12
  8. bl_operators/userpref/__init__.pyi +0 -214
  9. bl_operators/wm/__init__.pyi +24 -24
  10. bl_ui/__init__.pyi +12 -12
  11. bl_ui/anim/__init__.pyi +6 -6
  12. bl_ui/generic_ui_list/__init__.pyi +2 -2
  13. bl_ui/node_add_menu/__init__.pyi +6 -6
  14. bl_ui/node_add_menu_compositor/__init__.pyi +108 -108
  15. bl_ui/node_add_menu_geometry/__init__.pyi +288 -288
  16. bl_ui/node_add_menu_shader/__init__.pyi +60 -60
  17. bl_ui/node_add_menu_texture/__init__.pyi +54 -54
  18. bl_ui/properties_collection/__init__.pyi +6 -6
  19. bl_ui/properties_data_armature/__init__.pyi +12 -12
  20. bl_ui/properties_data_camera/__init__.pyi +12 -12
  21. bl_ui/properties_data_curves/__init__.pyi +6 -6
  22. bl_ui/properties_data_gpencil/__init__.pyi +12 -12
  23. bl_ui/properties_data_grease_pencil/__init__.pyi +18 -18
  24. bl_ui/properties_data_mesh/__init__.pyi +24 -24
  25. bl_ui/properties_data_modifier/__init__.pyi +42 -42
  26. bl_ui/properties_data_pointcloud/__init__.pyi +6 -6
  27. bl_ui/properties_freestyle/__init__.pyi +6 -6
  28. bl_ui/properties_grease_pencil_common/__init__.pyi +72 -72
  29. bl_ui/properties_mask_common/__init__.pyi +36 -36
  30. bl_ui/properties_material/__init__.pyi +6 -6
  31. bl_ui/properties_material_gpencil/__init__.pyi +12 -12
  32. bl_ui/properties_object/__init__.pyi +6 -6
  33. bl_ui/properties_output/__init__.pyi +18 -18
  34. bl_ui/properties_paint_common/__init__.pyi +6 -6
  35. bl_ui/properties_particle/__init__.pyi +12 -12
  36. bl_ui/properties_physics_cloth/__init__.pyi +6 -6
  37. bl_ui/properties_physics_fluid/__init__.pyi +6 -6
  38. bl_ui/properties_render/__init__.pyi +7 -7
  39. bl_ui/properties_texture/__init__.pyi +6 -6
  40. bl_ui/properties_view_layer/__init__.pyi +6 -6
  41. bl_ui/space_clip/__init__.pyi +186 -186
  42. bl_ui/space_console/__init__.pyi +30 -30
  43. bl_ui/space_dopesheet/__init__.pyi +84 -84
  44. bl_ui/space_filebrowser/__init__.pyi +78 -78
  45. bl_ui/space_graph/__init__.pyi +96 -96
  46. bl_ui/space_image/__init__.pyi +138 -138
  47. bl_ui/space_info/__init__.pyi +30 -30
  48. bl_ui/space_nla/__init__.pyi +78 -78
  49. bl_ui/space_node/__init__.pyi +72 -72
  50. bl_ui/space_outliner/__init__.pyi +72 -72
  51. bl_ui/space_sequencer/__init__.pyi +204 -204
  52. bl_ui/space_text/__init__.pyi +72 -72
  53. bl_ui/space_time/__init__.pyi +24 -24
  54. bl_ui/space_toolsystem_toolbar/__init__.pyi +4 -0
  55. bl_ui/space_topbar/__init__.pyi +114 -114
  56. bl_ui/space_userpref/__init__.pyi +36 -36
  57. bl_ui/space_view3d/__init__.pyi +1446 -1176
  58. bl_ui/space_view3d_toolbar/__init__.pyi +30 -30
  59. bl_ui/utils/__init__.pyi +6 -6
  60. bmesh/geometry/__init__.pyi +2 -2
  61. bmesh/ops/__init__.pyi +55 -54
  62. bmesh/types/__init__.pyi +43 -33
  63. bmesh/utils/__init__.pyi +2 -2
  64. bpy/app/__init__.pyi +5 -1
  65. bpy/app/handlers/__init__.pyi +37 -37
  66. bpy/app/icons/__init__.pyi +4 -4
  67. bpy/app/timers/__init__.pyi +6 -6
  68. bpy/ops/action/__init__.pyi +21 -0
  69. bpy/ops/anim/__init__.pyi +34 -0
  70. bpy/ops/armature/__init__.pyi +31 -0
  71. bpy/ops/asset/__init__.pyi +5 -0
  72. bpy/ops/bl_pkg/__init__.pyi +32 -21
  73. bpy/ops/boid/__init__.pyi +1 -0
  74. bpy/ops/brush/__init__.pyi +6 -0
  75. bpy/ops/buttons/__init__.pyi +2 -0
  76. bpy/ops/cachefile/__init__.pyi +3 -0
  77. bpy/ops/camera/__init__.pyi +2 -0
  78. bpy/ops/clip/__init__.pyi +49 -0
  79. bpy/ops/cloth/__init__.pyi +1 -0
  80. bpy/ops/collection/__init__.pyi +7 -0
  81. bpy/ops/console/__init__.pyi +11 -0
  82. bpy/ops/constraint/__init__.pyi +15 -0
  83. bpy/ops/curve/__init__.pyi +28 -0
  84. bpy/ops/curves/__init__.pyi +14 -0
  85. bpy/ops/cycles/__init__.pyi +2 -0
  86. bpy/ops/dpaint/__init__.pyi +2 -0
  87. bpy/ops/ed/__init__.pyi +3 -0
  88. bpy/ops/export_anim/__init__.pyi +1 -0
  89. bpy/ops/export_scene/__init__.pyi +20 -3
  90. bpy/ops/file/__init__.pyi +14 -0
  91. bpy/ops/fluid/__init__.pyi +1 -0
  92. bpy/ops/font/__init__.pyi +13 -0
  93. bpy/ops/geometry/__init__.pyi +7 -0
  94. bpy/ops/gizmogroup/__init__.pyi +1 -0
  95. bpy/ops/gpencil/__init__.pyi +106 -0
  96. bpy/ops/graph/__init__.pyi +47 -0
  97. bpy/ops/grease_pencil/__init__.pyi +52 -0
  98. bpy/ops/image/__init__.pyi +308 -0
  99. bpy/ops/import_anim/__init__.pyi +1 -0
  100. bpy/ops/import_curve/__init__.pyi +1 -0
  101. bpy/ops/import_scene/__init__.pyi +2 -0
  102. bpy/ops/info/__init__.pyi +3 -0
  103. bpy/ops/lattice/__init__.pyi +5 -0
  104. bpy/ops/marker/__init__.pyi +9 -0
  105. bpy/ops/mask/__init__.pyi +22 -0
  106. bpy/ops/mball/__init__.pyi +7 -0
  107. bpy/ops/mesh/__init__.pyi +134 -0
  108. bpy/ops/nla/__init__.pyi +20 -0
  109. bpy/ops/node/__init__.pyi +65 -0
  110. bpy/ops/object/__init__.pyi +174 -0
  111. bpy/ops/outliner/__init__.pyi +25 -0
  112. bpy/ops/paint/__init__.pyi +105 -0
  113. bpy/ops/paintcurve/__init__.pyi +4 -0
  114. bpy/ops/palette/__init__.pyi +4 -0
  115. bpy/ops/particle/__init__.pyi +17 -0
  116. bpy/ops/pose/__init__.pyi +24 -0
  117. bpy/ops/poselib/__init__.pyi +4 -0
  118. bpy/ops/preferences/__init__.pyi +28 -16
  119. bpy/ops/ptcache/__init__.pyi +2 -0
  120. bpy/ops/render/__init__.pyi +9 -0
  121. bpy/ops/rigidbody/__init__.pyi +7 -0
  122. bpy/ops/scene/__init__.pyi +16 -0
  123. bpy/ops/screen/__init__.pyi +21 -0
  124. bpy/ops/script/__init__.pyi +2 -0
  125. bpy/ops/sculpt/__init__.pyi +151 -0
  126. bpy/ops/sculpt_curves/__init__.pyi +3 -0
  127. bpy/ops/sequencer/__init__.pyi +57 -0
  128. bpy/ops/sound/__init__.pyi +4 -0
  129. bpy/ops/spreadsheet/__init__.pyi +2 -0
  130. bpy/ops/surface/__init__.pyi +6 -0
  131. bpy/ops/text/__init__.pyi +18 -0
  132. bpy/ops/text_editor/__init__.pyi +1 -0
  133. bpy/ops/texture/__init__.pyi +1 -0
  134. bpy/ops/transform/__init__.pyi +25 -0
  135. bpy/ops/ui/__init__.pyi +13 -0
  136. bpy/ops/uilist/__init__.pyi +3 -0
  137. bpy/ops/uv/__init__.pyi +40 -0
  138. bpy/ops/view2d/__init__.pyi +11 -0
  139. bpy/ops/view3d/__init__.pyi +30 -0
  140. bpy/ops/wm/__init__.pyi +114 -0
  141. bpy/ops/workspace/__init__.pyi +1 -0
  142. bpy/path/__init__.pyi +6 -6
  143. bpy/props/__init__.pyi +27 -15
  144. bpy/types/__init__.pyi +662 -388
  145. bpy/utils/__init__.pyi +12 -10
  146. bpy_extras/anim_utils/__init__.pyi +7 -7
  147. bpy_extras/io_utils/__init__.pyi +4 -4
  148. bpy_extras/mesh_utils/__init__.pyi +4 -4
  149. bpy_extras/object_utils/__init__.pyi +8 -8
  150. bpy_extras/view3d_utils/__init__.pyi +2 -0
  151. bpy_types/__init__.pyi +12 -12
  152. {fake_bpy_module-20240524.dist-info → fake_bpy_module-20240529.dist-info}/METADATA +1 -1
  153. {fake_bpy_module-20240524.dist-info → fake_bpy_module-20240529.dist-info}/RECORD +167 -163
  154. freestyle/shaders/__init__.pyi +2 -2
  155. freestyle/types/__init__.pyi +64 -56
  156. gpu/matrix/__init__.pyi +6 -6
  157. gpu/types/__init__.pyi +14 -10
  158. gpu_extras/batch/__init__.pyi +1 -1
  159. gpu_extras/presets/__init__.pyi +1 -1
  160. imbuf/__init__.pyi +2 -2
  161. mathutils/__init__.pyi +176 -137
  162. mathutils/bvhtree/__init__.pyi +4 -4
  163. mathutils/geometry/__init__.pyi +139 -139
  164. mathutils/kdtree/__init__.pyi +14 -10
  165. mathutils/noise/__init__.pyi +26 -26
  166. {fake_bpy_module-20240524.dist-info → fake_bpy_module-20240529.dist-info}/WHEEL +0 -0
  167. {fake_bpy_module-20240524.dist-info → fake_bpy_module-20240529.dist-info}/top_level.txt +0 -0
@@ -33,27 +33,11 @@ def extension_disable(
33
33
 
34
34
  ...
35
35
 
36
- def extension_online_access(
37
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
38
- execution_context: str | int | None = None,
39
- undo: bool | None = None,
40
- enable: bool | typing.Any | None = False,
41
- ):
42
- """Handle online access
43
-
44
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
45
- :type execution_context: str | int | None
46
- :type undo: bool | None
47
- :param enable: Enable
48
- :type enable: bool | typing.Any | None
49
- """
50
-
51
- ...
52
-
53
36
  def extension_theme_disable(
54
37
  override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
55
38
  execution_context: str | int | None = None,
56
39
  undo: bool | None = None,
40
+ *,
57
41
  pkg_id: str | typing.Any = "",
58
42
  repo_index: typing.Any | None = -1,
59
43
  ):
@@ -74,6 +58,7 @@ def extension_theme_enable(
74
58
  override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
75
59
  execution_context: str | int | None = None,
76
60
  undo: bool | None = None,
61
+ *,
77
62
  pkg_id: str | typing.Any = "",
78
63
  repo_index: typing.Any | None = -1,
79
64
  ):
@@ -109,7 +94,21 @@ def extensions_show_for_update(
109
94
  execution_context: str | int | None = None,
110
95
  undo: bool | None = None,
111
96
  ):
112
- """Show add-on preferences
97
+ """Open extensions preferences
98
+
99
+ :type override_context: dict[str, typing.Any] | bpy.types.Context | None
100
+ :type execution_context: str | int | None
101
+ :type undo: bool | None
102
+ """
103
+
104
+ ...
105
+
106
+ def extensions_show_online_prefs(
107
+ override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
108
+ execution_context: str | int | None = None,
109
+ undo: bool | None = None,
110
+ ):
111
+ """Show system preferences "Network" panel to allow online access
113
112
 
114
113
  :type override_context: dict[str, typing.Any] | bpy.types.Context | None
115
114
  :type execution_context: str | int | None
@@ -150,13 +149,14 @@ def pkg_install(
150
149
  override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
151
150
  execution_context: str | int | None = None,
152
151
  undo: bool | None = None,
152
+ *,
153
153
  repo_directory: str | typing.Any = "",
154
154
  repo_index: typing.Any | None = -1,
155
155
  pkg_id: str | typing.Any = "",
156
156
  enable_on_install: bool | typing.Any | None = True,
157
157
  url: str | typing.Any = "",
158
158
  ):
159
- """Undocumented, consider contributing.
159
+ """Download and install the extension
160
160
 
161
161
  :type override_context: dict[str, typing.Any] | bpy.types.Context | None
162
162
  :type execution_context: str | int | None
@@ -179,6 +179,7 @@ def pkg_install_files(
179
179
  override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
180
180
  execution_context: str | int | None = None,
181
181
  undo: bool | None = None,
182
+ *,
182
183
  filter_glob: str | typing.Any = "*.zip",
183
184
  directory: str | typing.Any = "",
184
185
  files: bpy.types.bpy_prop_collection[bpy.types.OperatorFileListElement]
@@ -215,6 +216,7 @@ def pkg_install_marked(
215
216
  override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
216
217
  execution_context: str | int | None = None,
217
218
  undo: bool | None = None,
219
+ *,
218
220
  enable_on_install: bool | typing.Any | None = True,
219
221
  ):
220
222
  """Undocumented, consider contributing.
@@ -232,6 +234,7 @@ def pkg_mark_clear(
232
234
  override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
233
235
  execution_context: str | int | None = None,
234
236
  undo: bool | None = None,
237
+ *,
235
238
  pkg_id: str | typing.Any = "",
236
239
  repo_index: typing.Any | None = -1,
237
240
  ):
@@ -252,6 +255,7 @@ def pkg_mark_set(
252
255
  override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
253
256
  execution_context: str | int | None = None,
254
257
  undo: bool | None = None,
258
+ *,
255
259
  pkg_id: str | typing.Any = "",
256
260
  repo_index: typing.Any | None = -1,
257
261
  ):
@@ -272,6 +276,7 @@ def pkg_show_clear(
272
276
  override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
273
277
  execution_context: str | int | None = None,
274
278
  undo: bool | None = None,
279
+ *,
275
280
  pkg_id: str | typing.Any = "",
276
281
  repo_index: typing.Any | None = -1,
277
282
  ):
@@ -292,6 +297,7 @@ def pkg_show_set(
292
297
  override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
293
298
  execution_context: str | int | None = None,
294
299
  undo: bool | None = None,
300
+ *,
295
301
  pkg_id: str | typing.Any = "",
296
302
  repo_index: typing.Any | None = -1,
297
303
  ):
@@ -312,6 +318,7 @@ def pkg_show_settings(
312
318
  override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
313
319
  execution_context: str | int | None = None,
314
320
  undo: bool | None = None,
321
+ *,
315
322
  pkg_id: str | typing.Any = "",
316
323
  repo_index: typing.Any | None = -1,
317
324
  ):
@@ -346,6 +353,7 @@ def pkg_uninstall(
346
353
  override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
347
354
  execution_context: str | int | None = None,
348
355
  undo: bool | None = None,
356
+ *,
349
357
  repo_directory: str | typing.Any = "",
350
358
  repo_index: typing.Any | None = -1,
351
359
  pkg_id: str | typing.Any = "",
@@ -383,9 +391,10 @@ def pkg_upgrade_all(
383
391
  override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
384
392
  execution_context: str | int | None = None,
385
393
  undo: bool | None = None,
394
+ *,
386
395
  use_active_only: bool | typing.Any | None = False,
387
396
  ):
388
- """Undocumented, consider contributing.
397
+ """Upgrade all the extensions to their latest version for all the remote repositories
389
398
 
390
399
  :type override_context: dict[str, typing.Any] | bpy.types.Context | None
391
400
  :type execution_context: str | int | None
@@ -414,6 +423,7 @@ def repo_sync(
414
423
  override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
415
424
  execution_context: str | int | None = None,
416
425
  undo: bool | None = None,
426
+ *,
417
427
  repo_directory: str | typing.Any = "",
418
428
  repo_index: typing.Any | None = -1,
419
429
  ):
@@ -434,9 +444,10 @@ def repo_sync_all(
434
444
  override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
435
445
  execution_context: str | int | None = None,
436
446
  undo: bool | None = None,
447
+ *,
437
448
  use_active_only: bool | typing.Any | None = False,
438
449
  ):
439
- """Undocumented, consider contributing.
450
+ """Refresh the list of extensions for all the remote repositories
440
451
 
441
452
  :type override_context: dict[str, typing.Any] | bpy.types.Context | None
442
453
  :type execution_context: str | int | None
bpy/ops/boid/__init__.pyi CHANGED
@@ -9,6 +9,7 @@ def rule_add(
9
9
  override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
10
10
  execution_context: str | int | None = None,
11
11
  undo: bool | None = None,
12
+ *,
12
13
  type: str | None = "GOAL",
13
14
  ):
14
15
  """Add a boid rule to the current boid state
@@ -37,6 +37,7 @@ def curve_preset(
37
37
  override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
38
38
  execution_context: str | int | None = None,
39
39
  undo: bool | None = None,
40
+ *,
40
41
  shape: str | None = "SMOOTH",
41
42
  ):
42
43
  """Set brush shape
@@ -68,6 +69,7 @@ def scale_size(
68
69
  override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
69
70
  execution_context: str | int | None = None,
70
71
  undo: bool | None = None,
72
+ *,
71
73
  scalar: typing.Any | None = 1.0,
72
74
  ):
73
75
  """Change brush size by a scalar
@@ -85,6 +87,7 @@ def sculpt_curves_falloff_preset(
85
87
  override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
86
88
  execution_context: str | int | None = None,
87
89
  undo: bool | None = None,
90
+ *,
88
91
  shape: str | None = "SMOOTH",
89
92
  ):
90
93
  """Set Curve Falloff Preset
@@ -102,6 +105,7 @@ def stencil_control(
102
105
  override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
103
106
  execution_context: str | int | None = None,
104
107
  undo: bool | None = None,
108
+ *,
105
109
  mode: str | None = "TRANSLATION",
106
110
  texmode: str | None = "PRIMARY",
107
111
  ):
@@ -122,6 +126,7 @@ def stencil_fit_image_aspect(
122
126
  override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
123
127
  execution_context: str | int | None = None,
124
128
  undo: bool | None = None,
129
+ *,
125
130
  use_repeat: bool | typing.Any | None = True,
126
131
  use_scale: bool | typing.Any | None = True,
127
132
  mask: bool | typing.Any | None = False,
@@ -145,6 +150,7 @@ def stencil_reset_transform(
145
150
  override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
146
151
  execution_context: str | int | None = None,
147
152
  undo: bool | None = None,
153
+ *,
148
154
  mask: bool | typing.Any | None = False,
149
155
  ):
150
156
  """Reset the stencil transformation to the default
@@ -37,6 +37,7 @@ def directory_browse(
37
37
  override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
38
38
  execution_context: str | int | None = None,
39
39
  undo: bool | None = None,
40
+ *,
40
41
  directory: str | typing.Any = "",
41
42
  hide_props_region: bool | typing.Any | None = True,
42
43
  check_existing: bool | typing.Any | None = False,
@@ -135,6 +136,7 @@ def file_browse(
135
136
  override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
136
137
  execution_context: str | int | None = None,
137
138
  undo: bool | None = None,
139
+ *,
138
140
  filepath: str | typing.Any = "",
139
141
  hide_props_region: bool | typing.Any | None = True,
140
142
  check_existing: bool | typing.Any | None = False,
@@ -9,6 +9,7 @@ def layer_add(
9
9
  override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
10
10
  execution_context: str | int | None = None,
11
11
  undo: bool | None = None,
12
+ *,
12
13
  filepath: str | typing.Any = "",
13
14
  hide_props_region: bool | typing.Any | None = True,
14
15
  check_existing: bool | typing.Any | None = False,
@@ -107,6 +108,7 @@ def layer_move(
107
108
  override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
108
109
  execution_context: str | int | None = None,
109
110
  undo: bool | None = None,
111
+ *,
110
112
  direction: str | None = "UP",
111
113
  ):
112
114
  """Move layer in the list, layers further down the list will overwrite data from the layers higher up
@@ -138,6 +140,7 @@ def open(
138
140
  override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
139
141
  execution_context: str | int | None = None,
140
142
  undo: bool | None = None,
143
+ *,
141
144
  filepath: str | typing.Any = "",
142
145
  hide_props_region: bool | typing.Any | None = True,
143
146
  check_existing: bool | typing.Any | None = False,
@@ -9,6 +9,7 @@ def preset_add(
9
9
  override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
10
10
  execution_context: str | int | None = None,
11
11
  undo: bool | None = None,
12
+ *,
12
13
  name: str | typing.Any = "",
13
14
  remove_name: bool | typing.Any | None = False,
14
15
  remove_active: bool | typing.Any | None = False,
@@ -35,6 +36,7 @@ def safe_areas_preset_add(
35
36
  override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
36
37
  execution_context: str | int | None = None,
37
38
  undo: bool | None = None,
39
+ *,
38
40
  name: str | typing.Any = "",
39
41
  remove_name: bool | typing.Any | None = False,
40
42
  remove_active: bool | typing.Any | None = False,
bpy/ops/clip/__init__.pyi CHANGED
@@ -10,6 +10,7 @@ def add_marker(
10
10
  override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
11
11
  execution_context: str | int | None = None,
12
12
  undo: bool | None = None,
13
+ *,
13
14
  location: typing.Any | None = (0.0, 0.0),
14
15
  ):
15
16
  """Place new marker at specified location
@@ -41,6 +42,7 @@ def add_marker_move(
41
42
  override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
42
43
  execution_context: str | int | None = None,
43
44
  undo: bool | None = None,
45
+ *,
44
46
  CLIP_OT_add_marker: add_marker | None = None,
45
47
  TRANSFORM_OT_translate: bpy.ops.transform.translate | None = None,
46
48
  ):
@@ -61,6 +63,7 @@ def add_marker_slide(
61
63
  override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
62
64
  execution_context: str | int | None = None,
63
65
  undo: bool | None = None,
66
+ *,
64
67
  CLIP_OT_add_marker: add_marker | None = None,
65
68
  TRANSFORM_OT_translate: bpy.ops.transform.translate | None = None,
66
69
  ):
@@ -81,6 +84,7 @@ def apply_solution_scale(
81
84
  override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
82
85
  execution_context: str | int | None = None,
83
86
  undo: bool | None = None,
87
+ *,
84
88
  distance: typing.Any | None = 0.0,
85
89
  ):
86
90
  """Apply scale on solution itself to make distance between selected tracks equals to desired
@@ -98,6 +102,7 @@ def average_tracks(
98
102
  override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
99
103
  execution_context: str | int | None = None,
100
104
  undo: bool | None = None,
105
+ *,
101
106
  keep_original: bool | typing.Any | None = True,
102
107
  ):
103
108
  """Average selected tracks into active
@@ -129,6 +134,7 @@ def camera_preset_add(
129
134
  override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
130
135
  execution_context: str | int | None = None,
131
136
  undo: bool | None = None,
137
+ *,
132
138
  name: str | typing.Any = "",
133
139
  remove_name: bool | typing.Any | None = False,
134
140
  remove_active: bool | typing.Any | None = False,
@@ -155,6 +161,7 @@ def change_frame(
155
161
  override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
156
162
  execution_context: str | int | None = None,
157
163
  undo: bool | None = None,
164
+ *,
158
165
  frame: typing.Any | None = 0,
159
166
  ):
160
167
  """Interactively change the current frame number
@@ -172,6 +179,7 @@ def clean_tracks(
172
179
  override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
173
180
  execution_context: str | int | None = None,
174
181
  undo: bool | None = None,
182
+ *,
175
183
  frames: typing.Any | None = 0,
176
184
  error: typing.Any | None = 0.0,
177
185
  action: str | None = "SELECT",
@@ -218,6 +226,7 @@ def clear_track_path(
218
226
  override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
219
227
  execution_context: str | int | None = None,
220
228
  undo: bool | None = None,
229
+ *,
221
230
  action: str | None = "REMAINED",
222
231
  clear_active: bool | typing.Any | None = False,
223
232
  ):
@@ -289,6 +298,7 @@ def cursor_set(
289
298
  override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
290
299
  execution_context: str | int | None = None,
291
300
  undo: bool | None = None,
301
+ *,
292
302
  location: typing.Any | None = (0.0, 0.0),
293
303
  ):
294
304
  """Set 2D cursor location
@@ -306,6 +316,7 @@ def delete_marker(
306
316
  override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
307
317
  execution_context: str | int | None = None,
308
318
  undo: bool | None = None,
319
+ *,
309
320
  confirm: bool | typing.Any | None = True,
310
321
  ):
311
322
  """Delete marker for current frame from selected tracks
@@ -337,6 +348,7 @@ def delete_track(
337
348
  override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
338
349
  execution_context: str | int | None = None,
339
350
  undo: bool | None = None,
351
+ *,
340
352
  confirm: bool | typing.Any | None = True,
341
353
  ):
342
354
  """Delete selected tracks
@@ -354,6 +366,7 @@ def detect_features(
354
366
  override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
355
367
  execution_context: str | int | None = None,
356
368
  undo: bool | None = None,
369
+ *,
357
370
  placement: str | None = "FRAME",
358
371
  margin: typing.Any | None = 16,
359
372
  threshold: typing.Any | None = 0.5,
@@ -389,6 +402,7 @@ def disable_markers(
389
402
  override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
390
403
  execution_context: str | int | None = None,
391
404
  undo: bool | None = None,
405
+ *,
392
406
  action: str | None = "DISABLE",
393
407
  ):
394
408
  """Disable/enable selected markers
@@ -415,6 +429,7 @@ def dopesheet_select_channel(
415
429
  override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
416
430
  execution_context: str | int | None = None,
417
431
  undo: bool | None = None,
432
+ *,
418
433
  location: typing.Any | None = (0.0, 0.0),
419
434
  extend: bool | typing.Any | None = False,
420
435
  ):
@@ -449,6 +464,7 @@ def filter_tracks(
449
464
  override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
450
465
  execution_context: str | int | None = None,
451
466
  undo: bool | None = None,
467
+ *,
452
468
  track_threshold: typing.Any | None = 5.0,
453
469
  ):
454
470
  """Filter tracks which has weirdly looking spikes in motion curves
@@ -466,6 +482,7 @@ def frame_jump(
466
482
  override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
467
483
  execution_context: str | int | None = None,
468
484
  undo: bool | None = None,
485
+ *,
469
486
  position: str | None = "PATHSTART",
470
487
  ):
471
488
  """Jump to special frame
@@ -509,6 +526,7 @@ def graph_delete_curve(
509
526
  override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
510
527
  execution_context: str | int | None = None,
511
528
  undo: bool | None = None,
529
+ *,
512
530
  confirm: bool | typing.Any | None = True,
513
531
  ):
514
532
  """Delete track corresponding to the selected curve
@@ -540,6 +558,7 @@ def graph_disable_markers(
540
558
  override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
541
559
  execution_context: str | int | None = None,
542
560
  undo: bool | None = None,
561
+ *,
543
562
  action: str | None = "DISABLE",
544
563
  ):
545
564
  """Disable/enable selected markers
@@ -566,6 +585,7 @@ def graph_select(
566
585
  override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
567
586
  execution_context: str | int | None = None,
568
587
  undo: bool | None = None,
588
+ *,
569
589
  location: typing.Any | None = (0.0, 0.0),
570
590
  extend: bool | typing.Any | None = False,
571
591
  ):
@@ -586,6 +606,7 @@ def graph_select_all_markers(
586
606
  override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
587
607
  execution_context: str | int | None = None,
588
608
  undo: bool | None = None,
609
+ *,
589
610
  action: str | None = "TOGGLE",
590
611
  ):
591
612
  """Change selection of all markers of active track
@@ -615,6 +636,7 @@ def graph_select_box(
615
636
  override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
616
637
  execution_context: str | int | None = None,
617
638
  undo: bool | None = None,
639
+ *,
618
640
  xmin: typing.Any | None = 0,
619
641
  xmax: typing.Any | None = 0,
620
642
  ymin: typing.Any | None = 0,
@@ -664,6 +686,7 @@ def hide_tracks(
664
686
  override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
665
687
  execution_context: str | int | None = None,
666
688
  undo: bool | None = None,
689
+ *,
667
690
  unselected: bool | typing.Any | None = False,
668
691
  ):
669
692
  """Hide selected tracks
@@ -751,6 +774,7 @@ def lock_tracks(
751
774
  override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
752
775
  execution_context: str | int | None = None,
753
776
  undo: bool | None = None,
777
+ *,
754
778
  action: str | None = "LOCK",
755
779
  ):
756
780
  """Lock/unlock selected tracks
@@ -777,6 +801,7 @@ def mode_set(
777
801
  override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
778
802
  execution_context: str | int | None = None,
779
803
  undo: bool | None = None,
804
+ *,
780
805
  mode: str | None = "TRACKING",
781
806
  ):
782
807
  """Set the clip interaction mode
@@ -808,6 +833,7 @@ def open(
808
833
  override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
809
834
  execution_context: str | int | None = None,
810
835
  undo: bool | None = None,
836
+ *,
811
837
  directory: str | typing.Any = "",
812
838
  files: bpy.types.bpy_prop_collection[bpy.types.OperatorFileListElement]
813
839
  | None = None,
@@ -973,6 +999,7 @@ def refine_markers(
973
999
  override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
974
1000
  execution_context: str | int | None = None,
975
1001
  undo: bool | None = None,
1002
+ *,
976
1003
  backwards: bool | typing.Any | None = False,
977
1004
  ):
978
1005
  """Refine selected markers positions by running the tracker from track's reference to current frame
@@ -1004,6 +1031,7 @@ def select(
1004
1031
  override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
1005
1032
  execution_context: str | int | None = None,
1006
1033
  undo: bool | None = None,
1034
+ *,
1007
1035
  extend: bool | typing.Any | None = False,
1008
1036
  deselect_all: bool | typing.Any | None = False,
1009
1037
  location: typing.Any | None = (0.0, 0.0),
@@ -1027,6 +1055,7 @@ def select_all(
1027
1055
  override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
1028
1056
  execution_context: str | int | None = None,
1029
1057
  undo: bool | None = None,
1058
+ *,
1030
1059
  action: str | None = "TOGGLE",
1031
1060
  ):
1032
1061
  """Change selection of all tracking markers
@@ -1056,6 +1085,7 @@ def select_box(
1056
1085
  override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
1057
1086
  execution_context: str | int | None = None,
1058
1087
  undo: bool | None = None,
1088
+ *,
1059
1089
  xmin: typing.Any | None = 0,
1060
1090
  xmax: typing.Any | None = 0,
1061
1091
  ymin: typing.Any | None = 0,
@@ -1097,6 +1127,7 @@ def select_circle(
1097
1127
  override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
1098
1128
  execution_context: str | int | None = None,
1099
1129
  undo: bool | None = None,
1130
+ *,
1100
1131
  x: typing.Any | None = 0,
1101
1132
  y: typing.Any | None = 0,
1102
1133
  radius: typing.Any | None = 25,
@@ -1135,6 +1166,7 @@ def select_grouped(
1135
1166
  override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
1136
1167
  execution_context: str | int | None = None,
1137
1168
  undo: bool | None = None,
1169
+ *,
1138
1170
  group: str | None = "ESTIMATED",
1139
1171
  ):
1140
1172
  """Select all tracks from specified group
@@ -1173,6 +1205,7 @@ def select_lasso(
1173
1205
  override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
1174
1206
  execution_context: str | int | None = None,
1175
1207
  undo: bool | None = None,
1208
+ *,
1176
1209
  path: bpy.types.bpy_prop_collection[bpy.types.OperatorMousePath] | None = None,
1177
1210
  mode: str | None = "SET",
1178
1211
  ):
@@ -1216,6 +1249,7 @@ def set_axis(
1216
1249
  override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
1217
1250
  execution_context: str | int | None = None,
1218
1251
  undo: bool | None = None,
1252
+ *,
1219
1253
  axis: str | None = "X",
1220
1254
  ):
1221
1255
  """Set the direction of a scene axis by rotating the camera (or its parent if present). This assumes that the selected track lies on a real axis connecting it to the origin
@@ -1239,6 +1273,7 @@ def set_origin(
1239
1273
  override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
1240
1274
  execution_context: str | int | None = None,
1241
1275
  undo: bool | None = None,
1276
+ *,
1242
1277
  use_median: bool | typing.Any | None = False,
1243
1278
  ):
1244
1279
  """Set active marker as origin by moving camera (or its parent if present) in 3D space
@@ -1256,6 +1291,7 @@ def set_plane(
1256
1291
  override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
1257
1292
  execution_context: str | int | None = None,
1258
1293
  undo: bool | None = None,
1294
+ *,
1259
1295
  plane: str | None = "FLOOR",
1260
1296
  ):
1261
1297
  """Set plane based on 3 selected bundles by moving camera (or its parent if present) in 3D space
@@ -1279,6 +1315,7 @@ def set_scale(
1279
1315
  override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
1280
1316
  execution_context: str | int | None = None,
1281
1317
  undo: bool | None = None,
1318
+ *,
1282
1319
  distance: typing.Any | None = 0.0,
1283
1320
  ):
1284
1321
  """Set scale of scene by scaling camera (or its parent if present)
@@ -1310,6 +1347,7 @@ def set_solution_scale(
1310
1347
  override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
1311
1348
  execution_context: str | int | None = None,
1312
1349
  undo: bool | None = None,
1350
+ *,
1313
1351
  distance: typing.Any | None = 0.0,
1314
1352
  ):
1315
1353
  """Set object solution scale using distance between two selected tracks
@@ -1327,6 +1365,7 @@ def set_solver_keyframe(
1327
1365
  override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
1328
1366
  execution_context: str | int | None = None,
1329
1367
  undo: bool | None = None,
1368
+ *,
1330
1369
  keyframe: str | None = "KEYFRAME_A",
1331
1370
  ):
1332
1371
  """Set keyframe used by solver
@@ -1372,6 +1411,7 @@ def slide_marker(
1372
1411
  override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
1373
1412
  execution_context: str | int | None = None,
1374
1413
  undo: bool | None = None,
1414
+ *,
1375
1415
  offset: typing.Any | None = (0.0, 0.0),
1376
1416
  ):
1377
1417
  """Slide marker areas
@@ -1501,6 +1541,7 @@ def track_color_preset_add(
1501
1541
  override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
1502
1542
  execution_context: str | int | None = None,
1503
1543
  undo: bool | None = None,
1544
+ *,
1504
1545
  name: str | typing.Any = "",
1505
1546
  remove_name: bool | typing.Any | None = False,
1506
1547
  remove_active: bool | typing.Any | None = False,
@@ -1538,6 +1579,7 @@ def track_markers(
1538
1579
  override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
1539
1580
  execution_context: str | int | None = None,
1540
1581
  undo: bool | None = None,
1582
+ *,
1541
1583
  backwards: bool | typing.Any | None = False,
1542
1584
  sequence: bool | typing.Any | None = False,
1543
1585
  ):
@@ -1628,6 +1670,7 @@ def tracking_settings_preset_add(
1628
1670
  override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
1629
1671
  execution_context: str | int | None = None,
1630
1672
  undo: bool | None = None,
1673
+ *,
1631
1674
  name: str | typing.Any = "",
1632
1675
  remove_name: bool | typing.Any | None = False,
1633
1676
  remove_active: bool | typing.Any | None = False,
@@ -1665,6 +1708,7 @@ def view_all(
1665
1708
  override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
1666
1709
  execution_context: str | int | None = None,
1667
1710
  undo: bool | None = None,
1711
+ *,
1668
1712
  fit_view: bool | typing.Any | None = False,
1669
1713
  ):
1670
1714
  """View whole image with markers
@@ -1710,6 +1754,7 @@ def view_pan(
1710
1754
  override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
1711
1755
  execution_context: str | int | None = None,
1712
1756
  undo: bool | None = None,
1757
+ *,
1713
1758
  offset: typing.Any | None = (0.0, 0.0),
1714
1759
  ):
1715
1760
  """Pan the view
@@ -1741,6 +1786,7 @@ def view_zoom(
1741
1786
  override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
1742
1787
  execution_context: str | int | None = None,
1743
1788
  undo: bool | None = None,
1789
+ *,
1744
1790
  factor: typing.Any | None = 0.0,
1745
1791
  use_cursor_init: bool | typing.Any | None = True,
1746
1792
  ):
@@ -1761,6 +1807,7 @@ def view_zoom_in(
1761
1807
  override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
1762
1808
  execution_context: str | int | None = None,
1763
1809
  undo: bool | None = None,
1810
+ *,
1764
1811
  location: typing.Any | None = (0.0, 0.0),
1765
1812
  ):
1766
1813
  """Zoom in the view
@@ -1778,6 +1825,7 @@ def view_zoom_out(
1778
1825
  override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
1779
1826
  execution_context: str | int | None = None,
1780
1827
  undo: bool | None = None,
1828
+ *,
1781
1829
  location: typing.Any | None = (0.0, 0.0),
1782
1830
  ):
1783
1831
  """Zoom out the view
@@ -1795,6 +1843,7 @@ def view_zoom_ratio(
1795
1843
  override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
1796
1844
  execution_context: str | int | None = None,
1797
1845
  undo: bool | None = None,
1846
+ *,
1798
1847
  ratio: typing.Any | None = 0.0,
1799
1848
  ):
1800
1849
  """Set the zoom ratio (based on clip size)
@@ -9,6 +9,7 @@ def preset_add(
9
9
  override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
10
10
  execution_context: str | int | None = None,
11
11
  undo: bool | None = None,
12
+ *,
12
13
  name: str | typing.Any = "",
13
14
  remove_name: bool | typing.Any | None = False,
14
15
  remove_active: bool | typing.Any | None = False,