fake-bpy-module 20250612__py3-none-any.whl → 20260118__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 (325) hide show
  1. {bl_console_utils → _bl_console_utils}/autocomplete/complete_calltip/__init__.pyi +0 -13
  2. {bl_console_utils → _bl_console_utils}/autocomplete/complete_import/__init__.pyi +0 -5
  3. {bl_console_utils → _bl_console_utils}/autocomplete/complete_namespace/__init__.pyi +0 -11
  4. {bl_console_utils → _bl_console_utils}/autocomplete/intellisense/__init__.pyi +0 -10
  5. {bl_i18n_utils → _bl_i18n_utils}/__init__.pyi +1 -0
  6. {bl_i18n_utils → _bl_i18n_utils}/bl_extract_messages/__init__.pyi +1 -0
  7. {bl_i18n_utils → _bl_i18n_utils}/settings/__init__.pyi +3 -1
  8. {bl_i18n_utils → _bl_i18n_utils}/utils/__init__.pyi +4 -4
  9. _bl_i18n_utils/utils_spell_check/__init__.pyi +22 -0
  10. {bl_ui_utils → _bl_ui_utils}/__init__.pyi +1 -0
  11. _blendfile_header/__init__.pyi +48 -0
  12. _bpy_internal/__init__.pyi +4 -1
  13. _bpy_internal/assets/__init__.pyi +5 -0
  14. _bpy_internal/assets/remote_library_listing/__init__.pyi +5 -0
  15. _bpy_internal/assets/remote_library_listing/blender_asset_library_openapi/__init__.pyi +13 -0
  16. _bpy_internal/disk_file_hash_service/__init__.pyi +19 -0
  17. _bpy_internal/disk_file_hash_service/backend_sqlite/__init__.pyi +48 -0
  18. _bpy_internal/disk_file_hash_service/hash_service/__init__.pyi +64 -0
  19. _bpy_internal/disk_file_hash_service/types/__init__.pyi +53 -0
  20. _bpy_internal/extensions/wheel_manager/__init__.pyi +1 -1
  21. _bpy_internal/filesystem/__init__.pyi +5 -0
  22. _bpy_internal/filesystem/locking/__init__.pyi +28 -0
  23. _bpy_internal/grease_pencil/stroke/__init__.pyi +2 -2
  24. _bpy_internal/platform/__init__.pyi +5 -0
  25. _bpy_types/__init__.pyi +1592 -0
  26. {keyingsets_utils → _keyingsets_utils}/__init__.pyi +2 -0
  27. {rna_info → _rna_info}/__init__.pyi +4 -2
  28. addon_utils/__init__.pyi +0 -13
  29. aud/__init__.pyi +122 -145
  30. bl_app_templates_system/Storyboarding/__init__.pyi +11 -0
  31. bl_app_templates_system/__init__.pyi +5 -0
  32. bl_app_templates_system/py.typed +0 -0
  33. bl_math/__init__.pyi +3 -13
  34. bl_operators/__init__.pyi +1 -0
  35. bl_operators/add_mesh_torus/__init__.pyi +2 -3
  36. bl_operators/anim/__init__.pyi +62 -38
  37. bl_operators/assets/__init__.pyi +4 -9
  38. bl_operators/bone_selection_sets/__init__.pyi +15 -42
  39. bl_operators/clip/__init__.pyi +12 -31
  40. bl_operators/connect_to_output/__init__.pyi +2 -3
  41. bl_operators/console/__init__.pyi +6 -15
  42. bl_operators/constraint/__init__.pyi +6 -13
  43. bl_operators/copy_global_transform/__init__.pyi +261 -0
  44. bl_operators/file/__init__.pyi +6 -11
  45. bl_operators/freestyle/__init__.pyi +5 -12
  46. bl_operators/geometry_nodes/__init__.pyi +5 -12
  47. bl_operators/grease_pencil/__init__.pyi +2 -3
  48. bl_operators/image/__init__.pyi +6 -15
  49. bl_operators/image_as_planes/__init__.pyi +3 -10
  50. bl_operators/mesh/__init__.pyi +3 -49
  51. bl_operators/node/__init__.pyi +294 -73
  52. bl_operators/object/__init__.pyi +17 -53
  53. bl_operators/object_align/__init__.pyi +2 -3
  54. bl_operators/object_quick_effects/__init__.pyi +5 -12
  55. bl_operators/object_randomize_transform/__init__.pyi +2 -3
  56. bl_operators/presets/__init__.pyi +27 -76
  57. bl_operators/rigidbody/__init__.pyi +4 -9
  58. bl_operators/screen_play_rendered_anim/__init__.pyi +2 -3
  59. bl_operators/sequencer/__init__.pyi +12 -27
  60. bl_operators/spreadsheet/__init__.pyi +2 -3
  61. bl_operators/userpref/__init__.pyi +26 -75
  62. bl_operators/uvcalc_follow_active/__init__.pyi +3 -4
  63. bl_operators/uvcalc_lightmap/__init__.pyi +3 -4
  64. bl_operators/uvcalc_transform/__init__.pyi +26 -16
  65. bl_operators/vertexpaint_dirt/__init__.pyi +2 -3
  66. bl_operators/view3d/__init__.pyi +9 -24
  67. bl_operators/wm/__init__.pyi +48 -139
  68. bl_operators/world/__init__.pyi +3 -4
  69. bl_ui/__init__.pyi +7 -7
  70. bl_ui/anim/__init__.pyi +2 -3
  71. bl_ui/asset_shelf/__init__.pyi +2 -3
  72. bl_ui/generic_ui_list/__init__.pyi +4 -19
  73. bl_ui/node_add_menu/__init__.pyi +263 -7
  74. bl_ui/node_add_menu_compositor/__init__.pyi +96 -79
  75. bl_ui/node_add_menu_geometry/__init__.pyi +309 -270
  76. bl_ui/node_add_menu_shader/__init__.pyi +49 -49
  77. bl_ui/node_add_menu_texture/__init__.pyi +17 -62
  78. bl_ui/properties_collection/__init__.pyi +9 -22
  79. bl_ui/properties_constraint/__init__.pyi +129 -282
  80. bl_ui/properties_data_armature/__init__.pyi +22 -57
  81. bl_ui/properties_data_bone/__init__.pyi +12 -31
  82. bl_ui/properties_data_camera/__init__.pyi +18 -47
  83. bl_ui/properties_data_curve/__init__.pyi +18 -47
  84. bl_ui/properties_data_curves/__init__.pyi +11 -26
  85. bl_ui/properties_data_empty/__init__.pyi +3 -6
  86. bl_ui/properties_data_grease_pencil/__init__.pyi +23 -62
  87. bl_ui/properties_data_lattice/__init__.pyi +7 -14
  88. bl_ui/properties_data_light/__init__.pyi +13 -32
  89. bl_ui/properties_data_lightprobe/__init__.pyi +16 -43
  90. bl_ui/properties_data_mesh/__init__.pyi +47 -62
  91. bl_ui/properties_data_metaball/__init__.pyi +9 -20
  92. bl_ui/properties_data_modifier/__init__.pyi +22 -28
  93. bl_ui/properties_data_pointcloud/__init__.pyi +8 -19
  94. bl_ui/properties_data_shaderfx/__init__.pyi +2 -3
  95. bl_ui/properties_data_speaker/__init__.pyi +9 -20
  96. bl_ui/properties_data_volume/__init__.pyi +12 -29
  97. bl_ui/properties_freestyle/__init__.pyi +27 -76
  98. bl_ui/properties_grease_pencil_common/__init__.pyi +10 -168
  99. bl_ui/properties_mask_common/__init__.pyi +8 -21
  100. bl_ui/properties_material/__init__.pyi +26 -86
  101. bl_ui/properties_material_gpencil/__init__.pyi +36 -57
  102. bl_ui/properties_object/__init__.pyi +59 -65
  103. bl_ui/properties_output/__init__.pyi +21 -60
  104. bl_ui/properties_paint_common/__init__.pyi +30 -22
  105. bl_ui/properties_particle/__init__.pyi +58 -161
  106. bl_ui/properties_physics_cloth/__init__.pyi +15 -42
  107. bl_ui/properties_physics_common/__init__.pyi +2 -3
  108. bl_ui/properties_physics_dynamicpaint/__init__.pyi +23 -66
  109. bl_ui/properties_physics_field/__init__.pyi +11 -30
  110. bl_ui/properties_physics_fluid/__init__.pyi +29 -84
  111. bl_ui/properties_physics_geometry_nodes/__init__.pyi +2 -3
  112. bl_ui/properties_physics_rigidbody/__init__.pyi +9 -24
  113. bl_ui/properties_physics_rigidbody_constraint/__init__.pyi +14 -39
  114. bl_ui/properties_physics_softbody/__init__.pyi +16 -45
  115. bl_ui/properties_render/__init__.pyi +139 -197
  116. bl_ui/properties_scene/__init__.pyi +46 -50
  117. bl_ui/properties_strip/__init__.pyi +744 -0
  118. bl_ui/properties_strip_modifier/__init__.pyi +45 -0
  119. bl_ui/properties_texture/__init__.pyi +30 -83
  120. bl_ui/properties_view_layer/__init__.pyi +84 -39
  121. bl_ui/properties_workspace/__init__.pyi +6 -13
  122. bl_ui/properties_world/__init__.pyi +14 -35
  123. bl_ui/space_clip/__init__.pyi +150 -231
  124. bl_ui/space_console/__init__.pyi +7 -18
  125. bl_ui/space_dopesheet/__init__.pyi +143 -100
  126. bl_ui/space_filebrowser/__init__.pyi +33 -90
  127. bl_ui/space_graph/__init__.pyi +48 -85
  128. bl_ui/space_image/__init__.pyi +111 -229
  129. bl_ui/space_info/__init__.pyi +7 -18
  130. bl_ui/space_nla/__init__.pyi +44 -73
  131. bl_ui/space_node/__init__.pyi +161 -123
  132. bl_ui/space_outliner/__init__.pyi +16 -45
  133. bl_ui/space_properties/__init__.pyi +34 -10
  134. bl_ui/space_sequencer/__init__.pyi +164 -901
  135. bl_ui/space_spreadsheet/__init__.pyi +4 -9
  136. bl_ui/space_statusbar/__init__.pyi +2 -3
  137. bl_ui/space_text/__init__.pyi +17 -48
  138. bl_ui/space_time/__init__.pyi +25 -71
  139. bl_ui/space_toolsystem_common/__init__.pyi +2 -2
  140. bl_ui/space_toolsystem_toolbar/__init__.pyi +30 -7
  141. bl_ui/space_topbar/__init__.pyi +35 -79
  142. bl_ui/space_userpref/__init__.pyi +185 -321
  143. bl_ui/space_view3d/__init__.pyi +337 -817
  144. bl_ui/space_view3d_sidebar/__init__.pyi +127 -0
  145. bl_ui/space_view3d_toolbar/__init__.pyi +110 -880
  146. bl_ui/utils/__init__.pyi +0 -17
  147. blend_render_info/__init__.pyi +1 -0
  148. blf/__init__.pyi +8 -54
  149. bmesh/__init__.pyi +2 -9
  150. bmesh/geometry/__init__.pyi +1 -4
  151. bmesh/ops/__init__.pyi +125 -508
  152. bmesh/types/__init__.pyi +318 -664
  153. bmesh/utils/__init__.pyi +17 -43
  154. bpy/__init__.pyi +1 -1
  155. bpy/app/__init__.pyi +93 -88
  156. bpy/app/handlers/__init__.pyi +19 -19
  157. bpy/app/icons/__init__.pyi +0 -6
  158. bpy/app/timers/__init__.pyi +2 -7
  159. bpy/app/translations/__init__.pyi +8 -23
  160. bpy/msgbus/__init__.pyi +4 -6
  161. bpy/ops/action/__init__.pyi +68 -199
  162. bpy/ops/anim/__init__.pyi +142 -299
  163. bpy/ops/armature/__init__.pyi +78 -209
  164. bpy/ops/asset/__init__.pyi +46 -108
  165. bpy/ops/boid/__init__.pyi +28 -45
  166. bpy/ops/brush/__init__.pyi +13 -108
  167. bpy/ops/buttons/__init__.pyi +16 -75
  168. bpy/ops/cachefile/__init__.pyi +8 -65
  169. bpy/ops/camera/__init__.pyi +0 -11
  170. bpy/ops/clip/__init__.pyi +173 -471
  171. bpy/ops/cloth/__init__.pyi +0 -5
  172. bpy/ops/collection/__init__.pyi +23 -36
  173. bpy/ops/console/__init__.pyi +40 -98
  174. bpy/ops/constraint/__init__.pyi +14 -85
  175. bpy/ops/curve/__init__.pyi +94 -277
  176. bpy/ops/curves/__init__.pyi +119 -166
  177. bpy/ops/cycles/__init__.pyi +4 -15
  178. bpy/ops/dpaint/__init__.pyi +14 -24
  179. bpy/ops/ed/__init__.pyi +44 -92
  180. bpy/ops/export_anim/__init__.pyi +2 -10
  181. bpy/ops/export_scene/__init__.pyi +16 -170
  182. bpy/ops/extensions/__init__.pyi +60 -165
  183. bpy/ops/file/__init__.pyi +110 -246
  184. bpy/ops/fluid/__init__.pyi +52 -83
  185. bpy/ops/font/__init__.pyi +40 -144
  186. bpy/ops/geometry/__init__.pyi +12 -127
  187. bpy/ops/gizmogroup/__init__.pyi +4 -13
  188. bpy/ops/gpencil/__init__.pyi +22 -54
  189. bpy/ops/graph/__init__.pyi +92 -343
  190. bpy/ops/grease_pencil/__init__.pyi +218 -550
  191. bpy/ops/image/__init__.pyi +85 -435
  192. bpy/ops/import_anim/__init__.pyi +3 -17
  193. bpy/ops/import_curve/__init__.pyi +2 -5
  194. bpy/ops/import_scene/__init__.pyi +15 -49
  195. bpy/ops/info/__init__.pyi +16 -39
  196. bpy/ops/lattice/__init__.pyi +12 -36
  197. bpy/ops/marker/__init__.pyi +12 -51
  198. bpy/ops/mask/__init__.pyi +68 -193
  199. bpy/ops/material/__init__.pyi +18 -18
  200. bpy/ops/mball/__init__.pyi +4 -31
  201. bpy/ops/mesh/__init__.pyi +140 -967
  202. bpy/ops/nla/__init__.pyi +87 -206
  203. bpy/ops/node/__init__.pyi +714 -744
  204. bpy/ops/object/__init__.pyi +461 -1341
  205. bpy/ops/outliner/__init__.pyi +192 -376
  206. bpy/ops/paint/__init__.pyi +94 -319
  207. bpy/ops/paintcurve/__init__.pyi +20 -40
  208. bpy/ops/palette/__init__.pyi +14 -30
  209. bpy/ops/particle/__init__.pyi +86 -184
  210. bpy/ops/pointcloud/__init__.pyi +12 -38
  211. bpy/ops/pose/__init__.pyi +108 -261
  212. bpy/ops/poselib/__init__.pyi +32 -67
  213. bpy/ops/preferences/__init__.pyi +37 -187
  214. bpy/ops/ptcache/__init__.pyi +22 -36
  215. bpy/ops/render/__init__.pyi +20 -72
  216. bpy/ops/rigidbody/__init__.pyi +25 -63
  217. bpy/ops/scene/__init__.pyi +122 -181
  218. bpy/ops/screen/__init__.pyi +93 -221
  219. bpy/ops/script/__init__.pyi +4 -13
  220. bpy/ops/sculpt/__init__.pyi +69 -324
  221. bpy/ops/sculpt_curves/__init__.pyi +10 -23
  222. bpy/ops/sequencer/__init__.pyi +410 -730
  223. bpy/ops/sound/__init__.pyi +16 -114
  224. bpy/ops/spreadsheet/__init__.pyi +20 -37
  225. bpy/ops/surface/__init__.pyi +0 -48
  226. bpy/ops/text/__init__.pyi +112 -250
  227. bpy/ops/text_editor/__init__.pyi +0 -5
  228. bpy/ops/texture/__init__.pyi +14 -21
  229. bpy/ops/transform/__init__.pyi +18 -386
  230. bpy/ops/ui/__init__.pyi +117 -188
  231. bpy/ops/uilist/__init__.pyi +0 -13
  232. bpy/ops/uv/__init__.pyi +238 -305
  233. bpy/ops/view2d/__init__.pyi +16 -76
  234. bpy/ops/view3d/__init__.pyi +153 -377
  235. bpy/ops/wm/__init__.pyi +277 -1397
  236. bpy/ops/workspace/__init__.pyi +32 -39
  237. bpy/ops/world/__init__.pyi +10 -12
  238. bpy/path/__init__.pyi +1 -35
  239. bpy/props/__init__.pyi +347 -218
  240. bpy/stub_internal/rna_enums/__init__.pyi +142 -108
  241. bpy/types/__init__.pyi +77367 -101305
  242. bpy/utils/__init__.pyi +11 -82
  243. bpy/utils/previews/__init__.pyi +2 -11
  244. bpy/utils/units/__init__.pyi +5 -15
  245. bpy_extras/anim_utils/__init__.pyi +24 -16
  246. bpy_extras/bmesh_utils/__init__.pyi +0 -1
  247. bpy_extras/id_map_utils/__init__.pyi +14 -6
  248. bpy_extras/image_utils/__init__.pyi +2 -11
  249. bpy_extras/io_utils/__init__.pyi +8 -27
  250. bpy_extras/keyconfig_utils/__init__.pyi +1 -1
  251. bpy_extras/mesh_utils/__init__.pyi +0 -12
  252. bpy_extras/node_shader_utils/__init__.pyi +1 -9
  253. bpy_extras/object_utils/__init__.pyi +1 -15
  254. bpy_extras/view3d_utils/__init__.pyi +0 -18
  255. bpy_extras/wm_utils/progress_report/__init__.pyi +1 -1
  256. {fake_bpy_module-20250612.dist-info → fake_bpy_module-20260118.dist-info}/METADATA +4 -1
  257. fake_bpy_module-20260118.dist-info/RECORD +385 -0
  258. {fake_bpy_module-20250612.dist-info → fake_bpy_module-20260118.dist-info}/top_level.txt +17 -16
  259. freestyle/chainingiterators/__init__.pyi +5 -27
  260. freestyle/functions/__init__.pyi +0 -139
  261. freestyle/predicates/__init__.pyi +2 -53
  262. freestyle/shaders/__init__.pyi +15 -81
  263. freestyle/types/__init__.pyi +159 -799
  264. freestyle/utils/ContextFunctions/__init__.pyi +0 -23
  265. freestyle/utils/__init__.pyi +5 -11
  266. gpu/capabilities/__init__.pyi +0 -21
  267. gpu/matrix/__init__.pyi +1 -10
  268. gpu/platform/__init__.pyi +2 -7
  269. gpu/shader/__init__.pyi +26 -9
  270. gpu/state/__init__.pyi +60 -39
  271. gpu/texture/__init__.pyi +3 -5
  272. gpu/types/__init__.pyi +116 -184
  273. gpu_extras/batch/__init__.pyi +1 -5
  274. gpu_extras/presets/__init__.pyi +6 -8
  275. idprop/types/__init__.pyi +6 -6
  276. imbuf/__init__.pyi +3 -10
  277. imbuf/types/__init__.pyi +7 -21
  278. keyingsets_builtins/__init__.pyi +24 -67
  279. mathutils/__init__.pyi +241 -2207
  280. mathutils/bvhtree/__init__.pyi +18 -26
  281. mathutils/geometry/__init__.pyi +82 -132
  282. mathutils/interpolate/__init__.pyi +6 -5
  283. mathutils/kdtree/__init__.pyi +1 -11
  284. mathutils/noise/__init__.pyi +61 -106
  285. rna_prop_ui/__init__.pyi +1 -1
  286. bgl/__init__.pyi +0 -4256
  287. bpy_types/__init__.pyi +0 -30
  288. fake_bpy_module-20250612.dist-info/RECORD +0 -367
  289. {animsys_refactor → _animsys_refactor}/__init__.pyi +0 -0
  290. {animsys_refactor → _animsys_refactor}/py.typed +0 -0
  291. {bl_console_utils → _bl_console_utils}/__init__.pyi +0 -0
  292. {bl_console_utils → _bl_console_utils}/autocomplete/__init__.pyi +0 -0
  293. {bgl → _bl_console_utils}/py.typed +0 -0
  294. {bl_i18n_utils → _bl_i18n_utils}/merge_po/__init__.pyi +0 -0
  295. {bl_console_utils → _bl_i18n_utils}/py.typed +0 -0
  296. {bl_i18n_utils → _bl_i18n_utils}/utils_cli/__init__.pyi +0 -0
  297. {bl_i18n_utils → _bl_i18n_utils}/utils_languages_menu/__init__.pyi +0 -0
  298. {bl_i18n_utils → _bl_i18n_utils}/utils_rtl/__init__.pyi +0 -0
  299. {bl_previews_utils → _bl_previews_utils}/__init__.pyi +0 -0
  300. {bl_previews_utils → _bl_previews_utils}/bl_previews_render/__init__.pyi +0 -0
  301. {bl_i18n_utils → _bl_previews_utils}/py.typed +0 -0
  302. {bl_rna_utils → _bl_rna_utils}/__init__.pyi +0 -0
  303. {bl_rna_utils → _bl_rna_utils}/data_path/__init__.pyi +0 -0
  304. {bl_previews_utils → _bl_rna_utils}/py.typed +0 -0
  305. {bl_text_utils → _bl_text_utils}/__init__.pyi +0 -0
  306. {bl_text_utils → _bl_text_utils}/external_editor/__init__.pyi +0 -0
  307. {bl_rna_utils → _bl_text_utils}/py.typed +0 -0
  308. {bl_ui_utils → _bl_ui_utils}/layout/__init__.pyi +0 -0
  309. {bl_text_utils → _bl_ui_utils}/py.typed +0 -0
  310. {bl_ui_utils → _blendfile_header}/py.typed +0 -0
  311. /_bpy_internal/{freedesktop → platform/freedesktop}/__init__.pyi +0 -0
  312. {bpy_restrict_state → _bpy_restrict_state}/__init__.pyi +0 -0
  313. {bpy_restrict_state → _bpy_restrict_state}/py.typed +0 -0
  314. {bpy_types → _bpy_types}/py.typed +0 -0
  315. {console_python → _console_python}/__init__.pyi +0 -0
  316. {console_python → _console_python}/py.typed +0 -0
  317. {console_shell → _console_shell}/__init__.pyi +0 -0
  318. {console_shell → _console_shell}/py.typed +0 -0
  319. {graphviz_export → _graphviz_export}/__init__.pyi +0 -0
  320. {graphviz_export → _graphviz_export}/py.typed +0 -0
  321. {keyingsets_utils → _keyingsets_utils}/py.typed +0 -0
  322. {rna_info → _rna_info}/py.typed +0 -0
  323. {rna_xml → _rna_xml}/__init__.pyi +0 -0
  324. {rna_xml → _rna_xml}/py.typed +0 -0
  325. {fake_bpy_module-20250612.dist-info → fake_bpy_module-20260118.dist-info}/WHEEL +0 -0
