fake-bpy-module 20240531__py3-none-any.whl → 20240604__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 (107) hide show
  1. aud/__init__.pyi +4 -4
  2. bl_console_utils/autocomplete/intellisense/__init__.pyi +2 -4
  3. bl_ui/space_sequencer/__init__.pyi +14 -0
  4. bl_ui/space_userpref/__init__.pyi +234 -0
  5. bl_ui/space_view3d/__init__.pyi +810 -0
  6. blf/__init__.pyi +4 -4
  7. bmesh/ops/__init__.pyi +97 -82
  8. bmesh/types/__init__.pyi +43 -40
  9. bmesh/utils/__init__.pyi +2 -4
  10. bpy/ops/action/__init__.pyi +152 -152
  11. bpy/ops/anim/__init__.pyi +216 -216
  12. bpy/ops/armature/__init__.pyi +192 -192
  13. bpy/ops/asset/__init__.pyi +64 -64
  14. bpy/ops/boid/__init__.pyi +32 -32
  15. bpy/ops/brush/__init__.pyi +36 -36
  16. bpy/ops/buttons/__init__.pyi +24 -24
  17. bpy/ops/cachefile/__init__.pyi +20 -20
  18. bpy/ops/camera/__init__.pyi +8 -8
  19. bpy/ops/clip/__init__.pyi +368 -368
  20. bpy/ops/cloth/__init__.pyi +4 -4
  21. bpy/ops/collection/__init__.pyi +36 -36
  22. bpy/ops/console/__init__.pyi +84 -84
  23. bpy/ops/constraint/__init__.pyi +72 -72
  24. bpy/ops/curve/__init__.pyi +204 -204
  25. bpy/ops/curves/__init__.pyi +108 -108
  26. bpy/ops/cycles/__init__.pyi +12 -12
  27. bpy/ops/dpaint/__init__.pyi +20 -20
  28. bpy/ops/ed/__init__.pyi +48 -48
  29. bpy/ops/export_anim/__init__.pyi +4 -4
  30. bpy/ops/export_scene/__init__.pyi +8 -8
  31. bpy/ops/extensions/__init__.pyi +130 -110
  32. bpy/ops/file/__init__.pyi +160 -160
  33. bpy/ops/fluid/__init__.pyi +56 -56
  34. bpy/ops/font/__init__.pyi +92 -92
  35. bpy/ops/geometry/__init__.pyi +40 -40
  36. bpy/ops/gizmogroup/__init__.pyi +8 -8
  37. bpy/ops/gpencil/__init__.pyi +600 -600
  38. bpy/ops/graph/__init__.pyi +260 -260
  39. bpy/ops/grease_pencil/__init__.pyi +292 -292
  40. bpy/ops/image/__init__.pyi +192 -192
  41. bpy/ops/import_anim/__init__.pyi +4 -4
  42. bpy/ops/import_curve/__init__.pyi +4 -4
  43. bpy/ops/import_scene/__init__.pyi +8 -8
  44. bpy/ops/info/__init__.pyi +28 -28
  45. bpy/ops/lattice/__init__.pyi +32 -32
  46. bpy/ops/marker/__init__.pyi +44 -44
  47. bpy/ops/mask/__init__.pyi +156 -156
  48. bpy/ops/material/__init__.pyi +12 -12
  49. bpy/ops/mball/__init__.pyi +32 -32
  50. bpy/ops/mesh/__init__.pyi +652 -652
  51. bpy/ops/nla/__init__.pyi +156 -156
  52. bpy/ops/node/__init__.pyi +450 -404
  53. bpy/ops/object/__init__.pyi +984 -987
  54. bpy/ops/outliner/__init__.pyi +284 -284
  55. bpy/ops/paint/__init__.pyi +220 -220
  56. bpy/ops/paintcurve/__init__.pyi +32 -32
  57. bpy/ops/palette/__init__.pyi +28 -28
  58. bpy/ops/particle/__init__.pyi +144 -144
  59. bpy/ops/pose/__init__.pyi +156 -156
  60. bpy/ops/poselib/__init__.pyi +36 -36
  61. bpy/ops/preferences/__init__.pyi +151 -148
  62. bpy/ops/ptcache/__init__.pyi +28 -28
  63. bpy/ops/render/__init__.pyi +48 -48
  64. bpy/ops/rigidbody/__init__.pyi +52 -52
  65. bpy/ops/scene/__init__.pyi +156 -156
  66. bpy/ops/screen/__init__.pyi +156 -156
  67. bpy/ops/script/__init__.pyi +12 -12
  68. bpy/ops/sculpt/__init__.pyi +144 -144
  69. bpy/ops/sculpt_curves/__init__.pyi +16 -16
  70. bpy/ops/sequencer/__init__.pyi +364 -340
  71. bpy/ops/sound/__init__.pyi +28 -28
  72. bpy/ops/spreadsheet/__init__.pyi +16 -16
  73. bpy/ops/surface/__init__.pyi +24 -24
  74. bpy/ops/text/__init__.pyi +172 -172
  75. bpy/ops/text_editor/__init__.pyi +4 -4
  76. bpy/ops/texture/__init__.pyi +16 -16
  77. bpy/ops/transform/__init__.pyi +111 -108
  78. bpy/ops/ui/__init__.pyi +132 -132
  79. bpy/ops/uilist/__init__.pyi +12 -12
  80. bpy/ops/uv/__init__.pyi +196 -196
  81. bpy/ops/view2d/__init__.pyi +56 -56
  82. bpy/ops/view3d/__init__.pyi +268 -268
  83. bpy/ops/wm/__init__.pyi +475 -448
  84. bpy/ops/workspace/__init__.pyi +28 -28
  85. bpy/ops/world/__init__.pyi +8 -8
  86. bpy/path/__init__.pyi +18 -18
  87. bpy/props/__init__.pyi +11 -11
  88. bpy/types/__init__.pyi +2136 -1798
  89. bpy/utils/__init__.pyi +4 -4
  90. bpy_extras/anim_utils/__init__.pyi +4 -4
  91. bpy_extras/io_utils/__init__.pyi +4 -4
  92. bpy_extras/mesh_utils/__init__.pyi +4 -4
  93. bpy_extras/view3d_utils/__init__.pyi +24 -20
  94. bpy_types/__init__.pyi +12 -7
  95. {fake_bpy_module-20240531.dist-info → fake_bpy_module-20240604.dist-info}/METADATA +1 -1
  96. {fake_bpy_module-20240531.dist-info → fake_bpy_module-20240604.dist-info}/RECORD +107 -107
  97. freestyle/types/__init__.pyi +64 -64
  98. freestyle/utils/__init__.pyi +2 -2
  99. gpu/matrix/__init__.pyi +15 -6
  100. gpu/state/__init__.pyi +2 -2
  101. gpu/types/__init__.pyi +6 -4
  102. gpu_extras/presets/__init__.pyi +8 -4
  103. imbuf/__init__.pyi +4 -4
  104. mathutils/__init__.pyi +292 -187
  105. mathutils/geometry/__init__.pyi +2 -5
  106. {fake_bpy_module-20240531.dist-info → fake_bpy_module-20240604.dist-info}/WHEEL +0 -0
  107. {fake_bpy_module-20240531.dist-info → fake_bpy_module-20240604.dist-info}/top_level.txt +0 -0
