fake-bpy-module 20240421__py3-none-any.whl → 20240422__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.
Files changed (187) hide show
  1. bl_operators/add_mesh_torus/__init__.pyi +2 -1
  2. bl_operators/assets/__init__.pyi +12 -12
  3. bl_operators/geometry_nodes/__init__.pyi +256 -238
  4. bl_operators/node/__init__.pyi +262 -260
  5. bl_operators/object_quick_effects/__init__.pyi +19 -19
  6. bl_operators/presets/__init__.pyi +371 -368
  7. bl_operators/wm/__init__.pyi +4 -4
  8. bl_ui/__init__.pyi +3 -3
  9. bl_ui/anim/__init__.pyi +1 -1
  10. bl_ui/asset_shelf/__init__.pyi +1 -1
  11. bl_ui/generic_ui_list/__init__.pyi +3 -3
  12. bl_ui/node_add_menu/__init__.pyi +1 -1
  13. bl_ui/node_add_menu_compositor/__init__.pyi +18 -18
  14. bl_ui/node_add_menu_geometry/__init__.pyi +50 -48
  15. bl_ui/node_add_menu_shader/__init__.pyi +10 -10
  16. bl_ui/node_add_menu_texture/__init__.pyi +9 -9
  17. bl_ui/properties_collection/__init__.pyi +39 -25
  18. bl_ui/properties_constraint/__init__.pyi +1257 -1041
  19. bl_ui/properties_data_armature/__init__.pyi +120 -96
  20. bl_ui/properties_data_bone/__init__.pyi +36 -29
  21. bl_ui/properties_data_camera/__init__.pyi +32 -14
  22. bl_ui/properties_data_curve/__init__.pyi +143 -116
  23. bl_ui/properties_data_curves/__init__.pyi +30 -25
  24. bl_ui/properties_data_empty/__init__.pyi +21 -21
  25. bl_ui/properties_data_gpencil/__init__.pyi +297 -260
  26. bl_ui/properties_data_grease_pencil/__init__.pyi +228 -205
  27. bl_ui/properties_data_lattice/__init__.pyi +25 -22
  28. bl_ui/properties_data_light/__init__.pyi +44 -31
  29. bl_ui/properties_data_lightprobe/__init__.pyi +54 -32
  30. bl_ui/properties_data_mesh/__init__.pyi +579 -570
  31. bl_ui/properties_data_metaball/__init__.pyi +29 -24
  32. bl_ui/properties_data_modifier/__init__.pyi +55 -43
  33. bl_ui/properties_data_pointcloud/__init__.pyi +146 -139
  34. bl_ui/properties_data_shaderfx/__init__.pyi +13 -13
  35. bl_ui/properties_data_speaker/__init__.pyi +27 -24
  36. bl_ui/properties_data_volume/__init__.pyi +75 -68
  37. bl_ui/properties_freestyle/__init__.pyi +407 -284
  38. bl_ui/properties_grease_pencil_common/__init__.pyi +13 -13
  39. bl_ui/properties_mask_common/__init__.pyi +7 -7
  40. bl_ui/properties_material/__init__.pyi +186 -162
  41. bl_ui/properties_material_gpencil/__init__.pyi +111 -87
  42. bl_ui/properties_object/__init__.pyi +102 -84
  43. bl_ui/properties_output/__init__.pyi +255 -228
  44. bl_ui/properties_paint_common/__init__.pyi +9 -9
  45. bl_ui/properties_particle/__init__.pyi +341 -254
  46. bl_ui/properties_physics_cloth/__init__.pyi +54 -33
  47. bl_ui/properties_physics_common/__init__.pyi +20 -20
  48. bl_ui/properties_physics_dynamicpaint/__init__.pyi +231 -193
  49. bl_ui/properties_physics_field/__init__.pyi +52 -36
  50. bl_ui/properties_physics_fluid/__init__.pyi +119 -96
  51. bl_ui/properties_physics_geometry_nodes/__init__.pyi +1 -1
  52. bl_ui/properties_physics_rigidbody/__init__.pyi +36 -20
  53. bl_ui/properties_physics_rigidbody_constraint/__init__.pyi +51 -25
  54. bl_ui/properties_physics_softbody/__init__.pyi +62 -34
  55. bl_ui/properties_render/__init__.pyi +275 -187
  56. bl_ui/properties_scene/__init__.pyi +173 -154
  57. bl_ui/properties_texture/__init__.pyi +251 -205
  58. bl_ui/properties_view_layer/__init__.pyi +126 -93
  59. bl_ui/properties_workspace/__init__.pyi +82 -76
  60. bl_ui/properties_world/__init__.pyi +31 -26
  61. bl_ui/space_clip/__init__.pyi +495 -433
  62. bl_ui/space_console/__init__.pyi +6 -6
  63. bl_ui/space_dopesheet/__init__.pyi +209 -174
  64. bl_ui/space_filebrowser/__init__.pyi +691 -679
  65. bl_ui/space_graph/__init__.pyi +25 -20
  66. bl_ui/space_image/__init__.pyi +959 -845
  67. bl_ui/space_info/__init__.pyi +6 -6
  68. bl_ui/space_nla/__init__.pyi +26 -17
  69. bl_ui/space_node/__init__.pyi +49 -36
  70. bl_ui/space_outliner/__init__.pyi +14 -14
  71. bl_ui/space_properties/__init__.pyi +3 -3
  72. bl_ui/space_sequencer/__init__.pyi +510 -444
  73. bl_ui/space_spreadsheet/__init__.pyi +1 -1
  74. bl_ui/space_statusbar/__init__.pyi +1 -1
  75. bl_ui/space_text/__init__.pyi +16 -16
  76. bl_ui/space_time/__init__.pyi +27 -23
  77. bl_ui/space_toolsystem_common/__init__.pyi +1 -1
  78. bl_ui/space_toolsystem_toolbar/__init__.pyi +21 -4
  79. bl_ui/space_topbar/__init__.pyi +26 -26
  80. bl_ui/space_userpref/__init__.pyi +795 -658
  81. bl_ui/space_view3d/__init__.pyi +1460 -1428
  82. bl_ui/space_view3d_toolbar/__init__.pyi +2968 -2657
  83. bl_ui/temp_anim_layers/__init__.pyi +1 -1
  84. bmesh/types/__init__.pyi +13 -6
  85. bpy/app/__init__.pyi +4 -4
  86. bpy/app/icons/__init__.pyi +8 -6
  87. bpy/app/timers/__init__.pyi +10 -8
  88. bpy/app/translations/__init__.pyi +22 -20
  89. bpy/msgbus/__init__.pyi +4 -2
  90. bpy/ops/action/__init__.pyi +319 -316
  91. bpy/ops/anim/__init__.pyi +428 -428
  92. bpy/ops/armature/__init__.pyi +359 -358
  93. bpy/ops/asset/__init__.pyi +146 -146
  94. bpy/ops/boid/__init__.pyi +50 -50
  95. bpy/ops/brush/__init__.pyi +72 -72
  96. bpy/ops/buttons/__init__.pyi +128 -128
  97. bpy/ops/cachefile/__init__.pyi +124 -124
  98. bpy/ops/camera/__init__.pyi +22 -22
  99. bpy/ops/clip/__init__.pyi +773 -768
  100. bpy/ops/cloth/__init__.pyi +10 -10
  101. bpy/ops/collection/__init__.pyi +64 -64
  102. bpy/ops/console/__init__.pyi +150 -150
  103. bpy/ops/constraint/__init__.pyi +150 -150
  104. bpy/ops/curve/__init__.pyi +475 -472
  105. bpy/ops/curves/__init__.pyi +247 -244
  106. bpy/ops/cycles/__init__.pyi +18 -18
  107. bpy/ops/dpaint/__init__.pyi +34 -34
  108. bpy/ops/ed/__init__.pyi +122 -122
  109. bpy/ops/export_anim/__init__.pyi +18 -18
  110. bpy/ops/export_mesh/__init__.pyi +26 -26
  111. bpy/ops/export_scene/__init__.pyi +333 -307
  112. bpy/ops/file/__init__.pyi +340 -340
  113. bpy/ops/fluid/__init__.pyi +88 -88
  114. bpy/ops/font/__init__.pyi +252 -252
  115. bpy/ops/geometry/__init__.pyi +86 -86
  116. bpy/ops/gizmogroup/__init__.pyi +22 -22
  117. bpy/ops/gpencil/__init__.pyi +1459 -1444
  118. bpy/ops/graph/__init__.pyi +645 -642
  119. bpy/ops/grease_pencil/__init__.pyi +441 -436
  120. bpy/ops/image/__init__.pyi +614 -612
  121. bpy/ops/import_anim/__init__.pyi +26 -26
  122. bpy/ops/import_curve/__init__.pyi +6 -6
  123. bpy/ops/import_mesh/__init__.pyi +20 -18
  124. bpy/ops/import_scene/__init__.pyi +92 -86
  125. bpy/ops/info/__init__.pyi +60 -60
  126. bpy/ops/lattice/__init__.pyi +64 -64
  127. bpy/ops/marker/__init__.pyi +106 -106
  128. bpy/ops/mask/__init__.pyi +321 -318
  129. bpy/ops/material/__init__.pyi +18 -18
  130. bpy/ops/mball/__init__.pyi +71 -70
  131. bpy/ops/mesh/__init__.pyi +1997 -1990
  132. bpy/ops/nla/__init__.pyi +330 -329
  133. bpy/ops/node/__init__.pyi +867 -852
  134. bpy/ops/object/__init__.pyi +2433 -2430
  135. bpy/ops/outliner/__init__.pyi +498 -498
  136. bpy/ops/paint/__init__.pyi +554 -544
  137. bpy/ops/paintcurve/__init__.pyi +64 -64
  138. bpy/ops/palette/__init__.pyi +48 -48
  139. bpy/ops/particle/__init__.pyi +266 -264
  140. bpy/ops/pose/__init__.pyi +336 -336
  141. bpy/ops/poselib/__init__.pyi +70 -70
  142. bpy/ops/preferences/__init__.pyi +338 -336
  143. bpy/ops/ptcache/__init__.pyi +46 -46
  144. bpy/ops/render/__init__.pyi +114 -114
  145. bpy/ops/rigidbody/__init__.pyi +102 -102
  146. bpy/ops/scene/__init__.pyi +270 -270
  147. bpy/ops/screen/__init__.pyi +378 -378
  148. bpy/ops/script/__init__.pyi +18 -18
  149. bpy/ops/sculpt/__init__.pyi +411 -405
  150. bpy/ops/sculpt_curves/__init__.pyi +42 -40
  151. bpy/ops/sequencer/__init__.pyi +1053 -1040
  152. bpy/ops/sound/__init__.pyi +208 -208
  153. bpy/ops/spreadsheet/__init__.pyi +30 -30
  154. bpy/ops/surface/__init__.pyi +108 -108
  155. bpy/ops/text/__init__.pyi +382 -382
  156. bpy/ops/text_editor/__init__.pyi +10 -10
  157. bpy/ops/texture/__init__.pyi +26 -26
  158. bpy/ops/transform/__init__.pyi +826 -790
  159. bpy/ops/ui/__init__.pyi +216 -216
  160. bpy/ops/uilist/__init__.pyi +20 -20
  161. bpy/ops/uv/__init__.pyi +605 -600
  162. bpy/ops/view2d/__init__.pyi +156 -156
  163. bpy/ops/view3d/__init__.pyi +578 -576
  164. bpy/ops/wm/__init__.pyi +2412 -2376
  165. bpy/ops/workspace/__init__.pyi +42 -42
  166. bpy/ops/world/__init__.pyi +6 -6
  167. bpy/path/__init__.pyi +48 -33
  168. bpy/props/__init__.pyi +263 -261
  169. bpy/types/__init__.pyi +106351 -103198
  170. bpy/utils/__init__.pyi +87 -52
  171. bpy/utils/previews/__init__.pyi +2 -2
  172. bpy/utils/units/__init__.pyi +20 -17
  173. bpy_extras/anim_utils/__init__.pyi +9 -2
  174. bpy_extras/io_utils/__init__.pyi +2 -1
  175. bpy_extras/view3d_utils/__init__.pyi +2 -1
  176. bpy_types/__init__.pyi +236 -236
  177. {fake_bpy_module-20240421.dist-info → fake_bpy_module-20240422.dist-info}/METADATA +1 -1
  178. {fake_bpy_module-20240421.dist-info → fake_bpy_module-20240422.dist-info}/RECORD +187 -187
  179. freestyle/chainingiterators/__init__.pyi +7 -2
  180. freestyle/types/__init__.pyi +8 -3
  181. gpu_extras/presets/__init__.pyi +14 -2
  182. keyingsets_builtins/__init__.pyi +92 -92
  183. mathutils/__init__.pyi +9 -5
  184. mathutils/geometry/__init__.pyi +8 -4
  185. nodeitems_builtins/__init__.pyi +7 -7
  186. {fake_bpy_module-20240421.dist-info → fake_bpy_module-20240422.dist-info}/WHEEL +0 -0
  187. {fake_bpy_module-20240421.dist-info → fake_bpy_module-20240422.dist-info}/top_level.txt +0 -0