@@ -45,7 +45,6 @@ class ChainingTimeStampF1D:
45
45
  """Sets the chaining time stamp of the Interface1D.
46
46
 
47
47
  :param inter: An Interface1D object.
48
- :type inter: freestyle.types.Interface1D
49
48
  """
50
49
 
51
50
  class Curvature2DAngleF0D:
@@ -61,10 +60,8 @@ class Curvature2DAngleF0D:
61
60
  Interface0D.
62
61
 
63
62
  :param it: An Interface0DIterator object.
64
- :type it: freestyle.types.Interface0DIterator
65
63
  :return: The 2D curvature of the 1D element evaluated at the
66
64
  pointed Interface0D.
67
- :rtype: float
68
65
  """
69
66
 
70
67
  class Curvature2DAngleF1D:
@@ -77,16 +74,13 @@ class Curvature2DAngleF1D:
77
74
 
78
75
  :param integration_type: The integration method used to compute a single value
79
76
  from a set of values.
80
- :type integration_type: freestyle.types.IntegrationType
81
77
  """
82
78
 
83
79
  def __call__(self, inter: freestyle.types.Interface1D) -> float:
84
80
  """Returns the 2D curvature as an angle for an Interface1D.
85
81
 
86
82
  :param inter: An Interface1D object.
87
- :type inter: freestyle.types.Interface1D
88
83
  :return: The 2D curvature as an angle.
89
- :rtype: float
90
84
  """
