fake-bpy-module 20240815__tar.gz → 20240819__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 (382) hide show
  1. {fake_bpy_module-20240815 → fake_bpy_module-20240819}/PKG-INFO +1 -1
  2. {fake_bpy_module-20240815/_bpy_internal/extensions → fake_bpy_module-20240819/_bpy_internal}/__init__.pyi +3 -3
  3. {fake_bpy_module-20240815/bl_rna_utils → fake_bpy_module-20240819/_bpy_internal/addons}/__init__.pyi +1 -1
  4. fake_bpy_module-20240819/_bpy_internal/extensions/__init__.pyi +9 -0
  5. {fake_bpy_module-20240815 → fake_bpy_module-20240819}/bl_app_override/__init__.pyi +1 -1
  6. fake_bpy_module-20240819/bl_console_utils/__init__.pyi +7 -0
  7. fake_bpy_module-20240819/bl_console_utils/autocomplete/__init__.pyi +10 -0
  8. fake_bpy_module-20240819/bl_i18n_utils/__init__.pyi +13 -0
  9. fake_bpy_module-20240819/bl_keymap_utils/__init__.pyi +11 -0
  10. fake_bpy_module-20240819/bl_operators/__init__.pyi +43 -0
  11. fake_bpy_module-20240819/bl_operators/bmesh/__init__.pyi +7 -0
  12. fake_bpy_module-20240819/bl_operators/node_editor/__init__.pyi +7 -0
  13. {fake_bpy_module-20240815 → fake_bpy_module-20240819}/bl_operators/presets/__init__.pyi +12 -26
  14. fake_bpy_module-20240819/bl_previews_utils/__init__.pyi +7 -0
  15. {fake_bpy_module-20240815/_bpy_internal/addons → fake_bpy_module-20240819/bl_rna_utils}/__init__.pyi +1 -1
  16. fake_bpy_module-20240819/bl_text_utils/__init__.pyi +7 -0
  17. fake_bpy_module-20240819/bl_ui/__init__.pyi +199 -0
  18. {fake_bpy_module-20240815 → fake_bpy_module-20240819}/bl_ui/space_view3d/__init__.pyi +2 -2
  19. {fake_bpy_module-20240815/_bpy_internal → fake_bpy_module-20240819/bl_ui_utils}/__init__.pyi +2 -3
  20. {fake_bpy_module-20240815 → fake_bpy_module-20240819}/bmesh/__init__.pyi +4 -4
  21. {fake_bpy_module-20240815 → fake_bpy_module-20240819}/bpy/__init__.pyi +7 -7
  22. {fake_bpy_module-20240815 → fake_bpy_module-20240819}/bpy/app/__init__.pyi +4 -4
  23. {fake_bpy_module-20240815 → fake_bpy_module-20240819}/bpy/ops/__init__.pyi +76 -76
  24. {fake_bpy_module-20240815 → fake_bpy_module-20240819}/bpy/ops/image/__init__.pyi +4 -4
  25. {fake_bpy_module-20240815 → fake_bpy_module-20240819}/bpy/ops/node/__init__.pyi +14 -0
  26. {fake_bpy_module-20240815 → fake_bpy_module-20240819}/bpy/types/__init__.pyi +207 -20
  27. {fake_bpy_module-20240815 → fake_bpy_module-20240819}/bpy/utils/__init__.pyi +12 -2
  28. fake_bpy_module-20240819/bpy_extras/__init__.pyi +38 -0
  29. fake_bpy_module-20240819/bpy_extras/wm_utils/__init__.pyi +7 -0
  30. {fake_bpy_module-20240815 → fake_bpy_module-20240819}/fake_bpy_module.egg-info/PKG-INFO +1 -1
  31. {fake_bpy_module-20240815 → fake_bpy_module-20240819}/fake_bpy_module.egg-info/SOURCES.txt +2 -0
  32. {fake_bpy_module-20240815 → fake_bpy_module-20240819}/fake_bpy_module.egg-info/top_level.txt +1 -0
  33. {fake_bpy_module-20240815 → fake_bpy_module-20240819}/freestyle/__init__.pyi +6 -6
  34. {fake_bpy_module-20240815 → fake_bpy_module-20240819}/freestyle/utils/__init__.pyi +2 -2
  35. {fake_bpy_module-20240815 → fake_bpy_module-20240819}/gpu/__init__.pyi +8 -8
  36. {fake_bpy_module-20240815 → fake_bpy_module-20240819}/gpu_extras/__init__.pyi +2 -2
  37. fake_bpy_module-20240819/grease_pencil_python/__init__.pyi +75 -0
  38. {fake_bpy_module-20240815/bl_console_utils → fake_bpy_module-20240819/idprop}/__init__.pyi +1 -1
  39. {fake_bpy_module-20240815 → fake_bpy_module-20240819}/imbuf/__init__.pyi +1 -1
  40. {fake_bpy_module-20240815 → fake_bpy_module-20240819}/mathutils/__init__.pyi +5 -5
  41. fake_bpy_module-20240819/sys_info/py.typed +0 -0
  42. fake_bpy_module-20240815/bl_console_utils/autocomplete/__init__.pyi +0 -10
  43. fake_bpy_module-20240815/bl_i18n_utils/__init__.pyi +0 -13
  44. fake_bpy_module-20240815/bl_keymap_utils/__init__.pyi +0 -11
  45. fake_bpy_module-20240815/bl_operators/__init__.pyi +0 -43
  46. fake_bpy_module-20240815/bl_operators/bmesh/__init__.pyi +0 -7
  47. fake_bpy_module-20240815/bl_operators/node_editor/__init__.pyi +0 -7
  48. fake_bpy_module-20240815/bl_previews_utils/__init__.pyi +0 -7
  49. fake_bpy_module-20240815/bl_text_utils/__init__.pyi +0 -7
  50. fake_bpy_module-20240815/bl_ui/__init__.pyi +0 -197
  51. fake_bpy_module-20240815/bl_ui_utils/__init__.pyi +0 -8
  52. fake_bpy_module-20240815/bpy_extras/__init__.pyi +0 -38
  53. fake_bpy_module-20240815/bpy_extras/wm_utils/__init__.pyi +0 -7
  54. fake_bpy_module-20240815/idprop/__init__.pyi +0 -7
  55. {fake_bpy_module-20240815 → fake_bpy_module-20240819}/README.md +0 -0
  56. {fake_bpy_module-20240815 → fake_bpy_module-20240819}/_bpy_internal/addons/cli/__init__.pyi +0 -0
  57. {fake_bpy_module-20240815 → fake_bpy_module-20240819}/_bpy_internal/extensions/junction_module/__init__.pyi +0 -0
  58. {fake_bpy_module-20240815 → fake_bpy_module-20240819}/_bpy_internal/extensions/stale_file_manager/__init__.pyi +0 -0
  59. {fake_bpy_module-20240815 → fake_bpy_module-20240819}/_bpy_internal/extensions/wheel_manager/__init__.pyi +0 -0
  60. {fake_bpy_module-20240815 → fake_bpy_module-20240819}/_bpy_internal/freedesktop/__init__.pyi +0 -0
  61. {fake_bpy_module-20240815 → fake_bpy_module-20240819}/_bpy_internal/py.typed +0 -0
  62. {fake_bpy_module-20240815 → fake_bpy_module-20240819}/addon_utils/__init__.pyi +0 -0
  63. {fake_bpy_module-20240815 → fake_bpy_module-20240819}/addon_utils/py.typed +0 -0
  64. {fake_bpy_module-20240815 → fake_bpy_module-20240819}/animsys_refactor/__init__.pyi +0 -0
  65. {fake_bpy_module-20240815 → fake_bpy_module-20240819}/animsys_refactor/py.typed +0 -0
  66. {fake_bpy_module-20240815 → fake_bpy_module-20240819}/aud/__init__.pyi +0 -0
  67. {fake_bpy_module-20240815 → fake_bpy_module-20240819}/aud/py.typed +0 -0
  68. {fake_bpy_module-20240815 → fake_bpy_module-20240819}/bgl/__init__.pyi +0 -0
  69. {fake_bpy_module-20240815 → fake_bpy_module-20240819}/bgl/py.typed +0 -0
  70. {fake_bpy_module-20240815 → fake_bpy_module-20240819}/bl_app_override/helpers/__init__.pyi +0 -0
  71. {fake_bpy_module-20240815 → fake_bpy_module-20240819}/bl_app_override/py.typed +0 -0
  72. {fake_bpy_module-20240815 → fake_bpy_module-20240819}/bl_app_template_utils/__init__.pyi +0 -0
  73. {fake_bpy_module-20240815 → fake_bpy_module-20240819}/bl_app_template_utils/py.typed +0 -0
  74. {fake_bpy_module-20240815 → fake_bpy_module-20240819}/bl_console_utils/autocomplete/complete_calltip/__init__.pyi +0 -0
  75. {fake_bpy_module-20240815 → fake_bpy_module-20240819}/bl_console_utils/autocomplete/complete_import/__init__.pyi +0 -0
  76. {fake_bpy_module-20240815 → fake_bpy_module-20240819}/bl_console_utils/autocomplete/complete_namespace/__init__.pyi +0 -0
  77. {fake_bpy_module-20240815 → fake_bpy_module-20240819}/bl_console_utils/autocomplete/intellisense/__init__.pyi +0 -0
  78. {fake_bpy_module-20240815 → fake_bpy_module-20240819}/bl_console_utils/py.typed +0 -0
  79. {fake_bpy_module-20240815 → fake_bpy_module-20240819}/bl_i18n_utils/bl_extract_messages/__init__.pyi +0 -0
  80. {fake_bpy_module-20240815 → fake_bpy_module-20240819}/bl_i18n_utils/merge_po/__init__.pyi +0 -0
  81. {fake_bpy_module-20240815 → fake_bpy_module-20240819}/bl_i18n_utils/py.typed +0 -0
  82. {fake_bpy_module-20240815 → fake_bpy_module-20240819}/bl_i18n_utils/settings/__init__.pyi +0 -0
  83. {fake_bpy_module-20240815 → fake_bpy_module-20240819}/bl_i18n_utils/utils/__init__.pyi +0 -0
  84. {fake_bpy_module-20240815 → fake_bpy_module-20240819}/bl_i18n_utils/utils_cli/__init__.pyi +0 -0
  85. {fake_bpy_module-20240815 → fake_bpy_module-20240819}/bl_i18n_utils/utils_languages_menu/__init__.pyi +0 -0
  86. {fake_bpy_module-20240815 → fake_bpy_module-20240819}/bl_i18n_utils/utils_rtl/__init__.pyi +0 -0
  87. {fake_bpy_module-20240815 → fake_bpy_module-20240819}/bl_keymap_utils/io/__init__.pyi +0 -0
  88. {fake_bpy_module-20240815 → fake_bpy_module-20240819}/bl_keymap_utils/keymap_from_toolbar/__init__.pyi +0 -0
  89. {fake_bpy_module-20240815 → fake_bpy_module-20240819}/bl_keymap_utils/keymap_hierarchy/__init__.pyi +0 -0
  90. {fake_bpy_module-20240815 → fake_bpy_module-20240819}/bl_keymap_utils/platform_helpers/__init__.pyi +0 -0
  91. {fake_bpy_module-20240815 → fake_bpy_module-20240819}/bl_keymap_utils/py.typed +0 -0
  92. {fake_bpy_module-20240815 → fake_bpy_module-20240819}/bl_keymap_utils/versioning/__init__.pyi +0 -0
  93. {fake_bpy_module-20240815 → fake_bpy_module-20240819}/bl_math/__init__.pyi +0 -0
  94. {fake_bpy_module-20240815 → fake_bpy_module-20240819}/bl_math/py.typed +0 -0
  95. {fake_bpy_module-20240815 → fake_bpy_module-20240819}/bl_operators/add_mesh_torus/__init__.pyi +0 -0
  96. {fake_bpy_module-20240815 → fake_bpy_module-20240819}/bl_operators/anim/__init__.pyi +0 -0
  97. {fake_bpy_module-20240815 → fake_bpy_module-20240819}/bl_operators/assets/__init__.pyi +0 -0
  98. {fake_bpy_module-20240815 → fake_bpy_module-20240819}/bl_operators/bmesh/find_adjacent/__init__.pyi +0 -0
  99. {fake_bpy_module-20240815 → fake_bpy_module-20240819}/bl_operators/bone_selection_sets/__init__.pyi +0 -0
  100. {fake_bpy_module-20240815 → fake_bpy_module-20240819}/bl_operators/clip/__init__.pyi +0 -0
  101. {fake_bpy_module-20240815 → fake_bpy_module-20240819}/bl_operators/connect_to_output/__init__.pyi +0 -0
  102. {fake_bpy_module-20240815 → fake_bpy_module-20240819}/bl_operators/console/__init__.pyi +0 -0
  103. {fake_bpy_module-20240815 → fake_bpy_module-20240819}/bl_operators/constraint/__init__.pyi +0 -0
  104. {fake_bpy_module-20240815 → fake_bpy_module-20240819}/bl_operators/file/__init__.pyi +0 -0
  105. {fake_bpy_module-20240815 → fake_bpy_module-20240819}/bl_operators/freestyle/__init__.pyi +0 -0
  106. {fake_bpy_module-20240815 → fake_bpy_module-20240819}/bl_operators/geometry_nodes/__init__.pyi +0 -0
  107. {fake_bpy_module-20240815 → fake_bpy_module-20240819}/bl_operators/image/__init__.pyi +0 -0
  108. {fake_bpy_module-20240815 → fake_bpy_module-20240819}/bl_operators/image_as_planes/__init__.pyi +0 -0
  109. {fake_bpy_module-20240815 → fake_bpy_module-20240819}/bl_operators/mesh/__init__.pyi +0 -0
  110. {fake_bpy_module-20240815 → fake_bpy_module-20240819}/bl_operators/node/__init__.pyi +0 -0
  111. {fake_bpy_module-20240815 → fake_bpy_module-20240819}/bl_operators/node_editor/node_functions/__init__.pyi +0 -0
  112. {fake_bpy_module-20240815 → fake_bpy_module-20240819}/bl_operators/object/__init__.pyi +0 -0
  113. {fake_bpy_module-20240815 → fake_bpy_module-20240819}/bl_operators/object_align/__init__.pyi +0 -0
  114. {fake_bpy_module-20240815 → fake_bpy_module-20240819}/bl_operators/object_quick_effects/__init__.pyi +0 -0
  115. {fake_bpy_module-20240815 → fake_bpy_module-20240819}/bl_operators/object_randomize_transform/__init__.pyi +0 -0
  116. {fake_bpy_module-20240815 → fake_bpy_module-20240819}/bl_operators/py.typed +0 -0
  117. {fake_bpy_module-20240815 → fake_bpy_module-20240819}/bl_operators/rigidbody/__init__.pyi +0 -0
  118. {fake_bpy_module-20240815 → fake_bpy_module-20240819}/bl_operators/screen_play_rendered_anim/__init__.pyi +0 -0
  119. {fake_bpy_module-20240815 → fake_bpy_module-20240819}/bl_operators/sequencer/__init__.pyi +0 -0
  120. {fake_bpy_module-20240815 → fake_bpy_module-20240819}/bl_operators/spreadsheet/__init__.pyi +0 -0
  121. {fake_bpy_module-20240815 → fake_bpy_module-20240819}/bl_operators/userpref/__init__.pyi +0 -0
  122. {fake_bpy_module-20240815 → fake_bpy_module-20240819}/bl_operators/uvcalc_follow_active/__init__.pyi +0 -0
  123. {fake_bpy_module-20240815 → fake_bpy_module-20240819}/bl_operators/uvcalc_lightmap/__init__.pyi +0 -0
  124. {fake_bpy_module-20240815 → fake_bpy_module-20240819}/bl_operators/uvcalc_transform/__init__.pyi +0 -0
  125. {fake_bpy_module-20240815 → fake_bpy_module-20240819}/bl_operators/vertexpaint_dirt/__init__.pyi +0 -0
  126. {fake_bpy_module-20240815 → fake_bpy_module-20240819}/bl_operators/view3d/__init__.pyi +0 -0
  127. {fake_bpy_module-20240815 → fake_bpy_module-20240819}/bl_operators/wm/__init__.pyi +0 -0
  128. {fake_bpy_module-20240815 → fake_bpy_module-20240819}/bl_operators/world/__init__.pyi +0 -0
  129. {fake_bpy_module-20240815 → fake_bpy_module-20240819}/bl_previews_utils/bl_previews_render/__init__.pyi +0 -0
  130. {fake_bpy_module-20240815 → fake_bpy_module-20240819}/bl_previews_utils/py.typed +0 -0
  131. {fake_bpy_module-20240815 → fake_bpy_module-20240819}/bl_rna_utils/data_path/__init__.pyi +0 -0
  132. {fake_bpy_module-20240815 → fake_bpy_module-20240819}/bl_rna_utils/py.typed +0 -0
  133. {fake_bpy_module-20240815 → fake_bpy_module-20240819}/bl_text_utils/external_editor/__init__.pyi +0 -0
  134. {fake_bpy_module-20240815 → fake_bpy_module-20240819}/bl_text_utils/py.typed +0 -0
  135. {fake_bpy_module-20240815 → fake_bpy_module-20240819}/bl_ui/anim/__init__.pyi +0 -0
  136. {fake_bpy_module-20240815 → fake_bpy_module-20240819}/bl_ui/asset_shelf/__init__.pyi +0 -0
  137. {fake_bpy_module-20240815 → fake_bpy_module-20240819}/bl_ui/generic_ui_list/__init__.pyi +0 -0
  138. {fake_bpy_module-20240815 → fake_bpy_module-20240819}/bl_ui/node_add_menu/__init__.pyi +0 -0
  139. {fake_bpy_module-20240815 → fake_bpy_module-20240819}/bl_ui/node_add_menu_compositor/__init__.pyi +0 -0
  140. {fake_bpy_module-20240815 → fake_bpy_module-20240819}/bl_ui/node_add_menu_geometry/__init__.pyi +0 -0
  141. {fake_bpy_module-20240815 → fake_bpy_module-20240819}/bl_ui/node_add_menu_shader/__init__.pyi +0 -0
  142. {fake_bpy_module-20240815 → fake_bpy_module-20240819}/bl_ui/node_add_menu_texture/__init__.pyi +0 -0
  143. {fake_bpy_module-20240815 → fake_bpy_module-20240819}/bl_ui/properties_animviz/__init__.pyi +0 -0
  144. {fake_bpy_module-20240815 → fake_bpy_module-20240819}/bl_ui/properties_collection/__init__.pyi +0 -0
  145. {fake_bpy_module-20240815 → fake_bpy_module-20240819}/bl_ui/properties_constraint/__init__.pyi +0 -0
  146. {fake_bpy_module-20240815 → fake_bpy_module-20240819}/bl_ui/properties_data_armature/__init__.pyi +0 -0
  147. {fake_bpy_module-20240815 → fake_bpy_module-20240819}/bl_ui/properties_data_bone/__init__.pyi +0 -0
  148. {fake_bpy_module-20240815 → fake_bpy_module-20240819}/bl_ui/properties_data_camera/__init__.pyi +0 -0
  149. {fake_bpy_module-20240815 → fake_bpy_module-20240819}/bl_ui/properties_data_curve/__init__.pyi +0 -0
  150. {fake_bpy_module-20240815 → fake_bpy_module-20240819}/bl_ui/properties_data_curves/__init__.pyi +0 -0
  151. {fake_bpy_module-20240815 → fake_bpy_module-20240819}/bl_ui/properties_data_empty/__init__.pyi +0 -0
  152. {fake_bpy_module-20240815 → fake_bpy_module-20240819}/bl_ui/properties_data_gpencil/__init__.pyi +0 -0
  153. {fake_bpy_module-20240815 → fake_bpy_module-20240819}/bl_ui/properties_data_grease_pencil/__init__.pyi +0 -0
  154. {fake_bpy_module-20240815 → fake_bpy_module-20240819}/bl_ui/properties_data_lattice/__init__.pyi +0 -0
  155. {fake_bpy_module-20240815 → fake_bpy_module-20240819}/bl_ui/properties_data_light/__init__.pyi +0 -0
  156. {fake_bpy_module-20240815 → fake_bpy_module-20240819}/bl_ui/properties_data_lightprobe/__init__.pyi +0 -0
  157. {fake_bpy_module-20240815 → fake_bpy_module-20240819}/bl_ui/properties_data_mesh/__init__.pyi +0 -0
  158. {fake_bpy_module-20240815 → fake_bpy_module-20240819}/bl_ui/properties_data_metaball/__init__.pyi +0 -0
  159. {fake_bpy_module-20240815 → fake_bpy_module-20240819}/bl_ui/properties_data_modifier/__init__.pyi +0 -0
  160. {fake_bpy_module-20240815 → fake_bpy_module-20240819}/bl_ui/properties_data_pointcloud/__init__.pyi +0 -0
  161. {fake_bpy_module-20240815 → fake_bpy_module-20240819}/bl_ui/properties_data_shaderfx/__init__.pyi +0 -0
  162. {fake_bpy_module-20240815 → fake_bpy_module-20240819}/bl_ui/properties_data_speaker/__init__.pyi +0 -0
  163. {fake_bpy_module-20240815 → fake_bpy_module-20240819}/bl_ui/properties_data_volume/__init__.pyi +0 -0
  164. {fake_bpy_module-20240815 → fake_bpy_module-20240819}/bl_ui/properties_freestyle/__init__.pyi +0 -0
  165. {fake_bpy_module-20240815 → fake_bpy_module-20240819}/bl_ui/properties_grease_pencil_common/__init__.pyi +0 -0
  166. {fake_bpy_module-20240815 → fake_bpy_module-20240819}/bl_ui/properties_mask_common/__init__.pyi +0 -0
  167. {fake_bpy_module-20240815 → fake_bpy_module-20240819}/bl_ui/properties_material/__init__.pyi +0 -0
  168. {fake_bpy_module-20240815 → fake_bpy_module-20240819}/bl_ui/properties_material_gpencil/__init__.pyi +0 -0
  169. {fake_bpy_module-20240815 → fake_bpy_module-20240819}/bl_ui/properties_object/__init__.pyi +0 -0
  170. {fake_bpy_module-20240815 → fake_bpy_module-20240819}/bl_ui/properties_output/__init__.pyi +0 -0
  171. {fake_bpy_module-20240815 → fake_bpy_module-20240819}/bl_ui/properties_paint_common/__init__.pyi +0 -0
  172. {fake_bpy_module-20240815 → fake_bpy_module-20240819}/bl_ui/properties_particle/__init__.pyi +0 -0
  173. {fake_bpy_module-20240815 → fake_bpy_module-20240819}/bl_ui/properties_physics_cloth/__init__.pyi +0 -0
  174. {fake_bpy_module-20240815 → fake_bpy_module-20240819}/bl_ui/properties_physics_common/__init__.pyi +0 -0
  175. {fake_bpy_module-20240815 → fake_bpy_module-20240819}/bl_ui/properties_physics_dynamicpaint/__init__.pyi +0 -0
  176. {fake_bpy_module-20240815 → fake_bpy_module-20240819}/bl_ui/properties_physics_field/__init__.pyi +0 -0
  177. {fake_bpy_module-20240815 → fake_bpy_module-20240819}/bl_ui/properties_physics_fluid/__init__.pyi +0 -0
  178. {fake_bpy_module-20240815 → fake_bpy_module-20240819}/bl_ui/properties_physics_geometry_nodes/__init__.pyi +0 -0
  179. {fake_bpy_module-20240815 → fake_bpy_module-20240819}/bl_ui/properties_physics_rigidbody/__init__.pyi +0 -0
  180. {fake_bpy_module-20240815 → fake_bpy_module-20240819}/bl_ui/properties_physics_rigidbody_constraint/__init__.pyi +0 -0
  181. {fake_bpy_module-20240815 → fake_bpy_module-20240819}/bl_ui/properties_physics_softbody/__init__.pyi +0 -0
  182. {fake_bpy_module-20240815 → fake_bpy_module-20240819}/bl_ui/properties_render/__init__.pyi +0 -0
  183. {fake_bpy_module-20240815 → fake_bpy_module-20240819}/bl_ui/properties_scene/__init__.pyi +0 -0
  184. {fake_bpy_module-20240815 → fake_bpy_module-20240819}/bl_ui/properties_texture/__init__.pyi +0 -0
  185. {fake_bpy_module-20240815 → fake_bpy_module-20240819}/bl_ui/properties_view_layer/__init__.pyi +0 -0
  186. {fake_bpy_module-20240815 → fake_bpy_module-20240819}/bl_ui/properties_workspace/__init__.pyi +0 -0
  187. {fake_bpy_module-20240815 → fake_bpy_module-20240819}/bl_ui/properties_world/__init__.pyi +0 -0
  188. {fake_bpy_module-20240815 → fake_bpy_module-20240819}/bl_ui/py.typed +0 -0
  189. {fake_bpy_module-20240815 → fake_bpy_module-20240819}/bl_ui/space_clip/__init__.pyi +0 -0
  190. {fake_bpy_module-20240815 → fake_bpy_module-20240819}/bl_ui/space_console/__init__.pyi +0 -0
  191. {fake_bpy_module-20240815 → fake_bpy_module-20240819}/bl_ui/space_dopesheet/__init__.pyi +0 -0
  192. {fake_bpy_module-20240815 → fake_bpy_module-20240819}/bl_ui/space_filebrowser/__init__.pyi +0 -0
  193. {fake_bpy_module-20240815 → fake_bpy_module-20240819}/bl_ui/space_graph/__init__.pyi +0 -0
  194. {fake_bpy_module-20240815 → fake_bpy_module-20240819}/bl_ui/space_image/__init__.pyi +0 -0
  195. {fake_bpy_module-20240815 → fake_bpy_module-20240819}/bl_ui/space_info/__init__.pyi +0 -0
  196. {fake_bpy_module-20240815 → fake_bpy_module-20240819}/bl_ui/space_nla/__init__.pyi +0 -0
  197. {fake_bpy_module-20240815 → fake_bpy_module-20240819}/bl_ui/space_node/__init__.pyi +0 -0
  198. {fake_bpy_module-20240815 → fake_bpy_module-20240819}/bl_ui/space_outliner/__init__.pyi +0 -0
  199. {fake_bpy_module-20240815 → fake_bpy_module-20240819}/bl_ui/space_properties/__init__.pyi +0 -0
  200. {fake_bpy_module-20240815 → fake_bpy_module-20240819}/bl_ui/space_sequencer/__init__.pyi +0 -0
  201. {fake_bpy_module-20240815 → fake_bpy_module-20240819}/bl_ui/space_spreadsheet/__init__.pyi +0 -0
  202. {fake_bpy_module-20240815 → fake_bpy_module-20240819}/bl_ui/space_statusbar/__init__.pyi +0 -0
  203. {fake_bpy_module-20240815 → fake_bpy_module-20240819}/bl_ui/space_text/__init__.pyi +0 -0
  204. {fake_bpy_module-20240815 → fake_bpy_module-20240819}/bl_ui/space_time/__init__.pyi +0 -0
  205. {fake_bpy_module-20240815 → fake_bpy_module-20240819}/bl_ui/space_toolsystem_common/__init__.pyi +0 -0
  206. {fake_bpy_module-20240815 → fake_bpy_module-20240819}/bl_ui/space_toolsystem_toolbar/__init__.pyi +0 -0
  207. {fake_bpy_module-20240815 → fake_bpy_module-20240819}/bl_ui/space_topbar/__init__.pyi +0 -0
  208. {fake_bpy_module-20240815 → fake_bpy_module-20240819}/bl_ui/space_userpref/__init__.pyi +0 -0
  209. {fake_bpy_module-20240815 → fake_bpy_module-20240819}/bl_ui/space_view3d_toolbar/__init__.pyi +0 -0
  210. {fake_bpy_module-20240815 → fake_bpy_module-20240819}/bl_ui/temp_anim_layers/__init__.pyi +0 -0
  211. {fake_bpy_module-20240815 → fake_bpy_module-20240819}/bl_ui/utils/__init__.pyi +0 -0
  212. {fake_bpy_module-20240815 → fake_bpy_module-20240819}/bl_ui_utils/bug_report_url/__init__.pyi +0 -0
  213. {fake_bpy_module-20240815 → fake_bpy_module-20240819}/bl_ui_utils/layout/__init__.pyi +0 -0
  214. {fake_bpy_module-20240815 → fake_bpy_module-20240819}/bl_ui_utils/py.typed +0 -0
  215. {fake_bpy_module-20240815 → fake_bpy_module-20240819}/blend_render_info/__init__.pyi +0 -0
  216. {fake_bpy_module-20240815 → fake_bpy_module-20240819}/blend_render_info/py.typed +0 -0
  217. {fake_bpy_module-20240815 → fake_bpy_module-20240819}/blf/__init__.pyi +0 -0
  218. {fake_bpy_module-20240815 → fake_bpy_module-20240819}/blf/py.typed +0 -0
  219. {fake_bpy_module-20240815 → fake_bpy_module-20240819}/bmesh/geometry/__init__.pyi +0 -0
  220. {fake_bpy_module-20240815 → fake_bpy_module-20240819}/bmesh/ops/__init__.pyi +0 -0
  221. {fake_bpy_module-20240815 → fake_bpy_module-20240819}/bmesh/py.typed +0 -0
  222. {fake_bpy_module-20240815 → fake_bpy_module-20240819}/bmesh/types/__init__.pyi +0 -0
  223. {fake_bpy_module-20240815 → fake_bpy_module-20240819}/bmesh/utils/__init__.pyi +0 -0
  224. {fake_bpy_module-20240815 → fake_bpy_module-20240819}/bpy/app/handlers/__init__.pyi +0 -0
  225. {fake_bpy_module-20240815 → fake_bpy_module-20240819}/bpy/app/icons/__init__.pyi +0 -0
  226. {fake_bpy_module-20240815 → fake_bpy_module-20240819}/bpy/app/timers/__init__.pyi +0 -0
  227. {fake_bpy_module-20240815 → fake_bpy_module-20240819}/bpy/app/translations/__init__.pyi +0 -0
  228. {fake_bpy_module-20240815 → fake_bpy_module-20240819}/bpy/msgbus/__init__.pyi +0 -0
  229. {fake_bpy_module-20240815 → fake_bpy_module-20240819}/bpy/ops/action/__init__.pyi +0 -0
  230. {fake_bpy_module-20240815 → fake_bpy_module-20240819}/bpy/ops/anim/__init__.pyi +0 -0
  231. {fake_bpy_module-20240815 → fake_bpy_module-20240819}/bpy/ops/armature/__init__.pyi +0 -0
  232. {fake_bpy_module-20240815 → fake_bpy_module-20240819}/bpy/ops/asset/__init__.pyi +0 -0
  233. {fake_bpy_module-20240815 → fake_bpy_module-20240819}/bpy/ops/boid/__init__.pyi +0 -0
  234. {fake_bpy_module-20240815 → fake_bpy_module-20240819}/bpy/ops/brush/__init__.pyi +0 -0
  235. {fake_bpy_module-20240815 → fake_bpy_module-20240819}/bpy/ops/buttons/__init__.pyi +0 -0
  236. {fake_bpy_module-20240815 → fake_bpy_module-20240819}/bpy/ops/cachefile/__init__.pyi +0 -0
  237. {fake_bpy_module-20240815 → fake_bpy_module-20240819}/bpy/ops/camera/__init__.pyi +0 -0
  238. {fake_bpy_module-20240815 → fake_bpy_module-20240819}/bpy/ops/clip/__init__.pyi +0 -0
  239. {fake_bpy_module-20240815 → fake_bpy_module-20240819}/bpy/ops/cloth/__init__.pyi +0 -0
  240. {fake_bpy_module-20240815 → fake_bpy_module-20240819}/bpy/ops/collection/__init__.pyi +0 -0
  241. {fake_bpy_module-20240815 → fake_bpy_module-20240819}/bpy/ops/console/__init__.pyi +0 -0
  242. {fake_bpy_module-20240815 → fake_bpy_module-20240819}/bpy/ops/constraint/__init__.pyi +0 -0
  243. {fake_bpy_module-20240815 → fake_bpy_module-20240819}/bpy/ops/curve/__init__.pyi +0 -0
  244. {fake_bpy_module-20240815 → fake_bpy_module-20240819}/bpy/ops/curves/__init__.pyi +0 -0
  245. {fake_bpy_module-20240815 → fake_bpy_module-20240819}/bpy/ops/cycles/__init__.pyi +0 -0
  246. {fake_bpy_module-20240815 → fake_bpy_module-20240819}/bpy/ops/dpaint/__init__.pyi +0 -0
  247. {fake_bpy_module-20240815 → fake_bpy_module-20240819}/bpy/ops/ed/__init__.pyi +0 -0
  248. {fake_bpy_module-20240815 → fake_bpy_module-20240819}/bpy/ops/export_anim/__init__.pyi +0 -0
  249. {fake_bpy_module-20240815 → fake_bpy_module-20240819}/bpy/ops/export_scene/__init__.pyi +0 -0
  250. {fake_bpy_module-20240815 → fake_bpy_module-20240819}/bpy/ops/extensions/__init__.pyi +0 -0
  251. {fake_bpy_module-20240815 → fake_bpy_module-20240819}/bpy/ops/file/__init__.pyi +0 -0
  252. {fake_bpy_module-20240815 → fake_bpy_module-20240819}/bpy/ops/fluid/__init__.pyi +0 -0
  253. {fake_bpy_module-20240815 → fake_bpy_module-20240819}/bpy/ops/font/__init__.pyi +0 -0
  254. {fake_bpy_module-20240815 → fake_bpy_module-20240819}/bpy/ops/geometry/__init__.pyi +0 -0
  255. {fake_bpy_module-20240815 → fake_bpy_module-20240819}/bpy/ops/gizmogroup/__init__.pyi +0 -0
  256. {fake_bpy_module-20240815 → fake_bpy_module-20240819}/bpy/ops/gpencil/__init__.pyi +0 -0
  257. {fake_bpy_module-20240815 → fake_bpy_module-20240819}/bpy/ops/graph/__init__.pyi +0 -0
  258. {fake_bpy_module-20240815 → fake_bpy_module-20240819}/bpy/ops/grease_pencil/__init__.pyi +0 -0
  259. {fake_bpy_module-20240815 → fake_bpy_module-20240819}/bpy/ops/import_anim/__init__.pyi +0 -0
  260. {fake_bpy_module-20240815 → fake_bpy_module-20240819}/bpy/ops/import_curve/__init__.pyi +0 -0
  261. {fake_bpy_module-20240815 → fake_bpy_module-20240819}/bpy/ops/import_scene/__init__.pyi +0 -0
  262. {fake_bpy_module-20240815 → fake_bpy_module-20240819}/bpy/ops/info/__init__.pyi +0 -0
  263. {fake_bpy_module-20240815 → fake_bpy_module-20240819}/bpy/ops/lattice/__init__.pyi +0 -0
  264. {fake_bpy_module-20240815 → fake_bpy_module-20240819}/bpy/ops/marker/__init__.pyi +0 -0
  265. {fake_bpy_module-20240815 → fake_bpy_module-20240819}/bpy/ops/mask/__init__.pyi +0 -0
  266. {fake_bpy_module-20240815 → fake_bpy_module-20240819}/bpy/ops/material/__init__.pyi +0 -0
  267. {fake_bpy_module-20240815 → fake_bpy_module-20240819}/bpy/ops/mball/__init__.pyi +0 -0
  268. {fake_bpy_module-20240815 → fake_bpy_module-20240819}/bpy/ops/mesh/__init__.pyi +0 -0
  269. {fake_bpy_module-20240815 → fake_bpy_module-20240819}/bpy/ops/nla/__init__.pyi +0 -0
  270. {fake_bpy_module-20240815 → fake_bpy_module-20240819}/bpy/ops/object/__init__.pyi +0 -0
  271. {fake_bpy_module-20240815 → fake_bpy_module-20240819}/bpy/ops/outliner/__init__.pyi +0 -0
  272. {fake_bpy_module-20240815 → fake_bpy_module-20240819}/bpy/ops/paint/__init__.pyi +0 -0
  273. {fake_bpy_module-20240815 → fake_bpy_module-20240819}/bpy/ops/paintcurve/__init__.pyi +0 -0
  274. {fake_bpy_module-20240815 → fake_bpy_module-20240819}/bpy/ops/palette/__init__.pyi +0 -0
  275. {fake_bpy_module-20240815 → fake_bpy_module-20240819}/bpy/ops/particle/__init__.pyi +0 -0
  276. {fake_bpy_module-20240815 → fake_bpy_module-20240819}/bpy/ops/pose/__init__.pyi +0 -0
  277. {fake_bpy_module-20240815 → fake_bpy_module-20240819}/bpy/ops/poselib/__init__.pyi +0 -0
  278. {fake_bpy_module-20240815 → fake_bpy_module-20240819}/bpy/ops/preferences/__init__.pyi +0 -0
  279. {fake_bpy_module-20240815 → fake_bpy_module-20240819}/bpy/ops/ptcache/__init__.pyi +0 -0
  280. {fake_bpy_module-20240815 → fake_bpy_module-20240819}/bpy/ops/render/__init__.pyi +0 -0
  281. {fake_bpy_module-20240815 → fake_bpy_module-20240819}/bpy/ops/rigidbody/__init__.pyi +0 -0
  282. {fake_bpy_module-20240815 → fake_bpy_module-20240819}/bpy/ops/scene/__init__.pyi +0 -0
  283. {fake_bpy_module-20240815 → fake_bpy_module-20240819}/bpy/ops/screen/__init__.pyi +0 -0
  284. {fake_bpy_module-20240815 → fake_bpy_module-20240819}/bpy/ops/script/__init__.pyi +0 -0
  285. {fake_bpy_module-20240815 → fake_bpy_module-20240819}/bpy/ops/sculpt/__init__.pyi +0 -0
  286. {fake_bpy_module-20240815 → fake_bpy_module-20240819}/bpy/ops/sculpt_curves/__init__.pyi +0 -0
  287. {fake_bpy_module-20240815 → fake_bpy_module-20240819}/bpy/ops/sequencer/__init__.pyi +0 -0
  288. {fake_bpy_module-20240815 → fake_bpy_module-20240819}/bpy/ops/sound/__init__.pyi +0 -0
  289. {fake_bpy_module-20240815 → fake_bpy_module-20240819}/bpy/ops/spreadsheet/__init__.pyi +0 -0
  290. {fake_bpy_module-20240815 → fake_bpy_module-20240819}/bpy/ops/surface/__init__.pyi +0 -0
  291. {fake_bpy_module-20240815 → fake_bpy_module-20240819}/bpy/ops/text/__init__.pyi +0 -0
  292. {fake_bpy_module-20240815 → fake_bpy_module-20240819}/bpy/ops/text_editor/__init__.pyi +0 -0
  293. {fake_bpy_module-20240815 → fake_bpy_module-20240819}/bpy/ops/texture/__init__.pyi +0 -0
  294. {fake_bpy_module-20240815 → fake_bpy_module-20240819}/bpy/ops/transform/__init__.pyi +0 -0
  295. {fake_bpy_module-20240815 → fake_bpy_module-20240819}/bpy/ops/ui/__init__.pyi +0 -0
  296. {fake_bpy_module-20240815 → fake_bpy_module-20240819}/bpy/ops/uilist/__init__.pyi +0 -0
  297. {fake_bpy_module-20240815 → fake_bpy_module-20240819}/bpy/ops/uv/__init__.pyi +0 -0
  298. {fake_bpy_module-20240815 → fake_bpy_module-20240819}/bpy/ops/view2d/__init__.pyi +0 -0
  299. {fake_bpy_module-20240815 → fake_bpy_module-20240819}/bpy/ops/view3d/__init__.pyi +0 -0
  300. {fake_bpy_module-20240815 → fake_bpy_module-20240819}/bpy/ops/wm/__init__.pyi +0 -0
  301. {fake_bpy_module-20240815 → fake_bpy_module-20240819}/bpy/ops/workspace/__init__.pyi +0 -0
  302. {fake_bpy_module-20240815 → fake_bpy_module-20240819}/bpy/ops/world/__init__.pyi +0 -0
  303. {fake_bpy_module-20240815 → fake_bpy_module-20240819}/bpy/path/__init__.pyi +0 -0
  304. {fake_bpy_module-20240815 → fake_bpy_module-20240819}/bpy/props/__init__.pyi +0 -0
  305. {fake_bpy_module-20240815 → fake_bpy_module-20240819}/bpy/py.typed +0 -0
  306. {fake_bpy_module-20240815 → fake_bpy_module-20240819}/bpy/utils/previews/__init__.pyi +0 -0
  307. {fake_bpy_module-20240815 → fake_bpy_module-20240819}/bpy/utils/units/__init__.pyi +0 -0
  308. {fake_bpy_module-20240815 → fake_bpy_module-20240819}/bpy_extras/anim_utils/__init__.pyi +0 -0
  309. {fake_bpy_module-20240815 → fake_bpy_module-20240819}/bpy_extras/asset_utils/__init__.pyi +0 -0
  310. {fake_bpy_module-20240815 → fake_bpy_module-20240819}/bpy_extras/bmesh_utils/__init__.pyi +0 -0
  311. {fake_bpy_module-20240815 → fake_bpy_module-20240819}/bpy_extras/id_map_utils/__init__.pyi +0 -0
  312. {fake_bpy_module-20240815 → fake_bpy_module-20240819}/bpy_extras/image_utils/__init__.pyi +0 -0
  313. {fake_bpy_module-20240815 → fake_bpy_module-20240819}/bpy_extras/io_utils/__init__.pyi +0 -0
  314. {fake_bpy_module-20240815 → fake_bpy_module-20240819}/bpy_extras/keyconfig_utils/__init__.pyi +0 -0
  315. {fake_bpy_module-20240815 → fake_bpy_module-20240819}/bpy_extras/mesh_utils/__init__.pyi +0 -0
  316. {fake_bpy_module-20240815 → fake_bpy_module-20240819}/bpy_extras/node_shader_utils/__init__.pyi +0 -0
  317. {fake_bpy_module-20240815 → fake_bpy_module-20240819}/bpy_extras/node_utils/__init__.pyi +0 -0
  318. {fake_bpy_module-20240815 → fake_bpy_module-20240819}/bpy_extras/object_utils/__init__.pyi +0 -0
  319. {fake_bpy_module-20240815 → fake_bpy_module-20240819}/bpy_extras/py.typed +0 -0
  320. {fake_bpy_module-20240815 → fake_bpy_module-20240819}/bpy_extras/view3d_utils/__init__.pyi +0 -0
  321. {fake_bpy_module-20240815 → fake_bpy_module-20240819}/bpy_extras/wm_utils/progress_report/__init__.pyi +0 -0
  322. {fake_bpy_module-20240815 → fake_bpy_module-20240819}/bpy_restrict_state/__init__.pyi +0 -0
  323. {fake_bpy_module-20240815 → fake_bpy_module-20240819}/bpy_restrict_state/py.typed +0 -0
  324. {fake_bpy_module-20240815 → fake_bpy_module-20240819}/bpy_types/__init__.pyi +0 -0
  325. {fake_bpy_module-20240815 → fake_bpy_module-20240819}/bpy_types/py.typed +0 -0
  326. {fake_bpy_module-20240815 → fake_bpy_module-20240819}/console_python/__init__.pyi +0 -0
  327. {fake_bpy_module-20240815 → fake_bpy_module-20240819}/console_python/py.typed +0 -0
  328. {fake_bpy_module-20240815 → fake_bpy_module-20240819}/console_shell/__init__.pyi +0 -0
  329. {fake_bpy_module-20240815 → fake_bpy_module-20240819}/console_shell/py.typed +0 -0
  330. {fake_bpy_module-20240815 → fake_bpy_module-20240819}/fake_bpy_module.egg-info/dependency_links.txt +0 -0
  331. {fake_bpy_module-20240815 → fake_bpy_module-20240819}/freestyle/chainingiterators/__init__.pyi +0 -0
  332. {fake_bpy_module-20240815 → fake_bpy_module-20240819}/freestyle/functions/__init__.pyi +0 -0
  333. {fake_bpy_module-20240815 → fake_bpy_module-20240819}/freestyle/predicates/__init__.pyi +0 -0
  334. {fake_bpy_module-20240815 → fake_bpy_module-20240819}/freestyle/py.typed +0 -0
  335. {fake_bpy_module-20240815 → fake_bpy_module-20240819}/freestyle/shaders/__init__.pyi +0 -0
  336. {fake_bpy_module-20240815 → fake_bpy_module-20240819}/freestyle/types/__init__.pyi +0 -0
  337. {fake_bpy_module-20240815 → fake_bpy_module-20240819}/freestyle/utils/ContextFunctions/__init__.pyi +0 -0
  338. {fake_bpy_module-20240815 → fake_bpy_module-20240819}/gpu/capabilities/__init__.pyi +0 -0
  339. {fake_bpy_module-20240815 → fake_bpy_module-20240819}/gpu/matrix/__init__.pyi +0 -0
  340. {fake_bpy_module-20240815 → fake_bpy_module-20240819}/gpu/platform/__init__.pyi +0 -0
  341. {fake_bpy_module-20240815 → fake_bpy_module-20240819}/gpu/py.typed +0 -0
  342. {fake_bpy_module-20240815 → fake_bpy_module-20240819}/gpu/select/__init__.pyi +0 -0
  343. {fake_bpy_module-20240815 → fake_bpy_module-20240819}/gpu/shader/__init__.pyi +0 -0
  344. {fake_bpy_module-20240815 → fake_bpy_module-20240819}/gpu/state/__init__.pyi +0 -0
  345. {fake_bpy_module-20240815 → fake_bpy_module-20240819}/gpu/texture/__init__.pyi +0 -0
  346. {fake_bpy_module-20240815 → fake_bpy_module-20240819}/gpu/types/__init__.pyi +0 -0
  347. {fake_bpy_module-20240815 → fake_bpy_module-20240819}/gpu_extras/batch/__init__.pyi +0 -0
  348. {fake_bpy_module-20240815 → fake_bpy_module-20240819}/gpu_extras/presets/__init__.pyi +0 -0
  349. {fake_bpy_module-20240815 → fake_bpy_module-20240819}/gpu_extras/py.typed +0 -0
  350. {fake_bpy_module-20240815 → fake_bpy_module-20240819}/graphviz_export/__init__.pyi +0 -0
  351. {fake_bpy_module-20240815 → fake_bpy_module-20240819}/graphviz_export/py.typed +0 -0
  352. {fake_bpy_module-20240815/idprop → fake_bpy_module-20240819/grease_pencil_python}/py.typed +0 -0
  353. {fake_bpy_module-20240815/imbuf → fake_bpy_module-20240819/idprop}/py.typed +0 -0
  354. {fake_bpy_module-20240815 → fake_bpy_module-20240819}/idprop/types/__init__.pyi +0 -0
  355. {fake_bpy_module-20240815/keyingsets_builtins → fake_bpy_module-20240819/imbuf}/py.typed +0 -0
  356. {fake_bpy_module-20240815 → fake_bpy_module-20240819}/imbuf/types/__init__.pyi +0 -0
  357. {fake_bpy_module-20240815 → fake_bpy_module-20240819}/keyingsets_builtins/__init__.pyi +0 -0
  358. {fake_bpy_module-20240815/keyingsets_utils → fake_bpy_module-20240819/keyingsets_builtins}/py.typed +0 -0
  359. {fake_bpy_module-20240815 → fake_bpy_module-20240819}/keyingsets_utils/__init__.pyi +0 -0
  360. {fake_bpy_module-20240815/mathutils → fake_bpy_module-20240819/keyingsets_utils}/py.typed +0 -0
  361. {fake_bpy_module-20240815 → fake_bpy_module-20240819}/mathutils/bvhtree/__init__.pyi +0 -0
  362. {fake_bpy_module-20240815 → fake_bpy_module-20240819}/mathutils/geometry/__init__.pyi +0 -0
  363. {fake_bpy_module-20240815 → fake_bpy_module-20240819}/mathutils/interpolate/__init__.pyi +0 -0
  364. {fake_bpy_module-20240815 → fake_bpy_module-20240819}/mathutils/kdtree/__init__.pyi +0 -0
  365. {fake_bpy_module-20240815 → fake_bpy_module-20240819}/mathutils/noise/__init__.pyi +0 -0
  366. {fake_bpy_module-20240815/nodeitems_builtins → fake_bpy_module-20240819/mathutils}/py.typed +0 -0
  367. {fake_bpy_module-20240815 → fake_bpy_module-20240819}/nodeitems_builtins/__init__.pyi +0 -0
  368. {fake_bpy_module-20240815/nodeitems_utils → fake_bpy_module-20240819/nodeitems_builtins}/py.typed +0 -0
  369. {fake_bpy_module-20240815 → fake_bpy_module-20240819}/nodeitems_utils/__init__.pyi +0 -0
  370. {fake_bpy_module-20240815/rna_info → fake_bpy_module-20240819/nodeitems_utils}/py.typed +0 -0
  371. {fake_bpy_module-20240815 → fake_bpy_module-20240819}/pyproject.toml +0 -0
  372. {fake_bpy_module-20240815 → fake_bpy_module-20240819}/rna_info/__init__.pyi +0 -0
  373. {fake_bpy_module-20240815/rna_keymap_ui → fake_bpy_module-20240819/rna_info}/py.typed +0 -0
  374. {fake_bpy_module-20240815 → fake_bpy_module-20240819}/rna_keymap_ui/__init__.pyi +0 -0
  375. {fake_bpy_module-20240815/rna_prop_ui → fake_bpy_module-20240819/rna_keymap_ui}/py.typed +0 -0
  376. {fake_bpy_module-20240815 → fake_bpy_module-20240819}/rna_prop_ui/__init__.pyi +0 -0
  377. {fake_bpy_module-20240815/rna_xml → fake_bpy_module-20240819/rna_prop_ui}/py.typed +0 -0
  378. {fake_bpy_module-20240815 → fake_bpy_module-20240819}/rna_xml/__init__.pyi +0 -0
  379. {fake_bpy_module-20240815/sys_info → fake_bpy_module-20240819/rna_xml}/py.typed +0 -0
  380. {fake_bpy_module-20240815 → fake_bpy_module-20240819}/setup.cfg +0 -0
  381. {fake_bpy_module-20240815 → fake_bpy_module-20240819}/setup.py +0 -0
  382. {fake_bpy_module-20240815 → fake_bpy_module-20240819}/sys_info/__init__.pyi +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: fake-bpy-module