bpy/ops/info/__init__.pyi CHANGED
@@ -4,72 +4,72 @@ import bpy.types
4
4
  GenericType = typing.TypeVar("GenericType")
5
5
 
6
6
  def report_copy(
7
- override_context: typing.Union[dict, bpy.types.Context] = None,
8
- execution_context: typing.Union[str, int] = None,
9
- undo: bool = None,
7
+ override_context: typing.Optional[typing.Union[dict, bpy.types.Context]] = None,
8
+ execution_context: typing.Optional[typing.Union[str, int]] = None,
9
+ undo: typing.Optional[bool] = None,
10
10
  ):
11
11
  """Copy selected reports to clipboard
12
12
 
13
- :type override_context: typing.Union[dict, bpy.types.Context]
14
- :type execution_context: typing.Union[str, int]
15
- :type undo: bool
13
+ :type override_context: typing.Optional[typing.Union[dict, bpy.types.Context]]
14
+ :type execution_context: typing.Optional[typing.Union[str, int]]
15
+ :type undo: typing.Optional[bool]
16
16
  """
17
17
 
18
18
  ...
19
19
 
20
20
  def report_delete(
21
- override_context: typing.Union[dict, bpy.types.Context] = None,
22
- execution_context: typing.Union[str, int] = None,
23
- undo: bool = None,
21
+ override_context: typing.Optional[typing.Union[dict, bpy.types.Context]] = None,
22
+ execution_context: typing.Optional[typing.Union[str, int]] = None,
23
+ undo: typing.Optional[bool] = None,
24
24
  ):