91
85
 
92
86
  class CurveMaterialF0D:
@@ -109,10 +103,8 @@ class CurveNatureF0D:
109
103
  Interface0D pointed by the Interface0DIterator belongs to.
110
104
 
111
105
  :param it: An Interface0DIterator object.
112
- :type it: freestyle.types.Interface0DIterator
113
106
  :return: The nature of the 1D element to which the pointed Interface0D
114
107
  belongs.
115
- :rtype: freestyle.types.Nature
116
108
  """
117
109
 
118
110
  class CurveNatureF1D:
@@ -125,7 +117,6 @@ class CurveNatureF1D:
125
117
 
126
118
  :param integration_type: The integration method used to compute a single value
127
119
  from a set of values.
128
- :type integration_type: freestyle.types.IntegrationType
129
120
  """
130
121
 
131
122
  def __call__(self, inter: freestyle.types.Interface1D) -> freestyle.types.Nature:
@@ -138,9 +129,7 @@ class CurveNatureF1D:
138
129
  results.
139
130
 
140
131
  :param inter: An Interface1D object.
141
- :type inter: freestyle.types.Interface1D
142
132
  :return: The nature of the Interface1D.
143
- :rtype: freestyle.types.Nature
144
133
  """
145
134
 
146
135
  class DensityF0D:
@@ -152,7 +141,6 @@ class DensityF0D:
152
141
  :param sigma: The gaussian sigma value indicating the X value for
153
142
  which the gaussian function is 0.5. It leads to the window size
154
143
  value (the larger, the smoother).
155
- :type sigma: float
156
144
  """
