fake-bpy-module 20241103__tar.gz → 20241111__tar.gz

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 (372) hide show
  1. {fake_bpy_module-20241103 → fake_bpy_module-20241111}/PKG-INFO +1 -1
  2. fake_bpy_module-20241111/addon_utils/__init__.pyi +81 -0
  3. {fake_bpy_module-20241103 → fake_bpy_module-20241111}/bl_console_utils/autocomplete/complete_calltip/__init__.pyi +1 -2
  4. {fake_bpy_module-20241103 → fake_bpy_module-20241111}/bl_console_utils/autocomplete/complete_import/__init__.pyi +3 -6
  5. {fake_bpy_module-20241103 → fake_bpy_module-20241111}/bl_console_utils/autocomplete/complete_namespace/__init__.pyi +1 -2
  6. {fake_bpy_module-20241103 → fake_bpy_module-20241111}/bl_console_utils/autocomplete/intellisense/__init__.pyi +2 -6
  7. {fake_bpy_module-20241103 → fake_bpy_module-20241111}/bl_operators/image_as_planes/__init__.pyi +12 -39
  8. {fake_bpy_module-20241103 → fake_bpy_module-20241111}/bl_operators/uvcalc_transform/__init__.pyi +4 -42
  9. {fake_bpy_module-20241103 → fake_bpy_module-20241111}/bl_operators/wm/__init__.pyi +8 -0
  10. {fake_bpy_module-20241103 → fake_bpy_module-20241111}/bl_ui/generic_ui_list/__init__.pyi +2 -1
  11. {fake_bpy_module-20241103 → fake_bpy_module-20241111}/bl_ui/properties_grease_pencil_common/__init__.pyi +0 -7
  12. {fake_bpy_module-20241103 → fake_bpy_module-20241111}/bl_ui/space_userpref/__init__.pyi +2 -2
  13. {fake_bpy_module-20241103 → fake_bpy_module-20241111}/blf/__init__.pyi +3 -5
  14. {fake_bpy_module-20241103 → fake_bpy_module-20241111}/bmesh/types/__init__.pyi +22 -33
  15. {fake_bpy_module-20241103 → fake_bpy_module-20241111}/bmesh/utils/__init__.pyi +6 -16
  16. {fake_bpy_module-20241103 → fake_bpy_module-20241111}/bpy/app/icons/__init__.pyi +5 -11
  17. {fake_bpy_module-20241103 → fake_bpy_module-20241111}/bpy/app/translations/__init__.pyi +7 -14
  18. {fake_bpy_module-20241103 → fake_bpy_module-20241111}/bpy/msgbus/__init__.pyi +7 -8
  19. {fake_bpy_module-20241103 → fake_bpy_module-20241111}/bpy/ops/curves/__init__.pyi +16 -0
  20. {fake_bpy_module-20241103 → fake_bpy_module-20241111}/bpy/ops/nla/__init__.pyi +1 -1
  21. {fake_bpy_module-20241103 → fake_bpy_module-20241111}/bpy/ops/sequencer/__init__.pyi +3 -0
  22. {fake_bpy_module-20241103 → fake_bpy_module-20241111}/bpy/path/__init__.pyi +6 -16
  23. {fake_bpy_module-20241103 → fake_bpy_module-20241111}/bpy/props/__init__.pyi +122 -135
  24. {fake_bpy_module-20241103 → fake_bpy_module-20241111}/bpy/types/__init__.pyi +365 -604
  25. {fake_bpy_module-20241103 → fake_bpy_module-20241111}/bpy/utils/__init__.pyi +30 -29
  26. {fake_bpy_module-20241103 → fake_bpy_module-20241111}/bpy/utils/previews/__init__.pyi +1 -2
  27. {fake_bpy_module-20241103 → fake_bpy_module-20241111}/bpy/utils/units/__init__.pyi +1 -2
  28. {fake_bpy_module-20241103 → fake_bpy_module-20241111}/bpy_extras/anim_utils/__init__.pyi +5 -12
  29. {fake_bpy_module-20241103 → fake_bpy_module-20241111}/bpy_extras/bmesh_utils/__init__.pyi +1 -2
  30. {fake_bpy_module-20241103 → fake_bpy_module-20241111}/bpy_extras/image_utils/__init__.pyi +2 -5
  31. {fake_bpy_module-20241103 → fake_bpy_module-20241111}/bpy_extras/io_utils/__init__.pyi +8 -14
  32. {fake_bpy_module-20241103 → fake_bpy_module-20241111}/bpy_extras/mesh_utils/__init__.pyi +14 -29
  33. {fake_bpy_module-20241103 → fake_bpy_module-20241111}/bpy_extras/object_utils/__init__.pyi +1 -1
  34. {fake_bpy_module-20241103 → fake_bpy_module-20241111}/bpy_extras/view3d_utils/__init__.pyi +3 -10
  35. {fake_bpy_module-20241103 → fake_bpy_module-20241111}/fake_bpy_module.egg-info/PKG-INFO +1 -1
  36. {fake_bpy_module-20241103 → fake_bpy_module-20241111}/freestyle/chainingiterators/__init__.pyi +2 -7
  37. {fake_bpy_module-20241103 → fake_bpy_module-20241111}/freestyle/functions/__init__.pyi +4 -16
  38. {fake_bpy_module-20241103 → fake_bpy_module-20241111}/freestyle/types/__init__.pyi +29 -63
  39. {fake_bpy_module-20241103 → fake_bpy_module-20241111}/freestyle/utils/ContextFunctions/__init__.pyi +2 -2
  40. {fake_bpy_module-20241103 → fake_bpy_module-20241111}/freestyle/utils/__init__.pyi +1 -2
  41. {fake_bpy_module-20241103 → fake_bpy_module-20241111}/gpu/__init__.pyi +19 -5
  42. {fake_bpy_module-20241103 → fake_bpy_module-20241111}/gpu/matrix/__init__.pyi +2 -2
  43. {fake_bpy_module-20241103 → fake_bpy_module-20241111}/gpu/state/__init__.pyi +16 -8
  44. {fake_bpy_module-20241103 → fake_bpy_module-20241111}/gpu/types/__init__.pyi +14 -29
  45. fake_bpy_module-20241111/gpu_extras/batch/__init__.pyi +19 -0
  46. {fake_bpy_module-20241103 → fake_bpy_module-20241111}/gpu_extras/presets/__init__.pyi +4 -11
  47. {fake_bpy_module-20241103 → fake_bpy_module-20241111}/idprop/types/__init__.pyi +1 -2
  48. {fake_bpy_module-20241103 → fake_bpy_module-20241111}/imbuf/__init__.pyi +2 -4
  49. {fake_bpy_module-20241103 → fake_bpy_module-20241111}/mathutils/__init__.pyi +30 -95
  50. {fake_bpy_module-20241103 → fake_bpy_module-20241111}/mathutils/bvhtree/__init__.pyi +13 -17
  51. {fake_bpy_module-20241103 → fake_bpy_module-20241111}/mathutils/geometry/__init__.pyi +26 -45
  52. {fake_bpy_module-20241103 → fake_bpy_module-20241111}/mathutils/interpolate/__init__.pyi +2 -2
  53. fake_bpy_module-20241111/mathutils/kdtree/__init__.pyi +60 -0
  54. {fake_bpy_module-20241103 → fake_bpy_module-20241111}/rna_info/__init__.pyi +1 -2
  55. fake_bpy_module-20241103/addon_utils/__init__.pyi +0 -66
  56. fake_bpy_module-20241103/gpu_extras/batch/__init__.pyi +0 -19
  57. fake_bpy_module-20241103/mathutils/kdtree/__init__.pyi +0 -75
  58. {fake_bpy_module-20241103 → fake_bpy_module-20241111}/README.md +0 -0
  59. {fake_bpy_module-20241103 → fake_bpy_module-20241111}/_bpy_internal/__init__.pyi +0 -0
  60. {fake_bpy_module-20241103 → fake_bpy_module-20241111}/_bpy_internal/addons/__init__.pyi +0 -0
  61. {fake_bpy_module-20241103 → fake_bpy_module-20241111}/_bpy_internal/addons/cli/__init__.pyi +0 -0
  62. {fake_bpy_module-20241103 → fake_bpy_module-20241111}/_bpy_internal/extensions/__init__.pyi +0 -0
  63. {fake_bpy_module-20241103 → fake_bpy_module-20241111}/_bpy_internal/extensions/junction_module/__init__.pyi +0 -0
  64. {fake_bpy_module-20241103 → fake_bpy_module-20241111}/_bpy_internal/extensions/stale_file_manager/__init__.pyi +0 -0
  65. {fake_bpy_module-20241103 → fake_bpy_module-20241111}/_bpy_internal/extensions/wheel_manager/__init__.pyi +0 -0
  66. {fake_bpy_module-20241103 → fake_bpy_module-20241111}/_bpy_internal/freedesktop/__init__.pyi +0 -0
  67. {fake_bpy_module-20241103 → fake_bpy_module-20241111}/_bpy_internal/grease_pencil/__init__.pyi +0 -0
  68. {fake_bpy_module-20241103 → fake_bpy_module-20241111}/_bpy_internal/grease_pencil/stroke/__init__.pyi +0 -0
  69. {fake_bpy_module-20241103 → fake_bpy_module-20241111}/_bpy_internal/py.typed +0 -0
  70. {fake_bpy_module-20241103 → fake_bpy_module-20241111}/_bpy_internal/system_info/__init__.pyi +0 -0
  71. {fake_bpy_module-20241103 → fake_bpy_module-20241111}/_bpy_internal/system_info/text_generate_runtime/__init__.pyi +0 -0
  72. {fake_bpy_module-20241103 → fake_bpy_module-20241111}/_bpy_internal/system_info/url_prefill_runtime/__init__.pyi +0 -0
  73. {fake_bpy_module-20241103 → fake_bpy_module-20241111}/_bpy_internal/system_info/url_prefill_startup/__init__.pyi +0 -0
  74. {fake_bpy_module-20241103 → fake_bpy_module-20241111}/addon_utils/py.typed +0 -0
  75. {fake_bpy_module-20241103 → fake_bpy_module-20241111}/animsys_refactor/__init__.pyi +0 -0
  76. {fake_bpy_module-20241103 → fake_bpy_module-20241111}/animsys_refactor/py.typed +0 -0
  77. {fake_bpy_module-20241103 → fake_bpy_module-20241111}/aud/__init__.pyi +0 -0
  78. {fake_bpy_module-20241103 → fake_bpy_module-20241111}/aud/py.typed +0 -0
  79. {fake_bpy_module-20241103 → fake_bpy_module-20241111}/bgl/__init__.pyi +0 -0
  80. {fake_bpy_module-20241103 → fake_bpy_module-20241111}/bgl/py.typed +0 -0
  81. {fake_bpy_module-20241103 → fake_bpy_module-20241111}/bl_app_override/__init__.pyi +0 -0
  82. {fake_bpy_module-20241103 → fake_bpy_module-20241111}/bl_app_override/helpers/__init__.pyi +0 -0
  83. {fake_bpy_module-20241103 → fake_bpy_module-20241111}/bl_app_override/py.typed +0 -0
  84. {fake_bpy_module-20241103 → fake_bpy_module-20241111}/bl_app_template_utils/__init__.pyi +0 -0
  85. {fake_bpy_module-20241103 → fake_bpy_module-20241111}/bl_app_template_utils/py.typed +0 -0
  86. {fake_bpy_module-20241103 → fake_bpy_module-20241111}/bl_console_utils/__init__.pyi +0 -0
  87. {fake_bpy_module-20241103 → fake_bpy_module-20241111}/bl_console_utils/autocomplete/__init__.pyi +0 -0
  88. {fake_bpy_module-20241103 → fake_bpy_module-20241111}/bl_console_utils/py.typed +0 -0
  89. {fake_bpy_module-20241103 → fake_bpy_module-20241111}/bl_i18n_utils/__init__.pyi +0 -0
  90. {fake_bpy_module-20241103 → fake_bpy_module-20241111}/bl_i18n_utils/bl_extract_messages/__init__.pyi +0 -0
  91. {fake_bpy_module-20241103 → fake_bpy_module-20241111}/bl_i18n_utils/merge_po/__init__.pyi +0 -0
  92. {fake_bpy_module-20241103 → fake_bpy_module-20241111}/bl_i18n_utils/py.typed +0 -0
  93. {fake_bpy_module-20241103 → fake_bpy_module-20241111}/bl_i18n_utils/settings/__init__.pyi +0 -0
  94. {fake_bpy_module-20241103 → fake_bpy_module-20241111}/bl_i18n_utils/utils/__init__.pyi +0 -0
  95. {fake_bpy_module-20241103 → fake_bpy_module-20241111}/bl_i18n_utils/utils_cli/__init__.pyi +0 -0
  96. {fake_bpy_module-20241103 → fake_bpy_module-20241111}/bl_i18n_utils/utils_languages_menu/__init__.pyi +0 -0
  97. {fake_bpy_module-20241103 → fake_bpy_module-20241111}/bl_i18n_utils/utils_rtl/__init__.pyi +0 -0
  98. {fake_bpy_module-20241103 → fake_bpy_module-20241111}/bl_keymap_utils/__init__.pyi +0 -0
  99. {fake_bpy_module-20241103 → fake_bpy_module-20241111}/bl_keymap_utils/io/__init__.pyi +0 -0
  100. {fake_bpy_module-20241103 → fake_bpy_module-20241111}/bl_keymap_utils/keymap_from_toolbar/__init__.pyi +0 -0
  101. {fake_bpy_module-20241103 → fake_bpy_module-20241111}/bl_keymap_utils/keymap_hierarchy/__init__.pyi +0 -0
  102. {fake_bpy_module-20241103 → fake_bpy_module-20241111}/bl_keymap_utils/platform_helpers/__init__.pyi +0 -0
  103. {fake_bpy_module-20241103 → fake_bpy_module-20241111}/bl_keymap_utils/py.typed +0 -0
  104. {fake_bpy_module-20241103 → fake_bpy_module-20241111}/bl_keymap_utils/versioning/__init__.pyi +0 -0
  105. {fake_bpy_module-20241103 → fake_bpy_module-20241111}/bl_math/__init__.pyi +0 -0
  106. {fake_bpy_module-20241103 → fake_bpy_module-20241111}/bl_math/py.typed +0 -0
  107. {fake_bpy_module-20241103 → fake_bpy_module-20241111}/bl_operators/__init__.pyi +0 -0
  108. {fake_bpy_module-20241103 → fake_bpy_module-20241111}/bl_operators/add_mesh_torus/__init__.pyi +0 -0
  109. {fake_bpy_module-20241103 → fake_bpy_module-20241111}/bl_operators/anim/__init__.pyi +0 -0
  110. {fake_bpy_module-20241103 → fake_bpy_module-20241111}/bl_operators/assets/__init__.pyi +0 -0
  111. {fake_bpy_module-20241103 → fake_bpy_module-20241111}/bl_operators/bmesh/__init__.pyi +0 -0
  112. {fake_bpy_module-20241103 → fake_bpy_module-20241111}/bl_operators/bmesh/find_adjacent/__init__.pyi +0 -0
  113. {fake_bpy_module-20241103 → fake_bpy_module-20241111}/bl_operators/bone_selection_sets/__init__.pyi +0 -0
  114. {fake_bpy_module-20241103 → fake_bpy_module-20241111}/bl_operators/clip/__init__.pyi +0 -0
  115. {fake_bpy_module-20241103 → fake_bpy_module-20241111}/bl_operators/connect_to_output/__init__.pyi +0 -0
  116. {fake_bpy_module-20241103 → fake_bpy_module-20241111}/bl_operators/console/__init__.pyi +0 -0
  117. {fake_bpy_module-20241103 → fake_bpy_module-20241111}/bl_operators/constraint/__init__.pyi +0 -0
  118. {fake_bpy_module-20241103 → fake_bpy_module-20241111}/bl_operators/file/__init__.pyi +0 -0
  119. {fake_bpy_module-20241103 → fake_bpy_module-20241111}/bl_operators/freestyle/__init__.pyi +0 -0
  120. {fake_bpy_module-20241103 → fake_bpy_module-20241111}/bl_operators/geometry_nodes/__init__.pyi +0 -0
  121. {fake_bpy_module-20241103 → fake_bpy_module-20241111}/bl_operators/image/__init__.pyi +0 -0
  122. {fake_bpy_module-20241103 → fake_bpy_module-20241111}/bl_operators/mesh/__init__.pyi +0 -0
  123. {fake_bpy_module-20241103 → fake_bpy_module-20241111}/bl_operators/node/__init__.pyi +0 -0
  124. {fake_bpy_module-20241103 → fake_bpy_module-20241111}/bl_operators/node_editor/__init__.pyi +0 -0
  125. {fake_bpy_module-20241103 → fake_bpy_module-20241111}/bl_operators/node_editor/node_functions/__init__.pyi +0 -0
  126. {fake_bpy_module-20241103 → fake_bpy_module-20241111}/bl_operators/object/__init__.pyi +0 -0
  127. {fake_bpy_module-20241103 → fake_bpy_module-20241111}/bl_operators/object_align/__init__.pyi +0 -0
  128. {fake_bpy_module-20241103 → fake_bpy_module-20241111}/bl_operators/object_quick_effects/__init__.pyi +0 -0
  129. {fake_bpy_module-20241103 → fake_bpy_module-20241111}/bl_operators/object_randomize_transform/__init__.pyi +0 -0
  130. {fake_bpy_module-20241103 → fake_bpy_module-20241111}/bl_operators/presets/__init__.pyi +0 -0
  131. {fake_bpy_module-20241103 → fake_bpy_module-20241111}/bl_operators/py.typed +0 -0
  132. {fake_bpy_module-20241103 → fake_bpy_module-20241111}/bl_operators/rigidbody/__init__.pyi +0 -0
  133. {fake_bpy_module-20241103 → fake_bpy_module-20241111}/bl_operators/screen_play_rendered_anim/__init__.pyi +0 -0
  134. {fake_bpy_module-20241103 → fake_bpy_module-20241111}/bl_operators/sequencer/__init__.pyi +0 -0
  135. {fake_bpy_module-20241103 → fake_bpy_module-20241111}/bl_operators/spreadsheet/__init__.pyi +0 -0
  136. {fake_bpy_module-20241103 → fake_bpy_module-20241111}/bl_operators/userpref/__init__.pyi +0 -0
  137. {fake_bpy_module-20241103 → fake_bpy_module-20241111}/bl_operators/uvcalc_follow_active/__init__.pyi +0 -0
  138. {fake_bpy_module-20241103 → fake_bpy_module-20241111}/bl_operators/uvcalc_lightmap/__init__.pyi +0 -0
  139. {fake_bpy_module-20241103 → fake_bpy_module-20241111}/bl_operators/vertexpaint_dirt/__init__.pyi +0 -0
  140. {fake_bpy_module-20241103 → fake_bpy_module-20241111}/bl_operators/view3d/__init__.pyi +0 -0
  141. {fake_bpy_module-20241103 → fake_bpy_module-20241111}/bl_operators/world/__init__.pyi +0 -0
  142. {fake_bpy_module-20241103 → fake_bpy_module-20241111}/bl_previews_utils/__init__.pyi +0 -0
  143. {fake_bpy_module-20241103 → fake_bpy_module-20241111}/bl_previews_utils/bl_previews_render/__init__.pyi +0 -0
  144. {fake_bpy_module-20241103 → fake_bpy_module-20241111}/bl_previews_utils/py.typed +0 -0
  145. {fake_bpy_module-20241103 → fake_bpy_module-20241111}/bl_rna_utils/__init__.pyi +0 -0
  146. {fake_bpy_module-20241103 → fake_bpy_module-20241111}/bl_rna_utils/data_path/__init__.pyi +0 -0
  147. {fake_bpy_module-20241103 → fake_bpy_module-20241111}/bl_rna_utils/py.typed +0 -0
  148. {fake_bpy_module-20241103 → fake_bpy_module-20241111}/bl_text_utils/__init__.pyi +0 -0
  149. {fake_bpy_module-20241103 → fake_bpy_module-20241111}/bl_text_utils/external_editor/__init__.pyi +0 -0
  150. {fake_bpy_module-20241103 → fake_bpy_module-20241111}/bl_text_utils/py.typed +0 -0
  151. {fake_bpy_module-20241103 → fake_bpy_module-20241111}/bl_ui/__init__.pyi +0 -0
  152. {fake_bpy_module-20241103 → fake_bpy_module-20241111}/bl_ui/anim/__init__.pyi +0 -0
  153. {fake_bpy_module-20241103 → fake_bpy_module-20241111}/bl_ui/asset_shelf/__init__.pyi +0 -0
  154. {fake_bpy_module-20241103 → fake_bpy_module-20241111}/bl_ui/node_add_menu/__init__.pyi +0 -0
  155. {fake_bpy_module-20241103 → fake_bpy_module-20241111}/bl_ui/node_add_menu_compositor/__init__.pyi +0 -0
  156. {fake_bpy_module-20241103 → fake_bpy_module-20241111}/bl_ui/node_add_menu_geometry/__init__.pyi +0 -0
  157. {fake_bpy_module-20241103 → fake_bpy_module-20241111}/bl_ui/node_add_menu_shader/__init__.pyi +0 -0
  158. {fake_bpy_module-20241103 → fake_bpy_module-20241111}/bl_ui/node_add_menu_texture/__init__.pyi +0 -0
  159. {fake_bpy_module-20241103 → fake_bpy_module-20241111}/bl_ui/properties_animviz/__init__.pyi +0 -0
  160. {fake_bpy_module-20241103 → fake_bpy_module-20241111}/bl_ui/properties_collection/__init__.pyi +0 -0
  161. {fake_bpy_module-20241103 → fake_bpy_module-20241111}/bl_ui/properties_constraint/__init__.pyi +0 -0
  162. {fake_bpy_module-20241103 → fake_bpy_module-20241111}/bl_ui/properties_data_armature/__init__.pyi +0 -0
  163. {fake_bpy_module-20241103 → fake_bpy_module-20241111}/bl_ui/properties_data_bone/__init__.pyi +0 -0
  164. {fake_bpy_module-20241103 → fake_bpy_module-20241111}/bl_ui/properties_data_camera/__init__.pyi +0 -0
  165. {fake_bpy_module-20241103 → fake_bpy_module-20241111}/bl_ui/properties_data_curve/__init__.pyi +0 -0
  166. {fake_bpy_module-20241103 → fake_bpy_module-20241111}/bl_ui/properties_data_curves/__init__.pyi +0 -0
  167. {fake_bpy_module-20241103 → fake_bpy_module-20241111}/bl_ui/properties_data_empty/__init__.pyi +0 -0
  168. {fake_bpy_module-20241103 → fake_bpy_module-20241111}/bl_ui/properties_data_grease_pencil/__init__.pyi +0 -0
  169. {fake_bpy_module-20241103 → fake_bpy_module-20241111}/bl_ui/properties_data_lattice/__init__.pyi +0 -0
  170. {fake_bpy_module-20241103 → fake_bpy_module-20241111}/bl_ui/properties_data_light/__init__.pyi +0 -0
  171. {fake_bpy_module-20241103 → fake_bpy_module-20241111}/bl_ui/properties_data_lightprobe/__init__.pyi +0 -0
  172. {fake_bpy_module-20241103 → fake_bpy_module-20241111}/bl_ui/properties_data_mesh/__init__.pyi +0 -0
  173. {fake_bpy_module-20241103 → fake_bpy_module-20241111}/bl_ui/properties_data_metaball/__init__.pyi +0 -0
  174. {fake_bpy_module-20241103 → fake_bpy_module-20241111}/bl_ui/properties_data_modifier/__init__.pyi +0 -0
  175. {fake_bpy_module-20241103 → fake_bpy_module-20241111}/bl_ui/properties_data_pointcloud/__init__.pyi +0 -0
  176. {fake_bpy_module-20241103 → fake_bpy_module-20241111}/bl_ui/properties_data_shaderfx/__init__.pyi +0 -0
  177. {fake_bpy_module-20241103 → fake_bpy_module-20241111}/bl_ui/properties_data_speaker/__init__.pyi +0 -0
  178. {fake_bpy_module-20241103 → fake_bpy_module-20241111}/bl_ui/properties_data_volume/__init__.pyi +0 -0
  179. {fake_bpy_module-20241103 → fake_bpy_module-20241111}/bl_ui/properties_freestyle/__init__.pyi +0 -0
  180. {fake_bpy_module-20241103 → fake_bpy_module-20241111}/bl_ui/properties_mask_common/__init__.pyi +0 -0
  181. {fake_bpy_module-20241103 → fake_bpy_module-20241111}/bl_ui/properties_material/__init__.pyi +0 -0
  182. {fake_bpy_module-20241103 → fake_bpy_module-20241111}/bl_ui/properties_material_gpencil/__init__.pyi +0 -0
  183. {fake_bpy_module-20241103 → fake_bpy_module-20241111}/bl_ui/properties_object/__init__.pyi +0 -0
  184. {fake_bpy_module-20241103 → fake_bpy_module-20241111}/bl_ui/properties_output/__init__.pyi +0 -0
  185. {fake_bpy_module-20241103 → fake_bpy_module-20241111}/bl_ui/properties_paint_common/__init__.pyi +0 -0
  186. {fake_bpy_module-20241103 → fake_bpy_module-20241111}/bl_ui/properties_particle/__init__.pyi +0 -0
  187. {fake_bpy_module-20241103 → fake_bpy_module-20241111}/bl_ui/properties_physics_cloth/__init__.pyi +0 -0
  188. {fake_bpy_module-20241103 → fake_bpy_module-20241111}/bl_ui/properties_physics_common/__init__.pyi +0 -0
  189. {fake_bpy_module-20241103 → fake_bpy_module-20241111}/bl_ui/properties_physics_dynamicpaint/__init__.pyi +0 -0
  190. {fake_bpy_module-20241103 → fake_bpy_module-20241111}/bl_ui/properties_physics_field/__init__.pyi +0 -0
  191. {fake_bpy_module-20241103 → fake_bpy_module-20241111}/bl_ui/properties_physics_fluid/__init__.pyi +0 -0
  192. {fake_bpy_module-20241103 → fake_bpy_module-20241111}/bl_ui/properties_physics_geometry_nodes/__init__.pyi +0 -0
  193. {fake_bpy_module-20241103 → fake_bpy_module-20241111}/bl_ui/properties_physics_rigidbody/__init__.pyi +0 -0
  194. {fake_bpy_module-20241103 → fake_bpy_module-20241111}/bl_ui/properties_physics_rigidbody_constraint/__init__.pyi +0 -0
  195. {fake_bpy_module-20241103 → fake_bpy_module-20241111}/bl_ui/properties_physics_softbody/__init__.pyi +0 -0
  196. {fake_bpy_module-20241103 → fake_bpy_module-20241111}/bl_ui/properties_render/__init__.pyi +0 -0
  197. {fake_bpy_module-20241103 → fake_bpy_module-20241111}/bl_ui/properties_scene/__init__.pyi +0 -0
  198. {fake_bpy_module-20241103 → fake_bpy_module-20241111}/bl_ui/properties_texture/__init__.pyi +0 -0
  199. {fake_bpy_module-20241103 → fake_bpy_module-20241111}/bl_ui/properties_view_layer/__init__.pyi +0 -0
  200. {fake_bpy_module-20241103 → fake_bpy_module-20241111}/bl_ui/properties_workspace/__init__.pyi +0 -0
  201. {fake_bpy_module-20241103 → fake_bpy_module-20241111}/bl_ui/properties_world/__init__.pyi +0 -0
  202. {fake_bpy_module-20241103 → fake_bpy_module-20241111}/bl_ui/py.typed +0 -0
  203. {fake_bpy_module-20241103 → fake_bpy_module-20241111}/bl_ui/space_clip/__init__.pyi +0 -0
  204. {fake_bpy_module-20241103 → fake_bpy_module-20241111}/bl_ui/space_console/__init__.pyi +0 -0
  205. {fake_bpy_module-20241103 → fake_bpy_module-20241111}/bl_ui/space_dopesheet/__init__.pyi +0 -0
  206. {fake_bpy_module-20241103 → fake_bpy_module-20241111}/bl_ui/space_filebrowser/__init__.pyi +0 -0
  207. {fake_bpy_module-20241103 → fake_bpy_module-20241111}/bl_ui/space_graph/__init__.pyi +0 -0
  208. {fake_bpy_module-20241103 → fake_bpy_module-20241111}/bl_ui/space_image/__init__.pyi +0 -0
  209. {fake_bpy_module-20241103 → fake_bpy_module-20241111}/bl_ui/space_info/__init__.pyi +0 -0
  210. {fake_bpy_module-20241103 → fake_bpy_module-20241111}/bl_ui/space_nla/__init__.pyi +0 -0
  211. {fake_bpy_module-20241103 → fake_bpy_module-20241111}/bl_ui/space_node/__init__.pyi +0 -0
  212. {fake_bpy_module-20241103 → fake_bpy_module-20241111}/bl_ui/space_outliner/__init__.pyi +0 -0
  213. {fake_bpy_module-20241103 → fake_bpy_module-20241111}/bl_ui/space_properties/__init__.pyi +0 -0
  214. {fake_bpy_module-20241103 → fake_bpy_module-20241111}/bl_ui/space_sequencer/__init__.pyi +0 -0
  215. {fake_bpy_module-20241103 → fake_bpy_module-20241111}/bl_ui/space_spreadsheet/__init__.pyi +0 -0
  216. {fake_bpy_module-20241103 → fake_bpy_module-20241111}/bl_ui/space_statusbar/__init__.pyi +0 -0
  217. {fake_bpy_module-20241103 → fake_bpy_module-20241111}/bl_ui/space_text/__init__.pyi +0 -0
  218. {fake_bpy_module-20241103 → fake_bpy_module-20241111}/bl_ui/space_time/__init__.pyi +0 -0
  219. {fake_bpy_module-20241103 → fake_bpy_module-20241111}/bl_ui/space_toolsystem_common/__init__.pyi +0 -0
  220. {fake_bpy_module-20241103 → fake_bpy_module-20241111}/bl_ui/space_toolsystem_toolbar/__init__.pyi +0 -0
  221. {fake_bpy_module-20241103 → fake_bpy_module-20241111}/bl_ui/space_topbar/__init__.pyi +0 -0
  222. {fake_bpy_module-20241103 → fake_bpy_module-20241111}/bl_ui/space_view3d/__init__.pyi +0 -0
  223. {fake_bpy_module-20241103 → fake_bpy_module-20241111}/bl_ui/space_view3d_toolbar/__init__.pyi +0 -0
  224. {fake_bpy_module-20241103 → fake_bpy_module-20241111}/bl_ui/utils/__init__.pyi +0 -0
  225. {fake_bpy_module-20241103 → fake_bpy_module-20241111}/bl_ui_utils/__init__.pyi +0 -0
  226. {fake_bpy_module-20241103 → fake_bpy_module-20241111}/bl_ui_utils/layout/__init__.pyi +0 -0
  227. {fake_bpy_module-20241103 → fake_bpy_module-20241111}/bl_ui_utils/py.typed +0 -0
  228. {fake_bpy_module-20241103 → fake_bpy_module-20241111}/blend_render_info/__init__.pyi +0 -0
  229. {fake_bpy_module-20241103 → fake_bpy_module-20241111}/blend_render_info/py.typed +0 -0
  230. {fake_bpy_module-20241103 → fake_bpy_module-20241111}/blf/py.typed +0 -0
  231. {fake_bpy_module-20241103 → fake_bpy_module-20241111}/bmesh/__init__.pyi +0 -0
  232. {fake_bpy_module-20241103 → fake_bpy_module-20241111}/bmesh/geometry/__init__.pyi +0 -0
  233. {fake_bpy_module-20241103 → fake_bpy_module-20241111}/bmesh/ops/__init__.pyi +0 -0
  234. {fake_bpy_module-20241103 → fake_bpy_module-20241111}/bmesh/py.typed +0 -0
  235. {fake_bpy_module-20241103 → fake_bpy_module-20241111}/bpy/__init__.pyi +0 -0
  236. {fake_bpy_module-20241103 → fake_bpy_module-20241111}/bpy/app/__init__.pyi +0 -0
  237. {fake_bpy_module-20241103 → fake_bpy_module-20241111}/bpy/app/handlers/__init__.pyi +0 -0
  238. {fake_bpy_module-20241103 → fake_bpy_module-20241111}/bpy/app/timers/__init__.pyi +0 -0
  239. {fake_bpy_module-20241103 → fake_bpy_module-20241111}/bpy/ops/__init__.pyi +0 -0
  240. {fake_bpy_module-20241103 → fake_bpy_module-20241111}/bpy/ops/action/__init__.pyi +0 -0
  241. {fake_bpy_module-20241103 → fake_bpy_module-20241111}/bpy/ops/anim/__init__.pyi +0 -0
  242. {fake_bpy_module-20241103 → fake_bpy_module-20241111}/bpy/ops/armature/__init__.pyi +0 -0
  243. {fake_bpy_module-20241103 → fake_bpy_module-20241111}/bpy/ops/asset/__init__.pyi +0 -0
  244. {fake_bpy_module-20241103 → fake_bpy_module-20241111}/bpy/ops/boid/__init__.pyi +0 -0
  245. {fake_bpy_module-20241103 → fake_bpy_module-20241111}/bpy/ops/brush/__init__.pyi +0 -0
  246. {fake_bpy_module-20241103 → fake_bpy_module-20241111}/bpy/ops/buttons/__init__.pyi +0 -0
  247. {fake_bpy_module-20241103 → fake_bpy_module-20241111}/bpy/ops/cachefile/__init__.pyi +0 -0
  248. {fake_bpy_module-20241103 → fake_bpy_module-20241111}/bpy/ops/camera/__init__.pyi +0 -0
  249. {fake_bpy_module-20241103 → fake_bpy_module-20241111}/bpy/ops/clip/__init__.pyi +0 -0
  250. {fake_bpy_module-20241103 → fake_bpy_module-20241111}/bpy/ops/cloth/__init__.pyi +0 -0
  251. {fake_bpy_module-20241103 → fake_bpy_module-20241111}/bpy/ops/collection/__init__.pyi +0 -0
  252. {fake_bpy_module-20241103 → fake_bpy_module-20241111}/bpy/ops/console/__init__.pyi +0 -0
  253. {fake_bpy_module-20241103 → fake_bpy_module-20241111}/bpy/ops/constraint/__init__.pyi +0 -0
  254. {fake_bpy_module-20241103 → fake_bpy_module-20241111}/bpy/ops/curve/__init__.pyi +0 -0
  255. {fake_bpy_module-20241103 → fake_bpy_module-20241111}/bpy/ops/cycles/__init__.pyi +0 -0
  256. {fake_bpy_module-20241103 → fake_bpy_module-20241111}/bpy/ops/dpaint/__init__.pyi +0 -0
  257. {fake_bpy_module-20241103 → fake_bpy_module-20241111}/bpy/ops/ed/__init__.pyi +0 -0
  258. {fake_bpy_module-20241103 → fake_bpy_module-20241111}/bpy/ops/export_anim/__init__.pyi +0 -0
  259. {fake_bpy_module-20241103 → fake_bpy_module-20241111}/bpy/ops/export_scene/__init__.pyi +0 -0
  260. {fake_bpy_module-20241103 → fake_bpy_module-20241111}/bpy/ops/extensions/__init__.pyi +0 -0
  261. {fake_bpy_module-20241103 → fake_bpy_module-20241111}/bpy/ops/file/__init__.pyi +0 -0
  262. {fake_bpy_module-20241103 → fake_bpy_module-20241111}/bpy/ops/fluid/__init__.pyi +0 -0
  263. {fake_bpy_module-20241103 → fake_bpy_module-20241111}/bpy/ops/font/__init__.pyi +0 -0
  264. {fake_bpy_module-20241103 → fake_bpy_module-20241111}/bpy/ops/geometry/__init__.pyi +0 -0
  265. {fake_bpy_module-20241103 → fake_bpy_module-20241111}/bpy/ops/gizmogroup/__init__.pyi +0 -0
  266. {fake_bpy_module-20241103 → fake_bpy_module-20241111}/bpy/ops/gpencil/__init__.pyi +0 -0
  267. {fake_bpy_module-20241103 → fake_bpy_module-20241111}/bpy/ops/graph/__init__.pyi +0 -0
  268. {fake_bpy_module-20241103 → fake_bpy_module-20241111}/bpy/ops/grease_pencil/__init__.pyi +0 -0
  269. {fake_bpy_module-20241103 → fake_bpy_module-20241111}/bpy/ops/image/__init__.pyi +0 -0
  270. {fake_bpy_module-20241103 → fake_bpy_module-20241111}/bpy/ops/import_anim/__init__.pyi +0 -0
  271. {fake_bpy_module-20241103 → fake_bpy_module-20241111}/bpy/ops/import_curve/__init__.pyi +0 -0
  272. {fake_bpy_module-20241103 → fake_bpy_module-20241111}/bpy/ops/import_scene/__init__.pyi +0 -0
  273. {fake_bpy_module-20241103 → fake_bpy_module-20241111}/bpy/ops/info/__init__.pyi +0 -0
  274. {fake_bpy_module-20241103 → fake_bpy_module-20241111}/bpy/ops/lattice/__init__.pyi +0 -0
  275. {fake_bpy_module-20241103 → fake_bpy_module-20241111}/bpy/ops/marker/__init__.pyi +0 -0
  276. {fake_bpy_module-20241103 → fake_bpy_module-20241111}/bpy/ops/mask/__init__.pyi +0 -0
  277. {fake_bpy_module-20241103 → fake_bpy_module-20241111}/bpy/ops/material/__init__.pyi +0 -0
  278. {fake_bpy_module-20241103 → fake_bpy_module-20241111}/bpy/ops/mball/__init__.pyi +0 -0
  279. {fake_bpy_module-20241103 → fake_bpy_module-20241111}/bpy/ops/mesh/__init__.pyi +0 -0
  280. {fake_bpy_module-20241103 → fake_bpy_module-20241111}/bpy/ops/node/__init__.pyi +0 -0
  281. {fake_bpy_module-20241103 → fake_bpy_module-20241111}/bpy/ops/object/__init__.pyi +0 -0
  282. {fake_bpy_module-20241103 → fake_bpy_module-20241111}/bpy/ops/outliner/__init__.pyi +0 -0
  283. {fake_bpy_module-20241103 → fake_bpy_module-20241111}/bpy/ops/paint/__init__.pyi +0 -0
  284. {fake_bpy_module-20241103 → fake_bpy_module-20241111}/bpy/ops/paintcurve/__init__.pyi +0 -0
  285. {fake_bpy_module-20241103 → fake_bpy_module-20241111}/bpy/ops/palette/__init__.pyi +0 -0
  286. {fake_bpy_module-20241103 → fake_bpy_module-20241111}/bpy/ops/particle/__init__.pyi +0 -0
  287. {fake_bpy_module-20241103 → fake_bpy_module-20241111}/bpy/ops/pose/__init__.pyi +0 -0
  288. {fake_bpy_module-20241103 → fake_bpy_module-20241111}/bpy/ops/poselib/__init__.pyi +0 -0
  289. {fake_bpy_module-20241103 → fake_bpy_module-20241111}/bpy/ops/preferences/__init__.pyi +0 -0
  290. {fake_bpy_module-20241103 → fake_bpy_module-20241111}/bpy/ops/ptcache/__init__.pyi +0 -0
  291. {fake_bpy_module-20241103 → fake_bpy_module-20241111}/bpy/ops/render/__init__.pyi +0 -0
  292. {fake_bpy_module-20241103 → fake_bpy_module-20241111}/bpy/ops/rigidbody/__init__.pyi +0 -0
  293. {fake_bpy_module-20241103 → fake_bpy_module-20241111}/bpy/ops/scene/__init__.pyi +0 -0
  294. {fake_bpy_module-20241103 → fake_bpy_module-20241111}/bpy/ops/screen/__init__.pyi +0 -0
  295. {fake_bpy_module-20241103 → fake_bpy_module-20241111}/bpy/ops/script/__init__.pyi +0 -0
  296. {fake_bpy_module-20241103 → fake_bpy_module-20241111}/bpy/ops/sculpt/__init__.pyi +0 -0
  297. {fake_bpy_module-20241103 → fake_bpy_module-20241111}/bpy/ops/sculpt_curves/__init__.pyi +0 -0
  298. {fake_bpy_module-20241103 → fake_bpy_module-20241111}/bpy/ops/sound/__init__.pyi +0 -0
  299. {fake_bpy_module-20241103 → fake_bpy_module-20241111}/bpy/ops/spreadsheet/__init__.pyi +0 -0
  300. {fake_bpy_module-20241103 → fake_bpy_module-20241111}/bpy/ops/surface/__init__.pyi +0 -0
  301. {fake_bpy_module-20241103 → fake_bpy_module-20241111}/bpy/ops/text/__init__.pyi +0 -0
  302. {fake_bpy_module-20241103 → fake_bpy_module-20241111}/bpy/ops/text_editor/__init__.pyi +0 -0
  303. {fake_bpy_module-20241103 → fake_bpy_module-20241111}/bpy/ops/texture/__init__.pyi +0 -0
  304. {fake_bpy_module-20241103 → fake_bpy_module-20241111}/bpy/ops/transform/__init__.pyi +0 -0
  305. {fake_bpy_module-20241103 → fake_bpy_module-20241111}/bpy/ops/ui/__init__.pyi +0 -0
  306. {fake_bpy_module-20241103 → fake_bpy_module-20241111}/bpy/ops/uilist/__init__.pyi +0 -0
  307. {fake_bpy_module-20241103 → fake_bpy_module-20241111}/bpy/ops/uv/__init__.pyi +0 -0
  308. {fake_bpy_module-20241103 → fake_bpy_module-20241111}/bpy/ops/view2d/__init__.pyi +0 -0
  309. {fake_bpy_module-20241103 → fake_bpy_module-20241111}/bpy/ops/view3d/__init__.pyi +0 -0
  310. {fake_bpy_module-20241103 → fake_bpy_module-20241111}/bpy/ops/wm/__init__.pyi +0 -0
  311. {fake_bpy_module-20241103 → fake_bpy_module-20241111}/bpy/ops/workspace/__init__.pyi +0 -0
  312. {fake_bpy_module-20241103 → fake_bpy_module-20241111}/bpy/ops/world/__init__.pyi +0 -0
  313. {fake_bpy_module-20241103 → fake_bpy_module-20241111}/bpy/py.typed +0 -0
  314. {fake_bpy_module-20241103 → fake_bpy_module-20241111}/bpy/typing/__init__.pyi +0 -0
  315. {fake_bpy_module-20241103 → fake_bpy_module-20241111}/bpy_extras/__init__.pyi +0 -0
  316. {fake_bpy_module-20241103 → fake_bpy_module-20241111}/bpy_extras/asset_utils/__init__.pyi +0 -0
  317. {fake_bpy_module-20241103 → fake_bpy_module-20241111}/bpy_extras/id_map_utils/__init__.pyi +0 -0
  318. {fake_bpy_module-20241103 → fake_bpy_module-20241111}/bpy_extras/keyconfig_utils/__init__.pyi +0 -0
  319. {fake_bpy_module-20241103 → fake_bpy_module-20241111}/bpy_extras/node_shader_utils/__init__.pyi +0 -0
  320. {fake_bpy_module-20241103 → fake_bpy_module-20241111}/bpy_extras/node_utils/__init__.pyi +0 -0
  321. {fake_bpy_module-20241103 → fake_bpy_module-20241111}/bpy_extras/py.typed +0 -0
  322. {fake_bpy_module-20241103 → fake_bpy_module-20241111}/bpy_extras/wm_utils/__init__.pyi +0 -0
  323. {fake_bpy_module-20241103 → fake_bpy_module-20241111}/bpy_extras/wm_utils/progress_report/__init__.pyi +0 -0
  324. {fake_bpy_module-20241103 → fake_bpy_module-20241111}/bpy_restrict_state/__init__.pyi +0 -0
  325. {fake_bpy_module-20241103 → fake_bpy_module-20241111}/bpy_restrict_state/py.typed +0 -0
  326. {fake_bpy_module-20241103 → fake_bpy_module-20241111}/bpy_types/__init__.pyi +0 -0
  327. {fake_bpy_module-20241103 → fake_bpy_module-20241111}/bpy_types/py.typed +0 -0
  328. {fake_bpy_module-20241103 → fake_bpy_module-20241111}/console_python/__init__.pyi +0 -0
  329. {fake_bpy_module-20241103 → fake_bpy_module-20241111}/console_python/py.typed +0 -0
  330. {fake_bpy_module-20241103 → fake_bpy_module-20241111}/console_shell/__init__.pyi +0 -0
  331. {fake_bpy_module-20241103 → fake_bpy_module-20241111}/console_shell/py.typed +0 -0
  332. {fake_bpy_module-20241103 → fake_bpy_module-20241111}/fake_bpy_module.egg-info/SOURCES.txt +0 -0
  333. {fake_bpy_module-20241103 → fake_bpy_module-20241111}/fake_bpy_module.egg-info/dependency_links.txt +0 -0
  334. {fake_bpy_module-20241103 → fake_bpy_module-20241111}/fake_bpy_module.egg-info/top_level.txt +0 -0
  335. {fake_bpy_module-20241103 → fake_bpy_module-20241111}/freestyle/__init__.pyi +0 -0
  336. {fake_bpy_module-20241103 → fake_bpy_module-20241111}/freestyle/predicates/__init__.pyi +0 -0
  337. {fake_bpy_module-20241103 → fake_bpy_module-20241111}/freestyle/py.typed +0 -0
  338. {fake_bpy_module-20241103 → fake_bpy_module-20241111}/freestyle/shaders/__init__.pyi +0 -0
  339. {fake_bpy_module-20241103 → fake_bpy_module-20241111}/gpu/capabilities/__init__.pyi +0 -0
  340. {fake_bpy_module-20241103 → fake_bpy_module-20241111}/gpu/platform/__init__.pyi +0 -0
  341. {fake_bpy_module-20241103 → fake_bpy_module-20241111}/gpu/py.typed +0 -0
  342. {fake_bpy_module-20241103 → fake_bpy_module-20241111}/gpu/select/__init__.pyi +0 -0
  343. {fake_bpy_module-20241103 → fake_bpy_module-20241111}/gpu/shader/__init__.pyi +0 -0
  344. {fake_bpy_module-20241103 → fake_bpy_module-20241111}/gpu/texture/__init__.pyi +0 -0
  345. {fake_bpy_module-20241103 → fake_bpy_module-20241111}/gpu_extras/__init__.pyi +0 -0
  346. {fake_bpy_module-20241103 → fake_bpy_module-20241111}/gpu_extras/py.typed +0 -0
  347. {fake_bpy_module-20241103 → fake_bpy_module-20241111}/graphviz_export/__init__.pyi +0 -0
  348. {fake_bpy_module-20241103 → fake_bpy_module-20241111}/graphviz_export/py.typed +0 -0
  349. {fake_bpy_module-20241103 → fake_bpy_module-20241111}/idprop/__init__.pyi +0 -0
  350. {fake_bpy_module-20241103 → fake_bpy_module-20241111}/idprop/py.typed +0 -0
  351. {fake_bpy_module-20241103 → fake_bpy_module-20241111}/imbuf/py.typed +0 -0
  352. {fake_bpy_module-20241103 → fake_bpy_module-20241111}/imbuf/types/__init__.pyi +0 -0
  353. {fake_bpy_module-20241103 → fake_bpy_module-20241111}/keyingsets_builtins/__init__.pyi +0 -0
  354. {fake_bpy_module-20241103 → fake_bpy_module-20241111}/keyingsets_builtins/py.typed +0 -0
  355. {fake_bpy_module-20241103 → fake_bpy_module-20241111}/keyingsets_utils/__init__.pyi +0 -0
  356. {fake_bpy_module-20241103 → fake_bpy_module-20241111}/keyingsets_utils/py.typed +0 -0
  357. {fake_bpy_module-20241103 → fake_bpy_module-20241111}/mathutils/noise/__init__.pyi +0 -0
  358. {fake_bpy_module-20241103 → fake_bpy_module-20241111}/mathutils/py.typed +0 -0
  359. {fake_bpy_module-20241103 → fake_bpy_module-20241111}/nodeitems_builtins/__init__.pyi +0 -0
  360. {fake_bpy_module-20241103 → fake_bpy_module-20241111}/nodeitems_builtins/py.typed +0 -0
  361. {fake_bpy_module-20241103 → fake_bpy_module-20241111}/nodeitems_utils/__init__.pyi +0 -0
  362. {fake_bpy_module-20241103 → fake_bpy_module-20241111}/nodeitems_utils/py.typed +0 -0
  363. {fake_bpy_module-20241103 → fake_bpy_module-20241111}/pyproject.toml +0 -0
  364. {fake_bpy_module-20241103 → fake_bpy_module-20241111}/rna_info/py.typed +0 -0
  365. {fake_bpy_module-20241103 → fake_bpy_module-20241111}/rna_keymap_ui/__init__.pyi +0 -0
  366. {fake_bpy_module-20241103 → fake_bpy_module-20241111}/rna_keymap_ui/py.typed +0 -0
  367. {fake_bpy_module-20241103 → fake_bpy_module-20241111}/rna_prop_ui/__init__.pyi +0 -0
  368. {fake_bpy_module-20241103 → fake_bpy_module-20241111}/rna_prop_ui/py.typed +0 -0
  369. {fake_bpy_module-20241103 → fake_bpy_module-20241111}/rna_xml/__init__.pyi +0 -0
  370. {fake_bpy_module-20241103 → fake_bpy_module-20241111}/rna_xml/py.typed +0 -0
  371. {fake_bpy_module-20241103 → fake_bpy_module-20241111}/setup.cfg +0 -0
  372. {fake_bpy_module-20241103 → fake_bpy_module-20241111}/setup.py +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: fake-bpy-module