3
- Version: 20240815
3
+ Version: 20240819
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
@@ -1,9 +1,9 @@
1
1
  import typing
2
2
  import collections.abc
3
3
  import typing_extensions
4
- from . import junction_module
5
- from . import stale_file_manager
6
- from . import wheel_manager
4
+ from . import addons as addons
5
+ from . import extensions as extensions
6
+ from . import freedesktop as freedesktop
7
7
 
8
8
  GenericType1 = typing.TypeVar("GenericType1")
9
9
  GenericType2 = typing.TypeVar("GenericType2")
@@ -1,7 +1,7 @@
1
1
  import typing
2
2
  import collections.abc
3
3
  import typing_extensions
4
- from . import data_path
4
+ from . import cli as cli
5
5
 
6
6
  GenericType1 = typing.TypeVar("GenericType1")
7
7
  GenericType2 = typing.TypeVar("GenericType2")
@@ -0,0 +1,9 @@
1
+ import typing
2
+ import collections.abc
3
+ import typing_extensions
4
+ from . import junction_module as junction_module
5
+ from . import stale_file_manager as stale_file_manager
6
+ from . import wheel_manager as wheel_manager
7
+
8
+ GenericType1 = typing.TypeVar("GenericType1")
9
+ GenericType2 = typing.TypeVar("GenericType2")
@@ -1,7 +1,7 @@
1
1
  import typing