157
145
 
158
146
  def __call__(self, it: freestyle.types.Interface0DIterator) -> float:
@@ -163,10 +151,8 @@ class DensityF0D:
163
151
  a gaussian.
164
152
 
165
153
  :param it: An Interface0DIterator object.
166
- :type it: freestyle.types.Interface0DIterator
167
154
  :return: The density of the image evaluated at the pointed
168
155
  Interface0D.
169
- :rtype: float
170
156
  """
171
157
 
172
158
  class DensityF1D:
@@ -182,15 +168,12 @@ class DensityF1D:
182
168
 
183
169
  :param sigma: The sigma used in DensityF0D and determining the window size
184
170
  used in each density query.
185
- :type sigma: float
186
171
  :param integration_type: The integration method used to compute a single value
187
172
  from a set of values.
188
- :type integration_type: freestyle.types.IntegrationType
189
173
  :param sampling: The resolution used to sample the chain: the
190
174
  corresponding 0D function is evaluated at each sample point and
191
175
  the result is obtained by combining the resulting values into a
192
176
  single one, following the method specified by integration_type.
193
- :type sampling: float
194
177
  """
195
178
 
196
179
  def __call__(self, inter: freestyle.types.Interface1D) -> float:
@@ -201,9 +184,7 @@ class DensityF1D:
201
184
  integration method.
202
185
 
203
186
  :param inter: An Interface1D object.
204
- :type inter: freestyle.types.Interface1D
205
187
  :return: The density evaluated for an Interface1D.