3
- Version: 20241103
3
+ Version: 20241111
4
4
  Summary: Collection of the fake Blender Python API module for the code completion.
5
5
  Author: nutti
6
6
  Author-email: nutti.metro@gmail.com
@@ -0,0 +1,81 @@
1
+ import typing
2
+ import collections.abc
3
+ import typing_extensions
4
+
5
+ class _ext_global:
6
+ idmap_pair: typing.Any
7
+ module_handle: typing.Any
8
+
9
+ def check(module_name: str):
10
+ """Returns the loaded state of the addon.
11
+
12
+ :param module_name: The name of the addon and module.
13
+ :type module_name: str
14
+ :return: (loaded_default, loaded_state)
15
+ """
16
+
17
+ def check_extension(module_name):
18
+ """Return true if the module is an extension."""
19
+
20
+ def disable(
21
+ module_name: str,
22
+ *,
23
+ default_set: bool = False,
24
+ refresh_handled=False,
25
+ handle_error: collections.abc.Callable | None = None,
26
+ ):
27
+ """Disables an addon by name.
28
+
29
+ :param module_name: The name of the addon and module.
30
+ :type module_name: str
31
+ :param default_set: Set the user-preference.
32
+ :type default_set: bool
33
+ :param handle_error: Called in the case of an error, taking an exception argument.
34
+ :type handle_error: collections.abc.Callable | None
35
+ """
36
+
37
+ def disable_all(): ...
38
+ def enable(
39
+ module_name: str,
40
+ *,
41
+ default_set: bool = False,
42
+ persistent: bool = False,
43
+ refresh_handled: bool = False,
44
+ handle_error: collections.abc.Callable | None = None,
45
+ ):
46
+ """Enables an addon by name.
47
+
48
+ :param module_name: the name of the addon and module.
49
+ :type module_name: str
50
+ :param default_set: Set the user-preference.
51
+ :type default_set: bool
52
+ :param persistent: Ensure the addon is enabled for the entire session (after loading new files).
53
+ :type persistent: bool
54
+ :param refresh_handled: When true, `extensions_refresh` must have been called with module_name
55
+ included in addon_modules_pending.
56
+ This should be used to avoid many calls to refresh extensions when enabling multiple add-ons at once.
57
+ :type refresh_handled: bool
58
+ :param handle_error: Called in the case of an error, taking an exception argument.
59
+ :type handle_error: collections.abc.Callable | None
60
+ :return: the loaded module or None on failure.
61
+ """
62
+
63
+ def extensions_refresh(ensure_wheels: bool = True, addon_modules_pending=None):
64
+ """Ensure data relating to extensions is up to date.
65
+ This should be called after extensions on the file-system have changed.
66
+
67
+ :param ensure_wheels: When true, refresh installed wheels with wheels used by extensions.
68
+ :type ensure_wheels: bool
69
+ :param addon_modules_pending: Refresh these add-ons by listing their package names, as if they are enabled.
70
+ This is needed so wheels can be setup before the add-on is enabled.
71
+ """
72
+
73
+ def module_bl_info(mod, *, info_basis=None): ...
74
+ def modules(*, module_cache={}, refresh=True): ...
75
+ def modules_refresh(*, module_cache={}): ...
76
+ def paths(): ...
77
+ def reset_all(*, reload_scripts=False):
78
+ """Sets the addon state based on the user preferences."""
79
+
80
+ def stale_pending_remove_paths(path_base, paths): ...
81
+ def stale_pending_stage_paths(path_base, paths): ...
@@ -2,7 +2,7 @@ import typing
2
2
  import collections.abc