2
2
  import collections.abc
3
3
  import typing_extensions
4
- from . import helpers
4
+ from . import helpers as helpers
5
5
 
6
6
  GenericType1 = typing.TypeVar("GenericType1")
7
7
  GenericType2 = typing.TypeVar("GenericType2")
@@ -0,0 +1,7 @@
1
+ import typing
2
+ import collections.abc
3
+ import typing_extensions
4
+ from . import autocomplete as autocomplete
5
+
6
+ GenericType1 = typing.TypeVar("GenericType1")
7
+ GenericType2 = typing.TypeVar("GenericType2")
@@ -0,0 +1,10 @@
1
+ import typing
2
+ import collections.abc
3
+ import typing_extensions
4
+ from . import complete_calltip as complete_calltip
5
+ from . import complete_import as complete_import
6
+ from . import complete_namespace as complete_namespace
7
+ from . import intellisense as intellisense
8
+
9
+ GenericType1 = typing.TypeVar("GenericType1")
10
+ GenericType2 = typing.TypeVar("GenericType2")
@@ -0,0 +1,13 @@
1
+ import typing
2
+ import collections.abc
3
+ import typing_extensions
4
+ from . import bl_extract_messages as bl_extract_messages
5
+ from . import merge_po as merge_po
6
+ from . import settings as settings
7
+ from . import utils as utils
8
+ from . import utils_cli as utils_cli
9
+ from . import utils_languages_menu as utils_languages_menu
10
+ from . import utils_rtl as utils_rtl
11
+
12
+ GenericType1 = typing.TypeVar("GenericType1")
13
+ GenericType2 = typing.TypeVar("GenericType2")
@@ -0,0 +1,11 @@
1
+ import typing
2
+ import collections.abc
3
+ import typing_extensions
4
+ from . import io as io
5
+ from . import keymap_from_toolbar as keymap_from_toolbar
6
+ from . import keymap_hierarchy as keymap_hierarchy
7
+ from . import platform_helpers as platform_helpers
8
+ from . import versioning as versioning
9
+
10
+ GenericType1 = typing.TypeVar("GenericType1")
11
+ GenericType2 = typing.TypeVar("GenericType2")
@@ -0,0 +1,43 @@
1
+ import typing
2
+ import collections.abc
3
+ import typing_extensions
4
+ from . import add_mesh_torus as add_mesh_torus
5
+ from . import anim as anim
6
+ from . import assets as assets
7
+ from . import bmesh as bmesh
8
+ from . import bone_selection_sets as bone_selection_sets
9
+ from . import clip as clip
10
+ from . import connect_to_output as connect_to_output
11
+ from . import console as console
12
+ from . import constraint as constraint
13
+ from . import file as file
14
+ from . import freestyle as freestyle
15
+ from . import geometry_nodes as geometry_nodes
16
+ from . import image as image
17
+ from . import image_as_planes as image_as_planes
18
+ from . import mesh as mesh
19
+ from . import node as node
20
+ from . import node_editor as node_editor
21
+ from . import object as object
22
+ from . import object_align as object_align
23
+ from . import object_quick_effects as object_quick_effects
24
+ from . import object_randomize_transform as object_randomize_transform
25
+ from . import presets as presets
26
+ from . import rigidbody as rigidbody
27
+ from . import screen_play_rendered_anim as screen_play_rendered_anim
28
+ from . import sequencer as sequencer
29
+ from . import spreadsheet as spreadsheet
30
+ from . import userpref as userpref
31
+ from . import uvcalc_follow_active as uvcalc_follow_active
32
+ from . import uvcalc_lightmap as uvcalc_lightmap
33
+ from . import uvcalc_transform as uvcalc_transform
34
+ from . import vertexpaint_dirt as vertexpaint_dirt
35
+ from . import view3d as view3d
36
+ from . import wm as wm
37
+ from . import world as world
38
+
39
+ GenericType1 = typing.TypeVar("GenericType1")
40
+ GenericType2 = typing.TypeVar("GenericType2")
41
+
42
+ def register(): ...
43
+ def unregister(): ...
@@ -0,0 +1,7 @@
1
+ import typing
2
+ import collections.abc
3
+ import typing_extensions
4
+ from . import find_adjacent as find_adjacent
5
+
6
+ GenericType1 = typing.TypeVar("GenericType1")
7
+ GenericType2 = typing.TypeVar("GenericType2")
@@ -0,0 +1,7 @@
1
+ import typing
2
+ import collections.abc
3
+ import typing_extensions
4
+ from . import node_functions as node_functions
5
+
6
+ GenericType1 = typing.TypeVar("GenericType1")
7
+ GenericType2 = typing.TypeVar("GenericType2")
@@ -328,6 +328,14 @@ class AddPresetInterfaceTheme(AddPresetBase, bpy.types.Operator):
328
328
  """
329
329
  ...
330
330
 
331
+ def post_cb(self, context, filepath):
332
+ """
333
+
334
+ :param context:
335
+ :param filepath:
336
+ """
337
+ ...
338
+
331
339
  class AddPresetKeyconfig(AddPresetBase, bpy.types.Operator):
332
340
  """Add a custom keymap configuration to the preset list"""
333
341
 
@@ -640,18 +648,11 @@ class RemovePresetInterfaceTheme(AddPresetBase, bpy.types.Operator):
640
648
  """