@@ -6,30 +6,30 @@ GenericType1 = typing.TypeVar("GenericType1")
6
6
  GenericType2 = typing.TypeVar("GenericType2")
7
7
 
8
8
  def add_render_slot(
9
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
10
- execution_context: str | int | None = None,
9
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
10
+ execution_context: int | str | None = None,
11
11
  undo: bool | None = None,
12
12
  ):
13
13
  """Add a new render slot
14
14
 
15
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
16
- :type execution_context: str | int | None
15
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
16
+ :type execution_context: int | str | None
17
17
  :type undo: bool | None
18
18
  """
19
19
 
20
20
  ...
21
21
 
22
22
  def change_frame(
23
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
24
- execution_context: str | int | None = None,
23
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
24
+ execution_context: int | str | None = None,
25
25
  undo: bool | None = None,
26
26
  *,
27
27
  frame: typing.Any | None = 0,
28
28
  ):
29
29
  """Interactively change the current frame number
30
30
 
31
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
32
- :type execution_context: str | int | None
31
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
32
+ :type execution_context: int | str | None
33
33
  :type undo: bool | None
34
34
  :param frame: Frame
35
35
  :type frame: typing.Any | None
@@ -38,64 +38,64 @@ def change_frame(
38
38
  ...
39
39
 
40
40
  def clear_render_border(
41
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
42
- execution_context: str | int | None = None,
41
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
42
+ execution_context: int | str | None = None,
43
43
  undo: bool | None = None,
44
44
  ):
45
45
  """Clear the boundaries of the render region and disable render region
46
46
 
47
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
48
- :type execution_context: str | int | None
47
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
48
+ :type execution_context: int | str | None
49
49
  :type undo: bool | None
50
50
  """
51
51
 
52
52
  ...
53
53
 
54
54
  def clear_render_slot(
55
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
56
- execution_context: str | int | None = None,
55
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
56
+ execution_context: int | str | None = None,
57
57
  undo: bool | None = None,
58
58
  ):
59
59
  """Clear the currently selected render slot
60
60
 
61
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
62
- :type execution_context: str | int | None
61
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
62
+ :type execution_context: int | str | None
63
63
  :type undo: bool | None
64
64
  """
65
65
 
66
66
  ...
67
67
 
68
68
  def clipboard_copy(
69
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
70
- execution_context: str | int | None = None,
69
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
70
+ execution_context: int | str | None = None,
71
71
  undo: bool | None = None,
72
72
  ):
73
73
  """Copy the image to the clipboard