3
3
  import typing_extensions
4
4
 
5
- def complete(line: str, cursor: int, namespace: dict) -> str:
5
+ def complete(line: str, cursor: int, namespace) -> str:
6
6
  """Complete callable with call-tip.
7
7
 
8
8
  :param line: incomplete text line
@@ -10,7 +10,6 @@ def complete(line: str, cursor: int, namespace: dict) -> str:
10
10
  :param cursor: current character position
11
11
  :type cursor: int
12
12
  :param namespace: namespace
13
- :type namespace: dict
14
13
  :return: (matches, world, scrollback)
15
14
  :rtype: str
16
15
  """
@@ -2,7 +2,7 @@ import typing
2
2
  import collections.abc
3
3
  import typing_extensions
4
4
 
5
- def complete(line: str) -> list:
5
+ def complete(line: str):
6
6
  """Returns a list containing the completion possibilities for an import line.
7
7
 
8
8
  :param line: incomplete line which contains an import statement:
@@ -11,23 +11,20 @@ def complete(line: str) -> list:
11
11
  from xml.dom import
12
12
  :type line: str
13
13
  :return: list of completion possibilities
14
- :rtype: list
15
14
  """
16
15
 
17
- def get_root_modules() -> list:
16
+ def get_root_modules():
18
17
  """Returns a list containing the names of all the modules available in the
19
18
  folders of the python-path.
20
19
 
21
20
  :return: modules
22
- :rtype: list
23
21
  """