641
649
  ...
642
650
 
643
- @classmethod
644
- def poll(cls, context):
645
- """
646
-
647
- :param context:
648
- """
649
- ...
650
-
651
- def post_cb(self, context):
651
+ def post_cb(self, context, _filepath):
652
652
  """
653
653
 
654
654
  :param context:
655
+ :param _filepath:
655
656
  """
656
657
  ...
657
658
 
@@ -690,18 +691,11 @@ class RemovePresetKeyconfig(AddPresetBase, bpy.types.Operator):
690
691
  """
691
692
  ...
692
693
 
693
- @classmethod
694
- def poll(cls, context):
695
- """
696
-
697
- :param context:
698
- """
699
- ...
700
-
701
- def post_cb(self, context):
694
+ def post_cb(self, context, _filepath):
702
695
  """
703
696
 
704
697
  :param context:
698
+ :param _filepath:
705
699
  """
706
700
  ...
707
701
 
@@ -754,14 +748,6 @@ class SavePresetInterfaceTheme(AddPresetBase, bpy.types.Operator):
754
748
  """
755
749
  ...
756
750
 
757
- @classmethod
758
- def poll(cls, context):
759
- """
760
-
761
- :param context:
762
- """
763
- ...
764
-
765
751
  class WM_MT_operator_presets(bpy.types.Menu):