206
- :rtype: float
207
188
  """
208
189
 
209
190
  class GetCompleteViewMapDensityF1D:
@@ -219,15 +200,12 @@ class GetCompleteViewMapDensityF1D:
219
200
 
220
201
  :param level: The level of the pyramid from which the pixel must be
221
202
  read.
222
- :type level: int
223
203
  :param integration_type: The integration method used to compute a single value
224
204
  from a set of values.
225
- :type integration_type: freestyle.types.IntegrationType
226
205
  :param sampling: The resolution used to sample the chain: the
227
206
  corresponding 0D function is evaluated at each sample point and
228
207
  the result is obtained by combining the resulting values into a
229
208
  single one, following the method specified by integration_type.
230
- :type sampling: float
231
209
  """
232
210
 
233
211
  def __call__(self, inter: freestyle.types.Interface1D) -> float:
@@ -239,10 +217,8 @@ class GetCompleteViewMapDensityF1D:
239
217
  method.
240
218
 
241
219
  :param inter: An Interface1D object.
242
- :type inter: freestyle.types.Interface1D
243
220
  :return: The density evaluated for the Interface1D in the complete
244
221
  viewmap image.
245
- :rtype: float
246
222
  """
247
223
 
248
224
  class GetCurvilinearAbscissaF0D:
@@ -257,9 +233,7 @@ class GetCurvilinearAbscissaF0D:
257
233
  Interface0DIterator in the context of its 1D element.
258
234
 
259
235
  :param it: An Interface0DIterator object.
260
- :type it: freestyle.types.Interface0DIterator
261
236
  :return: The curvilinear abscissa of the pointed Interface0D.
262
- :rtype: float
263
237
  """
264
238
 
265
239
  class GetDirectionalViewMapDensityF1D:
@@ -276,18 +250,14 @@ class GetDirectionalViewMapDensityF1D:
276
250
 
277
251
  :param orientation: The number of the directional map we must work
278
252
  with.
279
- :type orientation: int
280
253
  :param level: The level of the pyramid from which the pixel must be
281
254
  read.
282
- :type level: int
283
255
  :param integration_type: The integration method used to compute a single value
284
256
  from a set of values.
285
- :type integration_type: freestyle.types.IntegrationType
286
257
  :param sampling: The resolution used to sample the chain: the
287
258
  corresponding 0D function is evaluated at each sample point and
288
259
  the result is obtained by combining the resulting values into a
289
260
  single one, following the method specified by integration_type.
290
- :type sampling: float
291
261
  """
292
262
 
293
263
  def __call__(self, inter: freestyle.types.Interface1D) -> float:
@@ -300,10 +270,8 @@ class GetDirectionalViewMapDensityF1D:
300
270
  method.
301
271
 
302
272
  :param inter: An Interface1D object.
303
- :type inter: freestyle.types.Interface1D
304
273
  :return: the density evaluated for an Interface1D in of the
305
274
  steerable viewmaps image.
306
- :rtype: float
307
275
  """
308
276
 
309
277
  class GetOccludeeF0D:
@@ -319,9 +287,7 @@ class GetOccludeeF0D:
319
287
  pointed by the Interface0DIterator occludes.
320
288
 
321
289
  :param it: An Interface0DIterator object.
322
- :type it: freestyle.types.Interface0DIterator
323
290
  :return: The ViewShape occluded by the pointed Interface0D.
324
- :rtype: freestyle.types.ViewShape
325
291
  """
326
292
 
327
293
  class GetOccludeeF1D:
@@ -336,9 +302,7 @@ class GetOccludeeF1D:
336
302
  """Returns a list of occluded shapes covered by this Interface1D.
337
303
 
338
304
  :param inter: An Interface1D object.
339
- :type inter: freestyle.types.Interface1D
340
305
  :return: A list of occluded shapes covered by the Interface1D.
341
- :rtype: list[freestyle.types.ViewShape]
342
306
  """
343
307
 
344
308
  class GetOccludersF0D:
@@ -354,10 +318,8 @@ class GetOccludersF0D:
354
318
  `freestyle.types.Interface0D` pointed by the Interface0DIterator.
355
319
 
356
320
  :param it: An Interface0DIterator object.
357
- :type it: freestyle.types.Interface0DIterator
358
321
  :return: A list of ViewShape objects occluding the pointed
359
322
  Interface0D.
360
- :rtype: list[freestyle.types.ViewShape]
361
323
  """
362
324
 
363
325
  class GetOccludersF1D:
@@ -372,9 +334,7 @@ class GetOccludersF1D:
372
334
  """Returns a list of occluding shapes that cover this Interface1D.
373
335
 
374
336
  :param inter: An Interface1D object.
375
- :type inter: freestyle.types.Interface1D
376
337
  :return: A list of occluding shapes that cover the Interface1D.
377
- :rtype: list[freestyle.types.ViewShape]
378
338
  """
379
339
 
380
340
  class GetParameterF0D:
@@ -388,9 +348,7 @@ class GetParameterF0D:
388
348
  pointed by the Interface0DIterator in the context of its 1D element.
389
349
 
390
350
  :param it: An Interface0DIterator object.
391
- :type it: freestyle.types.Interface0DIterator
392
351
  :return: The parameter of an Interface0D.
393
- :rtype: float
394
352
  """
395
353
 
396
354
  class GetProjectedXF0D:
@@ -404,9 +362,7 @@ class GetProjectedXF0D:
404
362
  pointed by the Interface0DIterator.
405
363
 
406
364
  :param it: An Interface0DIterator object.
407
- :type it: freestyle.types.Interface0DIterator
408
365
  :return: The X 3D projected coordinate of the pointed Interface0D.
409
- :rtype: float
410
366
  """
411
367
 
412
368
  class GetProjectedXF1D:
@@ -419,16 +375,13 @@ class GetProjectedXF1D:
419
375
 
420
376
  :param integration_type: The integration method used to compute a single value
421
377
  from a set of values.
422
- :type integration_type: freestyle.types.IntegrationType
423
378
  """
424
379
 
425
380
  def __call__(self, inter: freestyle.types.Interface1D) -> float:
426
381
  """Returns the projected X 3D coordinate of an Interface1D.
427
382
 
428
383
  :param inter: An Interface1D object.
429
- :type inter: freestyle.types.Interface1D
430
384
  :return: The projected X 3D coordinate of an Interface1D.
431
- :rtype: float
432
385
  """
433
386
 
434
387
  class GetProjectedYF0D:
@@ -442,9 +395,7 @@ class GetProjectedYF0D:
442
395
  pointed by the Interface0DIterator.
443
396
 
444
397
  :param it: An Interface0DIterator object.
445
- :type it: freestyle.types.Interface0DIterator
446
398
  :return: The Y 3D projected coordinate of the pointed Interface0D.
447
- :rtype: float
448
399
  """
449
400
 
450
401
  class GetProjectedYF1D:
@@ -457,16 +408,13 @@ class GetProjectedYF1D:
457
408
 
458
409
  :param integration_type: The integration method used to compute a single value