24
22
 
25
- def module_list(path: str) -> list:
23
+ def module_list(path: str):
26
24
  """Return the list containing the names of the modules available in
27
25
  the given folder.
28
26
 
29
27
  :param path: folder path
30
28
  :type path: str
31
29
  :return: modules
32
- :rtype: list
33
30
  """
@@ -32,13 +32,12 @@ def complete_indices(
32
32
  :rtype: list[str]
33
33
  """
34
34
 
35
- def complete_names(word: str, namespace: dict) -> list[str]:
35
+ def complete_names(word: str, namespace) -> list[str]:
36
36
  """Complete variable names or attributes
37
37
 
38
38
  :param word: word to be completed
39
39
  :type word: str
40
40
  :param namespace: namespace
41
- :type namespace: dict
42
41
  :return: completion matches
43
42
  :rtype: list[str]
44
43
  """
@@ -2,7 +2,7 @@ import typing
2
2
  import collections.abc
3
3
  import typing_extensions
4
4
 
5
- def complete(line: str, cursor: int, namespace: dict, private: bool) -> list | str:
5
+ def complete(line: str, cursor: int, namespace: dict, private: bool):
6
6
  """Returns a list of possible completions:
7
7
 
8
8
  :param line: incomplete text line
@@ -14,12 +14,9 @@ def complete(line: str, cursor: int, namespace: dict, private: bool) -> list | s
14
14
  :param private: whether private variables should be listed
15
15
  :type private: bool
16
16
  :return: list of completions, word
17
- :rtype: list | str
18
17
  """
19
18
 
20
- def expand(
21
- line: str, cursor: int, namespace: dict, *, private: bool = True
22
- ) -> int | str:
19
+ def expand(line: str, cursor: int, namespace, *, private: bool = True) -> int | str:
23
20
  """This method is invoked when the user asks auto-completion,
24
21
  e.g. when Ctrl+Space is clicked.
25
22
 
@@ -28,7 +25,6 @@ def expand(
28
25
  :param cursor: current character position
29
26
  :type cursor: int
30
27
  :param namespace: namespace
31
- :type namespace: dict
32
28
  :param private: whether private variables should be listed
33
29
  :type private: bool
34
30
  :return: current expanded line, updated cursor position and scrollback
@@ -76,7 +76,7 @@ class IMAGE_OT_import_as_mesh_planes(
76
76
  t: typing.Any
77
77
 
78
78
  def align_plane(self, context, plane):
79
- """Pick an axis and align the plane to it
79
+ """
80
80
 
81
81
  :param context:
82
82
  :param plane:
@@ -110,7 +110,7 @@ class IMAGE_OT_import_as_mesh_planes(
110
110
  """
111
111
 
112
112
  def compute_plane_size(self, context, img_spec):
113
- """Given the image size in pixels and location, determine size of plane
113
+ """
114
114
 
115
115
  :param context:
116
116
  :param img_spec:
@@ -169,7 +169,7 @@ class IMAGE_OT_import_as_mesh_planes(
169
169
  """
170
170
 
171
171
  def update_size_mode(self, _context):
172
- """If sizing relative to the camera, always face the camera
172
+ """
173
173
 
174
174
  :param _context:
175
175
  """
@@ -200,44 +200,17 @@ class TextureProperties_MixIn:
200
200
  """
201
201
 
202
202
  def apply_texture_options(self_, texture, img_spec): ...
203
- def auto_align_nodes(node_tree):
204
- """Given a shader node tree, arrange nodes neatly relative to the output node."""
205
-
206
- def center_in_camera(camera, ob, axis=(1, 1)):
207
- """Center object along specified axis of the camera"""
208
-
209
- def clean_node_tree(node_tree):
210
- """Clear all nodes in a shader node tree except the output.Returns the output node"""
211
-
212
- def compute_camera_size(context, center, fill_mode, aspect):
213
- """Determine how large an object needs to be to fit or fill the camera's field of view."""
214
-
203
+ def auto_align_nodes(node_tree): ...
204
+ def center_in_camera(camera, ob, axis=(1, 1)): ...
205
+ def clean_node_tree(node_tree): ...
206
+ def compute_camera_size(context, center, fill_mode, aspect): ...
215
207
  def create_cycles_material(self_, context, img_spec, name): ...
216
208
  def create_cycles_texnode(self_, node_tree, img_spec): ...
217
- def find_image_sequences(files):
218
- """From a group of files, detect image sequences.This returns a generator of tuples, which contain the filename,
219
- start frame, and length of the detected sequence
220
-
221
- """
222
-
223
- def get_input_nodes(node, links):
224
- """Get nodes that are a inputs to the given node"""
225
-
209
+ def find_image_sequences(files): ...
210
+ def get_input_nodes(node, links): ...
226
211
  def get_ref_object_space_coord(ob): ...
227
- def get_shadeless_node(dest_node_tree):
228
- """Return a "shadeless" cycles/EEVEE node, creating a node group if nonexistent"""
229
-
212
+ def get_shadeless_node(dest_node_tree): ...
230
213
  def load_images(
231
214
  filenames, directory, force_reload=False, frame_start=1, find_sequences=False
232
- ):
233
- """Wrapper for bpy_extras.image_utils.load_image.Loads a set of images, movies, or even image sequences
234
- Returns a generator of ImageSpec wrapper objects later used for texture setup
235
-
236
- """
237
-
238
- def offset_planes(planes, gap, axis):
239
- """Offset planes from each other by gap amount along a _local_ vector axisFor example, offset_planes([obj1, obj2], 0.5, Vector(0, 0, 1)) will place
240
- obj2 0.5 blender units away from obj1 along the local positive Z axis.This is in local space, not world space, so all planes should share
241
- a common scale and rotation.
242
-
243
- """
215
+ ): ...
216
+ def offset_planes(planes, gap, axis): ...
@@ -1,7 +1,6 @@
1
1
  import typing
2
2
  import collections.abc
3
3
  import typing_extensions
4
- import bmesh.types
5
4
  import bpy.types
6
5
 
7
6
  class AlignUVRotation(bpy.types.Operator):
@@ -90,47 +89,10 @@ def find_rotation_edge(bm, uv_layer, faces, aspect_y): ...
90
89
  def find_rotation_geometry(bm, uv_layer, faces, method, axis, aspect_y): ...
91
90
  def get_aspect_y(context): ...
92
91
  def get_random_transform(transform_params, entropy): ...
93
- def is_face_uv_selected(face: bmesh.types.BMFace, uv_layer, any_edge: bool) -> bool:
94
- """Returns True if the face is UV selected.
95
-
96
- :param face: the face to query.
97
- :type face: bmesh.types.BMFace
98
- :param uv_layer: the UV layer to source UVs from.
99
- :param any_edge: use edge selection instead of vertex selection.
100
- :type any_edge: bool
101
- :return: True if the face is UV selected.
102
- :rtype: bool
103
- """
104
-
105
- def is_island_uv_selected(island, uv_layer, any_edge: bool) -> bool:
106
- """Returns True if the island is UV selected.
107
-
108
- :param island: list of faces to query.
109
- :param uv_layer: the UV layer to source UVs from.
110
- :param any_edge: use edge selection instead of vertex selection.
111
- :type any_edge: bool
112
- :return: list of lists containing polygon indices.
113
- :rtype: bool
114
- """
115
-
116
- def island_uv_bounds(island, uv_layer) -> list:
117
- """The UV bounds of UV island.
118
-
119
- :param island: list of faces to query.
120
- :param uv_layer: the UV layer to source UVs from.
121
- :return: U-min, V-min, U-max, V-max.
122
- :rtype: list
123
- """
124
-
125
- def island_uv_bounds_center(island, uv_layer) -> tuple:
126
- """The UV bounds center of UV island.
127
-
128
- :param island: list of faces to query.
129
- :param uv_layer: the UV layer to source UVs from.
130
- :return: U, V center.
131
- :rtype: tuple
132
- """
133
-
92
+ def is_face_uv_selected(face, uv_layer, any_edge): ...
93
+ def is_island_uv_selected(island, uv_layer, any_edge): ...
94
+ def island_uv_bounds(island, uv_layer): ...
95
+ def island_uv_bounds_center(island, uv_layer): ...
134
96
  def randomize_uv_transform(context, transform_params): ...
135
97
  def randomize_uv_transform_bmesh(mesh, bm, transform_params): ...
136
98
  def randomize_uv_transform_island(bm, uv_layer, faces, transform_params): ...
@@ -1337,6 +1337,14 @@ class WM_OT_tool_set_by_id(bpy.types.Operator):
1337
1337
  :param context:
1338
1338
  """
1339
1339
 
1340
+ @staticmethod
1341
+ def space_type_from_operator(op, context):
1342
+ """
1343
+
1344
+ :param op:
1345
+ :param context:
1346
+ """
1347
+
1340
1348
  class WM_OT_tool_set_by_index(bpy.types.Operator):
1341
1349
  """Set the tool by index (for key-maps)"""
1342
1350
 
@@ -128,7 +128,7 @@ def draw_ui_list(
128
128
  move_operators: str = True,
129
129
  menu_class_name: str = "",
130
130
  **kwargs,
131
- ):
131
+ ) -> bpy.types.UILayout:
132
132
  """Draw a UIList with Add/Remove/Move buttons and a menu.Additional keyword arguments are passed to `UIList.template_list`.
133
133
 
134
134
  :param layout: UILayout to draw the list in.
@@ -151,4 +151,5 @@ def draw_ui_list(
151
151
  :param menu_class_name: Identifier of a Menu that should be drawn as a drop-down.
152
152
  :type menu_class_name: str
153
153
  :return: The right side column.
154
+ :rtype: bpy.types.UILayout
154
155
  """
@@ -433,10 +433,3 @@ class GreasePencilSimplifyPanel:
433
433
 
434
434
  :param context:
435
435
  """
436
-
437
- class GreasePencilVertexcolorPanel:
438
- def draw(self, context):
439
- """
440
-
441
- :param context:
442
- """
@@ -2398,10 +2398,10 @@ class USERPREF_PT_system_display_graphics(
2398
2398
  """
2399
2399
 
2400
2400
  @classmethod
2401
- def poll(cls, _context):
2401
+ def poll(cls, context):
2402
2402
  """
2403
2403
 
2404
- :param _context:
2404
+ :param context:
2405
2405
  """
2406
2406
 
2407
2407
  class USERPREF_PT_system_memory(CenterAlignMixIn, SystemPanel, bpy.types.Panel):
@@ -5,7 +5,7 @@ This module provides access to Blender's text drawing functions.
5
5
  --------------------
6
6
 
7
7
  Example of using the blf module. For this module to work we
8
- need to use the OpenGL wrapper ~bgl as well.
8
+ need to use the GPU module gpu as well.
9
9
 
10
10
  ```../examples/blf.py```
11
11
 
@@ -91,11 +91,10 @@ def enable(fontid: int, option: int):
91
91
  :type option: int
92
92
  """
93
93
 
94
- def load(filepath: bytes | str) -> int:
94
+ def load(filepath) -> int:
95
95
  """Load a new font.
96
96
 
97
97
  :param filepath: the filepath of the font.
98
- :type filepath: bytes | str
99
98
  :return: the new font's fontid or -1 if there was an error.
100
99
  :rtype: int
101
100
  """
@@ -159,11 +158,10 @@ def size(fontid: int, size: float):
159
158
  :type size: float
160
159
  """
161
160
 
162
- def unload(filepath: bytes | str):
161
+ def unload(filepath):
163
162
  """Unload an existing font.
164
163
 
165
164
  :param filepath: the filepath of the font.
166
- :type filepath: bytes | str
167
165
  """
168
166
 
169
167
  def word_wrap(fontid: int, wrap_width: int):
@@ -46,20 +46,18 @@ class BMDeformVert:
46
46
  :return: (key, value) pairs for each deform weight of this vertex.
47
47
  """
48
48
 
49
- def keys(self) -> list[int]:
49
+ def keys(self):
50
50
  """Return the group indices used by this vertex
51
51
  (matching Python's dict.keys() functionality).
52
52
 
53
53
  :return: the deform group this vertex uses
54
- :rtype: list[int]
55
54
  """
56
55
 
57
- def values(self) -> list[float]:
56
+ def values(self):
58
57
  """Return the weights of the deform vertex
59
58
  (matching Python's dict.values() functionality).
60
59
 
61
60
  :return: The weights that influence this vertex
62
- :rtype: list[float]
63
61
  """
64
62
 
65
63
  class BMEdge:
@@ -155,22 +153,20 @@ class BMEdge:
155
153
  :type: BMElemSeq[BMVert]
156
154
  """
157
155
 
158
- def calc_face_angle(self, fallback: typing.Any | None = None) -> float:
156
+ def calc_face_angle(self, fallback=None) -> float:
159
157
  """
160
158
 
161
159
  :param fallback: return this when the edge doesn't have 2 faces
162
160
  (instead of raising a `ValueError`).
163
- :type fallback: typing.Any | None
164
161
  :return: The angle between 2 connected faces in radians.
165
162
  :rtype: float
166
163
  """
167
164
 
168
- def calc_face_angle_signed(self, fallback: typing.Any | None = None) -> float:
165
+ def calc_face_angle_signed(self, fallback=None) -> float:
169
166
  """
170
167
 
171
168
  :param fallback: return this when the edge doesn't have 2 faces
172
169
  (instead of raising a `ValueError`).
173
- :type fallback: typing.Any | None
174
170
  :return: The angle between 2 connected faces in radians (negative for concave join).
175
171
  :rtype: float
176
172
  """
@@ -210,13 +206,12 @@ class BMEdge:
210
206
  def normal_update(self):
211
207
  """Update normals of all connected faces and the edge verts."""
212
208
 
213
- def other_vert(self, vert: BMVert) -> BMVert:
209
+ def other_vert(self, vert: BMVert):
214
210
  """Return the other vertex on this edge or None if the vertex is not used by this edge.
215
211
 
216
212
  :param vert: a vert in this edge.
217
213
  :type vert: BMVert
218
214
  :return: The edges other vert.
219
- :rtype: BMVert
220
215
  """
221
216
 
222
217
  def select_set(self, select: bool):
@@ -266,11 +261,10 @@ class BMEdgeSeq:
266
261
  def ensure_lookup_table(self):
267
262
  """Ensure internal data needed for int subscription is initialized with verts/edges/faces, eg bm.verts[index].This needs to be called again after adding/removing data in this sequence."""
268
263
 
269
- def get(self, verts: list[BMVert], fallback=None) -> BMEdge:
264
+ def get(self, verts, fallback=None) -> BMEdge:
270
265
  """Return an edge which uses the verts passed.
271
266
 
272
267
  :param verts: Sequence of verts.
273
- :type verts: list[BMVert]
274
268
  :param fallback: Return this value if nothing is found.
275
269
  :return: The edge found or None
276
270
  :rtype: BMEdge
@@ -279,13 +273,10 @@ class BMEdgeSeq:
279
273
  def index_update(self):
280
274
  """Initialize the index values of this sequence.This is the equivalent of looping over all elements and assigning the index values."""
281
275
 
282
- def new(
283
- self, verts: tuple[BMVert, BMVert], example: BMEdge | None = None
284
- ) -> BMEdge:
276
+ def new(self, verts, example: BMEdge | None = None) -> BMEdge:
285
277
  """Create a new edge from a given pair of verts.
286
278
 
287
279
  :param verts: Vertex pair.
288
- :type verts: tuple[BMVert, BMVert]
289
280
  :param example: Existing edge to initialize settings (optional argument).
290
281
  :type example: BMEdge | None
291
282
  :return: The newly created edge.
@@ -299,11 +290,12 @@ class BMEdgeSeq:
299
290
  :type edge: BMEdge
300
291
  """
301
292
 
302
- def sort(self, key=None, reverse: bool = False):
293
+ def sort(self, key: collections.abc.Callable | None = None, reverse: bool = False):
303
294
  """Sort the elements of this sequence, using an optional custom sort key.
304
295
  Indices of elements are not changed, `BMElemSeq.index_update` can be used for that.
305
296
 
306
297
  :param key: The key that sets the ordering of the elements.
298
+ :type key: collections.abc.Callable | None
307
299
  :param reverse: Reverse the order of the elements
308
300
  :type reverse: bool
309
301
  """
@@ -647,11 +639,10 @@ class BMFaceSeq:
647
639
  def ensure_lookup_table(self):
648
640
  """Ensure internal data needed for int subscription is initialized with verts/edges/faces, eg bm.verts[index].This needs to be called again after adding/removing data in this sequence."""
649
641
 
650
- def get(self, verts: list[BMVert], fallback=None) -> BMFace:
642
+ def get(self, verts, fallback=None) -> BMFace:
651
643
  """Return a face which uses the verts passed.
652
644
 
653
645
  :param verts: Sequence of verts.
654
- :type verts: list[BMVert]
655
646
  :param fallback: Return this value if nothing is found.
656
647
  :return: The face found or None
657
648
  :rtype: BMFace
@@ -660,11 +651,10 @@ class BMFaceSeq:
660
651
  def index_update(self):
661
652
  """Initialize the index values of this sequence.This is the equivalent of looping over all elements and assigning the index values."""
662
653
 
663
- def new(self, verts: list[BMVert], example: BMFace | None = None) -> BMFace:
654
+ def new(self, verts, example: BMFace | None = None) -> BMFace:
664
655
  """Create a new face from a given set of verts.
665
656
 
666
657
  :param verts: Sequence of 3 or more verts.
667
- :type verts: list[BMVert]
668
658
  :param example: Existing face to initialize settings (optional argument).
669
659
  :type example: BMFace | None
670
660
  :return: The newly created face.
@@ -678,11 +668,12 @@ class BMFaceSeq:
678
668
  :type face: BMFace
679
669
  """
680
670
 
681
- def sort(self, key=None, reverse: bool = False):
671
+ def sort(self, key: collections.abc.Callable | None = None, reverse: bool = False):
682
672
  """Sort the elements of this sequence, using an optional custom sort key.
683
673
  Indices of elements are not changed, `BMElemSeq.index_update` can be used for that.
684
674
 
685
675
  :param key: The key that sets the ordering of the elements.
676
+ :type key: collections.abc.Callable | None
686
677
  :param reverse: Reverse the order of the elements
687
678
  :type reverse: bool
688
679
  """
@@ -967,12 +958,11 @@ class BMLayerCollection[_GenericType1]:
967
958
  :rtype: list[str, BMLayerItem[_GenericType1]]
968
959
  """
969
960
 
970
- def keys(self) -> list[str]:
961
+ def keys(self):
971
962
  """Return the identifiers of collection members
972
963
  (matching Python's dict.keys() functionality).
973
964
 
974
965
  :return: the identifiers for each member of this collection.
975
- :rtype: list[str]
976
966
  """
977
967
 
978
968
  def new(self, name: str | None = "") -> BMLayerItem[_GenericType1]:
@@ -1317,12 +1307,11 @@ class BMVert:
1317
1307
  :type: bool
1318
1308
  """
1319
1309
 
1320
- def calc_edge_angle(self, fallback: typing.Any | None = None) -> float:
1310
+ def calc_edge_angle(self, fallback=None) -> float:
1321
1311
  """Return the angle between this vert's two connected edges.
1322
1312
 
1323
1313
  :param fallback: return this when the vert doesn't have 2 edges
1324
1314
  (instead of raising a `ValueError`).
1325
- :type fallback: typing.Any | None
1326
1315
  :return: Angle between edges in radians.
1327
1316
  :rtype: float
1328
1317
  """
@@ -1350,11 +1339,10 @@ class BMVert:
1350
1339
  :type face: BMFace
1351
1340
  """
1352
1341
 
1353
- def copy_from_vert_interp(self, vert_pair: tuple[BMVert, BMVert], fac: float):
1342
+ def copy_from_vert_interp(self, vert_pair, fac: float):
1354
1343
  """Interpolate the customdata from a vert between 2 other verts.
1355
1344
 
1356
1345
  :param vert_pair: The verts between which to interpolate data from.
1357
- :type vert_pair: tuple[BMVert, BMVert]
1358
1346
  :param fac:
1359
1347
  :type fac: float
1360
1348
  """
@@ -1445,11 +1433,12 @@ class BMVertSeq:
1445
1433
  :type vert: BMVert
1446
1434
  """
1447
1435
 
1448
- def sort(self, key=None, reverse: bool = False):
1436
+ def sort(self, key: collections.abc.Callable | None = None, reverse: bool = False):
1449
1437
  """Sort the elements of this sequence, using an optional custom sort key.
1450
1438
  Indices of elements are not changed, `BMElemSeq.index_update` can be used for that.
1451
1439
 
1452
1440
  :param key: The key that sets the ordering of the elements.
1441
+ :type key: collections.abc.Callable | None
1453
1442
  :param reverse: Reverse the order of the elements
1454
1443
  :type reverse: bool
1455
1444
  """
@@ -1539,10 +1528,11 @@ class BMesh:
1539
1528
  :type: BMVertSeq
1540
1529
  """
1541
1530
 
1542
- def calc_loop_triangles(self):
1531
+ def calc_loop_triangles(self) -> BMLoop:
1543
1532
  """Calculate triangle tessellation from quads/ngons.
1544
1533
 
1545
1534
  :return: The triangulated faces.
1535
+ :rtype: BMLoop
1546
1536
  """
1547
1537
 
1548
1538
  def calc_volume(self, signed: bool = False) -> float:
@@ -1635,12 +1625,11 @@ class BMesh:
1635
1625
  self,
1636
1626
  matrix: collections.abc.Sequence[collections.abc.Sequence[float]]
1637
1627
  | mathutils.Matrix,
1638
- filter: set | None = None,
1628
+ filter=None,
1639
1629
  ):
1640
1630
  """Transform the mesh (optionally filtering flagged data only).
1641
1631
 
1642
- :param matrix: transform matrix.
1632
+ :param matrix: 4x4x transform matrix.
1643
1633
  :type matrix: collections.abc.Sequence[collections.abc.Sequence[float]] | mathutils.Matrix
1644
1634
  :param filter: set of values in ('SELECT', 'HIDE', 'SEAM', 'SMOOTH', 'TAG').
1645
- :type filter: set | None
1646
1635
  """