fake-bpy-module 20250604__py3-none-any.whl → 20250607__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 (284) hide show
  1. _bpy_internal/addons/cli/__init__.pyi +1 -1
  2. _bpy_internal/extensions/junction_module/__init__.pyi +7 -7
  3. _bpy_internal/extensions/stale_file_manager/__init__.pyi +8 -8
  4. _bpy_internal/extensions/wheel_manager/__init__.pyi +3 -3
  5. _bpy_internal/freedesktop/__init__.pyi +16 -16
  6. _bpy_internal/grease_pencil/stroke/__init__.pyi +4 -4
  7. _bpy_internal/system_info/text_generate_runtime/__init__.pyi +1 -1
  8. _bpy_internal/system_info/url_prefill_runtime/__init__.pyi +1 -1
  9. _bpy_internal/system_info/url_prefill_startup/__init__.pyi +2 -2
  10. addon_utils/__init__.pyi +12 -12
  11. animsys_refactor/__init__.pyi +6 -6
  12. aud/__init__.pyi +11 -11
  13. bgl/__init__.pyi +272 -252
  14. bl_app_override/__init__.pyi +3 -3
  15. bl_app_override/helpers/__init__.pyi +2 -2
  16. bl_app_template_utils/__init__.pyi +4 -4
  17. bl_console_utils/autocomplete/complete_namespace/__init__.pyi +2 -2
  18. bl_i18n_utils/bl_extract_messages/__init__.pyi +18 -16
  19. bl_i18n_utils/merge_po/__init__.pyi +1 -1
  20. bl_i18n_utils/settings/__init__.pyi +6 -6
  21. bl_i18n_utils/utils/__init__.pyi +48 -46
  22. bl_i18n_utils/utils_cli/__init__.pyi +6 -6
  23. bl_i18n_utils/utils_languages_menu/__init__.pyi +1 -1
  24. bl_i18n_utils/utils_rtl/__init__.pyi +2 -2
  25. bl_keymap_utils/io/__init__.pyi +9 -9
  26. bl_keymap_utils/keymap_from_toolbar/__init__.pyi +1 -1
  27. bl_keymap_utils/keymap_hierarchy/__init__.pyi +1 -1
  28. bl_keymap_utils/platform_helpers/__init__.pyi +2 -2
  29. bl_keymap_utils/versioning/__init__.pyi +1 -1
  30. bl_operators/__init__.pyi +2 -2
  31. bl_operators/add_mesh_torus/__init__.pyi +6 -6
  32. bl_operators/anim/__init__.pyi +24 -24
  33. bl_operators/assets/__init__.pyi +9 -9
  34. bl_operators/bmesh/find_adjacent/__init__.pyi +11 -9
  35. bl_operators/bone_selection_sets/__init__.pyi +18 -18
  36. bl_operators/clip/__init__.pyi +26 -26
  37. bl_operators/connect_to_output/__init__.pyi +17 -15
  38. bl_operators/console/__init__.pyi +10 -10
  39. bl_operators/constraint/__init__.pyi +8 -8
  40. bl_operators/file/__init__.pyi +6 -6
  41. bl_operators/freestyle/__init__.pyi +9 -9
  42. bl_operators/geometry_nodes/__init__.pyi +24 -24
  43. bl_operators/grease_pencil/__init__.pyi +2 -2
  44. bl_operators/image/__init__.pyi +7 -7
  45. bl_operators/image_as_planes/__init__.pyi +32 -32
  46. bl_operators/mesh/__init__.pyi +7 -7
  47. bl_operators/node/__init__.pyi +31 -31
  48. bl_operators/node_editor/node_functions/__init__.pyi +9 -9
  49. bl_operators/object/__init__.pyi +31 -31
  50. bl_operators/object_align/__init__.pyi +5 -5
  51. bl_operators/object_quick_effects/__init__.pyi +9 -9
  52. bl_operators/object_randomize_transform/__init__.pyi +3 -3
  53. bl_operators/presets/__init__.pyi +18 -18
  54. bl_operators/rigidbody/__init__.pyi +7 -7
  55. bl_operators/screen_play_rendered_anim/__init__.pyi +2 -2
  56. bl_operators/sequencer/__init__.pyi +19 -19
  57. bl_operators/spreadsheet/__init__.pyi +4 -4
  58. bl_operators/userpref/__init__.pyi +42 -42
  59. bl_operators/uvcalc_follow_active/__init__.pyi +5 -5
  60. bl_operators/uvcalc_lightmap/__init__.pyi +8 -8
  61. bl_operators/uvcalc_transform/__init__.pyi +20 -20
  62. bl_operators/vertexpaint_dirt/__init__.pyi +4 -4
  63. bl_operators/view3d/__init__.pyi +21 -19
  64. bl_operators/wm/__init__.pyi +88 -88
  65. bl_operators/world/__init__.pyi +2 -2
  66. bl_previews_utils/bl_previews_render/__init__.pyi +9 -7
  67. bl_rna_utils/data_path/__init__.pyi +2 -2
  68. bl_text_utils/external_editor/__init__.pyi +1 -1
  69. bl_ui/__init__.pyi +10 -10
  70. bl_ui/anim/__init__.pyi +2 -2
  71. bl_ui/asset_shelf/__init__.pyi +2 -2
  72. bl_ui/generic_ui_list/__init__.pyi +6 -6
  73. bl_ui/node_add_menu/__init__.pyi +15 -13
  74. bl_ui/node_add_menu_compositor/__init__.pyi +18 -18
  75. bl_ui/node_add_menu_geometry/__init__.pyi +54 -54
  76. bl_ui/node_add_menu_shader/__init__.pyi +16 -16
  77. bl_ui/node_add_menu_texture/__init__.pyi +9 -9
  78. bl_ui/properties_animviz/__init__.pyi +2 -2
  79. bl_ui/properties_collection/__init__.pyi +10 -8
  80. bl_ui/properties_constraint/__init__.pyi +125 -125
  81. bl_ui/properties_data_armature/__init__.pyi +22 -22
  82. bl_ui/properties_data_bone/__init__.pyi +20 -20
  83. bl_ui/properties_data_camera/__init__.pyi +19 -19
  84. bl_ui/properties_data_curve/__init__.pyi +23 -23
  85. bl_ui/properties_data_curves/__init__.pyi +9 -9
  86. bl_ui/properties_data_empty/__init__.pyi +4 -4
  87. bl_ui/properties_data_grease_pencil/__init__.pyi +25 -25
  88. bl_ui/properties_data_lattice/__init__.pyi +4 -4
  89. bl_ui/properties_data_light/__init__.pyi +14 -14
  90. bl_ui/properties_data_lightprobe/__init__.pyi +18 -18
  91. bl_ui/properties_data_mesh/__init__.pyi +25 -58
  92. bl_ui/properties_data_metaball/__init__.pyi +6 -6
  93. bl_ui/properties_data_modifier/__init__.pyi +12 -12
  94. bl_ui/properties_data_pointcloud/__init__.pyi +8 -8
  95. bl_ui/properties_data_shaderfx/__init__.pyi +1 -1
  96. bl_ui/properties_data_speaker/__init__.pyi +5 -5
  97. bl_ui/properties_data_volume/__init__.pyi +9 -9
  98. bl_ui/properties_freestyle/__init__.pyi +51 -51
  99. bl_ui/properties_grease_pencil_common/__init__.pyi +30 -30
  100. bl_ui/properties_mask_common/__init__.pyi +24 -24
  101. bl_ui/properties_material/__init__.pyi +27 -27
  102. bl_ui/properties_material_gpencil/__init__.pyi +12 -12
  103. bl_ui/properties_object/__init__.pyi +29 -29
  104. bl_ui/properties_output/__init__.pyi +29 -29
  105. bl_ui/properties_paint_common/__init__.pyi +59 -50
  106. bl_ui/properties_particle/__init__.pyi +101 -101
  107. bl_ui/properties_physics_cloth/__init__.pyi +20 -20
  108. bl_ui/properties_physics_common/__init__.pyi +8 -8
  109. bl_ui/properties_physics_dynamicpaint/__init__.pyi +57 -57
  110. bl_ui/properties_physics_field/__init__.pyi +23 -23
  111. bl_ui/properties_physics_fluid/__init__.pyi +76 -76
  112. bl_ui/properties_physics_geometry_nodes/__init__.pyi +3 -3
  113. bl_ui/properties_physics_rigidbody/__init__.pyi +18 -18
  114. bl_ui/properties_physics_rigidbody_constraint/__init__.pyi +29 -29
  115. bl_ui/properties_physics_softbody/__init__.pyi +21 -21
  116. bl_ui/properties_render/__init__.pyi +81 -81
  117. bl_ui/properties_scene/__init__.pyi +22 -22
  118. bl_ui/properties_texture/__init__.pyi +39 -39
  119. bl_ui/properties_view_layer/__init__.pyi +12 -12
  120. bl_ui/properties_workspace/__init__.pyi +5 -5
  121. bl_ui/properties_world/__init__.pyi +18 -18
  122. bl_ui/space_clip/__init__.pyi +81 -81
  123. bl_ui/space_console/__init__.pyi +6 -6
  124. bl_ui/space_dopesheet/__init__.pyi +32 -32
  125. bl_ui/space_filebrowser/__init__.pyi +45 -45
  126. bl_ui/space_graph/__init__.pyi +21 -21
  127. bl_ui/space_image/__init__.pyi +73 -75
  128. bl_ui/space_info/__init__.pyi +6 -6
  129. bl_ui/space_nla/__init__.pyi +18 -18
  130. bl_ui/space_node/__init__.pyi +42 -42
  131. bl_ui/space_outliner/__init__.pyi +21 -21
  132. bl_ui/space_properties/__init__.pyi +6 -6
  133. bl_ui/space_sequencer/__init__.pyi +133 -133
  134. bl_ui/space_spreadsheet/__init__.pyi +4 -4
  135. bl_ui/space_statusbar/__init__.pyi +1 -1
  136. bl_ui/space_text/__init__.pyi +17 -17
  137. bl_ui/space_time/__init__.pyi +12 -12
  138. bl_ui/space_toolsystem_common/__init__.pyi +28 -26
  139. bl_ui/space_toolsystem_toolbar/__init__.pyi +36 -36
  140. bl_ui/space_topbar/__init__.pyi +32 -32
  141. bl_ui/space_userpref/__init__.pyi +132 -132
  142. bl_ui/space_view3d/__init__.pyi +297 -307
  143. bl_ui/space_view3d_toolbar/__init__.pyi +148 -149
  144. bl_ui/utils/__init__.pyi +5 -5
  145. bl_ui_utils/layout/__init__.pyi +1 -1
  146. blend_render_info/__init__.pyi +2 -2
  147. blf/__init__.pyi +15 -15
  148. bmesh/__init__.pyi +1 -1
  149. bmesh/ops/__init__.pyi +366 -357
  150. bmesh/types/__init__.pyi +59 -57
  151. bmesh/utils/__init__.pyi +2 -2
  152. bpy/app/__init__.pyi +3 -3
  153. bpy/app/icons/__init__.pyi +1 -1
  154. bpy/app/timers/__init__.pyi +2 -2
  155. bpy/app/translations/__init__.pyi +9 -9
  156. bpy/msgbus/__init__.pyi +15 -3
  157. bpy/ops/action/__init__.pyi +62 -38
  158. bpy/ops/anim/__init__.pyi +63 -61
  159. bpy/ops/armature/__init__.pyi +58 -48
  160. bpy/ops/asset/__init__.pyi +31 -20
  161. bpy/ops/boid/__init__.pyi +18 -8
  162. bpy/ops/brush/__init__.pyi +19 -16
  163. bpy/ops/buttons/__init__.pyi +14 -12
  164. bpy/ops/cachefile/__init__.pyi +9 -11
  165. bpy/ops/camera/__init__.pyi +2 -2
  166. bpy/ops/clip/__init__.pyi +112 -95
  167. bpy/ops/cloth/__init__.pyi +1 -1
  168. bpy/ops/collection/__init__.pyi +11 -9
  169. bpy/ops/console/__init__.pyi +37 -21
  170. bpy/ops/constraint/__init__.pyi +20 -18
  171. bpy/ops/curve/__init__.pyi +81 -51
  172. bpy/ops/curves/__init__.pyi +50 -30
  173. bpy/ops/cycles/__init__.pyi +3 -3
  174. bpy/ops/dpaint/__init__.pyi +5 -5
  175. bpy/ops/ed/__init__.pyi +19 -16
  176. bpy/ops/export_anim/__init__.pyi +1 -1
  177. bpy/ops/export_scene/__init__.pyi +2 -2
  178. bpy/ops/extensions/__init__.pyi +38 -32
  179. bpy/ops/file/__init__.pyi +72 -43
  180. bpy/ops/fluid/__init__.pyi +36 -14
  181. bpy/ops/font/__init__.pyi +41 -29
  182. bpy/ops/geometry/__init__.pyi +10 -10
  183. bpy/ops/gizmogroup/__init__.pyi +4 -2
  184. bpy/ops/gpencil/__init__.pyi +12 -8
  185. bpy/ops/graph/__init__.pyi +81 -68
  186. bpy/ops/grease_pencil/__init__.pyi +159 -115
  187. bpy/ops/image/__init__.pyi +63 -61
  188. bpy/ops/import_anim/__init__.pyi +1 -1
  189. bpy/ops/import_curve/__init__.pyi +1 -1
  190. bpy/ops/import_scene/__init__.pyi +2 -2
  191. bpy/ops/info/__init__.pyi +13 -7
  192. bpy/ops/lattice/__init__.pyi +14 -8
  193. bpy/ops/marker/__init__.pyi +13 -11
  194. bpy/ops/mask/__init__.pyi +59 -39
  195. bpy/ops/material/__init__.pyi +3 -3
  196. bpy/ops/mball/__init__.pyi +8 -8
  197. bpy/ops/mesh/__init__.pyi +182 -164
  198. bpy/ops/nla/__init__.pyi +65 -39
  199. bpy/ops/node/__init__.pyi +181 -150
  200. bpy/ops/object/__init__.pyi +262 -251
  201. bpy/ops/outliner/__init__.pyi +98 -72
  202. bpy/ops/paint/__init__.pyi +58 -54
  203. bpy/ops/paintcurve/__init__.pyi +12 -8
  204. bpy/ops/palette/__init__.pyi +11 -7
  205. bpy/ops/particle/__init__.pyi +58 -36
  206. bpy/ops/pointcloud/__init__.pyi +13 -7
  207. bpy/ops/pose/__init__.pyi +65 -51
  208. bpy/ops/poselib/__init__.pyi +17 -11
  209. bpy/ops/preferences/__init__.pyi +41 -38
  210. bpy/ops/ptcache/__init__.pyi +13 -7
  211. bpy/ops/render/__init__.pyi +17 -13
  212. bpy/ops/rigidbody/__init__.pyi +19 -13
  213. bpy/ops/scene/__init__.pyi +39 -37
  214. bpy/ops/screen/__init__.pyi +59 -45
  215. bpy/ops/script/__init__.pyi +5 -3
  216. bpy/ops/sculpt/__init__.pyi +44 -40
  217. bpy/ops/sculpt_curves/__init__.pyi +4 -4
  218. bpy/ops/sequencer/__init__.pyi +142 -115
  219. bpy/ops/sound/__init__.pyi +7 -16
  220. bpy/ops/spreadsheet/__init__.pyi +13 -7
  221. bpy/ops/surface/__init__.pyi +6 -6
  222. bpy/ops/text/__init__.pyi +73 -49
  223. bpy/ops/text_editor/__init__.pyi +1 -1
  224. bpy/ops/texture/__init__.pyi +8 -4
  225. bpy/ops/transform/__init__.pyi +29 -27
  226. bpy/ops/ui/__init__.pyi +42 -34
  227. bpy/ops/uilist/__init__.pyi +3 -3
  228. bpy/ops/uv/__init__.pyi +59 -49
  229. bpy/ops/view2d/__init__.pyi +14 -14
  230. bpy/ops/view3d/__init__.pyi +87 -67
  231. bpy/ops/wm/__init__.pyi +136 -574
  232. bpy/ops/workspace/__init__.pyi +11 -7
  233. bpy/ops/world/__init__.pyi +2 -2
  234. bpy/props/__init__.pyi +16 -13
  235. bpy/types/__init__.pyi +1237 -1281
  236. bpy/utils/__init__.pyi +23 -23
  237. bpy/utils/previews/__init__.pyi +3 -3
  238. bpy_extras/anim_utils/__init__.pyi +7 -7
  239. bpy_extras/bmesh_utils/__init__.pyi +1 -1
  240. bpy_extras/id_map_utils/__init__.pyi +3 -3
  241. bpy_extras/io_utils/__init__.pyi +14 -12
  242. bpy_extras/keyconfig_utils/__init__.pyi +3 -3
  243. bpy_extras/mesh_utils/__init__.pyi +2 -2
  244. bpy_extras/node_shader_utils/__init__.pyi +63 -63
  245. bpy_extras/node_utils/__init__.pyi +3 -3
  246. bpy_extras/object_utils/__init__.pyi +4 -4
  247. bpy_extras/wm_utils/progress_report/__init__.pyi +10 -10
  248. bpy_types/__init__.pyi +4 -4
  249. console_python/__init__.pyi +7 -7
  250. console_shell/__init__.pyi +5 -5
  251. {fake_bpy_module-20250604.dist-info → fake_bpy_module-20250607.dist-info}/METADATA +1 -1
  252. fake_bpy_module-20250607.dist-info/RECORD +367 -0
  253. freestyle/chainingiterators/__init__.pyi +35 -33
  254. freestyle/functions/__init__.pyi +55 -55
  255. freestyle/predicates/__init__.pyi +8 -8
  256. freestyle/shaders/__init__.pyi +79 -75
  257. freestyle/types/__init__.pyi +146 -142
  258. freestyle/utils/ContextFunctions/__init__.pyi +3 -1
  259. freestyle/utils/__init__.pyi +25 -25
  260. gpu/matrix/__init__.pyi +14 -14
  261. gpu/select/__init__.pyi +1 -1
  262. gpu/shader/__init__.pyi +1 -1
  263. gpu/state/__init__.pyi +19 -19
  264. gpu/types/__init__.pyi +50 -44
  265. gpu_extras/presets/__init__.pyi +2 -2
  266. graphviz_export/__init__.pyi +2 -2
  267. idprop/types/__init__.pyi +9 -9
  268. imbuf/__init__.pyi +3 -1
  269. imbuf/types/__init__.pyi +3 -3
  270. keyingsets_builtins/__init__.pyi +26 -26
  271. keyingsets_utils/__init__.pyi +14 -14
  272. mathutils/__init__.pyi +61 -53
  273. mathutils/bvhtree/__init__.pyi +4 -4
  274. mathutils/kdtree/__init__.pyi +3 -3
  275. mathutils/noise/__init__.pyi +1 -1
  276. nodeitems_builtins/__init__.pyi +4 -4
  277. nodeitems_utils/__init__.pyi +9 -9
  278. rna_info/__init__.pyi +25 -25
  279. rna_keymap_ui/__init__.pyi +6 -6
  280. rna_prop_ui/__init__.pyi +12 -12
  281. rna_xml/__init__.pyi +6 -6
  282. fake_bpy_module-20250604.dist-info/RECORD +0 -367
  283. {fake_bpy_module-20250604.dist-info → fake_bpy_module-20250607.dist-info}/WHEEL +0 -0
  284. {fake_bpy_module-20250604.dist-info → fake_bpy_module-20250607.dist-info}/top_level.txt +0 -0