766
752
  bl_label: typing.Any
767
753
  bl_rna: typing.Any
@@ -0,0 +1,7 @@
1
+ import typing
2
+ import collections.abc
3
+ import typing_extensions
4
+ from . import bl_previews_render as bl_previews_render
5
+
6
+ GenericType1 = typing.TypeVar("GenericType1")
7
+ GenericType2 = typing.TypeVar("GenericType2")
@@ -1,7 +1,7 @@
1
1
  import typing
2
2
  import collections.abc
3
3
  import typing_extensions
4
- from . import cli
4
+ from . import data_path as data_path
5
5
 
6
6
  GenericType1 = typing.TypeVar("GenericType1")
7
7
  GenericType2 = typing.TypeVar("GenericType2")
@@ -0,0 +1,7 @@
1
+ import typing
2
+ import collections.abc
3
+ import typing_extensions
4
+ from . import external_editor as external_editor
5
+
6
+ GenericType1 = typing.TypeVar("GenericType1")
7
+ GenericType2 = typing.TypeVar("GenericType2")
@@ -0,0 +1,199 @@
1
+ import typing
2
+ import collections.abc
3
+ import typing_extensions
4
+ import bpy.types
5
+
6
+ from . import anim as anim
7
+ from . import asset_shelf as asset_shelf
8
+ from . import generic_ui_list as generic_ui_list
9
+ from . import node_add_menu as node_add_menu
10
+ from . import node_add_menu_compositor as node_add_menu_compositor
11
+ from . import node_add_menu_geometry as node_add_menu_geometry
12
+ from . import node_add_menu_shader as node_add_menu_shader
13
+ from . import node_add_menu_texture as node_add_menu_texture
14
+ from . import properties_animviz as properties_animviz
15
+ from . import properties_collection as properties_collection
16
+ from . import properties_constraint as properties_constraint
17
+ from . import properties_data_armature as properties_data_armature
18
+ from . import properties_data_bone as properties_data_bone
19
+ from . import properties_data_camera as properties_data_camera
20
+ from . import properties_data_curve as properties_data_curve
21
+ from . import properties_data_curves as properties_data_curves
22
+ from . import properties_data_empty as properties_data_empty
23
+ from . import properties_data_gpencil as properties_data_gpencil
24
+ from . import properties_data_grease_pencil as properties_data_grease_pencil
25
+ from . import properties_data_lattice as properties_data_lattice
26
+ from . import properties_data_light as properties_data_light
27
+ from . import properties_data_lightprobe as properties_data_lightprobe
28
+ from . import properties_data_mesh as properties_data_mesh
29
+ from . import properties_data_metaball as properties_data_metaball
30
+ from . import properties_data_modifier as properties_data_modifier
31
+ from . import properties_data_pointcloud as properties_data_pointcloud
32
+ from . import properties_data_shaderfx as properties_data_shaderfx
33
+ from . import properties_data_speaker as properties_data_speaker
34
+ from . import properties_data_volume as properties_data_volume
35
+ from . import properties_freestyle as properties_freestyle
36
+ from . import properties_grease_pencil_common as properties_grease_pencil_common
37
+ from . import properties_mask_common as properties_mask_common
38
+ from . import properties_material as properties_material
39
+ from . import properties_material_gpencil as properties_material_gpencil
40
+ from . import properties_object as properties_object
41
+ from . import properties_output as properties_output
42
+ from . import properties_paint_common as properties_paint_common
43
+ from . import properties_particle as properties_particle
44
+ from . import properties_physics_cloth as properties_physics_cloth
45
+ from . import properties_physics_common as properties_physics_common
46
+ from . import properties_physics_dynamicpaint as properties_physics_dynamicpaint
47
+ from . import properties_physics_field as properties_physics_field
48
+ from . import properties_physics_fluid as properties_physics_fluid
49
+ from . import properties_physics_geometry_nodes as properties_physics_geometry_nodes
50
+ from . import properties_physics_rigidbody as properties_physics_rigidbody
51
+ from . import (
52
+ properties_physics_rigidbody_constraint as properties_physics_rigidbody_constraint,
53
+ )
54
+ from . import properties_physics_softbody as properties_physics_softbody
55
+ from . import properties_render as properties_render
56
+ from . import properties_scene as properties_scene
57
+ from . import properties_texture as properties_texture
58
+ from . import properties_view_layer as properties_view_layer
59
+ from . import properties_workspace as properties_workspace
60
+ from . import properties_world as properties_world
61
+ from . import space_clip as space_clip
62
+ from . import space_console as space_console
63
+ from . import space_dopesheet as space_dopesheet
64
+ from . import space_filebrowser as space_filebrowser
65
+ from . import space_graph as space_graph
66
+ from . import space_image as space_image
67
+ from . import space_info as space_info
68
+ from . import space_nla as space_nla
69
+ from . import space_node as space_node
70
+ from . import space_outliner as space_outliner
71
+ from . import space_properties as space_properties
72
+ from . import space_sequencer as space_sequencer
73
+ from . import space_spreadsheet as space_spreadsheet
74
+ from . import space_statusbar as space_statusbar
75
+ from . import space_text as space_text
76
+ from . import space_time as space_time
77
+ from . import space_toolsystem_common as space_toolsystem_common
78
+ from . import space_toolsystem_toolbar as space_toolsystem_toolbar
79
+ from . import space_topbar as space_topbar
80
+ from . import space_userpref as space_userpref
81
+ from . import space_view3d as space_view3d
82
+ from . import space_view3d_toolbar as space_view3d_toolbar
83
+ from . import temp_anim_layers as temp_anim_layers
84
+ from . import utils as utils
85
+
86
+ GenericType1 = typing.TypeVar("GenericType1")
87
+ GenericType2 = typing.TypeVar("GenericType2")
88
+
89
+ class UI_MT_button_context_menu(bpy.types.Menu):
90
+ """UI button context menu definition. Scripts can append/prepend this to
91
+ add own operators to the context menu. They must check context though, so
92
+ their items only draw in a valid context and for the correct buttons.
93
+ """
94
+
95
+ bl_idname: typing.Any
96
+ bl_label: typing.Any
97
+ bl_rna: typing.Any
98
+ id_data: typing.Any
99
+
100
+ def bl_rna_get_subclass(self) -> bpy.types.Struct:
101
+ """
102
+
103
+ :return: The RNA type or default when not found.
104
+ :rtype: bpy.types.Struct
105
+ """
106
+ ...
107
+
108
+ def bl_rna_get_subclass_py(self) -> typing.Any:
109
+ """
110
+
111
+ :return: The class or default when not found.
112
+ :rtype: typing.Any
113
+ """
114
+ ...
115
+
116
+ def draw(self, context):
117
+ """
118
+
119
+ :param context:
120
+ """
121
+ ...
122
+
123
+ class UI_MT_list_item_context_menu(bpy.types.Menu):
124
+ """UI List item context menu definition. Scripts can append/prepend this to
125
+ add own operators to the context menu. They must check context though, so
126
+ their items only draw in a valid context and for the correct UI list.
127
+ """
128
+
129
+ bl_idname: typing.Any
130
+ bl_label: typing.Any
131
+ bl_rna: typing.Any
132
+ id_data: typing.Any
133
+
134
+ def bl_rna_get_subclass(self) -> bpy.types.Struct:
135
+ """
136
+
137
+ :return: The RNA type or default when not found.
138
+ :rtype: bpy.types.Struct
139
+ """
140
+ ...
141
+
142
+ def bl_rna_get_subclass_py(self) -> typing.Any:
143
+ """
144
+
145
+ :return: The class or default when not found.
146
+ :rtype: typing.Any
147
+ """
148
+ ...
149
+
150
+ def draw(self, context):
151
+ """
152
+
153
+ :param context:
154
+ """
155
+ ...
156
+
157
+ class UI_UL_list(bpy.types.UIList):
158
+ bl_rna: typing.Any
159
+ id_data: typing.Any
160
+
161
+ def bl_rna_get_subclass(self): ...
162
+ def bl_rna_get_subclass_py(self): ...
163
+ @staticmethod
164
+ def filter_items_by_name(
165
+ pattern, bitflag, items, propname="name", flags=None, reverse=False
166
+ ):
167
+ """
168
+
169
+ :param pattern:
170
+ :param bitflag:
171
+ :param items:
172
+ :param propname:
173
+ :param flags:
174
+ :param reverse:
175
+ """
176
+ ...
177
+
178
+ @classmethod
179
+ def sort_items_by_name(cls, items, propname="name"):
180
+ """
181
+
182
+ :param items:
183
+ :param propname:
184
+ """
185
+ ...
186
+
187
+ @staticmethod
188
+ def sort_items_helper(sort_data, key, reverse=False):
189
+ """
190
+
191
+ :param sort_data:
192
+ :param key:
193
+ :param reverse:
194
+ """
195
+ ...
196
+
197
+ def register(): ...
198
+ def translation_update(_): ...
199
+ def unregister(): ...
@@ -1773,10 +1773,10 @@ class VIEW3D_MT_edit_greasepencil_stroke(bpy.types.Menu):
1773
1773
  """
1774
1774
  ...
1775
1775
 
1776
- def draw(self, _context):
1776
+ def draw(self, context):
1777
1777
  """