25
25
  """Delete selected reports
26
26
 
27
- :type override_context: typing.Union[dict, bpy.types.Context]
28
- :type execution_context: typing.Union[str, int]
29
- :type undo: bool
27
+ :type override_context: typing.Optional[typing.Union[dict, bpy.types.Context]]
28
+ :type execution_context: typing.Optional[typing.Union[str, int]]
29
+ :type undo: typing.Optional[bool]
30
30
  """
31
31
 
32
32
  ...
33
33
 
34
34
  def report_replay(
35
- override_context: typing.Union[dict, bpy.types.Context] = None,
36
- execution_context: typing.Union[str, int] = None,
37
- undo: bool = None,
35
+ override_context: typing.Optional[typing.Union[dict, bpy.types.Context]] = None,
36
+ execution_context: typing.Optional[typing.Union[str, int]] = None,
37
+ undo: typing.Optional[bool] = None,
38
38
  ):
39
39
  """Replay selected reports
40
40
 
41
- :type override_context: typing.Union[dict, bpy.types.Context]
42
- :type execution_context: typing.Union[str, int]
43
- :type undo: bool
41
+ :type override_context: typing.Optional[typing.Union[dict, bpy.types.Context]]
42
+ :type execution_context: typing.Optional[typing.Union[str, int]]
43
+ :type undo: typing.Optional[bool]
44
44
  """