459
410
  from a set of values.
460
- :type integration_type: freestyle.types.IntegrationType
461
411
  """
462
412
 
463
413
  def __call__(self, inter: freestyle.types.Interface1D) -> float:
464
414
  """Returns the projected Y 3D coordinate of an Interface1D.
465
415
 
466
416
  :param inter: An Interface1D object.
467
- :type inter: freestyle.types.Interface1D
468
417
  :return: The projected Y 3D coordinate of an Interface1D.
469
- :rtype: float
470
418
  """
471
419
 
472
420
  class GetProjectedZF0D:
@@ -480,9 +428,7 @@ class GetProjectedZF0D:
480
428
  pointed by the Interface0DIterator.
481
429
 
482
430
  :param it: An Interface0DIterator object.
483
- :type it: freestyle.types.Interface0DIterator
484
431
  :return: The Z 3D projected coordinate of the pointed Interface0D.
485
- :rtype: float
486
432
  """
487
433
 
488
434
  class GetProjectedZF1D:
@@ -495,16 +441,13 @@ class GetProjectedZF1D:
495
441
 
496
442
  :param integration_type: The integration method used to compute a single value
497
443
  from a set of values.
498
- :type integration_type: freestyle.types.IntegrationType
499
444
  """
500
445
 
501
446
  def __call__(self, inter: freestyle.types.Interface1D) -> float:
502
447
  """Returns the projected Z 3D coordinate of an Interface1D.
503
448
 
504
449
  :param inter: An Interface1D object.
505
- :type inter: freestyle.types.Interface1D
506
450
  :return: The projected Z 3D coordinate of an Interface1D.
507
- :rtype: float
508
451
  """
509
452
 
510
453
  class GetShapeF0D:
@@ -520,9 +463,7 @@ class GetShapeF0D:
520
463
  Interface0D pointed by the Interface0DIterator.
521
464
 
522
465
  :param it: An Interface0DIterator object.
523
- :type it: freestyle.types.Interface0DIterator
524
466
  :return: The ViewShape containing the pointed Interface0D.
525
- :rtype: freestyle.types.ViewShape
526
467
  """
527
468
 
528
469
  class GetShapeF1D:
@@ -537,9 +478,7 @@ class GetShapeF1D:
537
478
  """Returns a list of shapes covered by this Interface1D.
538
479
 
539
480
  :param inter: An Interface1D object.
540
- :type inter: freestyle.types.Interface1D
541
481
  :return: A list of shapes covered by the Interface1D.
542
- :rtype: list[freestyle.types.ViewShape]
543
482
  """
544
483
 
545
484
  class GetSteerableViewMapDensityF1D:
@@ -555,15 +494,12 @@ class GetSteerableViewMapDensityF1D:
555
494
 
556
495
  :param level: The level of the pyramid from which the pixel must be
557
496
  read.
558
- :type level: int
559
497
  :param integration_type: The integration method used to compute a single value
560
498
  from a set of values.
561
- :type integration_type: freestyle.types.IntegrationType
562
499
  :param sampling: The resolution used to sample the chain: the
563
500
  corresponding 0D function is evaluated at each sample point and
564
501
  the result is obtained by combining the resulting values into a
565
502
  single one, following the method specified by integration_type.
566
- :type sampling: float
567
503
  """
568
504
 
569
505
  def __call__(self, inter: freestyle.types.Interface1D) -> float:
@@ -573,9 +509,7 @@ class GetSteerableViewMapDensityF1D:
573
509
  orientation.
574
510
 
575
511
  :param inter: An Interface1D object.
576
- :type inter: freestyle.types.Interface1D
577
512
  :return: The density of the ViewMap for a given Interface1D.
578
- :rtype: float
579
513
  """
580
514
 
581
515
  class GetViewMapGradientNormF0D:
@@ -586,7 +520,6 @@ class GetViewMapGradientNormF0D:
586
520
 
587
521
  :param level: The level of the pyramid from which the pixel must be
588
522
  read.
589
- :type level: int
590
523
  """
591
524
 
592
525
  def __call__(self, it: freestyle.types.Interface0DIterator) -> float:
@@ -594,10 +527,8 @@ class GetViewMapGradientNormF0D:
594
527
  image.
595
528
 
596
529
  :param it: An Interface0DIterator object.
597
- :type it: freestyle.types.Interface0DIterator
598
530
  :return: The norm of the gradient of the global viewmap density
599
531
  image.
600
- :rtype: float
601
532
  """
602
533
 
603
534
  class GetViewMapGradientNormF1D:
@@ -613,15 +544,12 @@ class GetViewMapGradientNormF1D:
613
544
 
614
545
  :param level: The level of the pyramid from which the pixel must be
615
546
  read.
616
- :type level: int
617
547
  :param integration_type: The integration method used to compute a single value
618
548
  from a set of values.
619
- :type integration_type: freestyle.types.IntegrationType
620
549
  :param sampling: The resolution used to sample the chain: the
621
550
  corresponding 0D function is evaluated at each sample point and
622
551
  the result is obtained by combining the resulting values into a
623
552
  single one, following the method specified by integration_type.
624
- :type sampling: float
625
553
  """
626
554
 
627
555
  def __call__(self, inter: freestyle.types.Interface1D) -> float:
@@ -631,9 +559,7 @@ class GetViewMapGradientNormF1D:
631
559
  orientation.
632
560
 
633
561
  :param inter: An Interface1D object.
634
- :type inter: freestyle.types.Interface1D
635
562
  :return: The density of the ViewMap for a given Interface1D.
636
- :rtype: float
637
563
  """
638
564
 
639
565
  class GetXF0D:
@@ -647,9 +573,7 @@ class GetXF0D:
647
573
  the Interface0DIterator.
648
574
 
649
575
  :param it: An Interface0DIterator object.
650
- :type it: freestyle.types.Interface0DIterator
651
576
  :return: The X 3D coordinate of the pointed Interface0D.
652
- :rtype: float
653
577
  """
654
578
 
655
579
  class GetXF1D:
@@ -662,16 +586,13 @@ class GetXF1D:
662
586
 
663
587
  :param integration_type: The integration method used to compute a single value
664
588
  from a set of values.
665
- :type integration_type: freestyle.types.IntegrationType
666
589
  """
667
590
 
668
591
  def __call__(self, inter: freestyle.types.Interface1D) -> float:
669
592
  """Returns the X 3D coordinate of an Interface1D.
670
593
 
671
594
  :param inter: An Interface1D object.
672
- :type inter: freestyle.types.Interface1D
673
595
  :return: The X 3D coordinate of the Interface1D.
674
- :rtype: float
675
596
  """
676
597
 
677
598
  class GetYF0D:
@@ -685,9 +606,7 @@ class GetYF0D:
685
606
  the Interface0DIterator.
686
607
 
687
608
  :param it: An Interface0DIterator object.
688
- :type it: freestyle.types.Interface0DIterator
689
609
  :return: The Y 3D coordinate of the pointed Interface0D.