74
74
 
75
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
76
- :type execution_context: str | int | None
75
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
76
+ :type execution_context: int | str | None
77
77
  :type undo: bool | None
78
78
  """
79
79
 
80
80
  ...
81
81
 
82
82
  def clipboard_paste(
83
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
84
- execution_context: str | int | None = None,
83
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
84
+ execution_context: int | str | None = None,
85
85
  undo: bool | None = None,
86
86
  ):
87
87
  """Paste new image from the clipboard
88
88
 
89
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
90
- :type execution_context: str | int | None
89
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
90
+ :type execution_context: int | str | None
91
91
  :type undo: bool | None
92
92
  """
93
93
 
94
94
  ...
95
95
 
96
96
  def curves_point_set(
97
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
98
- execution_context: str | int | None = None,
97
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
98
+ execution_context: int | str | None = None,
99
99
  undo: bool | None = None,
100
100
  *,
101
101
  point: str | None = "BLACK_POINT",
@@ -103,8 +103,8 @@ def curves_point_set(
103
103
  ):
104
104
  """Set black point or white point for curves
105
105
 
106
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
107
- :type execution_context: str | int | None
106
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
107
+ :type execution_context: int | str | None
108
108
  :type undo: bool | None
109
109
  :param point: Point, Set black point or white point for curves
110
110
  :type point: str | None