@@ -35,7 +35,7 @@ class ChainPredicateIterator:
35
35
  restrict_to_unvisited: bool = True,
36
36
  begin: None | freestyle.types.ViewEdge | None = None,
37
37
  orientation: bool = True,
38
- ):
38
+ ) -> None:
39
39
  """Builds a ChainPredicateIterator from a unary predicate, a binary
40
40
  predicate, a starting ViewEdge and its orientation or using the copy constructor.
41
41
 
@@ -59,7 +59,7 @@ class ChainPredicateIterator:
59
59
  :type orientation: bool
60
60
  """
61
61
 
62
- def __init__(self, brother: typing_extensions.Self):
62
+ def __init__(self, brother: typing_extensions.Self) -> None:
63
63
  """Builds a ChainPredicateIterator from a unary predicate, a binary
64
64
  predicate, a starting ViewEdge and its orientation or using the copy constructor.
65
65
 
@@ -84,7 +84,7 @@ class ChainSilhouetteIterator:
84
84
  restrict_to_selection: bool = True,
85
85
  begin: None | freestyle.types.ViewEdge | None = None,
86
86
  orientation: bool = True,
87
- ):
87
+ ) -> None:
88
88
  """Builds a ChainSilhouetteIterator from the first ViewEdge used for
89
89
  iteration and its orientation or the copy constructor.