690
- :rtype: float
691
610
  """
692
611
 
693
612
  class GetYF1D:
@@ -700,16 +619,13 @@ class GetYF1D:
700
619
 
701
620
  :param integration_type: The integration method used to compute a single value
702
621
  from a set of values.
703
- :type integration_type: freestyle.types.IntegrationType
704
622
  """
705
623
 
706
624
  def __call__(self, inter: freestyle.types.Interface1D) -> float:
707
625
  """Returns the Y 3D coordinate of an Interface1D.
708
626
 
709
627
  :param inter: An Interface1D object.
710
- :type inter: freestyle.types.Interface1D
711
628
  :return: The Y 3D coordinate of the Interface1D.
712
- :rtype: float
713
629
  """
714
630
 
715
631
  class GetZF0D:
@@ -723,9 +639,7 @@ class GetZF0D:
723
639
  the Interface0DIterator.
724
640
 
725
641
  :param it: An Interface0DIterator object.
726
- :type it: freestyle.types.Interface0DIterator
727
642
  :return: The Z 3D coordinate of the pointed Interface0D.
728
- :rtype: float
729
643
  """
730
644
 
731
645
  class GetZF1D:
@@ -738,16 +652,13 @@ class GetZF1D:
738
652
 
739
653
  :param integration_type: The integration method used to compute a single value
740
654
  from a set of values.
741
- :type integration_type: freestyle.types.IntegrationType
742
655
  """
743
656
 
744
657
  def __call__(self, inter: freestyle.types.Interface1D) -> float:
745
658
  """Returns the Z 3D coordinate of an Interface1D.
746
659
 
747
660
  :param inter: An Interface1D object.
748
- :type inter: freestyle.types.Interface1D
749
661
  :return: The Z 3D coordinate of the Interface1D.
750
- :rtype: float
751
662
  """
752
663
 
753
664
  class IncrementChainingTimeStampF1D:
@@ -760,7 +671,6 @@ class IncrementChainingTimeStampF1D:
760
671
  """Increments the chaining time stamp of the Interface1D.
761
672
 
762
673
  :param inter: An Interface1D object.
763
- :type inter: freestyle.types.Interface1D
764
674
  """
765
675
 
766
676
  class LocalAverageDepthF0D:
@@ -770,7 +680,6 @@ class LocalAverageDepthF0D:
770
680
  """Builds a LocalAverageDepthF0D object.
771
681
 
772
682
  :param mask_size: The size of the mask.
773
- :type mask_size: float
774
683
  """
775
684
 
776
685
  def __call__(self, it: freestyle.types.Interface0DIterator) -> float:
@@ -780,9 +689,7 @@ class LocalAverageDepthF0D:
780
689
  buffer on a window around that point.
781
690
 
782
691
  :param it: An Interface0DIterator object.
783
- :type it: freestyle.types.Interface0DIterator
784
692
  :return: The average depth around the pointed Interface0D.
785
- :rtype: float
786
693
  """
787
694
 
788
695
  class LocalAverageDepthF1D:
@@ -797,10 +704,8 @@ class LocalAverageDepthF1D:
797
704
 
798
705
  :param sigma: The sigma used in DensityF0D and determining the window
799
706
  size used in each density query.
800
- :type sigma: float
801
707
  :param integration_type: The integration method used to compute a single value
802
708
  from a set of values.
803
- :type integration_type: freestyle.types.IntegrationType
804
709
  """
805
710
 
806
711
  def __call__(self, inter: freestyle.types.Interface1D) -> float:
@@ -811,9 +716,7 @@ class LocalAverageDepthF1D:
811
716
  user-defined integration method.
812
717
 
813
718
  :param inter: An Interface1D object.
814
- :type inter: freestyle.types.Interface1D
815
719
  :return: The average depth evaluated for the Interface1D.
816
- :rtype: float
817
720
  """
818
721
 
819
722
  class MaterialF0D:
@@ -838,10 +741,8 @@ class MaterialF0D:
838
741
  own getMaterial functor.
839
742
 
840
743
  :param it: An Interface0DIterator object.
841
- :type it: freestyle.types.Interface0DIterator
842
744
  :return: The material of the object evaluated at the pointed
843
745
  Interface0D.
844
- :rtype: freestyle.types.Material
845
746
  """
846
747
 
847
748
  class Normal2DF0D:
@@ -857,10 +758,8 @@ class Normal2DF0D:
857
758
  at the pointed Interface0D.
858
759
 
859
760
  :param it: An Interface0DIterator object.
860
- :type it: freestyle.types.Interface0DIterator
861
761
  :return: The 2D normal of the 1D element evaluated at the pointed
862
762
  Interface0D.
863
- :rtype: mathutils.Vector
864
763
  """
865
764
 
866
765
  class Normal2DF1D:
@@ -873,16 +772,13 @@ class Normal2DF1D:
873
772
 
874
773
  :param integration_type: The integration method used to compute a single value
875
774
  from a set of values.
876
- :type integration_type: freestyle.types.IntegrationType
877
775
  """
878
776
 
879
777
  def __call__(self, inter: freestyle.types.Interface1D) -> mathutils.Vector:
880
778
  """Returns the 2D normal for the Interface1D.
881
779
 
882
780
  :param inter: An Interface1D object.
883
- :type inter: freestyle.types.Interface1D
884
781
  :return: The 2D normal for the Interface1D.
885
- :rtype: mathutils.Vector
886
782
  """
887
783
 
888
784
  class Orientation2DF1D:
@@ -895,16 +791,13 @@ class Orientation2DF1D:
895
791
 
896
792
  :param integration_type: The integration method used to compute a single value
897
793
  from a set of values.
898
- :type integration_type: freestyle.types.IntegrationType
899
794
  """
900
795
 
901
796
  def __call__(self, inter: freestyle.types.Interface1D) -> mathutils.Vector:
902
797
  """Returns the 2D orientation of the Interface1D.
903
798
 
904
799
  :param inter: An Interface1D object.
905
- :type inter: freestyle.types.Interface1D
906
800
  :return: The 2D orientation of the Interface1D.
907
- :rtype: mathutils.Vector
908
801
  """
909
802
 
910
803
  class Orientation3DF1D:
@@ -917,16 +810,13 @@ class Orientation3DF1D:
917
810
 
918
811
  :param integration_type: The integration method used to compute a single value
919
812
  from a set of values.
920
- :type integration_type: freestyle.types.IntegrationType
921
813
  """
922
814
 
923
815
  def __call__(self, inter: freestyle.types.Interface1D) -> mathutils.Vector:
924
816
  """Returns the 3D orientation of the Interface1D.
925
817
 
926
818
  :param inter: An Interface1D object.
927
- :type inter: freestyle.types.Interface1D
928
819
  :return: The 3D orientation of the Interface1D.
929
- :rtype: mathutils.Vector
930
820
  """
931
821
 
932
822
  class QuantitativeInvisibilityF0D:
@@ -946,9 +836,7 @@ class QuantitativeInvisibilityF0D:
946
836
  specific way should implement its own getQIF0D functor.
947
837
 