45
45
 
46
46
  ...
47
47
 
48
48
  def reports_display_update(
49
- override_context: typing.Union[dict, bpy.types.Context] = None,
50
- execution_context: typing.Union[str, int] = None,
51
- undo: bool = None,
49
+ override_context: typing.Optional[typing.Union[dict, bpy.types.Context]] = None,
50
+ execution_context: typing.Optional[typing.Union[str, int]] = None,
51
+ undo: typing.Optional[bool] = None,
52
52
  ):
53
53
  """Update the display of reports in Blender UI (internal use)
54
54
 
55
- :type override_context: typing.Union[dict, bpy.types.Context]
56
- :type execution_context: typing.Union[str, int]
57
- :type undo: bool
55
+ :type override_context: typing.Optional[typing.Union[dict, bpy.types.Context]]
56
+ :type execution_context: typing.Optional[typing.Union[str, int]]
57
+ :type undo: typing.Optional[bool]
58
58
  """
59
59
 
60
60
  ...
61
61
 
62
62
  def select_all(
63
- override_context: typing.Union[dict, bpy.types.Context] = None,
64
- execution_context: typing.Union[str, int] = None,
65
- undo: bool = None,
66
- action: typing.Any = "SELECT",
63
+ override_context: typing.Optional[typing.Union[dict, bpy.types.Context]] = None,
64
+ execution_context: typing.Optional[typing.Union[str, int]] = None,
65
+ undo: typing.Optional[bool] = None,
66
+ action: typing.Optional[typing.Any] = "SELECT",
67
67
  ):