@@ -115,16 +115,16 @@ def curves_point_set(
115
115
  ...
116
116
 
117
117
  def cycle_render_slot(
118
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
119
- execution_context: str | int | None = None,
118
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
119
+ execution_context: int | str | None = None,
120
120
  undo: bool | None = None,
121
121
  *,
122
122
  reverse: bool | typing.Any | None = False,
123
123
  ):
124
124
  """Cycle through all non-void render slots
125
125
 
126
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
127
- :type execution_context: str | int | None
126
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
127
+ :type execution_context: int | str | None
128
128
  :type undo: bool | None
129
129
  :param reverse: Cycle in Reverse
130
130
  :type reverse: bool | typing.Any | None
@@ -133,16 +133,16 @@ def cycle_render_slot(
133
133
  ...
134
134
 
135
135
  def external_edit(
136
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
137
- execution_context: str | int | None = None,
136
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
137
+ execution_context: int | str | None = None,
138
138
  undo: bool | None = None,
139
139
  *,
140
140
  filepath: str | typing.Any = "",
141
141
  ):
142
142
  """Edit image in an external application
143
143
 
144
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
145
- :type execution_context: str | int | None
144
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
145
+ :type execution_context: int | str | None
146
146
  :type undo: bool | None
147
147
  :param filepath: filepath
148
148
  :type filepath: str | typing.Any
@@ -151,8 +151,8 @@ def external_edit(
151
151
  ...
152
152
 
153
153
  def file_browse(
154
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
155
- execution_context: str | int | None = None,
154
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
155
+ execution_context: int | str | None = None,
156
156
  undo: bool | None = None,
157
157
  *,
158
158
  filepath: str | typing.Any = "",
@@ -184,8 +184,8 @@ def file_browse(
184
184
  ):
185
185
  """Open an image file browser, hold Shift to open the file, Alt to browse containing directory
186
186
 
187
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
188
- :type execution_context: str | int | None
187
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
188
+ :type execution_context: int | str | None
189
189
  :type undo: bool | None
190
190
  :param filepath: File Path, Path to file
191
191
  :type filepath: str | typing.Any
@@ -256,8 +256,8 @@ def file_browse(
256
256
  ...
257
257
 
258
258
  def flip(
259
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
260
- execution_context: str | int | None = None,
259
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
260
+ execution_context: int | str | None = None,
261
261
  undo: bool | None = None,
262
262
  *,
263
263
  use_flip_x: bool | typing.Any | None = False,
@@ -265,8 +265,8 @@ def flip(
265
265
  ):
266
266
  """Flip the image
267
267
 
268
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
269
- :type execution_context: str | int | None
268
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
269
+ :type execution_context: int | str | None
270
270
  :type undo: bool | None
271
271
  :param use_flip_x: Horizontal, Flip the image horizontally
272
272
  :type use_flip_x: bool | typing.Any | None
@@ -277,8 +277,8 @@ def flip(
277
277
  ...
278
278
 
279
279
  def import_as_mesh_planes(
280
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
281
- execution_context: str | int | None = None,
280
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
281
+ execution_context: int | str | None = None,
282
282
  undo: bool | None = None,
283
283
  *,
284
284
  filepath: str | typing.Any = "",
@@ -319,8 +319,8 @@ def import_as_mesh_planes(
319
319
  ):
320
320
  """Create mesh plane(s) from image files with the appropriate aspect ratio
321
321
 
322
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
323
- :type execution_context: str | int | None
322
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
323
+ :type execution_context: int | str | None
324
324
  :type undo: bool | None
325
325
  :param filepath: File Path, Filepath used for importing the file
326
326
  :type filepath: str | typing.Any
@@ -557,8 +557,8 @@ def import_as_mesh_planes(
557
557
  ...
558
558
 
559
559
  def invert(
560
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
561
- execution_context: str | int | None = None,
560
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
561
+ execution_context: int | str | None = None,
562
562
  undo: bool | None = None,
563
563
  *,
564
564
  invert_r: bool | typing.Any | None = False,
@@ -568,8 +568,8 @@ def invert(
568
568
  ):
569
569
  """Invert image's channels
570
570
 
571
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
572
- :type execution_context: str | int | None
571
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
572
+ :type execution_context: int | str | None
573
573
  :type undo: bool | None
574
574
  :param invert_r: Red, Invert red channel
575
575
  :type invert_r: bool | typing.Any | None
@@ -584,22 +584,22 @@ def invert(
584
584
  ...
585
585
 
586
586
  def match_movie_length(
587
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
588
- execution_context: str | int | None = None,
587
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
588
+ execution_context: int | str | None = None,
589
589
  undo: bool | None = None,
590
590
  ):
591
591
  """Set image's user's length to the one of this video
592
592
 
593
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
594
- :type execution_context: str | int | None
593
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
594
+ :type execution_context: int | str | None
595
595
  :type undo: bool | None
596
596
  """
597
597
 
598
598
  ...
599
599
 
600
600
  def new(
601
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
602
- execution_context: str | int | None = None,
601
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
602
+ execution_context: int | str | None = None,
603
603
  undo: bool | None = None,
604
604
  *,
605
605
  name: str | typing.Any = "Untitled",
@@ -614,8 +614,8 @@ def new(
614
614
  ):
615
615
  """Create a new image
616
616
 
617
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
618
- :type execution_context: str | int | None
617
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
618
+ :type execution_context: int | str | None
619
619
  :type undo: bool | None
620
620
  :param name: Name, Image data-block name
621
621
  :type name: str | typing.Any
@@ -640,8 +640,8 @@ def new(
640
640
  ...
641
641
 
642
642
  def open(
643
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
644
- execution_context: str | int | None = None,
643
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
644
+ execution_context: int | str | None = None,
645
645
  undo: bool | None = None,
646
646
  *,
647
647
  allow_path_tokens: bool | typing.Any | None = True,
@@ -679,8 +679,8 @@ def open(
679
679
  ):
680
680
  """Open image
681
681
 
682
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
683
- :type execution_context: str | int | None
682
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
683
+ :type execution_context: int | str | None
684
684
  :type undo: bool | None
685
685
  :param allow_path_tokens: Allow the path to contain substitution tokens
686
686
  :type allow_path_tokens: bool | typing.Any | None
@@ -761,8 +761,8 @@ def open(
761
761
  ...
762
762
 
763
763
  def open_images(
764
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
765
- execution_context: str | int | None = None,
764
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
765
+ execution_context: int | str | None = None,
766
766
  undo: bool | None = None,
767
767
  *,
768
768
  directory: str | typing.Any = "",
@@ -774,8 +774,8 @@ def open_images(
774
774
  ):
775
775
  """Undocumented, consider contributing.
776
776
 
777
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
778
- :type execution_context: str | int | None
777
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
778
+ :type execution_context: int | str | None
779
779
  :type undo: bool | None
780
780
  :param directory: directory
781
781
  :type directory: str | typing.Any
@@ -792,92 +792,92 @@ def open_images(
792
792
  ...
793
793
 
794
794
  def pack(
795
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
796
- execution_context: str | int | None = None,
795
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
796
+ execution_context: int | str | None = None,
797
797
  undo: bool | None = None,
798
798
  ):
799
799
  """Pack an image as embedded data into the .blend file
800
800
 
801
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
802
- :type execution_context: str | int | None
801
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
802
+ :type execution_context: int | str | None
803
803
  :type undo: bool | None
804
804
  """
805
805
 
806
806
  ...
807
807
 
808
808
  def project_apply(
809
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
810
- execution_context: str | int | None = None,
809
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
810
+ execution_context: int | str | None = None,
811
811
  undo: bool | None = None,
812
812
  ):
813
813
  """Project edited image back onto the object
814
814
 
815
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
816
- :type execution_context: str | int | None
815
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
816
+ :type execution_context: int | str | None
817
817
  :type undo: bool | None
818
818
  """
819
819
 
820
820
  ...
821
821
 
822
822
  def project_edit(
823
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
824
- execution_context: str | int | None = None,
823
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
824
+ execution_context: int | str | None = None,
825
825
  undo: bool | None = None,
826
826
  ):
827
827
  """Edit a snapshot of the 3D Viewport in an external image editor
828
828
 
829
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
830
- :type execution_context: str | int | None
829
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
830
+ :type execution_context: int | str | None
831
831
  :type undo: bool | None
832
832
  """
833
833
 
834
834
  ...
835
835
 
836
836
  def read_viewlayers(
837
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
838
- execution_context: str | int | None = None,
837
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
838
+ execution_context: int | str | None = None,
839
839
  undo: bool | None = None,
840
840
  ):
841
841
  """Read all the current scene's view layers from cache, as needed
842
842
 
843
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
844
- :type execution_context: str | int | None
843
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
844
+ :type execution_context: int | str | None
845
845
  :type undo: bool | None
846
846
  """
847
847
 
848
848
  ...
849
849
 
850
850
  def reload(
851
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
852
- execution_context: str | int | None = None,
851
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
852
+ execution_context: int | str | None = None,
853
853
  undo: bool | None = None,
854
854
  ):
855
855
  """Reload current image from disk
856
856
 
857
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
858
- :type execution_context: str | int | None
857
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
858
+ :type execution_context: int | str | None
859
859
  :type undo: bool | None
860
860
  """
861
861
 
862
862
  ...
863
863
 
864
864
  def remove_render_slot(
865
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
866
- execution_context: str | int | None = None,
865
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
866
+ execution_context: int | str | None = None,
867
867
  undo: bool | None = None,
868
868
  ):
869
869
  """Remove the current render slot
870
870
 
871
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
872
- :type execution_context: str | int | None
871
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
872
+ :type execution_context: int | str | None
873
873
  :type undo: bool | None
874
874
  """
875
875
 
876
876
  ...
877
877
 
878
878
  def render_border(
879
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
880
- execution_context: str | int | None = None,
879
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
880
+ execution_context: int | str | None = None,
881
881
  undo: bool | None = None,
882
882
  *,
883
883
  xmin: typing.Any | None = 0,
@@ -888,8 +888,8 @@ def render_border(
888
888
  ):
889
889
  """Set the boundaries of the render region and enable render region
890
890
 
891
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
892
- :type execution_context: str | int | None
891
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
892
+ :type execution_context: int | str | None
893
893
  :type undo: bool | None
894
894
  :param xmin: X Min
895
895
  :type xmin: typing.Any | None
@@ -906,8 +906,8 @@ def render_border(
906
906
  ...
907
907
 
908
908
  def replace(
909
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
910
- execution_context: str | int | None = None,
909
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
910
+ execution_context: int | str | None = None,
911
911
  undo: bool | None = None,
912
912
  *,
913
913
  filepath: str | typing.Any = "",
@@ -939,8 +939,8 @@ def replace(
939
939
  ):
940
940
  """Replace current image by another one from disk
941
941
 
942
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
943
- :type execution_context: str | int | None
942
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
943
+ :type execution_context: int | str | None
944
944
  :type undo: bool | None
945
945
  :param filepath: File Path, Path to file
946
946
  :type filepath: str | typing.Any
@@ -1011,16 +1011,16 @@ def replace(
1011
1011
  ...
1012
1012
 
1013
1013
  def resize(
1014
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
1015
- execution_context: str | int | None = None,
1014
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
1015
+ execution_context: int | str | None = None,
1016
1016
  undo: bool | None = None,
1017
1017
  *,
1018
1018
  size: typing.Any | None = (0, 0),
1019
1019
  ):
1020
1020
  """Resize the image
1021
1021
 
1022
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
1023
- :type execution_context: str | int | None
1022
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
1023
+ :type execution_context: int | str | None
1024
1024
  :type undo: bool | None
1025
1025
  :param size: Size
1026
1026
  :type size: typing.Any | None
@@ -1029,16 +1029,16 @@ def resize(
1029
1029
  ...
1030
1030
 
1031
1031
  def rotate_orthogonal(
1032
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
1033
- execution_context: str | int | None = None,
1032
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
1033
+ execution_context: int | str | None = None,
1034
1034
  undo: bool | None = None,
1035
1035
  *,
1036
1036
  degrees: str | None = "90",
1037
1037
  ):
1038
1038
  """Rotate the image
1039
1039
 
1040
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
1041
- :type execution_context: str | int | None
1040
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
1041
+ :type execution_context: int | str | None
1042
1042
  :type undo: bool | None
1043
1043
  :param degrees: Degrees, Amount of rotation in degrees (90, 180, 270)
1044
1044
 
@@ -1056,16 +1056,16 @@ def rotate_orthogonal(
1056
1056
  ...
1057
1057
 
1058
1058
  def sample(
1059
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
1060
- execution_context: str | int | None = None,
1059
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
1060
+ execution_context: int | str | None = None,
1061
1061
  undo: bool | None = None,
1062
1062
  *,
1063
1063
  size: typing.Any | None = 1,
1064
1064
  ):
1065
1065
  """Use mouse to sample a color in current image
1066
1066
 
1067
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
1068
- :type execution_context: str | int | None
1067
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
1068
+ :type execution_context: int | str | None
1069
1069
  :type undo: bool | None
1070
1070
  :param size: Sample Size
1071
1071
  :type size: typing.Any | None
@@ -1074,8 +1074,8 @@ def sample(
1074
1074
  ...
1075
1075
 
1076
1076
  def sample_line(
1077
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
1078
- execution_context: str | int | None = None,
1077
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
1078
+ execution_context: int | str | None = None,
1079
1079
  undo: bool | None = None,
1080
1080
  *,
1081
1081
  xstart: typing.Any | None = 0,
@@ -1087,8 +1087,8 @@ def sample_line(
1087
1087
  ):
1088
1088
  """Sample a line and show it in Scope panels
1089
1089
 
1090
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
1091
- :type execution_context: str | int | None
1090
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
1091
+ :type execution_context: int | str | None
1092
1092
  :type undo: bool | None
1093
1093
  :param xstart: X Start
1094
1094
  :type xstart: typing.Any | None
@@ -1107,36 +1107,36 @@ def sample_line(
1107
1107
  ...
1108
1108
 
1109
1109
  def save(
1110
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
1111
- execution_context: str | int | None = None,
1110
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
1111
+ execution_context: int | str | None = None,
1112
1112
  undo: bool | None = None,
1113
1113
  ):
1114
1114
  """Save the image with current name and settings
1115
1115
 
1116
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
1117
- :type execution_context: str | int | None
1116
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
1117
+ :type execution_context: int | str | None
1118
1118
  :type undo: bool | None
1119
1119
  """
1120
1120
 
1121
1121
  ...
1122
1122
 
1123
1123
  def save_all_modified(
1124
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
1125
- execution_context: str | int | None = None,
1124
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
1125
+ execution_context: int | str | None = None,
1126
1126
  undo: bool | None = None,
1127
1127
  ):
1128
1128
  """Save all modified images
1129
1129
 
1130
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
1131
- :type execution_context: str | int | None
1130
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
1131
+ :type execution_context: int | str | None
1132
1132
  :type undo: bool | None
1133
1133
  """
1134
1134
 
1135
1135
  ...
1136
1136
 
1137
1137
  def save_as(
1138
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
1139
- execution_context: str | int | None = None,
1138
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
1139
+ execution_context: int | str | None = None,
1140
1140
  undo: bool | None = None,
1141
1141
  *,
1142
1142
  save_as_render: bool | typing.Any | None = False,
@@ -1170,8 +1170,8 @@ def save_as(
1170
1170
  ):
1171
1171
  """Save the image with another name and/or settings
1172
1172
 
1173
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
1174
- :type execution_context: str | int | None
1173
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
1174
+ :type execution_context: int | str | None
1175
1175
  :type undo: bool | None
1176
1176
  :param save_as_render: Save As Render, Save image with render color management.For display image formats like PNG, apply view and display transform.For intermediate image formats like OpenEXR, use the default render output color space
1177
1177
  :type save_as_render: bool | typing.Any | None
@@ -1246,22 +1246,22 @@ def save_as(
1246
1246
  ...
1247
1247
 
1248
1248
  def save_sequence(
1249
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
1250
- execution_context: str | int | None = None,
1249
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
1250
+ execution_context: int | str | None = None,
1251
1251
  undo: bool | None = None,
1252
1252
  ):
1253
1253
  """Save a sequence of images
1254
1254
 
1255
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
1256
- :type execution_context: str | int | None
1255
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
1256
+ :type execution_context: int | str | None
1257
1257
  :type undo: bool | None
1258
1258
  """
1259
1259
 
1260
1260
  ...
1261
1261
 
1262
1262
  def tile_add(
1263
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
1264
- execution_context: str | int | None = None,
1263
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
1264
+ execution_context: int | str | None = None,
1265
1265
  undo: bool | None = None,
1266
1266
  *,
1267
1267
  number: typing.Any | None = 1002,
@@ -1277,8 +1277,8 @@ def tile_add(
1277
1277
  ):
1278
1278
  """Adds a tile to the image
1279
1279
 
1280
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
1281
- :type execution_context: str | int | None
1280
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
1281
+ :type execution_context: int | str | None
1282
1282
  :type undo: bool | None
1283
1283
  :param number: Number, UDIM number of the tile
1284
1284
  :type number: typing.Any | None
@@ -1305,8 +1305,8 @@ def tile_add(
1305
1305
  ...
1306
1306
 
1307
1307
  def tile_fill(
1308
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
1309
- execution_context: str | int | None = None,
1308
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
1309
+ execution_context: int | str | None = None,
1310
1310
  undo: bool | None = None,
1311
1311
  *,
1312
1312
  color: typing.Any | None = (0.0, 0.0, 0.0, 1.0),
@@ -1318,8 +1318,8 @@ def tile_fill(
1318
1318
  ):
1319
1319
  """Fill the current tile with a generated image
1320
1320
 
1321
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
1322
- :type execution_context: str | int | None
1321
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
1322
+ :type execution_context: int | str | None
1323
1323
  :type undo: bool | None
1324
1324
  :param color: Color, Default fill color
1325
1325
  :type color: typing.Any | None
@@ -1338,22 +1338,22 @@ def tile_fill(
1338
1338
  ...
1339
1339
 
1340
1340
  def tile_remove(
1341
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
1342
- execution_context: str | int | None = None,
1341
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
1342
+ execution_context: int | str | None = None,
1343
1343
  undo: bool | None = None,
1344
1344
  ):
1345
1345
  """Removes a tile from the image
1346
1346
 
1347
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
1348
- :type execution_context: str | int | None
1347
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
1348
+ :type execution_context: int | str | None
1349
1349
  :type undo: bool | None
1350
1350
  """
1351
1351
 
1352
1352
  ...
1353
1353
 
1354
1354
  def unpack(
1355
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
1356
- execution_context: str | int | None = None,
1355
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
1356
+ execution_context: int | str | None = None,
1357
1357
  undo: bool | None = None,
1358
1358
  *,
1359
1359
  method: str | None = "USE_LOCAL",
@@ -1361,8 +1361,8 @@ def unpack(
1361
1361
  ):
1362
1362
  """Save an image packed in the .blend file to disk
1363
1363
 
1364
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
1365
- :type execution_context: str | int | None
1364
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
1365
+ :type execution_context: int | str | None
1366
1366
  :type undo: bool | None
1367
1367
  :param method: Method, How to unpack
1368
1368
  :type method: str | None
@@ -1373,16 +1373,16 @@ def unpack(
1373
1373
  ...
1374
1374
 
1375
1375
  def view_all(
1376
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
1377
- execution_context: str | int | None = None,
1376
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
1377
+ execution_context: int | str | None = None,
1378
1378
  undo: bool | None = None,
1379
1379
  *,
1380
1380
  fit_view: bool | typing.Any | None = False,
1381
1381
  ):
1382
1382
  """View the entire image
1383
1383
 
1384
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
1385
- :type execution_context: str | int | None
1384
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
1385
+ :type execution_context: int | str | None
1386
1386
  :type undo: bool | None
1387
1387
  :param fit_view: Fit View, Fit frame to the viewport
1388
1388
  :type fit_view: bool | typing.Any | None
@@ -1391,30 +1391,30 @@ def view_all(
1391
1391
  ...
1392
1392
 
1393
1393
  def view_center_cursor(
1394
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
1395
- execution_context: str | int | None = None,
1394
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
1395
+ execution_context: int | str | None = None,
1396
1396
  undo: bool | None = None,
1397
1397
  ):
1398
1398
  """Center the view so that the cursor is in the middle of the view
1399
1399
 
1400
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
1401
- :type execution_context: str | int | None
1400
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
1401
+ :type execution_context: int | str | None
1402
1402
  :type undo: bool | None
1403
1403
  """
1404
1404
 
1405
1405
  ...
1406
1406
 
1407
1407
  def view_cursor_center(
1408
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
1409
- execution_context: str | int | None = None,
1408
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
1409
+ execution_context: int | str | None = None,
1410
1410
  undo: bool | None = None,
1411
1411
  *,
1412
1412
  fit_view: bool | typing.Any | None = False,
1413
1413
  ):
1414
1414
  """Set 2D Cursor To Center View location
1415
1415
 
1416
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
1417
- :type execution_context: str | int | None
1416
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
1417
+ :type execution_context: int | str | None
1418
1418
  :type undo: bool | None
1419
1419
  :param fit_view: Fit View, Fit frame to the viewport
1420
1420
  :type fit_view: bool | typing.Any | None
@@ -1423,30 +1423,30 @@ def view_cursor_center(
1423
1423
  ...
1424
1424
 
1425
1425
  def view_ndof(
1426
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
1427
- execution_context: str | int | None = None,
1426
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
1427
+ execution_context: int | str | None = None,
1428
1428
  undo: bool | None = None,
1429
1429
  ):
1430
1430
  """Use a 3D mouse device to pan/zoom the view
1431
1431
 
1432
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
1433
- :type execution_context: str | int | None
1432
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
1433
+ :type execution_context: int | str | None
1434
1434
  :type undo: bool | None
1435
1435
  """
1436
1436
 
1437
1437
  ...
1438
1438
 
1439
1439
  def view_pan(
1440
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
1441
- execution_context: str | int | None = None,
1440
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
1441
+ execution_context: int | str | None = None,
1442
1442
  undo: bool | None = None,
1443
1443
  *,
1444
1444
  offset: typing.Any | None = (0.0, 0.0),
1445
1445
  ):
1446
1446
  """Pan the view
1447
1447
 
1448
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
1449
- :type execution_context: str | int | None
1448
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
1449
+ :type execution_context: int | str | None
1450
1450
  :type undo: bool | None
1451
1451
  :param offset: Offset, Offset in floating-point units, 1.0 is the width and height of the image
1452
1452
  :type offset: typing.Any | None
@@ -1455,22 +1455,22 @@ def view_pan(
1455
1455
  ...
1456
1456
 
1457
1457
  def view_selected(
1458
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
1459
- execution_context: str | int | None = None,
1458
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
1459
+ execution_context: int | str | None = None,
1460
1460
  undo: bool | None = None,
1461
1461
  ):
1462
1462
  """View all selected UVs
1463
1463
 
1464
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
1465
- :type execution_context: str | int | None
1464
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
1465
+ :type execution_context: int | str | None
1466
1466
  :type undo: bool | None
1467
1467
  """
1468
1468
 
1469
1469
  ...
1470
1470
 
1471
1471
  def view_zoom(
1472
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
1473
- execution_context: str | int | None = None,
1472
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
1473
+ execution_context: int | str | None = None,
1474
1474
  undo: bool | None = None,
1475
1475
  *,
1476
1476
  factor: typing.Any | None = 0.0,
@@ -1478,8 +1478,8 @@ def view_zoom(
1478
1478
  ):
1479
1479
  """Zoom in/out the image
1480
1480
 
1481
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
1482
- :type execution_context: str | int | None
1481
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
1482
+ :type execution_context: int | str | None
1483
1483
  :type undo: bool | None
1484
1484
  :param factor: Factor, Zoom factor, values higher than 1.0 zoom in, lower values zoom out
1485
1485
  :type factor: typing.Any | None
@@ -1490,8 +1490,8 @@ def view_zoom(
1490
1490
  ...
1491
1491
 
1492
1492
  def view_zoom_border(
1493
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
1494
- execution_context: str | int | None = None,
1493
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
1494
+ execution_context: int | str | None = None,
1495
1495
  undo: bool | None = None,
1496
1496
  *,
1497
1497
  xmin: typing.Any | None = 0,
@@ -1503,8 +1503,8 @@ def view_zoom_border(
1503
1503
  ):
1504
1504
  """Zoom in the view to the nearest item contained in the border
1505
1505
 
1506
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
1507
- :type execution_context: str | int | None
1506
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
1507
+ :type execution_context: int | str | None
1508
1508
  :type undo: bool | None
1509
1509
  :param xmin: X Min
1510
1510
  :type xmin: typing.Any | None
@@ -1523,16 +1523,16 @@ def view_zoom_border(
1523
1523
  ...
1524
1524
 
1525
1525
  def view_zoom_in(
1526
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
1527
- execution_context: str | int | None = None,
1526
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
1527
+ execution_context: int | str | None = None,
1528
1528
  undo: bool | None = None,
1529
1529
  *,
1530
1530
  location: typing.Any | None = (0.0, 0.0),
1531
1531
  ):
1532
1532
  """Zoom in the image (centered around 2D cursor)
1533
1533
 
1534
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
1535
- :type execution_context: str | int | None
1534
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
1535
+ :type execution_context: int | str | None
1536
1536
  :type undo: bool | None
1537
1537
  :param location: Location, Cursor location in screen coordinates
1538
1538
  :type location: typing.Any | None
@@ -1541,16 +1541,16 @@ def view_zoom_in(
1541
1541
  ...
1542
1542
 
1543
1543
  def view_zoom_out(
1544
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
1545
- execution_context: str | int | None = None,
1544
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
1545
+ execution_context: int | str | None = None,
1546
1546
  undo: bool | None = None,
1547
1547
  *,
1548
1548
  location: typing.Any | None = (0.0, 0.0),
1549
1549
  ):
1550
1550
  """Zoom out the image (centered around 2D cursor)
1551
1551
 
1552
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
1553
- :type execution_context: str | int | None
1552
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
1553
+ :type execution_context: int | str | None
1554
1554
  :type undo: bool | None
1555
1555
  :param location: Location, Cursor location in screen coordinates
1556
1556
  :type location: typing.Any | None
@@ -1559,16 +1559,16 @@ def view_zoom_out(
1559
1559
  ...
1560
1560
 
1561
1561
  def view_zoom_ratio(
1562
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
1563
- execution_context: str | int | None = None,
1562
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
1563
+ execution_context: int | str | None = None,
1564
1564
  undo: bool | None = None,
1565
1565
  *,
1566
1566
  ratio: typing.Any | None = 0.0,
1567
1567
  ):
1568
1568
  """Set zoom ratio of the view
1569
1569
 
1570
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
1571
- :type execution_context: str | int | None
1570
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
1571
+ :type execution_context: int | str | None
1572
1572
  :type undo: bool | None
1573
1573
  :param ratio: Ratio, Zoom ratio, 1.0 is 1:1, higher is zoomed in, lower is zoomed out
1574
1574
  :type ratio: typing.Any | None