1778
1778
 
1779
- :param _context:
1779
+ :param context:
1780
1780
  """
1781
1781
  ...
1782
1782
 
@@ -1,9 +1,8 @@
1
1
  import typing
2
2
  import collections.abc
3
3
  import typing_extensions
4
- from . import addons
5
- from . import extensions
6
- from . import freedesktop
4
+ from . import bug_report_url as bug_report_url
5
+ from . import layout as layout
7
6
 
8
7
  GenericType1 = typing.TypeVar("GenericType1")
9
8
  GenericType2 = typing.TypeVar("GenericType2")
@@ -17,10 +17,10 @@ import typing_extensions
17
17
  import bmesh.types
18
18
  import bpy.types
19
19
 
20
- from . import geometry
21
- from . import ops
22
- from . import types
23
- from . import utils
20
+ from . import geometry as geometry
21
+ from . import ops as ops
22
+ from . import types as types
23
+ from . import utils as utils
24
24
 
25
25
  GenericType1 = typing.TypeVar("GenericType1")
26
26
  GenericType2 = typing.TypeVar("GenericType2")
@@ -10,13 +10,13 @@ import collections.abc
10
10
  import typing_extensions
11
11
  import bpy.types
12
12
 
13
- from . import app
14
- from . import msgbus
15
- from . import ops
16
- from . import path
17
- from . import props
18
- from . import types
19
- from . import utils
13
+ from . import app as app
14
+ from . import msgbus as msgbus
15
+ from . import ops as ops
16
+ from . import path as path
17
+ from . import props as props
18
+ from . import types as types
19
+ from . import utils as utils
20
20
 
21
21
  GenericType1 = typing.TypeVar("GenericType1")
22
22
  GenericType2 = typing.TypeVar("GenericType2")
@@ -14,10 +14,10 @@ bpy.app.timers.rst
14
14
  import typing
15
15
  import collections.abc
16
16
  import typing_extensions
17
- from . import handlers
18
- from . import icons
19
- from . import timers
20
- from . import translations
17
+ from . import handlers as handlers
18
+ from . import icons as icons
19
+ from . import timers as timers
20
+ from . import translations as translations
21
21
 
22
22
  GenericType1 = typing.TypeVar("GenericType1")
23
23
  GenericType2 = typing.TypeVar("GenericType2")