68
68
  """Change selection of all visible reports
69
69
 
70
- :type override_context: typing.Union[dict, bpy.types.Context]
71
- :type execution_context: typing.Union[str, int]
72
- :type undo: bool
70
+ :type override_context: typing.Optional[typing.Union[dict, bpy.types.Context]]
71
+ :type execution_context: typing.Optional[typing.Union[str, int]]
72
+ :type undo: typing.Optional[bool]
73
73
  :param action: Action, Selection action to execute
74
74
 
75
75
  TOGGLE
@@ -83,37 +83,37 @@ def select_all(
83
83
 
84
84
  INVERT
85
85
  Invert -- Invert selection of all elements.
86
- :type action: typing.Any
86
+ :type action: typing.Optional[typing.Any]
87
87
  """
88
88
 
89
89
  ...
90
90
 
91
91
  def select_box(
92
- override_context: typing.Union[dict, bpy.types.Context] = None,
93
- execution_context: typing.Union[str, int] = None,
94
- undo: bool = None,
95
- xmin: typing.Any = 0,
96
- xmax: typing.Any = 0,
97
- ymin: typing.Any = 0,
98
- ymax: typing.Any = 0,
99
- wait_for_input: typing.Union[bool, typing.Any] = True,
100
- mode: typing.Any = "SET",
92
+ override_context: typing.Optional[typing.Union[dict, bpy.types.Context]] = None,
93
+ execution_context: typing.Optional[typing.Union[str, int]] = None,
94
+ undo: typing.Optional[bool] = None,
95
+ xmin: typing.Optional[typing.Any] = 0,
96
+ xmax: typing.Optional[typing.Any] = 0,
97
+ ymin: typing.Optional[typing.Any] = 0,
98
+ ymax: typing.Optional[typing.Any] = 0,
99
+ wait_for_input: typing.Optional[typing.Union[bool, typing.Any]] = True,
100
+ mode: typing.Optional[typing.Any] = "SET",
101
101
  ):
102
102
  """Toggle box selection
103
103
 
104
- :type override_context: typing.Union[dict, bpy.types.Context]
105
- :type execution_context: typing.Union[str, int]
106
- :type undo: bool
104
+ :type override_context: typing.Optional[typing.Union[dict, bpy.types.Context]]
105
+ :type execution_context: typing.Optional[typing.Union[str, int]]
106
+ :type undo: typing.Optional[bool]
107
107
  :param xmin: X Min
108
- :type xmin: typing.Any
108
+ :type xmin: typing.Optional[typing.Any]
109
109
  :param xmax: X Max
110
- :type xmax: typing.Any
110
+ :type xmax: typing.Optional[typing.Any]
111
111
  :param ymin: Y Min
112
- :type ymin: typing.Any
112
+ :type ymin: typing.Optional[typing.Any]
113
113
  :param ymax: Y Max
114
- :type ymax: typing.Any
114
+ :type ymax: typing.Optional[typing.Any]
115
115
  :param wait_for_input: Wait for Input
116
- :type wait_for_input: typing.Union[bool, typing.Any]
116
+ :type wait_for_input: typing.Optional[typing.Union[bool, typing.Any]]
117
117
  :param mode: Mode
118
118
 
119
119
  SET
@@ -124,27 +124,27 @@ def select_box(
124
124
 
125
125
  SUB
126
126
  Subtract -- Subtract existing selection.
127
- :type mode: typing.Any
127
+ :type mode: typing.Optional[typing.Any]
128
128
  """