90
90
 
@@ -100,7 +100,7 @@ class ChainSilhouetteIterator:
100
100
  :type orientation: bool
101
101
  """
102
102
 
103
- def __init__(self, brother: typing_extensions.Self):
103
+ def __init__(self, brother: typing_extensions.Self) -> None:
104
104
  """Builds a ChainSilhouetteIterator from the first ViewEdge used for
105
105
  iteration and its orientation or the copy constructor.
106
106
 
@@ -115,7 +115,9 @@ class pyChainSilhouetteGenericIterator:
115
115
  edge types.
116
116
  """
117
117
 
118
- def __init__(self, stayInSelection: bool = True, stayInUnvisited: bool = True):
118
+ def __init__(
119
+ self, stayInSelection: bool = True, stayInUnvisited: bool = True
120
+ ) -> None:
119
121
  """Builds a pyChainSilhouetteGenericIterator object.
120
122
 
121
123
  :param stayInSelection: True if it is allowed to go out of the selection
@@ -124,8 +126,8 @@ class pyChainSilhouetteGenericIterator:
124
126
  :type stayInUnvisited: bool
125
127
  """
126
128
 
127
- def init(self): ...
128
- def traverse(self, iter):
129
+ def init(self) -> None: ...
130
+ def traverse(self, iter) -> None:
129
131
  """