948
838
  :param it: An Interface0DIterator object.
949
- :type it: freestyle.types.Interface0DIterator
950
839
  :return: The quantitative invisibility of the pointed Interface0D.
951
- :rtype: int
952
840
  """
953
841
 
954
842
  class QuantitativeInvisibilityF1D:
@@ -961,7 +849,6 @@ class QuantitativeInvisibilityF1D:
961
849
 
962
850
  :param integration_type: The integration method used to compute a single value
963
851
  from a set of values.
964
- :type integration_type: freestyle.types.IntegrationType
965
852
  """
966
853
 
967
854
  def __call__(self, inter: freestyle.types.Interface1D) -> int:
@@ -972,9 +859,7 @@ class QuantitativeInvisibilityF1D:
972
859
  elements of different Quantitative Invisibilities.
973
860
 
974
861
  :param inter: An Interface1D object.
975
- :type inter: freestyle.types.Interface1D
976
862
  :return: The Quantitative Invisibility of the Interface1D.
977
- :rtype: int
978
863
  """
979
864
 
980
865
  class ReadCompleteViewMapPixelF0D:
@@ -985,16 +870,13 @@ class ReadCompleteViewMapPixelF0D:
985
870
 
986
871
  :param level: The level of the pyramid from which the pixel must be
987
872
  read.
988
- :type level: int
989
873
  """
990
874
 
991
875
  def __call__(self, it: freestyle.types.Interface0DIterator) -> float:
992
876
  """Reads a pixel in one of the level of the complete viewmap.
993
877
 
994
878
  :param it: An Interface0DIterator object.
995
- :type it: freestyle.types.Interface0DIterator
996
879
  :return: A pixel in one of the level of the complete viewmap.
997
- :rtype: float
998
880
  """
999
881
 
1000
882
  class ReadMapPixelF0D:
@@ -1004,19 +886,15 @@ class ReadMapPixelF0D:
1004
886
  """Builds a ReadMapPixelF0D object.
1005
887
 
1006
888
  :param map_name: The name of the map to be read.
1007
- :type map_name: str
1008
889
  :param level: The level of the pyramid from which the pixel must be
1009
890
  read.
1010
- :type level: int
1011
891
  """
1012
892
 
1013
893
  def __call__(self, it: freestyle.types.Interface0DIterator) -> float:
1014
894
  """Reads a pixel in a map.
1015
895
 
1016
896
  :param it: An Interface0DIterator object.
1017
- :type it: freestyle.types.Interface0DIterator
1018
897
  :return: A pixel in a map.
1019
- :rtype: float
1020
898
  """
1021
899
 
1022
900
  class ReadSteerableViewMapPixelF0D:
@@ -1027,19 +905,15 @@ class ReadSteerableViewMapPixelF0D:
1027
905
 
1028
906
  :param orientation: The integer belonging to [0, 4] indicating the
1029
907
  orientation (E, NE, N, NW) we are interested in.
1030
- :type orientation: int
1031
908
  :param level: The level of the pyramid from which the pixel must be
1032
909
  read.
1033
- :type level: int
1034
910
  """
1035
911
 
1036
912
  def __call__(self, it: freestyle.types.Interface0DIterator) -> float:
1037
913
  """Reads a pixel in one of the level of one of the steerable viewmaps.
1038
914
 
1039
915
  :param it: An Interface0DIterator object.
1040
- :type it: freestyle.types.Interface0DIterator
1041
916
  :return: A pixel in one of the level of one of the steerable viewmaps.
1042
- :rtype: float
1043
917
  """
1044
918
 
1045
919
  class ShapeIdF0D:
@@ -1060,9 +934,7 @@ class ShapeIdF0D:
1060
934
  getShapeIdF0D functor.
1061
935
 
1062
936
  :param it: An Interface0DIterator object.
1063
- :type it: freestyle.types.Interface0DIterator
1064
937
  :return: The Id of the Shape the pointed Interface0D belongs to.
1065
- :rtype: freestyle.types.Id
1066
938
  """
1067
939
 
1068
940
  class TimeStampF1D:
@@ -1075,7 +947,6 @@ class TimeStampF1D:
1075
947
  """Returns the time stamp of the Interface1D.
1076
948
 
1077
949
  :param inter: An Interface1D object.
1078
- :type inter: freestyle.types.Interface1D
1079
950
  """
1080
951
 
1081
952
  class VertexOrientation2DF0D:
@@ -1091,10 +962,8 @@ class VertexOrientation2DF0D:
1091
962
  evaluated at the pointed Interface0D.
1092
963
 
1093
964
  :param it: An Interface0DIterator object.
1094
- :type it: freestyle.types.Interface0DIterator
1095
965
  :return: The 2D oriented tangent to the 1D element evaluated at the
1096
966
  pointed Interface0D.
1097
- :rtype: mathutils.Vector
1098
967
  """
1099
968
 
1100
969
  class VertexOrientation3DF0D:
@@ -1110,10 +979,8 @@ class VertexOrientation3DF0D:
1110
979
  is evaluated at the pointed Interface0D.
1111
980
 
1112
981
  :param it: An Interface0DIterator object.
1113
- :type it: freestyle.types.Interface0DIterator
1114
982
  :return: The 3D oriented tangent to the 1D element evaluated at the
1115
983
  pointed Interface0D.
1116
- :rtype: mathutils.Vector
1117
984
  """
1118
985
 
1119
986
  class ZDiscontinuityF0D:
@@ -1131,10 +998,8 @@ class ZDiscontinuityF0D:
1131
998
  Interface0D belongs to, 1 is returned.
1132
999
 
1133
1000
  :param it: An Interface0DIterator object.
1134
- :type it: freestyle.types.Interface0DIterator
1135
1001
  :return: The normalized distance between the pointed Interface0D
1136
1002
  and the occludee.
1137
- :rtype: float
1138
1003
  """
1139
1004
 
1140
1005
  class ZDiscontinuityF1D:
@@ -1147,7 +1012,6 @@ class ZDiscontinuityF1D:
1147
1012
 
1148
1013
  :param integration_type: The integration method used to compute a single value
1149
1014
  from a set of values.
1150
- :type integration_type: freestyle.types.IntegrationType
1151
1015
  """
1152
1016
 
1153
1017
  def __call__(self, inter: freestyle.types.Interface1D) -> float:
@@ -1158,9 +1022,7 @@ class ZDiscontinuityF1D:
1158
1022
  Interface1D belongs to, 1 is returned.
1159
1023
 
1160
1024
  :param inter: An Interface1D object.
1161
- :type inter: freestyle.types.Interface1D
1162
1025
  :return: The normalized distance between the Interface1D and the occludee.
1163
- :rtype: float
1164
1026
  """
1165
1027
 
1166
1028
  class pyCurvilinearLengthF0D: ...
@@ -1182,5 +1044,4 @@ class pyViewMapGradientVectorF0D:
1182
1044
  """Builds a pyViewMapGradientVectorF0D object.
1183
1045
 
1184
1046
  :param level: the level at which to compute the gradient
1185
- :type level: int
1186
1047
  """