129
129
 
130
130
  ...
131
131
 
132
132
  def select_pick(
133
- override_context: typing.Union[dict, bpy.types.Context] = None,
134
- execution_context: typing.Union[str, int] = None,
135
- undo: bool = None,
136
- report_index: typing.Any = 0,
137
- extend: typing.Union[bool, typing.Any] = False,
133
+ override_context: typing.Optional[typing.Union[dict, bpy.types.Context]] = None,
134
+ execution_context: typing.Optional[typing.Union[str, int]] = None,
135
+ undo: typing.Optional[bool] = None,
136
+ report_index: typing.Optional[typing.Any] = 0,
137
+ extend: typing.Optional[typing.Union[bool, typing.Any]] = False,
138
138
  ):
139
139
  """Select reports by index
140
140
 
141
- :type override_context: typing.Union[dict, bpy.types.Context]
142
- :type execution_context: typing.Union[str, int]
143
- :type undo: bool
141
+ :type override_context: typing.Optional[typing.Union[dict, bpy.types.Context]]
142
+ :type execution_context: typing.Optional[typing.Union[str, int]]
143
+ :type undo: typing.Optional[bool]
144
144
  :param report_index: Report, Index of the report
145
- :type report_index: typing.Any
145
+ :type report_index: typing.Optional[typing.Any]
146
146
  :param extend: Extend, Extend report selection
147
- :type extend: typing.Union[bool, typing.Any]
147
+ :type extend: typing.Optional[typing.Union[bool, typing.Any]]
148
148
  """
149
149
 
150
150
  ...
@@ -4,47 +4,47 @@ import bpy.types
4
4
  GenericType = typing.TypeVar("GenericType")
5
5
 
6
6
  def flip(
7
- override_context: typing.Union[dict, bpy.types.Context] = None,
8
- execution_context: typing.Union[str, int] = None,
9
- undo: bool = None,
10
- axis: typing.Any = "U",
7
+ override_context: typing.Optional[typing.Union[dict, bpy.types.Context]] = None,
8
+ execution_context: typing.Optional[typing.Union[str, int]] = None,
9
+ undo: typing.Optional[bool] = None,
10
+ axis: typing.Optional[typing.Any] = "U",
11
11
  ):
12
12
  """Mirror all control points without inverting the lattice deform
13
13
 
14
- :type override_context: typing.Union[dict, bpy.types.Context]
15
- :type execution_context: typing.Union[str, int]
16
- :type undo: bool
14
+ :type override_context: typing.Optional[typing.Union[dict, bpy.types.Context]]
15
+ :type execution_context: typing.Optional[typing.Union[str, int]]
16
+ :type undo: typing.Optional[bool]
17
17
  :param axis: Flip Axis, Coordinates along this axis get flipped
18
- :type axis: typing.Any
18
+ :type axis: typing.Optional[typing.Any]
19
19
  """
20
20
 
21
21
  ...
22
22
 
23
23
  def make_regular(
24
- override_context: typing.Union[dict, bpy.types.Context] = None,
25
- execution_context: typing.Union[str, int] = None,
26
- undo: bool = None,
24
+ override_context: typing.Optional[typing.Union[dict, bpy.types.Context]] = None,
25
+ execution_context: typing.Optional[typing.Union[str, int]] = None,
26
+ undo: typing.Optional[bool] = None,
27
27
  ):