130
132
 
131
133
  :param iter:
@@ -138,8 +140,8 @@ class pyChainSilhouetteIterator:
138
140
  types. A ViewEdge is only chained once.
139
141
  """
140
142
 
141
- def init(self): ...
142
- def traverse(self, iter):
143
+ def init(self) -> None: ...
144
+ def traverse(self, iter) -> None:
143
145
  """
144
146
 
145
147
  :param iter:
@@ -148,15 +150,15 @@ class pyChainSilhouetteIterator:
148
150
  class pyExternalContourChainingIterator:
149
151
  """Chains by external contour"""
150
152
 
151
- def checkViewEdge(self, ve, orientation):
153
+ def checkViewEdge(self, ve, orientation) -> None:
152
154
  """
153
155
 
154
156
  :param ve:
155
157
  :param orientation:
156
158
  """
157
159
 
158
- def init(self): ...
159
- def traverse(self, iter):
160
+ def init(self) -> None: ...
161
+ def traverse(self, iter) -> None:
160
162
  """
161
163
 
162
164
  :param iter:
@@ -167,7 +169,7 @@ class pyFillOcclusionsAbsoluteAndRelativeChainingIterator:
167
169
  selection.
168
170
  """
169
171
 
170
- def __init__(self, percent: float, l: float):
172
+ def __init__(self, percent: float, l: float) -> None:
171
173
  """Builds a pyFillOcclusionsAbsoluteAndRelativeChainingIterator object.
172
174
 
173
175
  :param percent: The maximal length of the occluded part as a
@@ -177,8 +179,8 @@ class pyFillOcclusionsAbsoluteAndRelativeChainingIterator:
177
179
  :type l: float
178
180
  """
179
181
 
180
- def init(self): ...
181
- def traverse(self, iter):
182
+ def init(self) -> None: ...
183
+ def traverse(self, iter) -> None:
182
184
  """
183
185
 
184
186
  :param iter:
@@ -187,15 +189,15 @@ class pyFillOcclusionsAbsoluteAndRelativeChainingIterator:
187
189
  class pyFillOcclusionsAbsoluteChainingIterator:
188
190
  """Chaining iterator that fills small occlusions"""
189
191
 
190
- def __init__(self, length: int):
192
+ def __init__(self, length: int) -> None:
191
193
  """Builds a pyFillOcclusionsAbsoluteChainingIterator object.
192
194
 
193
195
  :param length: The maximum length of the occluded part in pixels.
194
196
  :type length: int
195
197
  """
196
198
 
197
- def init(self): ...
198
- def traverse(self, iter):
199
+ def init(self) -> None: ...
200
+ def traverse(self, iter) -> None:
199
201
  """
200
202
 
201
203
  :param iter:
@@ -204,7 +206,7 @@ class pyFillOcclusionsAbsoluteChainingIterator:
204
206
  class pyFillOcclusionsRelativeChainingIterator:
205
207
  """Chaining iterator that fills small occlusions"""
206
208
 
207
- def __init__(self, percent: float):
209
+ def __init__(self, percent: float) -> None:
208
210
  """Builds a pyFillOcclusionsRelativeChainingIterator object.
209
211
 
210
212
  :param percent: The maximal length of the occluded part, expressed
@@ -212,8 +214,8 @@ class pyFillOcclusionsRelativeChainingIterator:
212
214
  :type percent: float
213
215
  """
214
216
 
215
- def init(self): ...
216
- def traverse(self, iter):
217
+ def init(self) -> None: ...
218
+ def traverse(self, iter) -> None:
217
219
  """
218
220
 
219
221
  :param iter:
@@ -224,7 +226,7 @@ class pyFillQi0AbsoluteAndRelativeChainingIterator:
224
226
  selection.
225
227
  """
226
228
 
227
- def __init__(self, percent: float, l: float):
229
+ def __init__(self, percent: float, l: float) -> None:
228
230
  """Builds a pyFillQi0AbsoluteAndRelativeChainingIterator object.
229
231
 
230
232
  :param percent: The maximal length of the occluded part as a
@@ -234,8 +236,8 @@ class pyFillQi0AbsoluteAndRelativeChainingIterator:
234
236
  :type l: float
235
237
  """
236
238
 
237
- def init(self): ...
238
- def traverse(self, iter):
239
+ def init(self) -> None: ...
240
+ def traverse(self, iter) -> None:
239
241
  """
240
242
 
241
243
  :param iter:
@@ -248,15 +250,15 @@ class pyNoIdChainSilhouetteIterator:
248
250
  types. It won't chain the same ViewEdge twice.
249
251
  """
250
252
 
251
- def __init__(self, stayInSelection: bool = True):
253
+ def __init__(self, stayInSelection: bool = True) -> None:
252
254
  """Builds a pyNoIdChainSilhouetteIterator object.
253
255
 
254
256
  :param stayInSelection: True if it is allowed to go out of the selection
255
257
  :type stayInSelection: bool
256
258
  """
257
259
 
258
- def init(self): ...
259
- def traverse(self, iter):
260
+ def init(self) -> None: ...
261
+ def traverse(self, iter) -> None:
260
262
  """
261
263
 
262
264
  :param iter:
@@ -267,7 +269,7 @@ class pySketchyChainSilhouetteIterator:
267
269
  same ViewEdge multiple times to achieve a sketchy effect.
268
270
  """
269
271
 
270
- def __init__(self, nRounds: int = 3, stayInSelection: bool = True):
272
+ def __init__(self, nRounds: int = 3, stayInSelection: bool = True) -> None:
271
273
  """Builds a pySketchyChainSilhouetteIterator object.
272
274
 
273
275
  :param nRounds: Number of times every Viewedge is chained.
@@ -276,15 +278,15 @@ class pySketchyChainSilhouetteIterator:
276
278
  :type stayInSelection: bool
277
279
  """
278
280
 
279
- def init(self): ...
280
- def make_sketchy(self, ve):
281
+ def init(self) -> None: ...
282
+ def make_sketchy(self, ve) -> None:
281
283
  """Creates the sketchy effect by causing the chain to run from
282
284
  the start again. (loop over itself again)
283
285
 
284
286
  :param ve:
285
287
  """
286
288
 
287
- def traverse(self, iter):
289
+ def traverse(self, iter) -> None:
288
290
  """
289
291
 
290
292
  :param iter:
@@ -296,8 +298,8 @@ class pySketchyChainingIterator:
296
298
  ViewEdge.
297
299
  """
298
300
 
299
- def init(self): ...
300
- def traverse(self, iter):
301
+ def init(self) -> None: ...
302
+ def traverse(self, iter) -> None:
301
303
  """
302
304
 
303
305
  :param iter:
@@ -38,10 +38,10 @@ import mathutils
38
38
  class ChainingTimeStampF1D:
39
39
  """Class hierarchy: `freestyle.types.UnaryFunction1D` > `freestyle.types.UnaryFunction1DVoid` > `ChainingTimeStampF1D`"""
40
40
 
41
- def __init__(self):
41
+ def __init__(self) -> None:
42
42
  """Builds a ChainingTimeStampF1D object."""
43
43
 
44
- def __call__(self, inter: freestyle.types.Interface1D):
44
+ def __call__(self, inter: freestyle.types.Interface1D) -> None:
45
45
  """Sets the chaining time stamp of the Interface1D.
46
46
 
47
47
  :param inter: An Interface1D object.
@@ -51,7 +51,7 @@ class ChainingTimeStampF1D:
51
51
  class Curvature2DAngleF0D:
52
52
  """Class hierarchy: `freestyle.types.UnaryFunction0D` > `freestyle.types.UnaryFunction0DDouble` > `Curvature2DAngleF0D`"""
53
53
 
54
- def __init__(self):
54
+ def __init__(self) -> None:
55
55
  """Builds a Curvature2DAngleF0D object."""
56
56
 
57
57
  def __call__(self, it: freestyle.types.Interface0DIterator) -> float:
@@ -72,7 +72,7 @@ class Curvature2DAngleF1D:
72
72
 
73
73
  def __init__(
74
74
  self, integration_type: freestyle.types.IntegrationType = IntegrationType.MEAN
75
- ):
75
+ ) -> None:
76
76
  """Builds a Curvature2DAngleF1D object.
77
77
 
78
78
  :param integration_type: The integration method used to compute a single value
@@ -99,7 +99,7 @@ class CurveMaterialF0D:
99
99
  class CurveNatureF0D:
100
100
  """Class hierarchy: `freestyle.types.UnaryFunction0D` > `freestyle.types.UnaryFunction0DEdgeNature` > `CurveNatureF0D`"""
101
101
 
102
- def __init__(self):
102
+ def __init__(self) -> None:
103
103
  """Builds a CurveNatureF0D object."""
104
104
 
105
105
  def __call__(
@@ -120,7 +120,7 @@ class CurveNatureF1D:
120
120
 
121
121
  def __init__(
122
122
  self, integration_type: freestyle.types.IntegrationType = IntegrationType.MEAN
123
- ):
123
+ ) -> None:
124
124
  """Builds a CurveNatureF1D object.
125
125
 
126
126
  :param integration_type: The integration method used to compute a single value
@@ -146,7 +146,7 @@ class CurveNatureF1D:
146
146
  class DensityF0D:
147
147
  """Class hierarchy: `freestyle.types.UnaryFunction0D` > `freestyle.types.UnaryFunction0DDouble` > `DensityF0D`"""
148
148
 
149
- def __init__(self, sigma: float = 2.0):
149
+ def __init__(self, sigma: float = 2.0) -> None:
150
150
  """Builds a DensityF0D object.
151
151
 
152
152
  :param sigma: The gaussian sigma value indicating the X value for
@@ -177,7 +177,7 @@ class DensityF1D:
177
177
  sigma: float = 2.0,
178
178
  integration_type: freestyle.types.IntegrationType = IntegrationType.MEAN,
179
179
  sampling: float = 2.0,
180
- ):
180
+ ) -> None:
181
181
  """Builds a DensityF1D object.
182
182
 
183
183
  :param sigma: The sigma used in DensityF0D and determining the window size
@@ -214,7 +214,7 @@ class GetCompleteViewMapDensityF1D:
214
214
  level: int,
215
215
  integration_type: freestyle.types.IntegrationType = IntegrationType.MEAN,
216
216
  sampling: float = 2.0,
217
- ):
217
+ ) -> None:
218
218
  """Builds a GetCompleteViewMapDensityF1D object.
219
219
 
220
220
  :param level: The level of the pyramid from which the pixel must be
@@ -248,7 +248,7 @@ class GetCompleteViewMapDensityF1D:
248
248
  class GetCurvilinearAbscissaF0D:
249
249
  """Class hierarchy: `freestyle.types.UnaryFunction0D` > `freestyle.types.UnaryFunction0DFloat` > `GetCurvilinearAbscissaF0D`"""
250
250
 
251
- def __init__(self):
251
+ def __init__(self) -> None:
252
252
  """Builds a GetCurvilinearAbscissaF0D object."""
253
253
 
254
254
  def __call__(self, it: freestyle.types.Interface0DIterator) -> float:
@@ -271,7 +271,7 @@ class GetDirectionalViewMapDensityF1D:
271
271
  level: int,
272
272
  integration_type: freestyle.types.IntegrationType = IntegrationType.MEAN,
273
273
  sampling: float = 2.0,
274
- ):
274
+ ) -> None:
275
275
  """Builds a GetDirectionalViewMapDensityF1D object.
276
276
 
277
277
  :param orientation: The number of the directional map we must work
@@ -309,7 +309,7 @@ class GetDirectionalViewMapDensityF1D:
309
309
  class GetOccludeeF0D:
310
310
  """Class hierarchy: `freestyle.types.UnaryFunction0D` > `freestyle.types.UnaryFunction0DViewShape` > `GetOccludeeF0D`"""