28
28
  """Set UVW control points a uniform distance apart
29
29
 
30
- :type override_context: typing.Union[dict, bpy.types.Context]
31
- :type execution_context: typing.Union[str, int]
32
- :type undo: bool
30
+ :type override_context: typing.Optional[typing.Union[dict, bpy.types.Context]]
31
+ :type execution_context: typing.Optional[typing.Union[str, int]]
32
+ :type undo: typing.Optional[bool]
33
33
  """
34
34
 
35
35
  ...
36
36
 
37
37
  def select_all(
38
- override_context: typing.Union[dict, bpy.types.Context] = None,
39
- execution_context: typing.Union[str, int] = None,
40
- undo: bool = None,
41
- action: typing.Any = "TOGGLE",
38
+ override_context: typing.Optional[typing.Union[dict, bpy.types.Context]] = None,
39
+ execution_context: typing.Optional[typing.Union[str, int]] = None,
40
+ undo: typing.Optional[bool] = None,
41
+ action: typing.Optional[typing.Any] = "TOGGLE",
42
42
  ):
43
43
  """Change selection of all UVW control points
44
44
 
45
- :type override_context: typing.Union[dict, bpy.types.Context]
46
- :type execution_context: typing.Union[str, int]
47
- :type undo: bool
45
+ :type override_context: typing.Optional[typing.Union[dict, bpy.types.Context]]
46
+ :type execution_context: typing.Optional[typing.Union[str, int]]
47
+ :type undo: typing.Optional[bool]
48
48
  :param action: Action, Selection action to execute
49
49
 
50
50
  TOGGLE
@@ -58,76 +58,76 @@ def select_all(
58
58
 
59
59
  INVERT
60
60
  Invert -- Invert selection of all elements.
61
- :type action: typing.Any
61
+ :type action: typing.Optional[typing.Any]
62
62
  """
63
63
 
64
64
  ...
65
65
 
66
66
  def select_less(
67
- override_context: typing.Union[dict, bpy.types.Context] = None,
68
- execution_context: typing.Union[str, int] = None,
69
- undo: bool = None,
67
+ override_context: typing.Optional[typing.Union[dict, bpy.types.Context]] = None,
68
+ execution_context: typing.Optional[typing.Union[str, int]] = None,
69
+ undo: typing.Optional[bool] = None,
70
70
  ):
71
71
  """Deselect vertices at the boundary of each selection region
72
72
 
73
- :type override_context: typing.Union[dict, bpy.types.Context]
74
- :type execution_context: typing.Union[str, int]
75
- :type undo: bool
73
+ :type override_context: typing.Optional[typing.Union[dict, bpy.types.Context]]
74
+ :type execution_context: typing.Optional[typing.Union[str, int]]
75
+ :type undo: typing.Optional[bool]
76
76
  """
77
77
 
78
78
  ...
79
79
 
80
80
  def select_mirror(
81
- override_context: typing.Union[dict, bpy.types.Context] = None,
82
- execution_context: typing.Union[str, int] = None,
83
- undo: bool = None,
84
- axis: typing.Any = {'"X"'},
85
- extend: typing.Union[bool, typing.Any] = False,
81
+ override_context: typing.Optional[typing.Union[dict, bpy.types.Context]] = None,
82
+ execution_context: typing.Optional[typing.Union[str, int]] = None,
83
+ undo: typing.Optional[bool] = None,
84
+ axis: typing.Optional[typing.Any] = {'"X"'},
85
+ extend: typing.Optional[typing.Union[bool, typing.Any]] = False,
86
86
  ):
87
87
  """Select mirrored lattice points
88
88
 
89
- :type override_context: typing.Union[dict, bpy.types.Context]
90
- :type execution_context: typing.Union[str, int]
91
- :type undo: bool
89
+ :type override_context: typing.Optional[typing.Union[dict, bpy.types.Context]]
90
+ :type execution_context: typing.Optional[typing.Union[str, int]]
91
+ :type undo: typing.Optional[bool]
92
92
  :param axis: Axis
93
- :type axis: typing.Any
93
+ :type axis: typing.Optional[typing.Any]
94
94
  :param extend: Extend, Extend the selection
95
- :type extend: typing.Union[bool, typing.Any]
95
+ :type extend: typing.Optional[typing.Union[bool, typing.Any]]
96
96
  """
97
97
 