311
311
 
312
- def __init__(self):
312
+ def __init__(self) -> None:
313
313
  """Builds a GetOccludeeF0D object."""
314
314
 
315
315
  def __call__(
@@ -327,7 +327,7 @@ class GetOccludeeF0D:
327
327
  class GetOccludeeF1D:
328
328
  """Class hierarchy: `freestyle.types.UnaryFunction1D` > `freestyle.types.UnaryFunction1DVectorViewShape` > `GetOccludeeF1D`"""
329
329
 
330
- def __init__(self):
330
+ def __init__(self) -> None:
331
331
  """Builds a GetOccludeeF1D object."""
332
332
 
333
333
  def __call__(
@@ -344,7 +344,7 @@ class GetOccludeeF1D:
344
344
  class GetOccludersF0D:
345
345
  """Class hierarchy: `freestyle.types.UnaryFunction0D` > `freestyle.types.UnaryFunction0DVectorViewShape` > `GetOccludersF0D`"""
346
346
 
347
- def __init__(self):
347
+ def __init__(self) -> None:
348
348
  """Builds a GetOccludersF0D object."""
349
349
 
350
350
  def __call__(
@@ -363,7 +363,7 @@ class GetOccludersF0D:
363
363
  class GetOccludersF1D:
364
364
  """Class hierarchy: `freestyle.types.UnaryFunction1D` > `freestyle.types.UnaryFunction1DVectorViewShape` > `GetOccludersF1D`"""
365
365
 
366
- def __init__(self):
366
+ def __init__(self) -> None:
367
367
  """Builds a GetOccludersF1D object."""
368
368
 
369
369
  def __call__(
@@ -380,7 +380,7 @@ class GetOccludersF1D:
380
380
  class GetParameterF0D:
381
381
  """Class hierarchy: `freestyle.types.UnaryFunction0D` > `freestyle.types.UnaryFunction0DFloat` > `GetParameterF0D`"""
382
382
 
383
- def __init__(self):
383
+ def __init__(self) -> None:
384
384
  """Builds a GetParameterF0D object."""
385
385
 
386
386
  def __call__(self, it: freestyle.types.Interface0DIterator) -> float:
@@ -396,7 +396,7 @@ class GetParameterF0D:
396
396
  class GetProjectedXF0D:
397
397
  """Class hierarchy: `freestyle.types.UnaryFunction0D` > `freestyle.types.UnaryFunction0DDouble` > `GetProjectedXF0D`"""
398
398
 
399
- def __init__(self):
399
+ def __init__(self) -> None:
400
400
  """Builds a GetProjectedXF0D object."""
401
401
 
402
402
  def __call__(self, it: freestyle.types.Interface0DIterator) -> float:
@@ -414,7 +414,7 @@ class GetProjectedXF1D:
414
414
 
415
415
  def __init__(
416
416
  self, integration_type: freestyle.types.IntegrationType = IntegrationType.MEAN
417
- ):
417
+ ) -> None:
418
418
  """Builds a GetProjectedXF1D object.
419
419
 
420
420
  :param integration_type: The integration method used to compute a single value
@@ -434,7 +434,7 @@ class GetProjectedXF1D:
434
434
  class GetProjectedYF0D:
435
435
  """Class hierarchy: `freestyle.types.UnaryFunction0D` > `freestyle.types.UnaryFunction0DDouble` > `GetProjectedYF0D`"""
436
436
 
437
- def __init__(self):
437
+ def __init__(self) -> None:
438
438
  """Builds a GetProjectedYF0D object."""
439
439
 
440
440
  def __call__(self, it: freestyle.types.Interface0DIterator) -> float:
@@ -452,7 +452,7 @@ class GetProjectedYF1D:
452
452
 
453
453
  def __init__(
454
454
  self, integration_type: freestyle.types.IntegrationType = IntegrationType.MEAN
455
- ):
455
+ ) -> None:
456
456
  """Builds a GetProjectedYF1D object.
457
457
 
458
458
  :param integration_type: The integration method used to compute a single value
@@ -472,7 +472,7 @@ class GetProjectedYF1D:
472
472
  class GetProjectedZF0D:
473
473
  """Class hierarchy: `freestyle.types.UnaryFunction0D` > `freestyle.types.UnaryFunction0DDouble` > `GetProjectedZF0D`"""
474
474
 
475
- def __init__(self):
475
+ def __init__(self) -> None:
476
476
  """Builds a GetProjectedZF0D object."""
477
477
 
478
478
  def __call__(self, it: freestyle.types.Interface0DIterator) -> float:
@@ -490,7 +490,7 @@ class GetProjectedZF1D:
490
490
 
491
491
  def __init__(
492
492
  self, integration_type: freestyle.types.IntegrationType = IntegrationType.MEAN
493
- ):
493
+ ) -> None:
494
494
  """Builds a GetProjectedZF1D object.
495
495
 
496
496
  :param integration_type: The integration method used to compute a single value
@@ -510,7 +510,7 @@ class GetProjectedZF1D:
510
510
  class GetShapeF0D:
511
511
  """Class hierarchy: `freestyle.types.UnaryFunction0D` > `freestyle.types.UnaryFunction0DViewShape` > `GetShapeF0D`"""
512
512
 
513
- def __init__(self):
513
+ def __init__(self) -> None:
514
514
  """Builds a GetShapeF0D object."""
515
515
 
516
516
  def __call__(
@@ -528,7 +528,7 @@ class GetShapeF0D:
528
528
  class GetShapeF1D:
529
529
  """Class hierarchy: `freestyle.types.UnaryFunction1D` > `freestyle.types.UnaryFunction1DVectorViewShape` > `GetShapeF1D`"""
530
530
 
531
- def __init__(self):
531
+ def __init__(self) -> None:
532
532
  """Builds a GetShapeF1D object."""
533
533
 
534
534
  def __call__(
@@ -550,7 +550,7 @@ class GetSteerableViewMapDensityF1D:
550
550
  level: int,
551
551
  integration_type: freestyle.types.IntegrationType = IntegrationType.MEAN,
552
552
  sampling: float = 2.0,
553
- ):
553
+ ) -> None:
554
554
  """Builds a GetSteerableViewMapDensityF1D object.
555
555
 
556
556
  :param level: The level of the pyramid from which the pixel must be
@@ -581,7 +581,7 @@ class GetSteerableViewMapDensityF1D:
581
581
  class GetViewMapGradientNormF0D:
582
582
  """Class hierarchy: `freestyle.types.UnaryFunction0D` > `freestyle.types.UnaryFunction0DFloat` > `GetViewMapGradientNormF0D`"""
583
583
 
584
- def __init__(self, level: int):
584
+ def __init__(self, level: int) -> None:
585
585
  """Builds a GetViewMapGradientNormF0D object.
586
586
 
587
587
  :param level: The level of the pyramid from which the pixel must be
@@ -608,7 +608,7 @@ class GetViewMapGradientNormF1D:
608
608
  level: int,
609
609
  integration_type: freestyle.types.IntegrationType = IntegrationType.MEAN,
610
610
  sampling: float = 2.0,
611
- ):
611
+ ) -> None:
612
612
  """Builds a GetViewMapGradientNormF1D object.
613
613
 
614
614
  :param level: The level of the pyramid from which the pixel must be
@@ -639,7 +639,7 @@ class GetViewMapGradientNormF1D:
639
639
  class GetXF0D:
640
640
  """Class hierarchy: `freestyle.types.UnaryFunction0D` > `freestyle.types.UnaryFunction0DDouble` > `GetXF0D`"""
641
641
 
642
- def __init__(self):
642
+ def __init__(self) -> None:
643
643
  """Builds a GetXF0D object."""
644
644
 
645
645
  def __call__(self, it: freestyle.types.Interface0DIterator) -> float:
@@ -657,7 +657,7 @@ class GetXF1D:
657
657
 
658
658
  def __init__(
659
659
  self, integration_type: freestyle.types.IntegrationType = IntegrationType.MEAN
660
- ):
660
+ ) -> None:
661
661
  """Builds a GetXF1D object.
662
662
 
663
663
  :param integration_type: The integration method used to compute a single value
@@ -677,7 +677,7 @@ class GetXF1D:
677
677
  class GetYF0D:
678
678
  """Class hierarchy: `freestyle.types.UnaryFunction0D` > `freestyle.types.UnaryFunction0DDouble` > `GetYF0D`"""
679
679
 
680
- def __init__(self):
680
+ def __init__(self) -> None:
681
681
  """Builds a GetYF0D object."""
682
682
 
683
683
  def __call__(self, it: freestyle.types.Interface0DIterator) -> float:
@@ -695,7 +695,7 @@ class GetYF1D:
695
695
 
696
696
  def __init__(
697
697
  self, integration_type: freestyle.types.IntegrationType = IntegrationType.MEAN
698
- ):
698
+ ) -> None:
699
699
  """Builds a GetYF1D object.
700
700
 
701
701
  :param integration_type: The integration method used to compute a single value
@@ -715,7 +715,7 @@ class GetYF1D:
715
715
  class GetZF0D:
716
716
  """Class hierarchy: `freestyle.types.UnaryFunction0D` > `freestyle.types.UnaryFunction0DDouble` > `GetZF0D`"""
717
717
 
718
- def __init__(self):
718
+ def __init__(self) -> None:
719
719
  """Builds a GetZF0D object."""
720
720
 
721
721
  def __call__(self, it: freestyle.types.Interface0DIterator) -> float:
@@ -733,7 +733,7 @@ class GetZF1D:
733
733
 
734
734
  def __init__(
735
735
  self, integration_type: freestyle.types.IntegrationType = IntegrationType.MEAN
736
- ):
736
+ ) -> None:
737
737
  """Builds a GetZF1D object.
738
738
 
739
739
  :param integration_type: The integration method used to compute a single value
@@ -753,10 +753,10 @@ class GetZF1D:
753
753
  class IncrementChainingTimeStampF1D:
754
754
  """Class hierarchy: `freestyle.types.UnaryFunction1D` > `freestyle.types.UnaryFunction1DVoid` > `IncrementChainingTimeStampF1D`"""
755
755
 
756
- def __init__(self):
756
+ def __init__(self) -> None:
757
757
  """Builds an IncrementChainingTimeStampF1D object."""
758
758
 
759
- def __call__(self, inter: freestyle.types.Interface1D):
759
+ def __call__(self, inter: freestyle.types.Interface1D) -> None:
760
760
  """Increments the chaining time stamp of the Interface1D.
761
761
 
762
762
  :param inter: An Interface1D object.
@@ -766,7 +766,7 @@ class IncrementChainingTimeStampF1D:
766
766
  class LocalAverageDepthF0D:
767
767
  """Class hierarchy: `freestyle.types.UnaryFunction0D` > `freestyle.types.UnaryFunction0DDouble` > `LocalAverageDepthF0D`"""
768
768
 
769
- def __init__(self, mask_size: float = 5.0):
769
+ def __init__(self, mask_size: float = 5.0) -> None:
770
770
  """Builds a LocalAverageDepthF0D object.
771
771
 
772
772
  :param mask_size: The size of the mask.
@@ -792,7 +792,7 @@ class LocalAverageDepthF1D:
792
792
  self,
793
793
  sigma: float,
794
794
  integration_type: freestyle.types.IntegrationType = IntegrationType.MEAN,
795
- ):
795
+ ) -> None:
796
796
  """Builds a LocalAverageDepthF1D object.
797
797
 
798
798
  :param sigma: The sigma used in DensityF0D and determining the window
@@ -819,7 +819,7 @@ class LocalAverageDepthF1D:
819
819
  class MaterialF0D:
820
820
  """Class hierarchy: `freestyle.types.UnaryFunction0D` > `freestyle.types.UnaryFunction0DMaterial` > `MaterialF0D`"""
821
821
 
822
- def __init__(self):
822
+ def __init__(self) -> None:
823
823
  """Builds a MaterialF0D object."""
824
824
 
825
825
  def __call__(
@@ -847,7 +847,7 @@ class MaterialF0D:
847
847
  class Normal2DF0D:
848
848
  """Class hierarchy: `freestyle.types.UnaryFunction0D` > `freestyle.types.UnaryFunction0DVec2f` > `Normal2DF0D`"""
849
849
 
850
- def __init__(self):
850
+ def __init__(self) -> None:
851
851
  """Builds a Normal2DF0D object."""
852
852
 
853
853
  def __call__(self, it: freestyle.types.Interface0DIterator) -> mathutils.Vector:
@@ -868,7 +868,7 @@ class Normal2DF1D:
868
868
 
869
869
  def __init__(
870
870
  self, integration_type: freestyle.types.IntegrationType = IntegrationType.MEAN
871
- ):
871
+ ) -> None:
872
872
  """Builds a Normal2DF1D object.
873
873
 
874
874
  :param integration_type: The integration method used to compute a single value
@@ -890,7 +890,7 @@ class Orientation2DF1D:
890
890
 
891
891
  def __init__(
892
892
  self, integration_type: freestyle.types.IntegrationType = IntegrationType.MEAN
893
- ):
893
+ ) -> None:
894
894
  """Builds an Orientation2DF1D object.
895
895
 
896
896
  :param integration_type: The integration method used to compute a single value
@@ -912,7 +912,7 @@ class Orientation3DF1D:
912
912
 