98
98
  ...
99
99
 
100
100
  def select_more(
101
- override_context: typing.Union[dict, bpy.types.Context] = None,
102
- execution_context: typing.Union[str, int] = None,
103
- undo: bool = None,
101
+ override_context: typing.Optional[typing.Union[dict, bpy.types.Context]] = None,
102
+ execution_context: typing.Optional[typing.Union[str, int]] = None,
103
+ undo: typing.Optional[bool] = None,
104
104
  ):
105
105
  """Select vertex directly linked to already selected ones
106
106
 
107
- :type override_context: typing.Union[dict, bpy.types.Context]
108
- :type execution_context: typing.Union[str, int]
109
- :type undo: bool
107
+ :type override_context: typing.Optional[typing.Union[dict, bpy.types.Context]]
108
+ :type execution_context: typing.Optional[typing.Union[str, int]]
109
+ :type undo: typing.Optional[bool]
110
110
  """
111
111
 
112
112
  ...
113
113
 
114
114
  def select_random(
115
- override_context: typing.Union[dict, bpy.types.Context] = None,
116
- execution_context: typing.Union[str, int] = None,
117
- undo: bool = None,
118
- ratio: typing.Any = 0.5,
119
- seed: typing.Any = 0,
120
- action: typing.Any = "SELECT",
115
+ override_context: typing.Optional[typing.Union[dict, bpy.types.Context]] = None,
116
+ execution_context: typing.Optional[typing.Union[str, int]] = None,
117
+ undo: typing.Optional[bool] = None,
118
+ ratio: typing.Optional[typing.Any] = 0.5,
119
+ seed: typing.Optional[typing.Any] = 0,
120
+ action: typing.Optional[typing.Any] = "SELECT",
121
121
  ):
122
122
  """Randomly select UVW control points
123
123
 
124
- :type override_context: typing.Union[dict, bpy.types.Context]
125
- :type execution_context: typing.Union[str, int]
126
- :type undo: bool
124
+ :type override_context: typing.Optional[typing.Union[dict, bpy.types.Context]]
125
+ :type execution_context: typing.Optional[typing.Union[str, int]]
126
+ :type undo: typing.Optional[bool]
127
127
  :param ratio: Ratio, Portion of items to select randomly
128
- :type ratio: typing.Any
128
+ :type ratio: typing.Optional[typing.Any]
129
129
  :param seed: Random Seed, Seed for the random number generator
130
- :type seed: typing.Any
130
+ :type seed: typing.Optional[typing.Any]
131
131
  :param action: Action, Selection action to execute
132
132
 
133
133
  SELECT
@@ -135,24 +135,24 @@ def select_random(
135
135
 
136
136
  DESELECT
137
137
  Deselect -- Deselect all elements.
138
- :type action: typing.Any
138
+ :type action: typing.Optional[typing.Any]
139
139
  """
140
140
 
141
141
  ...
142
142
 
143
143
  def select_ungrouped(
144
- override_context: typing.Union[dict, bpy.types.Context] = None,
145
- execution_context: typing.Union[str, int] = None,
146
- undo: bool = None,
147
- extend: typing.Union[bool, typing.Any] = False,
144
+ override_context: typing.Optional[typing.Union[dict, bpy.types.Context]] = None,
145
+ execution_context: typing.Optional[typing.Union[str, int]] = None,
146
+ undo: typing.Optional[bool] = None,
147
+ extend: typing.Optional[typing.Union[bool, typing.Any]] = False,
148
148
  ):
149
149
  """Select vertices without a group
150
150
 
151
- :type override_context: typing.Union[dict, bpy.types.Context]
152
- :type execution_context: typing.Union[str, int]
153
- :type undo: bool
151
+ :type override_context: typing.Optional[typing.Union[dict, bpy.types.Context]]
152
+ :type execution_context: typing.Optional[typing.Union[str, int]]
153
+ :type undo: typing.Optional[bool]
154
154
  :param extend: Extend, Extend the selection
155
- :type extend: typing.Union[bool, typing.Any]
155
+ :type extend: typing.Optional[typing.Union[bool, typing.Any]]
156
156
  """
157
157
 
158
158
  ...