913
913
  def __init__(
914
914
  self, integration_type: freestyle.types.IntegrationType = IntegrationType.MEAN
915
- ):
915
+ ) -> None:
916
916
  """Builds an Orientation3DF1D object.
917
917
 
918
918
  :param integration_type: The integration method used to compute a single value
@@ -932,7 +932,7 @@ class Orientation3DF1D:
932
932
  class QuantitativeInvisibilityF0D:
933
933
  """Class hierarchy: `freestyle.types.UnaryFunction0D` > `freestyle.types.UnaryFunction0DUnsigned` > `QuantitativeInvisibilityF0D`"""
934
934
 
935
- def __init__(self):
935
+ def __init__(self) -> None:
936
936
  """Builds a QuantitativeInvisibilityF0D object."""
937
937
 
938
938
  def __call__(self, it: freestyle.types.Interface0DIterator) -> int:
@@ -956,7 +956,7 @@ class QuantitativeInvisibilityF1D:
956
956
 
957
957
  def __init__(
958
958
  self, integration_type: freestyle.types.IntegrationType = IntegrationType.MEAN
959
- ):
959
+ ) -> None:
960
960
  """Builds a QuantitativeInvisibilityF1D object.
961
961
 
962
962
  :param integration_type: The integration method used to compute a single value
@@ -980,7 +980,7 @@ class QuantitativeInvisibilityF1D:
980
980
  class ReadCompleteViewMapPixelF0D:
981
981
  """Class hierarchy: `freestyle.types.UnaryFunction0D` > `freestyle.types.UnaryFunction0DFloat` > `ReadCompleteViewMapPixelF0D`"""
982
982
 
983
- def __init__(self, level: int):
983
+ def __init__(self, level: int) -> None:
984
984
  """Builds a ReadCompleteViewMapPixelF0D object.
985
985
 
986
986
  :param level: The level of the pyramid from which the pixel must be
@@ -1000,7 +1000,7 @@ class ReadCompleteViewMapPixelF0D:
1000
1000
  class ReadMapPixelF0D:
1001
1001
  """Class hierarchy: `freestyle.types.UnaryFunction0D` > `freestyle.types.UnaryFunction0DFloat` > `ReadMapPixelF0D`"""
1002
1002
 
1003
- def __init__(self, map_name: str, level: int):
1003
+ def __init__(self, map_name: str, level: int) -> None:
1004
1004
  """Builds a ReadMapPixelF0D object.
1005
1005
 
1006
1006
  :param map_name: The name of the map to be read.
@@ -1022,7 +1022,7 @@ class ReadMapPixelF0D:
1022
1022
  class ReadSteerableViewMapPixelF0D:
1023
1023
  """Class hierarchy: `freestyle.types.UnaryFunction0D` > `freestyle.types.UnaryFunction0DFloat` > `ReadSteerableViewMapPixelF0D`"""
1024
1024
 
1025
- def __init__(self, orientation: int, level: int):
1025
+ def __init__(self, orientation: int, level: int) -> None:
1026
1026
  """Builds a ReadSteerableViewMapPixelF0D object.
1027
1027
 
1028
1028
  :param orientation: The integer belonging to [0, 4] indicating the
@@ -1045,7 +1045,7 @@ class ReadSteerableViewMapPixelF0D:
1045
1045
  class ShapeIdF0D:
1046
1046
  """Class hierarchy: `freestyle.types.UnaryFunction0D` > `freestyle.types.UnaryFunction0DId` > `ShapeIdF0D`"""
1047
1047
 
1048
- def __init__(self):
1048
+ def __init__(self) -> None:
1049
1049
  """Builds a ShapeIdF0D object."""
1050
1050
 
1051
1051
  def __call__(self, it: freestyle.types.Interface0DIterator) -> freestyle.types.Id:
@@ -1068,10 +1068,10 @@ class ShapeIdF0D:
1068
1068
  class TimeStampF1D:
1069
1069
  """Class hierarchy: `freestyle.types.UnaryFunction1D` > `freestyle.types.UnaryFunction1DVoid` > `TimeStampF1D`"""
1070
1070
 
1071
- def __init__(self):
1071
+ def __init__(self) -> None:
1072
1072
  """Builds a TimeStampF1D object."""
1073
1073
 
1074
- def __call__(self, inter: freestyle.types.Interface1D):
1074
+ def __call__(self, inter: freestyle.types.Interface1D) -> None:
1075
1075
  """Returns the time stamp of the Interface1D.
1076
1076
 
1077
1077
  :param inter: An Interface1D object.
@@ -1081,7 +1081,7 @@ class TimeStampF1D:
1081
1081
  class VertexOrientation2DF0D:
1082
1082
  """Class hierarchy: `freestyle.types.UnaryFunction0D` > `freestyle.types.UnaryFunction0DVec2f` > `VertexOrientation2DF0D`"""
1083
1083
 
1084
- def __init__(self):
1084
+ def __init__(self) -> None:
1085
1085
  """Builds a VertexOrientation2DF0D object."""
1086
1086
 
1087
1087
  def __call__(self, it: freestyle.types.Interface0DIterator) -> mathutils.Vector:
@@ -1100,7 +1100,7 @@ class VertexOrientation2DF0D:
1100
1100
  class VertexOrientation3DF0D:
1101
1101
  """Class hierarchy: `freestyle.types.UnaryFunction0D` > `freestyle.types.UnaryFunction0DVec3f` > `VertexOrientation3DF0D`"""
1102
1102
 
1103
- def __init__(self):
1103
+ def __init__(self) -> None:
1104
1104
  """Builds a VertexOrientation3DF0D object."""
1105
1105
 
1106
1106
  def __call__(self, it: freestyle.types.Interface0DIterator) -> mathutils.Vector:
@@ -1119,7 +1119,7 @@ class VertexOrientation3DF0D:
1119
1119
  class ZDiscontinuityF0D:
1120
1120
  """Class hierarchy: `freestyle.types.UnaryFunction0D` > `freestyle.types.UnaryFunction0DDouble` > `ZDiscontinuityF0D`"""
1121
1121
 
1122
- def __init__(self):
1122
+ def __init__(self) -> None:
1123
1123
  """Builds a ZDiscontinuityF0D object."""
1124
1124
 
1125
1125
  def __call__(self, it: freestyle.types.Interface0DIterator) -> float:
@@ -1142,7 +1142,7 @@ class ZDiscontinuityF1D:
1142
1142
 
1143
1143
  def __init__(
1144
1144
  self, integration_type: freestyle.types.IntegrationType = IntegrationType.MEAN
1145
- ):
1145
+ ) -> None:
1146
1146
  """Builds a ZDiscontinuityF1D object.
1147
1147
 
1148
1148
  :param integration_type: The integration method used to compute a single value
@@ -1178,7 +1178,7 @@ class pyViewMapGradientNormF1D: ...
1178
1178
  class pyViewMapGradientVectorF0D:
1179
1179
  """Returns the gradient vector for a pixel."""
1180
1180
 
1181
- def __init__(self, level: int):
1181
+ def __init__(self, level: int) -> None:
1182
1182
  """Builds a pyViewMapGradientVectorF0D object.
1183
1183
 
1184
1184
  :param level: the level at which to compute the gradient