fake-bpy-module 20231226__tar.gz → 20231227__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.
Files changed (615) hide show
  1. {fake-bpy-module-20231226 → fake-bpy-module-20231227}/PKG-INFO +1 -1
  2. {fake-bpy-module-20231226 → fake-bpy-module-20231227}/bpy/props/__init__.pyi +78 -98
  3. {fake-bpy-module-20231226 → fake-bpy-module-20231227}/bpy/types/__init__.pyi +75 -75
  4. {fake-bpy-module-20231226 → fake-bpy-module-20231227}/fake_bpy_module.egg-info/PKG-INFO +1 -1
  5. {fake-bpy-module-20231226 → fake-bpy-module-20231227}/README.md +0 -0
  6. {fake-bpy-module-20231226 → fake-bpy-module-20231227}/addon_utils/__init__.pyi +0 -0
  7. {fake-bpy-module-20231226 → fake-bpy-module-20231227}/addon_utils/py.typed +0 -0
  8. {fake-bpy-module-20231226 → fake-bpy-module-20231227}/animsys_refactor/__init__.pyi +0 -0
  9. {fake-bpy-module-20231226 → fake-bpy-module-20231227}/animsys_refactor/py.typed +0 -0
  10. {fake-bpy-module-20231226 → fake-bpy-module-20231227}/aud/__init__.pyi +0 -0
  11. {fake-bpy-module-20231226 → fake-bpy-module-20231227}/aud/py.typed +0 -0
  12. {fake-bpy-module-20231226 → fake-bpy-module-20231227}/bgl/__init__.pyi +0 -0
  13. {fake-bpy-module-20231226 → fake-bpy-module-20231227}/bgl/py.typed +0 -0
  14. {fake-bpy-module-20231226 → fake-bpy-module-20231227}/bl_app_override/__init__.pyi +0 -0
  15. {fake-bpy-module-20231226 → fake-bpy-module-20231227}/bl_app_override/helpers/__init__.pyi +0 -0
  16. {fake-bpy-module-20231226 → fake-bpy-module-20231227}/bl_app_override/helpers/py.typed +0 -0
  17. {fake-bpy-module-20231226 → fake-bpy-module-20231227}/bl_app_override/py.typed +0 -0
  18. {fake-bpy-module-20231226 → fake-bpy-module-20231227}/bl_app_template_utils/__init__.pyi +0 -0
  19. {fake-bpy-module-20231226 → fake-bpy-module-20231227}/bl_app_template_utils/py.typed +0 -0
  20. {fake-bpy-module-20231226 → fake-bpy-module-20231227}/bl_console_utils/__init__.pyi +0 -0
  21. {fake-bpy-module-20231226 → fake-bpy-module-20231227}/bl_console_utils/autocomplete/__init__.pyi +2 -2
  22. {fake-bpy-module-20231226 → fake-bpy-module-20231227}/bl_console_utils/autocomplete/complete_calltip/__init__.pyi +0 -0
  23. {fake-bpy-module-20231226 → fake-bpy-module-20231227}/bl_console_utils/autocomplete/complete_calltip/py.typed +0 -0
  24. {fake-bpy-module-20231226 → fake-bpy-module-20231227}/bl_console_utils/autocomplete/complete_import/__init__.pyi +0 -0
  25. {fake-bpy-module-20231226 → fake-bpy-module-20231227}/bl_console_utils/autocomplete/complete_import/py.typed +0 -0
  26. {fake-bpy-module-20231226 → fake-bpy-module-20231227}/bl_console_utils/autocomplete/complete_namespace/__init__.pyi +0 -0
  27. {fake-bpy-module-20231226 → fake-bpy-module-20231227}/bl_console_utils/autocomplete/complete_namespace/py.typed +0 -0
  28. {fake-bpy-module-20231226 → fake-bpy-module-20231227}/bl_console_utils/autocomplete/intellisense/__init__.pyi +0 -0
  29. {fake-bpy-module-20231226 → fake-bpy-module-20231227}/bl_console_utils/autocomplete/intellisense/py.typed +0 -0
  30. {fake-bpy-module-20231226 → fake-bpy-module-20231227}/bl_console_utils/autocomplete/py.typed +0 -0
  31. {fake-bpy-module-20231226 → fake-bpy-module-20231227}/bl_console_utils/py.typed +0 -0
  32. {fake-bpy-module-20231226 → fake-bpy-module-20231227}/bl_i18n_utils/__init__.pyi +2 -2
  33. {fake-bpy-module-20231226 → fake-bpy-module-20231227}/bl_i18n_utils/bl_extract_messages/__init__.pyi +0 -0
  34. {fake-bpy-module-20231226 → fake-bpy-module-20231227}/bl_i18n_utils/bl_extract_messages/py.typed +0 -0
  35. {fake-bpy-module-20231226 → fake-bpy-module-20231227}/bl_i18n_utils/merge_po/__init__.pyi +0 -0
  36. {fake-bpy-module-20231226 → fake-bpy-module-20231227}/bl_i18n_utils/merge_po/py.typed +0 -0
  37. {fake-bpy-module-20231226 → fake-bpy-module-20231227}/bl_i18n_utils/py.typed +0 -0
  38. {fake-bpy-module-20231226 → fake-bpy-module-20231227}/bl_i18n_utils/settings/__init__.pyi +0 -0
  39. {fake-bpy-module-20231226 → fake-bpy-module-20231227}/bl_i18n_utils/settings/py.typed +0 -0
  40. {fake-bpy-module-20231226 → fake-bpy-module-20231227}/bl_i18n_utils/utils/__init__.pyi +0 -0
  41. {fake-bpy-module-20231226 → fake-bpy-module-20231227}/bl_i18n_utils/utils/py.typed +0 -0
  42. {fake-bpy-module-20231226 → fake-bpy-module-20231227}/bl_i18n_utils/utils_cli/__init__.pyi +0 -0
  43. {fake-bpy-module-20231226 → fake-bpy-module-20231227}/bl_i18n_utils/utils_cli/py.typed +0 -0
  44. {fake-bpy-module-20231226 → fake-bpy-module-20231227}/bl_i18n_utils/utils_languages_menu/__init__.pyi +0 -0
  45. {fake-bpy-module-20231226 → fake-bpy-module-20231227}/bl_i18n_utils/utils_languages_menu/py.typed +0 -0
  46. {fake-bpy-module-20231226 → fake-bpy-module-20231227}/bl_i18n_utils/utils_rtl/__init__.pyi +0 -0
  47. {fake-bpy-module-20231226 → fake-bpy-module-20231227}/bl_i18n_utils/utils_rtl/py.typed +0 -0
  48. {fake-bpy-module-20231226 → fake-bpy-module-20231227}/bl_keymap_utils/__init__.pyi +3 -3
  49. {fake-bpy-module-20231226 → fake-bpy-module-20231227}/bl_keymap_utils/io/__init__.pyi +0 -0
  50. {fake-bpy-module-20231226 → fake-bpy-module-20231227}/bl_keymap_utils/io/py.typed +0 -0
  51. {fake-bpy-module-20231226 → fake-bpy-module-20231227}/bl_keymap_utils/keymap_from_toolbar/__init__.pyi +0 -0
  52. {fake-bpy-module-20231226 → fake-bpy-module-20231227}/bl_keymap_utils/keymap_from_toolbar/py.typed +0 -0
  53. {fake-bpy-module-20231226 → fake-bpy-module-20231227}/bl_keymap_utils/keymap_hierarchy/__init__.pyi +0 -0
  54. {fake-bpy-module-20231226 → fake-bpy-module-20231227}/bl_keymap_utils/keymap_hierarchy/py.typed +0 -0
  55. {fake-bpy-module-20231226 → fake-bpy-module-20231227}/bl_keymap_utils/platform_helpers/__init__.pyi +0 -0
  56. {fake-bpy-module-20231226 → fake-bpy-module-20231227}/bl_keymap_utils/platform_helpers/py.typed +0 -0
  57. {fake-bpy-module-20231226 → fake-bpy-module-20231227}/bl_keymap_utils/py.typed +0 -0
  58. {fake-bpy-module-20231226 → fake-bpy-module-20231227}/bl_keymap_utils/versioning/__init__.pyi +0 -0
  59. {fake-bpy-module-20231226 → fake-bpy-module-20231227}/bl_keymap_utils/versioning/py.typed +0 -0
  60. {fake-bpy-module-20231226 → fake-bpy-module-20231227}/bl_math/__init__.pyi +0 -0
  61. {fake-bpy-module-20231226 → fake-bpy-module-20231227}/bl_math/py.typed +0 -0
  62. {fake-bpy-module-20231226 → fake-bpy-module-20231227}/bl_operators/__init__.pyi +21 -21
  63. {fake-bpy-module-20231226 → fake-bpy-module-20231227}/bl_operators/add_mesh_torus/__init__.pyi +0 -0
  64. {fake-bpy-module-20231226 → fake-bpy-module-20231227}/bl_operators/add_mesh_torus/py.typed +0 -0
  65. {fake-bpy-module-20231226 → fake-bpy-module-20231227}/bl_operators/anim/__init__.pyi +0 -0
  66. {fake-bpy-module-20231226 → fake-bpy-module-20231227}/bl_operators/anim/py.typed +0 -0
  67. {fake-bpy-module-20231226 → fake-bpy-module-20231227}/bl_operators/assets/__init__.pyi +0 -0
  68. {fake-bpy-module-20231226 → fake-bpy-module-20231227}/bl_operators/assets/py.typed +0 -0
  69. {fake-bpy-module-20231226 → fake-bpy-module-20231227}/bl_operators/bmesh/__init__.pyi +0 -0
  70. {fake-bpy-module-20231226 → fake-bpy-module-20231227}/bl_operators/bmesh/find_adjacent/__init__.pyi +0 -0
  71. {fake-bpy-module-20231226 → fake-bpy-module-20231227}/bl_operators/bmesh/find_adjacent/py.typed +0 -0
  72. {fake-bpy-module-20231226 → fake-bpy-module-20231227}/bl_operators/bmesh/py.typed +0 -0
  73. {fake-bpy-module-20231226 → fake-bpy-module-20231227}/bl_operators/clip/__init__.pyi +0 -0
  74. {fake-bpy-module-20231226 → fake-bpy-module-20231227}/bl_operators/clip/py.typed +0 -0
  75. {fake-bpy-module-20231226 → fake-bpy-module-20231227}/bl_operators/console/__init__.pyi +0 -0
  76. {fake-bpy-module-20231226 → fake-bpy-module-20231227}/bl_operators/console/py.typed +0 -0
  77. {fake-bpy-module-20231226 → fake-bpy-module-20231227}/bl_operators/constraint/__init__.pyi +0 -0
  78. {fake-bpy-module-20231226 → fake-bpy-module-20231227}/bl_operators/constraint/py.typed +0 -0
  79. {fake-bpy-module-20231226 → fake-bpy-module-20231227}/bl_operators/file/__init__.pyi +0 -0
  80. {fake-bpy-module-20231226 → fake-bpy-module-20231227}/bl_operators/file/py.typed +0 -0
  81. {fake-bpy-module-20231226 → fake-bpy-module-20231227}/bl_operators/freestyle/__init__.pyi +0 -0
  82. {fake-bpy-module-20231226 → fake-bpy-module-20231227}/bl_operators/freestyle/py.typed +0 -0
  83. {fake-bpy-module-20231226 → fake-bpy-module-20231227}/bl_operators/geometry_nodes/__init__.pyi +0 -0
  84. {fake-bpy-module-20231226 → fake-bpy-module-20231227}/bl_operators/geometry_nodes/py.typed +0 -0
  85. {fake-bpy-module-20231226 → fake-bpy-module-20231227}/bl_operators/image/__init__.pyi +0 -0
  86. {fake-bpy-module-20231226 → fake-bpy-module-20231227}/bl_operators/image/py.typed +0 -0
  87. {fake-bpy-module-20231226 → fake-bpy-module-20231227}/bl_operators/mesh/__init__.pyi +0 -0
  88. {fake-bpy-module-20231226 → fake-bpy-module-20231227}/bl_operators/mesh/py.typed +0 -0
  89. {fake-bpy-module-20231226 → fake-bpy-module-20231227}/bl_operators/node/__init__.pyi +0 -0
  90. {fake-bpy-module-20231226 → fake-bpy-module-20231227}/bl_operators/node/py.typed +0 -0
  91. {fake-bpy-module-20231226 → fake-bpy-module-20231227}/bl_operators/object/__init__.pyi +0 -0
  92. {fake-bpy-module-20231226 → fake-bpy-module-20231227}/bl_operators/object/py.typed +0 -0
  93. {fake-bpy-module-20231226 → fake-bpy-module-20231227}/bl_operators/object_align/__init__.pyi +0 -0
  94. {fake-bpy-module-20231226 → fake-bpy-module-20231227}/bl_operators/object_align/py.typed +0 -0
  95. {fake-bpy-module-20231226 → fake-bpy-module-20231227}/bl_operators/object_quick_effects/__init__.pyi +0 -0
  96. {fake-bpy-module-20231226 → fake-bpy-module-20231227}/bl_operators/object_quick_effects/py.typed +0 -0
  97. {fake-bpy-module-20231226 → fake-bpy-module-20231227}/bl_operators/object_randomize_transform/__init__.pyi +0 -0
  98. {fake-bpy-module-20231226 → fake-bpy-module-20231227}/bl_operators/object_randomize_transform/py.typed +0 -0
  99. {fake-bpy-module-20231226 → fake-bpy-module-20231227}/bl_operators/presets/__init__.pyi +0 -0
  100. {fake-bpy-module-20231226 → fake-bpy-module-20231227}/bl_operators/presets/py.typed +0 -0
  101. {fake-bpy-module-20231226 → fake-bpy-module-20231227}/bl_operators/py.typed +0 -0
  102. {fake-bpy-module-20231226 → fake-bpy-module-20231227}/bl_operators/rigidbody/__init__.pyi +0 -0
  103. {fake-bpy-module-20231226 → fake-bpy-module-20231227}/bl_operators/rigidbody/py.typed +0 -0
  104. {fake-bpy-module-20231226 → fake-bpy-module-20231227}/bl_operators/screen_play_rendered_anim/__init__.pyi +0 -0
  105. {fake-bpy-module-20231226 → fake-bpy-module-20231227}/bl_operators/screen_play_rendered_anim/py.typed +0 -0
  106. {fake-bpy-module-20231226 → fake-bpy-module-20231227}/bl_operators/sequencer/__init__.pyi +0 -0
  107. {fake-bpy-module-20231226 → fake-bpy-module-20231227}/bl_operators/sequencer/py.typed +0 -0
  108. {fake-bpy-module-20231226 → fake-bpy-module-20231227}/bl_operators/spreadsheet/__init__.pyi +0 -0
  109. {fake-bpy-module-20231226 → fake-bpy-module-20231227}/bl_operators/spreadsheet/py.typed +0 -0
  110. {fake-bpy-module-20231226 → fake-bpy-module-20231227}/bl_operators/userpref/__init__.pyi +0 -0
  111. {fake-bpy-module-20231226 → fake-bpy-module-20231227}/bl_operators/userpref/py.typed +0 -0
  112. {fake-bpy-module-20231226 → fake-bpy-module-20231227}/bl_operators/uvcalc_follow_active/__init__.pyi +0 -0
  113. {fake-bpy-module-20231226 → fake-bpy-module-20231227}/bl_operators/uvcalc_follow_active/py.typed +0 -0
  114. {fake-bpy-module-20231226 → fake-bpy-module-20231227}/bl_operators/uvcalc_lightmap/__init__.pyi +0 -0
  115. {fake-bpy-module-20231226 → fake-bpy-module-20231227}/bl_operators/uvcalc_lightmap/py.typed +0 -0
  116. {fake-bpy-module-20231226 → fake-bpy-module-20231227}/bl_operators/uvcalc_transform/__init__.pyi +0 -0
  117. {fake-bpy-module-20231226 → fake-bpy-module-20231227}/bl_operators/uvcalc_transform/py.typed +0 -0
  118. {fake-bpy-module-20231226 → fake-bpy-module-20231227}/bl_operators/vertexpaint_dirt/__init__.pyi +0 -0
  119. {fake-bpy-module-20231226 → fake-bpy-module-20231227}/bl_operators/vertexpaint_dirt/py.typed +0 -0
  120. {fake-bpy-module-20231226 → fake-bpy-module-20231227}/bl_operators/view3d/__init__.pyi +0 -0
  121. {fake-bpy-module-20231226 → fake-bpy-module-20231227}/bl_operators/view3d/py.typed +0 -0
  122. {fake-bpy-module-20231226 → fake-bpy-module-20231227}/bl_operators/wm/__init__.pyi +0 -0
  123. {fake-bpy-module-20231226 → fake-bpy-module-20231227}/bl_operators/wm/py.typed +0 -0
  124. {fake-bpy-module-20231226 → fake-bpy-module-20231227}/bl_previews_utils/__init__.pyi +0 -0
  125. {fake-bpy-module-20231226 → fake-bpy-module-20231227}/bl_previews_utils/bl_previews_render/__init__.pyi +0 -0
  126. {fake-bpy-module-20231226 → fake-bpy-module-20231227}/bl_previews_utils/bl_previews_render/py.typed +0 -0
  127. {fake-bpy-module-20231226 → fake-bpy-module-20231227}/bl_previews_utils/py.typed +0 -0
  128. {fake-bpy-module-20231226 → fake-bpy-module-20231227}/bl_rna_utils/__init__.pyi +0 -0
  129. {fake-bpy-module-20231226 → fake-bpy-module-20231227}/bl_rna_utils/data_path/__init__.pyi +0 -0
  130. {fake-bpy-module-20231226 → fake-bpy-module-20231227}/bl_rna_utils/data_path/py.typed +0 -0
  131. {fake-bpy-module-20231226 → fake-bpy-module-20231227}/bl_rna_utils/py.typed +0 -0
  132. {fake-bpy-module-20231226 → fake-bpy-module-20231227}/bl_text_utils/__init__.pyi +0 -0
  133. {fake-bpy-module-20231226 → fake-bpy-module-20231227}/bl_text_utils/external_editor/__init__.pyi +0 -0
  134. {fake-bpy-module-20231226 → fake-bpy-module-20231227}/bl_text_utils/external_editor/py.typed +0 -0
  135. {fake-bpy-module-20231226 → fake-bpy-module-20231227}/bl_text_utils/py.typed +0 -0
  136. {fake-bpy-module-20231226 → fake-bpy-module-20231227}/bl_ui/__init__.pyi +61 -61
  137. {fake-bpy-module-20231226 → fake-bpy-module-20231227}/bl_ui/asset_shelf/__init__.pyi +0 -0
  138. {fake-bpy-module-20231226 → fake-bpy-module-20231227}/bl_ui/asset_shelf/py.typed +0 -0
  139. {fake-bpy-module-20231226 → fake-bpy-module-20231227}/bl_ui/generic_ui_list/__init__.pyi +0 -0
  140. {fake-bpy-module-20231226 → fake-bpy-module-20231227}/bl_ui/generic_ui_list/py.typed +0 -0
  141. {fake-bpy-module-20231226 → fake-bpy-module-20231227}/bl_ui/node_add_menu/__init__.pyi +0 -0
  142. {fake-bpy-module-20231226 → fake-bpy-module-20231227}/bl_ui/node_add_menu/py.typed +0 -0
  143. {fake-bpy-module-20231226 → fake-bpy-module-20231227}/bl_ui/node_add_menu_compositor/__init__.pyi +0 -0
  144. {fake-bpy-module-20231226 → fake-bpy-module-20231227}/bl_ui/node_add_menu_compositor/py.typed +0 -0
  145. {fake-bpy-module-20231226 → fake-bpy-module-20231227}/bl_ui/node_add_menu_geometry/__init__.pyi +0 -0
  146. {fake-bpy-module-20231226 → fake-bpy-module-20231227}/bl_ui/node_add_menu_geometry/py.typed +0 -0
  147. {fake-bpy-module-20231226 → fake-bpy-module-20231227}/bl_ui/node_add_menu_shader/__init__.pyi +0 -0
  148. {fake-bpy-module-20231226 → fake-bpy-module-20231227}/bl_ui/node_add_menu_shader/py.typed +0 -0
  149. {fake-bpy-module-20231226 → fake-bpy-module-20231227}/bl_ui/node_add_menu_texture/__init__.pyi +0 -0
  150. {fake-bpy-module-20231226 → fake-bpy-module-20231227}/bl_ui/node_add_menu_texture/py.typed +0 -0
  151. {fake-bpy-module-20231226 → fake-bpy-module-20231227}/bl_ui/properties_animviz/__init__.pyi +0 -0
  152. {fake-bpy-module-20231226 → fake-bpy-module-20231227}/bl_ui/properties_animviz/py.typed +0 -0
  153. {fake-bpy-module-20231226 → fake-bpy-module-20231227}/bl_ui/properties_collection/__init__.pyi +0 -0
  154. {fake-bpy-module-20231226 → fake-bpy-module-20231227}/bl_ui/properties_collection/py.typed +0 -0
  155. {fake-bpy-module-20231226 → fake-bpy-module-20231227}/bl_ui/properties_constraint/__init__.pyi +0 -0
  156. {fake-bpy-module-20231226 → fake-bpy-module-20231227}/bl_ui/properties_constraint/py.typed +0 -0
  157. {fake-bpy-module-20231226 → fake-bpy-module-20231227}/bl_ui/properties_data_armature/__init__.pyi +0 -0
  158. {fake-bpy-module-20231226 → fake-bpy-module-20231227}/bl_ui/properties_data_armature/py.typed +0 -0
  159. {fake-bpy-module-20231226 → fake-bpy-module-20231227}/bl_ui/properties_data_bone/__init__.pyi +0 -0
  160. {fake-bpy-module-20231226 → fake-bpy-module-20231227}/bl_ui/properties_data_bone/py.typed +0 -0
  161. {fake-bpy-module-20231226 → fake-bpy-module-20231227}/bl_ui/properties_data_camera/__init__.pyi +0 -0
  162. {fake-bpy-module-20231226 → fake-bpy-module-20231227}/bl_ui/properties_data_camera/py.typed +0 -0
  163. {fake-bpy-module-20231226 → fake-bpy-module-20231227}/bl_ui/properties_data_curve/__init__.pyi +0 -0
  164. {fake-bpy-module-20231226 → fake-bpy-module-20231227}/bl_ui/properties_data_curve/py.typed +0 -0
  165. {fake-bpy-module-20231226 → fake-bpy-module-20231227}/bl_ui/properties_data_curves/__init__.pyi +0 -0
  166. {fake-bpy-module-20231226 → fake-bpy-module-20231227}/bl_ui/properties_data_curves/py.typed +0 -0
  167. {fake-bpy-module-20231226 → fake-bpy-module-20231227}/bl_ui/properties_data_empty/__init__.pyi +0 -0
  168. {fake-bpy-module-20231226 → fake-bpy-module-20231227}/bl_ui/properties_data_empty/py.typed +0 -0
  169. {fake-bpy-module-20231226 → fake-bpy-module-20231227}/bl_ui/properties_data_gpencil/__init__.pyi +0 -0
  170. {fake-bpy-module-20231226 → fake-bpy-module-20231227}/bl_ui/properties_data_gpencil/py.typed +0 -0
  171. {fake-bpy-module-20231226 → fake-bpy-module-20231227}/bl_ui/properties_data_grease_pencil/__init__.pyi +0 -0
  172. {fake-bpy-module-20231226 → fake-bpy-module-20231227}/bl_ui/properties_data_grease_pencil/py.typed +0 -0
  173. {fake-bpy-module-20231226 → fake-bpy-module-20231227}/bl_ui/properties_data_lattice/__init__.pyi +0 -0
  174. {fake-bpy-module-20231226 → fake-bpy-module-20231227}/bl_ui/properties_data_lattice/py.typed +0 -0
  175. {fake-bpy-module-20231226 → fake-bpy-module-20231227}/bl_ui/properties_data_light/__init__.pyi +0 -0
  176. {fake-bpy-module-20231226 → fake-bpy-module-20231227}/bl_ui/properties_data_light/py.typed +0 -0
  177. {fake-bpy-module-20231226 → fake-bpy-module-20231227}/bl_ui/properties_data_lightprobe/__init__.pyi +0 -0
  178. {fake-bpy-module-20231226 → fake-bpy-module-20231227}/bl_ui/properties_data_lightprobe/py.typed +0 -0
  179. {fake-bpy-module-20231226 → fake-bpy-module-20231227}/bl_ui/properties_data_mesh/__init__.pyi +0 -0
  180. {fake-bpy-module-20231226 → fake-bpy-module-20231227}/bl_ui/properties_data_mesh/py.typed +0 -0
  181. {fake-bpy-module-20231226 → fake-bpy-module-20231227}/bl_ui/properties_data_metaball/__init__.pyi +0 -0
  182. {fake-bpy-module-20231226 → fake-bpy-module-20231227}/bl_ui/properties_data_metaball/py.typed +0 -0
  183. {fake-bpy-module-20231226 → fake-bpy-module-20231227}/bl_ui/properties_data_modifier/__init__.pyi +0 -0
  184. {fake-bpy-module-20231226 → fake-bpy-module-20231227}/bl_ui/properties_data_modifier/py.typed +0 -0
  185. {fake-bpy-module-20231226 → fake-bpy-module-20231227}/bl_ui/properties_data_pointcloud/__init__.pyi +0 -0
  186. {fake-bpy-module-20231226 → fake-bpy-module-20231227}/bl_ui/properties_data_pointcloud/py.typed +0 -0
  187. {fake-bpy-module-20231226 → fake-bpy-module-20231227}/bl_ui/properties_data_shaderfx/__init__.pyi +0 -0
  188. {fake-bpy-module-20231226 → fake-bpy-module-20231227}/bl_ui/properties_data_shaderfx/py.typed +0 -0
  189. {fake-bpy-module-20231226 → fake-bpy-module-20231227}/bl_ui/properties_data_speaker/__init__.pyi +0 -0
  190. {fake-bpy-module-20231226 → fake-bpy-module-20231227}/bl_ui/properties_data_speaker/py.typed +0 -0
  191. {fake-bpy-module-20231226 → fake-bpy-module-20231227}/bl_ui/properties_data_volume/__init__.pyi +0 -0
  192. {fake-bpy-module-20231226 → fake-bpy-module-20231227}/bl_ui/properties_data_volume/py.typed +0 -0
  193. {fake-bpy-module-20231226 → fake-bpy-module-20231227}/bl_ui/properties_freestyle/__init__.pyi +0 -0
  194. {fake-bpy-module-20231226 → fake-bpy-module-20231227}/bl_ui/properties_freestyle/py.typed +0 -0
  195. {fake-bpy-module-20231226 → fake-bpy-module-20231227}/bl_ui/properties_grease_pencil_common/__init__.pyi +0 -0
  196. {fake-bpy-module-20231226 → fake-bpy-module-20231227}/bl_ui/properties_grease_pencil_common/py.typed +0 -0
  197. {fake-bpy-module-20231226 → fake-bpy-module-20231227}/bl_ui/properties_mask_common/__init__.pyi +0 -0
  198. {fake-bpy-module-20231226 → fake-bpy-module-20231227}/bl_ui/properties_mask_common/py.typed +0 -0
  199. {fake-bpy-module-20231226 → fake-bpy-module-20231227}/bl_ui/properties_material/__init__.pyi +0 -0
  200. {fake-bpy-module-20231226 → fake-bpy-module-20231227}/bl_ui/properties_material/py.typed +0 -0
  201. {fake-bpy-module-20231226 → fake-bpy-module-20231227}/bl_ui/properties_material_gpencil/__init__.pyi +0 -0
  202. {fake-bpy-module-20231226 → fake-bpy-module-20231227}/bl_ui/properties_material_gpencil/py.typed +0 -0
  203. {fake-bpy-module-20231226 → fake-bpy-module-20231227}/bl_ui/properties_object/__init__.pyi +0 -0
  204. {fake-bpy-module-20231226 → fake-bpy-module-20231227}/bl_ui/properties_object/py.typed +0 -0
  205. {fake-bpy-module-20231226 → fake-bpy-module-20231227}/bl_ui/properties_output/__init__.pyi +0 -0
  206. {fake-bpy-module-20231226 → fake-bpy-module-20231227}/bl_ui/properties_output/py.typed +0 -0
  207. {fake-bpy-module-20231226 → fake-bpy-module-20231227}/bl_ui/properties_paint_common/__init__.pyi +0 -0
  208. {fake-bpy-module-20231226 → fake-bpy-module-20231227}/bl_ui/properties_paint_common/py.typed +0 -0
  209. {fake-bpy-module-20231226 → fake-bpy-module-20231227}/bl_ui/properties_particle/__init__.pyi +0 -0
  210. {fake-bpy-module-20231226 → fake-bpy-module-20231227}/bl_ui/properties_particle/py.typed +0 -0
  211. {fake-bpy-module-20231226 → fake-bpy-module-20231227}/bl_ui/properties_physics_cloth/__init__.pyi +0 -0
  212. {fake-bpy-module-20231226 → fake-bpy-module-20231227}/bl_ui/properties_physics_cloth/py.typed +0 -0
  213. {fake-bpy-module-20231226 → fake-bpy-module-20231227}/bl_ui/properties_physics_common/__init__.pyi +0 -0
  214. {fake-bpy-module-20231226 → fake-bpy-module-20231227}/bl_ui/properties_physics_common/py.typed +0 -0
  215. {fake-bpy-module-20231226 → fake-bpy-module-20231227}/bl_ui/properties_physics_dynamicpaint/__init__.pyi +0 -0
  216. {fake-bpy-module-20231226 → fake-bpy-module-20231227}/bl_ui/properties_physics_dynamicpaint/py.typed +0 -0
  217. {fake-bpy-module-20231226 → fake-bpy-module-20231227}/bl_ui/properties_physics_field/__init__.pyi +0 -0
  218. {fake-bpy-module-20231226 → fake-bpy-module-20231227}/bl_ui/properties_physics_field/py.typed +0 -0
  219. {fake-bpy-module-20231226 → fake-bpy-module-20231227}/bl_ui/properties_physics_fluid/__init__.pyi +0 -0
  220. {fake-bpy-module-20231226 → fake-bpy-module-20231227}/bl_ui/properties_physics_fluid/py.typed +0 -0
  221. {fake-bpy-module-20231226 → fake-bpy-module-20231227}/bl_ui/properties_physics_geometry_nodes/__init__.pyi +0 -0
  222. {fake-bpy-module-20231226 → fake-bpy-module-20231227}/bl_ui/properties_physics_geometry_nodes/py.typed +0 -0
  223. {fake-bpy-module-20231226 → fake-bpy-module-20231227}/bl_ui/properties_physics_rigidbody/__init__.pyi +0 -0
  224. {fake-bpy-module-20231226 → fake-bpy-module-20231227}/bl_ui/properties_physics_rigidbody/py.typed +0 -0
  225. {fake-bpy-module-20231226 → fake-bpy-module-20231227}/bl_ui/properties_physics_rigidbody_constraint/__init__.pyi +0 -0
  226. {fake-bpy-module-20231226 → fake-bpy-module-20231227}/bl_ui/properties_physics_rigidbody_constraint/py.typed +0 -0
  227. {fake-bpy-module-20231226 → fake-bpy-module-20231227}/bl_ui/properties_physics_softbody/__init__.pyi +0 -0
  228. {fake-bpy-module-20231226 → fake-bpy-module-20231227}/bl_ui/properties_physics_softbody/py.typed +0 -0
  229. {fake-bpy-module-20231226 → fake-bpy-module-20231227}/bl_ui/properties_render/__init__.pyi +0 -0
  230. {fake-bpy-module-20231226 → fake-bpy-module-20231227}/bl_ui/properties_render/py.typed +0 -0
  231. {fake-bpy-module-20231226 → fake-bpy-module-20231227}/bl_ui/properties_scene/__init__.pyi +0 -0
  232. {fake-bpy-module-20231226 → fake-bpy-module-20231227}/bl_ui/properties_scene/py.typed +0 -0
  233. {fake-bpy-module-20231226 → fake-bpy-module-20231227}/bl_ui/properties_texture/__init__.pyi +0 -0
  234. {fake-bpy-module-20231226 → fake-bpy-module-20231227}/bl_ui/properties_texture/py.typed +0 -0
  235. {fake-bpy-module-20231226 → fake-bpy-module-20231227}/bl_ui/properties_view_layer/__init__.pyi +0 -0
  236. {fake-bpy-module-20231226 → fake-bpy-module-20231227}/bl_ui/properties_view_layer/py.typed +0 -0
  237. {fake-bpy-module-20231226 → fake-bpy-module-20231227}/bl_ui/properties_workspace/__init__.pyi +0 -0
  238. {fake-bpy-module-20231226 → fake-bpy-module-20231227}/bl_ui/properties_workspace/py.typed +0 -0
  239. {fake-bpy-module-20231226 → fake-bpy-module-20231227}/bl_ui/properties_world/__init__.pyi +0 -0
  240. {fake-bpy-module-20231226 → fake-bpy-module-20231227}/bl_ui/properties_world/py.typed +0 -0
  241. {fake-bpy-module-20231226 → fake-bpy-module-20231227}/bl_ui/py.typed +0 -0
  242. {fake-bpy-module-20231226 → fake-bpy-module-20231227}/bl_ui/space_clip/__init__.pyi +0 -0
  243. {fake-bpy-module-20231226 → fake-bpy-module-20231227}/bl_ui/space_clip/py.typed +0 -0
  244. {fake-bpy-module-20231226 → fake-bpy-module-20231227}/bl_ui/space_console/__init__.pyi +0 -0
  245. {fake-bpy-module-20231226 → fake-bpy-module-20231227}/bl_ui/space_console/py.typed +0 -0
  246. {fake-bpy-module-20231226 → fake-bpy-module-20231227}/bl_ui/space_dopesheet/__init__.pyi +0 -0
  247. {fake-bpy-module-20231226 → fake-bpy-module-20231227}/bl_ui/space_dopesheet/py.typed +0 -0
  248. {fake-bpy-module-20231226 → fake-bpy-module-20231227}/bl_ui/space_filebrowser/__init__.pyi +0 -0
  249. {fake-bpy-module-20231226 → fake-bpy-module-20231227}/bl_ui/space_filebrowser/py.typed +0 -0
  250. {fake-bpy-module-20231226 → fake-bpy-module-20231227}/bl_ui/space_graph/__init__.pyi +0 -0
  251. {fake-bpy-module-20231226 → fake-bpy-module-20231227}/bl_ui/space_graph/py.typed +0 -0
  252. {fake-bpy-module-20231226 → fake-bpy-module-20231227}/bl_ui/space_image/__init__.pyi +0 -0
  253. {fake-bpy-module-20231226 → fake-bpy-module-20231227}/bl_ui/space_image/py.typed +0 -0
  254. {fake-bpy-module-20231226 → fake-bpy-module-20231227}/bl_ui/space_info/__init__.pyi +0 -0
  255. {fake-bpy-module-20231226 → fake-bpy-module-20231227}/bl_ui/space_info/py.typed +0 -0
  256. {fake-bpy-module-20231226 → fake-bpy-module-20231227}/bl_ui/space_nla/__init__.pyi +0 -0
  257. {fake-bpy-module-20231226 → fake-bpy-module-20231227}/bl_ui/space_nla/py.typed +0 -0
  258. {fake-bpy-module-20231226 → fake-bpy-module-20231227}/bl_ui/space_node/__init__.pyi +0 -0
  259. {fake-bpy-module-20231226 → fake-bpy-module-20231227}/bl_ui/space_node/py.typed +0 -0
  260. {fake-bpy-module-20231226 → fake-bpy-module-20231227}/bl_ui/space_outliner/__init__.pyi +0 -0
  261. {fake-bpy-module-20231226 → fake-bpy-module-20231227}/bl_ui/space_outliner/py.typed +0 -0
  262. {fake-bpy-module-20231226 → fake-bpy-module-20231227}/bl_ui/space_properties/__init__.pyi +0 -0
  263. {fake-bpy-module-20231226 → fake-bpy-module-20231227}/bl_ui/space_properties/py.typed +0 -0
  264. {fake-bpy-module-20231226 → fake-bpy-module-20231227}/bl_ui/space_sequencer/__init__.pyi +0 -0
  265. {fake-bpy-module-20231226 → fake-bpy-module-20231227}/bl_ui/space_sequencer/py.typed +0 -0
  266. {fake-bpy-module-20231226 → fake-bpy-module-20231227}/bl_ui/space_spreadsheet/__init__.pyi +0 -0
  267. {fake-bpy-module-20231226 → fake-bpy-module-20231227}/bl_ui/space_spreadsheet/py.typed +0 -0
  268. {fake-bpy-module-20231226 → fake-bpy-module-20231227}/bl_ui/space_statusbar/__init__.pyi +0 -0
  269. {fake-bpy-module-20231226 → fake-bpy-module-20231227}/bl_ui/space_statusbar/py.typed +0 -0
  270. {fake-bpy-module-20231226 → fake-bpy-module-20231227}/bl_ui/space_text/__init__.pyi +0 -0
  271. {fake-bpy-module-20231226 → fake-bpy-module-20231227}/bl_ui/space_text/py.typed +0 -0
  272. {fake-bpy-module-20231226 → fake-bpy-module-20231227}/bl_ui/space_time/__init__.pyi +0 -0
  273. {fake-bpy-module-20231226 → fake-bpy-module-20231227}/bl_ui/space_time/py.typed +0 -0
  274. {fake-bpy-module-20231226 → fake-bpy-module-20231227}/bl_ui/space_toolsystem_common/__init__.pyi +0 -0
  275. {fake-bpy-module-20231226 → fake-bpy-module-20231227}/bl_ui/space_toolsystem_common/py.typed +0 -0
  276. {fake-bpy-module-20231226 → fake-bpy-module-20231227}/bl_ui/space_toolsystem_toolbar/__init__.pyi +0 -0
  277. {fake-bpy-module-20231226 → fake-bpy-module-20231227}/bl_ui/space_toolsystem_toolbar/py.typed +0 -0
  278. {fake-bpy-module-20231226 → fake-bpy-module-20231227}/bl_ui/space_topbar/__init__.pyi +0 -0
  279. {fake-bpy-module-20231226 → fake-bpy-module-20231227}/bl_ui/space_topbar/py.typed +0 -0
  280. {fake-bpy-module-20231226 → fake-bpy-module-20231227}/bl_ui/space_userpref/__init__.pyi +0 -0
  281. {fake-bpy-module-20231226 → fake-bpy-module-20231227}/bl_ui/space_userpref/py.typed +0 -0
  282. {fake-bpy-module-20231226 → fake-bpy-module-20231227}/bl_ui/space_view3d/__init__.pyi +0 -0
  283. {fake-bpy-module-20231226 → fake-bpy-module-20231227}/bl_ui/space_view3d/py.typed +0 -0
  284. {fake-bpy-module-20231226 → fake-bpy-module-20231227}/bl_ui/space_view3d_toolbar/__init__.pyi +0 -0
  285. {fake-bpy-module-20231226 → fake-bpy-module-20231227}/bl_ui/space_view3d_toolbar/py.typed +0 -0
  286. {fake-bpy-module-20231226 → fake-bpy-module-20231227}/bl_ui/utils/__init__.pyi +0 -0
  287. {fake-bpy-module-20231226 → fake-bpy-module-20231227}/bl_ui/utils/py.typed +0 -0
  288. {fake-bpy-module-20231226 → fake-bpy-module-20231227}/bl_ui_utils/__init__.pyi +0 -0
  289. {fake-bpy-module-20231226 → fake-bpy-module-20231227}/bl_ui_utils/bug_report_url/__init__.pyi +0 -0
  290. {fake-bpy-module-20231226 → fake-bpy-module-20231227}/bl_ui_utils/bug_report_url/py.typed +0 -0
  291. {fake-bpy-module-20231226 → fake-bpy-module-20231227}/bl_ui_utils/layout/__init__.pyi +0 -0
  292. {fake-bpy-module-20231226 → fake-bpy-module-20231227}/bl_ui_utils/layout/py.typed +0 -0
  293. {fake-bpy-module-20231226 → fake-bpy-module-20231227}/bl_ui_utils/py.typed +0 -0
  294. {fake-bpy-module-20231226 → fake-bpy-module-20231227}/blend_render_info/__init__.pyi +0 -0
  295. {fake-bpy-module-20231226 → fake-bpy-module-20231227}/blend_render_info/py.typed +0 -0
  296. {fake-bpy-module-20231226 → fake-bpy-module-20231227}/blf/__init__.pyi +0 -0
  297. {fake-bpy-module-20231226 → fake-bpy-module-20231227}/blf/py.typed +0 -0
  298. {fake-bpy-module-20231226 → fake-bpy-module-20231227}/bmesh/__init__.pyi +0 -0
  299. {fake-bpy-module-20231226 → fake-bpy-module-20231227}/bmesh/geometry/__init__.pyi +0 -0
  300. {fake-bpy-module-20231226 → fake-bpy-module-20231227}/bmesh/geometry/py.typed +0 -0
  301. {fake-bpy-module-20231226 → fake-bpy-module-20231227}/bmesh/ops/__init__.pyi +0 -0
  302. {fake-bpy-module-20231226 → fake-bpy-module-20231227}/bmesh/ops/py.typed +0 -0
  303. {fake-bpy-module-20231226 → fake-bpy-module-20231227}/bmesh/py.typed +0 -0
  304. {fake-bpy-module-20231226 → fake-bpy-module-20231227}/bmesh/types/__init__.pyi +0 -0
  305. {fake-bpy-module-20231226 → fake-bpy-module-20231227}/bmesh/types/py.typed +0 -0
  306. {fake-bpy-module-20231226 → fake-bpy-module-20231227}/bmesh/utils/__init__.pyi +0 -0
  307. {fake-bpy-module-20231226 → fake-bpy-module-20231227}/bmesh/utils/py.typed +0 -0
  308. {fake-bpy-module-20231226 → fake-bpy-module-20231227}/bpy/__init__.pyi +1 -1
  309. {fake-bpy-module-20231226 → fake-bpy-module-20231227}/bpy/app/__init__.pyi +2 -2
  310. {fake-bpy-module-20231226 → fake-bpy-module-20231227}/bpy/app/handlers/__init__.pyi +0 -0
  311. {fake-bpy-module-20231226 → fake-bpy-module-20231227}/bpy/app/handlers/py.typed +0 -0
  312. {fake-bpy-module-20231226 → fake-bpy-module-20231227}/bpy/app/icons/__init__.pyi +0 -0
  313. {fake-bpy-module-20231226 → fake-bpy-module-20231227}/bpy/app/icons/py.typed +0 -0
  314. {fake-bpy-module-20231226 → fake-bpy-module-20231227}/bpy/app/py.typed +0 -0
  315. {fake-bpy-module-20231226 → fake-bpy-module-20231227}/bpy/app/timers/__init__.pyi +0 -0
  316. {fake-bpy-module-20231226 → fake-bpy-module-20231227}/bpy/app/timers/py.typed +0 -0
  317. {fake-bpy-module-20231226 → fake-bpy-module-20231227}/bpy/app/translations/__init__.pyi +0 -0
  318. {fake-bpy-module-20231226 → fake-bpy-module-20231227}/bpy/app/translations/py.typed +0 -0
  319. {fake-bpy-module-20231226 → fake-bpy-module-20231227}/bpy/msgbus/__init__.pyi +0 -0
  320. {fake-bpy-module-20231226 → fake-bpy-module-20231227}/bpy/msgbus/py.typed +0 -0
  321. {fake-bpy-module-20231226 → fake-bpy-module-20231227}/bpy/ops/__init__.pyi +64 -64
  322. {fake-bpy-module-20231226 → fake-bpy-module-20231227}/bpy/ops/action/__init__.pyi +0 -0
  323. {fake-bpy-module-20231226 → fake-bpy-module-20231227}/bpy/ops/action/py.typed +0 -0
  324. {fake-bpy-module-20231226 → fake-bpy-module-20231227}/bpy/ops/anim/__init__.pyi +0 -0
  325. {fake-bpy-module-20231226 → fake-bpy-module-20231227}/bpy/ops/anim/py.typed +0 -0
  326. {fake-bpy-module-20231226 → fake-bpy-module-20231227}/bpy/ops/armature/__init__.pyi +0 -0
  327. {fake-bpy-module-20231226 → fake-bpy-module-20231227}/bpy/ops/armature/py.typed +0 -0
  328. {fake-bpy-module-20231226 → fake-bpy-module-20231227}/bpy/ops/asset/__init__.pyi +0 -0
  329. {fake-bpy-module-20231226 → fake-bpy-module-20231227}/bpy/ops/asset/py.typed +0 -0
  330. {fake-bpy-module-20231226 → fake-bpy-module-20231227}/bpy/ops/boid/__init__.pyi +0 -0
  331. {fake-bpy-module-20231226 → fake-bpy-module-20231227}/bpy/ops/boid/py.typed +0 -0
  332. {fake-bpy-module-20231226 → fake-bpy-module-20231227}/bpy/ops/brush/__init__.pyi +0 -0
  333. {fake-bpy-module-20231226 → fake-bpy-module-20231227}/bpy/ops/brush/py.typed +0 -0
  334. {fake-bpy-module-20231226 → fake-bpy-module-20231227}/bpy/ops/buttons/__init__.pyi +0 -0
  335. {fake-bpy-module-20231226 → fake-bpy-module-20231227}/bpy/ops/buttons/py.typed +0 -0
  336. {fake-bpy-module-20231226 → fake-bpy-module-20231227}/bpy/ops/cachefile/__init__.pyi +0 -0
  337. {fake-bpy-module-20231226 → fake-bpy-module-20231227}/bpy/ops/cachefile/py.typed +0 -0
  338. {fake-bpy-module-20231226 → fake-bpy-module-20231227}/bpy/ops/camera/__init__.pyi +0 -0
  339. {fake-bpy-module-20231226 → fake-bpy-module-20231227}/bpy/ops/camera/py.typed +0 -0
  340. {fake-bpy-module-20231226 → fake-bpy-module-20231227}/bpy/ops/clip/__init__.pyi +0 -0
  341. {fake-bpy-module-20231226 → fake-bpy-module-20231227}/bpy/ops/clip/py.typed +0 -0
  342. {fake-bpy-module-20231226 → fake-bpy-module-20231227}/bpy/ops/cloth/__init__.pyi +0 -0
  343. {fake-bpy-module-20231226 → fake-bpy-module-20231227}/bpy/ops/cloth/py.typed +0 -0
  344. {fake-bpy-module-20231226 → fake-bpy-module-20231227}/bpy/ops/collection/__init__.pyi +0 -0
  345. {fake-bpy-module-20231226 → fake-bpy-module-20231227}/bpy/ops/collection/py.typed +0 -0
  346. {fake-bpy-module-20231226 → fake-bpy-module-20231227}/bpy/ops/console/__init__.pyi +0 -0
  347. {fake-bpy-module-20231226 → fake-bpy-module-20231227}/bpy/ops/console/py.typed +0 -0
  348. {fake-bpy-module-20231226 → fake-bpy-module-20231227}/bpy/ops/constraint/__init__.pyi +0 -0
  349. {fake-bpy-module-20231226 → fake-bpy-module-20231227}/bpy/ops/constraint/py.typed +0 -0
  350. {fake-bpy-module-20231226 → fake-bpy-module-20231227}/bpy/ops/curve/__init__.pyi +0 -0
  351. {fake-bpy-module-20231226 → fake-bpy-module-20231227}/bpy/ops/curve/py.typed +0 -0
  352. {fake-bpy-module-20231226 → fake-bpy-module-20231227}/bpy/ops/curves/__init__.pyi +0 -0
  353. {fake-bpy-module-20231226 → fake-bpy-module-20231227}/bpy/ops/curves/py.typed +0 -0
  354. {fake-bpy-module-20231226 → fake-bpy-module-20231227}/bpy/ops/cycles/__init__.pyi +0 -0
  355. {fake-bpy-module-20231226 → fake-bpy-module-20231227}/bpy/ops/cycles/py.typed +0 -0
  356. {fake-bpy-module-20231226 → fake-bpy-module-20231227}/bpy/ops/dpaint/__init__.pyi +0 -0
  357. {fake-bpy-module-20231226 → fake-bpy-module-20231227}/bpy/ops/dpaint/py.typed +0 -0
  358. {fake-bpy-module-20231226 → fake-bpy-module-20231227}/bpy/ops/ed/__init__.pyi +0 -0
  359. {fake-bpy-module-20231226 → fake-bpy-module-20231227}/bpy/ops/ed/py.typed +0 -0
  360. {fake-bpy-module-20231226 → fake-bpy-module-20231227}/bpy/ops/export_anim/__init__.pyi +0 -0
  361. {fake-bpy-module-20231226 → fake-bpy-module-20231227}/bpy/ops/export_anim/py.typed +0 -0
  362. {fake-bpy-module-20231226 → fake-bpy-module-20231227}/bpy/ops/export_mesh/__init__.pyi +0 -0
  363. {fake-bpy-module-20231226 → fake-bpy-module-20231227}/bpy/ops/export_mesh/py.typed +0 -0
  364. {fake-bpy-module-20231226 → fake-bpy-module-20231227}/bpy/ops/export_scene/__init__.pyi +0 -0
  365. {fake-bpy-module-20231226 → fake-bpy-module-20231227}/bpy/ops/export_scene/py.typed +0 -0
  366. {fake-bpy-module-20231226 → fake-bpy-module-20231227}/bpy/ops/file/__init__.pyi +0 -0
  367. {fake-bpy-module-20231226 → fake-bpy-module-20231227}/bpy/ops/file/py.typed +0 -0
  368. {fake-bpy-module-20231226 → fake-bpy-module-20231227}/bpy/ops/fluid/__init__.pyi +0 -0
  369. {fake-bpy-module-20231226 → fake-bpy-module-20231227}/bpy/ops/fluid/py.typed +0 -0
  370. {fake-bpy-module-20231226 → fake-bpy-module-20231227}/bpy/ops/font/__init__.pyi +0 -0
  371. {fake-bpy-module-20231226 → fake-bpy-module-20231227}/bpy/ops/font/py.typed +0 -0
  372. {fake-bpy-module-20231226 → fake-bpy-module-20231227}/bpy/ops/geometry/__init__.pyi +0 -0
  373. {fake-bpy-module-20231226 → fake-bpy-module-20231227}/bpy/ops/geometry/py.typed +0 -0
  374. {fake-bpy-module-20231226 → fake-bpy-module-20231227}/bpy/ops/gizmogroup/__init__.pyi +0 -0
  375. {fake-bpy-module-20231226 → fake-bpy-module-20231227}/bpy/ops/gizmogroup/py.typed +0 -0
  376. {fake-bpy-module-20231226 → fake-bpy-module-20231227}/bpy/ops/gpencil/__init__.pyi +0 -0
  377. {fake-bpy-module-20231226 → fake-bpy-module-20231227}/bpy/ops/gpencil/py.typed +0 -0
  378. {fake-bpy-module-20231226 → fake-bpy-module-20231227}/bpy/ops/graph/__init__.pyi +0 -0
  379. {fake-bpy-module-20231226 → fake-bpy-module-20231227}/bpy/ops/graph/py.typed +0 -0
  380. {fake-bpy-module-20231226 → fake-bpy-module-20231227}/bpy/ops/grease_pencil/__init__.pyi +0 -0
  381. {fake-bpy-module-20231226 → fake-bpy-module-20231227}/bpy/ops/grease_pencil/py.typed +0 -0
  382. {fake-bpy-module-20231226 → fake-bpy-module-20231227}/bpy/ops/image/__init__.pyi +0 -0
  383. {fake-bpy-module-20231226 → fake-bpy-module-20231227}/bpy/ops/image/py.typed +0 -0
  384. {fake-bpy-module-20231226 → fake-bpy-module-20231227}/bpy/ops/import_anim/__init__.pyi +0 -0
  385. {fake-bpy-module-20231226 → fake-bpy-module-20231227}/bpy/ops/import_anim/py.typed +0 -0
  386. {fake-bpy-module-20231226 → fake-bpy-module-20231227}/bpy/ops/import_curve/__init__.pyi +0 -0
  387. {fake-bpy-module-20231226 → fake-bpy-module-20231227}/bpy/ops/import_curve/py.typed +0 -0
  388. {fake-bpy-module-20231226 → fake-bpy-module-20231227}/bpy/ops/import_mesh/__init__.pyi +0 -0
  389. {fake-bpy-module-20231226 → fake-bpy-module-20231227}/bpy/ops/import_mesh/py.typed +0 -0
  390. {fake-bpy-module-20231226 → fake-bpy-module-20231227}/bpy/ops/import_scene/__init__.pyi +0 -0
  391. {fake-bpy-module-20231226 → fake-bpy-module-20231227}/bpy/ops/import_scene/py.typed +0 -0
  392. {fake-bpy-module-20231226 → fake-bpy-module-20231227}/bpy/ops/info/__init__.pyi +0 -0
  393. {fake-bpy-module-20231226 → fake-bpy-module-20231227}/bpy/ops/info/py.typed +0 -0
  394. {fake-bpy-module-20231226 → fake-bpy-module-20231227}/bpy/ops/lattice/__init__.pyi +0 -0
  395. {fake-bpy-module-20231226 → fake-bpy-module-20231227}/bpy/ops/lattice/py.typed +0 -0
  396. {fake-bpy-module-20231226 → fake-bpy-module-20231227}/bpy/ops/marker/__init__.pyi +0 -0
  397. {fake-bpy-module-20231226 → fake-bpy-module-20231227}/bpy/ops/marker/py.typed +0 -0
  398. {fake-bpy-module-20231226 → fake-bpy-module-20231227}/bpy/ops/mask/__init__.pyi +0 -0
  399. {fake-bpy-module-20231226 → fake-bpy-module-20231227}/bpy/ops/mask/py.typed +0 -0
  400. {fake-bpy-module-20231226 → fake-bpy-module-20231227}/bpy/ops/material/__init__.pyi +0 -0
  401. {fake-bpy-module-20231226 → fake-bpy-module-20231227}/bpy/ops/material/py.typed +0 -0
  402. {fake-bpy-module-20231226 → fake-bpy-module-20231227}/bpy/ops/mball/__init__.pyi +0 -0
  403. {fake-bpy-module-20231226 → fake-bpy-module-20231227}/bpy/ops/mball/py.typed +0 -0
  404. {fake-bpy-module-20231226 → fake-bpy-module-20231227}/bpy/ops/mesh/__init__.pyi +0 -0
  405. {fake-bpy-module-20231226 → fake-bpy-module-20231227}/bpy/ops/mesh/py.typed +0 -0
  406. {fake-bpy-module-20231226 → fake-bpy-module-20231227}/bpy/ops/nla/__init__.pyi +0 -0
  407. {fake-bpy-module-20231226 → fake-bpy-module-20231227}/bpy/ops/nla/py.typed +0 -0
  408. {fake-bpy-module-20231226 → fake-bpy-module-20231227}/bpy/ops/node/__init__.pyi +0 -0
  409. {fake-bpy-module-20231226 → fake-bpy-module-20231227}/bpy/ops/node/py.typed +0 -0
  410. {fake-bpy-module-20231226 → fake-bpy-module-20231227}/bpy/ops/object/__init__.pyi +0 -0
  411. {fake-bpy-module-20231226 → fake-bpy-module-20231227}/bpy/ops/object/py.typed +0 -0
  412. {fake-bpy-module-20231226 → fake-bpy-module-20231227}/bpy/ops/outliner/__init__.pyi +0 -0
  413. {fake-bpy-module-20231226 → fake-bpy-module-20231227}/bpy/ops/outliner/py.typed +0 -0
  414. {fake-bpy-module-20231226 → fake-bpy-module-20231227}/bpy/ops/paint/__init__.pyi +0 -0
  415. {fake-bpy-module-20231226 → fake-bpy-module-20231227}/bpy/ops/paint/py.typed +0 -0
  416. {fake-bpy-module-20231226 → fake-bpy-module-20231227}/bpy/ops/paintcurve/__init__.pyi +0 -0
  417. {fake-bpy-module-20231226 → fake-bpy-module-20231227}/bpy/ops/paintcurve/py.typed +0 -0
  418. {fake-bpy-module-20231226 → fake-bpy-module-20231227}/bpy/ops/palette/__init__.pyi +0 -0
  419. {fake-bpy-module-20231226 → fake-bpy-module-20231227}/bpy/ops/palette/py.typed +0 -0
  420. {fake-bpy-module-20231226 → fake-bpy-module-20231227}/bpy/ops/particle/__init__.pyi +0 -0
  421. {fake-bpy-module-20231226 → fake-bpy-module-20231227}/bpy/ops/particle/py.typed +0 -0
  422. {fake-bpy-module-20231226 → fake-bpy-module-20231227}/bpy/ops/pose/__init__.pyi +0 -0
  423. {fake-bpy-module-20231226 → fake-bpy-module-20231227}/bpy/ops/pose/py.typed +0 -0
  424. {fake-bpy-module-20231226 → fake-bpy-module-20231227}/bpy/ops/poselib/__init__.pyi +0 -0
  425. {fake-bpy-module-20231226 → fake-bpy-module-20231227}/bpy/ops/poselib/py.typed +0 -0
  426. {fake-bpy-module-20231226 → fake-bpy-module-20231227}/bpy/ops/preferences/__init__.pyi +0 -0
  427. {fake-bpy-module-20231226 → fake-bpy-module-20231227}/bpy/ops/preferences/py.typed +0 -0
  428. {fake-bpy-module-20231226 → fake-bpy-module-20231227}/bpy/ops/ptcache/__init__.pyi +0 -0
  429. {fake-bpy-module-20231226 → fake-bpy-module-20231227}/bpy/ops/ptcache/py.typed +0 -0
  430. {fake-bpy-module-20231226 → fake-bpy-module-20231227}/bpy/ops/py.typed +0 -0
  431. {fake-bpy-module-20231226 → fake-bpy-module-20231227}/bpy/ops/render/__init__.pyi +0 -0
  432. {fake-bpy-module-20231226 → fake-bpy-module-20231227}/bpy/ops/render/py.typed +0 -0
  433. {fake-bpy-module-20231226 → fake-bpy-module-20231227}/bpy/ops/rigidbody/__init__.pyi +0 -0
  434. {fake-bpy-module-20231226 → fake-bpy-module-20231227}/bpy/ops/rigidbody/py.typed +0 -0
  435. {fake-bpy-module-20231226 → fake-bpy-module-20231227}/bpy/ops/scene/__init__.pyi +0 -0
  436. {fake-bpy-module-20231226 → fake-bpy-module-20231227}/bpy/ops/scene/py.typed +0 -0
  437. {fake-bpy-module-20231226 → fake-bpy-module-20231227}/bpy/ops/screen/__init__.pyi +0 -0
  438. {fake-bpy-module-20231226 → fake-bpy-module-20231227}/bpy/ops/screen/py.typed +0 -0
  439. {fake-bpy-module-20231226 → fake-bpy-module-20231227}/bpy/ops/script/__init__.pyi +0 -0
  440. {fake-bpy-module-20231226 → fake-bpy-module-20231227}/bpy/ops/script/py.typed +0 -0
  441. {fake-bpy-module-20231226 → fake-bpy-module-20231227}/bpy/ops/sculpt/__init__.pyi +0 -0
  442. {fake-bpy-module-20231226 → fake-bpy-module-20231227}/bpy/ops/sculpt/py.typed +0 -0
  443. {fake-bpy-module-20231226 → fake-bpy-module-20231227}/bpy/ops/sculpt_curves/__init__.pyi +0 -0
  444. {fake-bpy-module-20231226 → fake-bpy-module-20231227}/bpy/ops/sculpt_curves/py.typed +0 -0
  445. {fake-bpy-module-20231226 → fake-bpy-module-20231227}/bpy/ops/sequencer/__init__.pyi +0 -0
  446. {fake-bpy-module-20231226 → fake-bpy-module-20231227}/bpy/ops/sequencer/py.typed +0 -0
  447. {fake-bpy-module-20231226 → fake-bpy-module-20231227}/bpy/ops/sound/__init__.pyi +0 -0
  448. {fake-bpy-module-20231226 → fake-bpy-module-20231227}/bpy/ops/sound/py.typed +0 -0
  449. {fake-bpy-module-20231226 → fake-bpy-module-20231227}/bpy/ops/spreadsheet/__init__.pyi +0 -0
  450. {fake-bpy-module-20231226 → fake-bpy-module-20231227}/bpy/ops/spreadsheet/py.typed +0 -0
  451. {fake-bpy-module-20231226 → fake-bpy-module-20231227}/bpy/ops/surface/__init__.pyi +0 -0
  452. {fake-bpy-module-20231226 → fake-bpy-module-20231227}/bpy/ops/surface/py.typed +0 -0
  453. {fake-bpy-module-20231226 → fake-bpy-module-20231227}/bpy/ops/text/__init__.pyi +0 -0
  454. {fake-bpy-module-20231226 → fake-bpy-module-20231227}/bpy/ops/text/py.typed +0 -0
  455. {fake-bpy-module-20231226 → fake-bpy-module-20231227}/bpy/ops/text_editor/__init__.pyi +0 -0
  456. {fake-bpy-module-20231226 → fake-bpy-module-20231227}/bpy/ops/text_editor/py.typed +0 -0
  457. {fake-bpy-module-20231226 → fake-bpy-module-20231227}/bpy/ops/texture/__init__.pyi +0 -0
  458. {fake-bpy-module-20231226 → fake-bpy-module-20231227}/bpy/ops/texture/py.typed +0 -0
  459. {fake-bpy-module-20231226 → fake-bpy-module-20231227}/bpy/ops/transform/__init__.pyi +0 -0
  460. {fake-bpy-module-20231226 → fake-bpy-module-20231227}/bpy/ops/transform/py.typed +0 -0
  461. {fake-bpy-module-20231226 → fake-bpy-module-20231227}/bpy/ops/ui/__init__.pyi +0 -0
  462. {fake-bpy-module-20231226 → fake-bpy-module-20231227}/bpy/ops/ui/py.typed +0 -0
  463. {fake-bpy-module-20231226 → fake-bpy-module-20231227}/bpy/ops/uilist/__init__.pyi +0 -0
  464. {fake-bpy-module-20231226 → fake-bpy-module-20231227}/bpy/ops/uilist/py.typed +0 -0
  465. {fake-bpy-module-20231226 → fake-bpy-module-20231227}/bpy/ops/uv/__init__.pyi +0 -0
  466. {fake-bpy-module-20231226 → fake-bpy-module-20231227}/bpy/ops/uv/py.typed +0 -0
  467. {fake-bpy-module-20231226 → fake-bpy-module-20231227}/bpy/ops/view2d/__init__.pyi +0 -0
  468. {fake-bpy-module-20231226 → fake-bpy-module-20231227}/bpy/ops/view2d/py.typed +0 -0
  469. {fake-bpy-module-20231226 → fake-bpy-module-20231227}/bpy/ops/view3d/__init__.pyi +0 -0
  470. {fake-bpy-module-20231226 → fake-bpy-module-20231227}/bpy/ops/view3d/py.typed +0 -0
  471. {fake-bpy-module-20231226 → fake-bpy-module-20231227}/bpy/ops/wm/__init__.pyi +0 -0
  472. {fake-bpy-module-20231226 → fake-bpy-module-20231227}/bpy/ops/wm/py.typed +0 -0
  473. {fake-bpy-module-20231226 → fake-bpy-module-20231227}/bpy/ops/workspace/__init__.pyi +0 -0
  474. {fake-bpy-module-20231226 → fake-bpy-module-20231227}/bpy/ops/workspace/py.typed +0 -0
  475. {fake-bpy-module-20231226 → fake-bpy-module-20231227}/bpy/ops/world/__init__.pyi +0 -0
  476. {fake-bpy-module-20231226 → fake-bpy-module-20231227}/bpy/ops/world/py.typed +0 -0
  477. {fake-bpy-module-20231226 → fake-bpy-module-20231227}/bpy/path/__init__.pyi +0 -0
  478. {fake-bpy-module-20231226 → fake-bpy-module-20231227}/bpy/path/py.typed +0 -0
  479. {fake-bpy-module-20231226 → fake-bpy-module-20231227}/bpy/props/py.typed +0 -0
  480. {fake-bpy-module-20231226 → fake-bpy-module-20231227}/bpy/py.typed +0 -0
  481. {fake-bpy-module-20231226 → fake-bpy-module-20231227}/bpy/types/py.typed +0 -0
  482. {fake-bpy-module-20231226 → fake-bpy-module-20231227}/bpy/utils/__init__.pyi +1 -1
  483. {fake-bpy-module-20231226 → fake-bpy-module-20231227}/bpy/utils/previews/__init__.pyi +0 -0
  484. {fake-bpy-module-20231226 → fake-bpy-module-20231227}/bpy/utils/previews/py.typed +0 -0
  485. {fake-bpy-module-20231226 → fake-bpy-module-20231227}/bpy/utils/py.typed +0 -0
  486. {fake-bpy-module-20231226 → fake-bpy-module-20231227}/bpy/utils/units/__init__.pyi +0 -0
  487. {fake-bpy-module-20231226 → fake-bpy-module-20231227}/bpy/utils/units/py.typed +0 -0
  488. {fake-bpy-module-20231226 → fake-bpy-module-20231227}/bpy_extras/__init__.pyi +0 -0
  489. {fake-bpy-module-20231226 → fake-bpy-module-20231227}/bpy_extras/anim_utils/__init__.pyi +0 -0
  490. {fake-bpy-module-20231226 → fake-bpy-module-20231227}/bpy_extras/anim_utils/py.typed +0 -0
  491. {fake-bpy-module-20231226 → fake-bpy-module-20231227}/bpy_extras/asset_utils/__init__.pyi +0 -0
  492. {fake-bpy-module-20231226 → fake-bpy-module-20231227}/bpy_extras/asset_utils/py.typed +0 -0
  493. {fake-bpy-module-20231226 → fake-bpy-module-20231227}/bpy_extras/bmesh_utils/__init__.pyi +0 -0
  494. {fake-bpy-module-20231226 → fake-bpy-module-20231227}/bpy_extras/bmesh_utils/py.typed +0 -0
  495. {fake-bpy-module-20231226 → fake-bpy-module-20231227}/bpy_extras/extensions/__init__.pyi +0 -0
  496. {fake-bpy-module-20231226 → fake-bpy-module-20231227}/bpy_extras/extensions/junction_module/__init__.pyi +0 -0
  497. {fake-bpy-module-20231226 → fake-bpy-module-20231227}/bpy_extras/extensions/junction_module/py.typed +0 -0
  498. {fake-bpy-module-20231226 → fake-bpy-module-20231227}/bpy_extras/extensions/py.typed +0 -0
  499. {fake-bpy-module-20231226 → fake-bpy-module-20231227}/bpy_extras/id_map_utils/__init__.pyi +0 -0
  500. {fake-bpy-module-20231226 → fake-bpy-module-20231227}/bpy_extras/id_map_utils/py.typed +0 -0
  501. {fake-bpy-module-20231226 → fake-bpy-module-20231227}/bpy_extras/image_utils/__init__.pyi +0 -0
  502. {fake-bpy-module-20231226 → fake-bpy-module-20231227}/bpy_extras/image_utils/py.typed +0 -0
  503. {fake-bpy-module-20231226 → fake-bpy-module-20231227}/bpy_extras/io_utils/__init__.pyi +0 -0
  504. {fake-bpy-module-20231226 → fake-bpy-module-20231227}/bpy_extras/io_utils/py.typed +0 -0
  505. {fake-bpy-module-20231226 → fake-bpy-module-20231227}/bpy_extras/keyconfig_utils/__init__.pyi +0 -0
  506. {fake-bpy-module-20231226 → fake-bpy-module-20231227}/bpy_extras/keyconfig_utils/py.typed +0 -0
  507. {fake-bpy-module-20231226 → fake-bpy-module-20231227}/bpy_extras/mesh_utils/__init__.pyi +0 -0
  508. {fake-bpy-module-20231226 → fake-bpy-module-20231227}/bpy_extras/mesh_utils/py.typed +0 -0
  509. {fake-bpy-module-20231226 → fake-bpy-module-20231227}/bpy_extras/node_shader_utils/__init__.pyi +0 -0
  510. {fake-bpy-module-20231226 → fake-bpy-module-20231227}/bpy_extras/node_shader_utils/py.typed +0 -0
  511. {fake-bpy-module-20231226 → fake-bpy-module-20231227}/bpy_extras/node_utils/__init__.pyi +0 -0
  512. {fake-bpy-module-20231226 → fake-bpy-module-20231227}/bpy_extras/node_utils/py.typed +0 -0
  513. {fake-bpy-module-20231226 → fake-bpy-module-20231227}/bpy_extras/object_utils/__init__.pyi +0 -0
  514. {fake-bpy-module-20231226 → fake-bpy-module-20231227}/bpy_extras/object_utils/py.typed +0 -0
  515. {fake-bpy-module-20231226 → fake-bpy-module-20231227}/bpy_extras/py.typed +0 -0
  516. {fake-bpy-module-20231226 → fake-bpy-module-20231227}/bpy_extras/view3d_utils/__init__.pyi +0 -0
  517. {fake-bpy-module-20231226 → fake-bpy-module-20231227}/bpy_extras/view3d_utils/py.typed +0 -0
  518. {fake-bpy-module-20231226 → fake-bpy-module-20231227}/bpy_extras/wm_utils/__init__.pyi +0 -0
  519. {fake-bpy-module-20231226 → fake-bpy-module-20231227}/bpy_extras/wm_utils/progress_report/__init__.pyi +0 -0
  520. {fake-bpy-module-20231226 → fake-bpy-module-20231227}/bpy_extras/wm_utils/progress_report/py.typed +0 -0
  521. {fake-bpy-module-20231226 → fake-bpy-module-20231227}/bpy_extras/wm_utils/py.typed +0 -0
  522. {fake-bpy-module-20231226 → fake-bpy-module-20231227}/bpy_restrict_state/__init__.pyi +0 -0
  523. {fake-bpy-module-20231226 → fake-bpy-module-20231227}/bpy_restrict_state/py.typed +0 -0
  524. {fake-bpy-module-20231226 → fake-bpy-module-20231227}/bpy_types/__init__.pyi +0 -0
  525. {fake-bpy-module-20231226 → fake-bpy-module-20231227}/bpy_types/py.typed +0 -0
  526. {fake-bpy-module-20231226 → fake-bpy-module-20231227}/console_python/__init__.pyi +0 -0
  527. {fake-bpy-module-20231226 → fake-bpy-module-20231227}/console_python/py.typed +0 -0
  528. {fake-bpy-module-20231226 → fake-bpy-module-20231227}/console_shell/__init__.pyi +0 -0
  529. {fake-bpy-module-20231226 → fake-bpy-module-20231227}/console_shell/py.typed +0 -0
  530. {fake-bpy-module-20231226 → fake-bpy-module-20231227}/fake_bpy_module.egg-info/SOURCES.txt +0 -0
  531. {fake-bpy-module-20231226 → fake-bpy-module-20231227}/fake_bpy_module.egg-info/dependency_links.txt +0 -0
  532. {fake-bpy-module-20231226 → fake-bpy-module-20231227}/fake_bpy_module.egg-info/top_level.txt +0 -0
  533. {fake-bpy-module-20231226 → fake-bpy-module-20231227}/freestyle/__init__.pyi +0 -0
  534. {fake-bpy-module-20231226 → fake-bpy-module-20231227}/freestyle/chainingiterators/__init__.pyi +0 -0
  535. {fake-bpy-module-20231226 → fake-bpy-module-20231227}/freestyle/chainingiterators/py.typed +0 -0
  536. {fake-bpy-module-20231226 → fake-bpy-module-20231227}/freestyle/functions/__init__.pyi +0 -0
  537. {fake-bpy-module-20231226 → fake-bpy-module-20231227}/freestyle/functions/py.typed +0 -0
  538. {fake-bpy-module-20231226 → fake-bpy-module-20231227}/freestyle/predicates/__init__.pyi +0 -0
  539. {fake-bpy-module-20231226 → fake-bpy-module-20231227}/freestyle/predicates/py.typed +0 -0
  540. {fake-bpy-module-20231226 → fake-bpy-module-20231227}/freestyle/py.typed +0 -0
  541. {fake-bpy-module-20231226 → fake-bpy-module-20231227}/freestyle/shaders/__init__.pyi +0 -0
  542. {fake-bpy-module-20231226 → fake-bpy-module-20231227}/freestyle/shaders/py.typed +0 -0
  543. {fake-bpy-module-20231226 → fake-bpy-module-20231227}/freestyle/types/__init__.pyi +0 -0
  544. {fake-bpy-module-20231226 → fake-bpy-module-20231227}/freestyle/types/py.typed +0 -0
  545. {fake-bpy-module-20231226 → fake-bpy-module-20231227}/freestyle/utils/ContextFunctions/__init__.pyi +0 -0
  546. {fake-bpy-module-20231226 → fake-bpy-module-20231227}/freestyle/utils/ContextFunctions/py.typed +0 -0
  547. {fake-bpy-module-20231226 → fake-bpy-module-20231227}/freestyle/utils/__init__.pyi +0 -0
  548. {fake-bpy-module-20231226 → fake-bpy-module-20231227}/freestyle/utils/py.typed +0 -0
  549. {fake-bpy-module-20231226 → fake-bpy-module-20231227}/gpu/__init__.pyi +0 -0
  550. {fake-bpy-module-20231226 → fake-bpy-module-20231227}/gpu/capabilities/__init__.pyi +0 -0
  551. {fake-bpy-module-20231226 → fake-bpy-module-20231227}/gpu/capabilities/py.typed +0 -0
  552. {fake-bpy-module-20231226 → fake-bpy-module-20231227}/gpu/matrix/__init__.pyi +0 -0
  553. {fake-bpy-module-20231226 → fake-bpy-module-20231227}/gpu/matrix/py.typed +0 -0
  554. {fake-bpy-module-20231226 → fake-bpy-module-20231227}/gpu/platform/__init__.pyi +0 -0
  555. {fake-bpy-module-20231226 → fake-bpy-module-20231227}/gpu/platform/py.typed +0 -0
  556. {fake-bpy-module-20231226 → fake-bpy-module-20231227}/gpu/py.typed +0 -0
  557. {fake-bpy-module-20231226 → fake-bpy-module-20231227}/gpu/select/__init__.pyi +0 -0
  558. {fake-bpy-module-20231226 → fake-bpy-module-20231227}/gpu/select/py.typed +0 -0
  559. {fake-bpy-module-20231226 → fake-bpy-module-20231227}/gpu/shader/__init__.pyi +0 -0
  560. {fake-bpy-module-20231226 → fake-bpy-module-20231227}/gpu/shader/py.typed +0 -0
  561. {fake-bpy-module-20231226 → fake-bpy-module-20231227}/gpu/state/__init__.pyi +0 -0
  562. {fake-bpy-module-20231226 → fake-bpy-module-20231227}/gpu/state/py.typed +0 -0
  563. {fake-bpy-module-20231226 → fake-bpy-module-20231227}/gpu/texture/__init__.pyi +0 -0
  564. {fake-bpy-module-20231226 → fake-bpy-module-20231227}/gpu/texture/py.typed +0 -0
  565. {fake-bpy-module-20231226 → fake-bpy-module-20231227}/gpu/types/__init__.pyi +0 -0
  566. {fake-bpy-module-20231226 → fake-bpy-module-20231227}/gpu/types/py.typed +0 -0
  567. {fake-bpy-module-20231226 → fake-bpy-module-20231227}/gpu_extras/__init__.pyi +0 -0
  568. {fake-bpy-module-20231226 → fake-bpy-module-20231227}/gpu_extras/batch/__init__.pyi +0 -0
  569. {fake-bpy-module-20231226 → fake-bpy-module-20231227}/gpu_extras/batch/py.typed +0 -0
  570. {fake-bpy-module-20231226 → fake-bpy-module-20231227}/gpu_extras/presets/__init__.pyi +0 -0
  571. {fake-bpy-module-20231226 → fake-bpy-module-20231227}/gpu_extras/presets/py.typed +0 -0
  572. {fake-bpy-module-20231226 → fake-bpy-module-20231227}/gpu_extras/py.typed +0 -0
  573. {fake-bpy-module-20231226 → fake-bpy-module-20231227}/graphviz_export/__init__.pyi +0 -0
  574. {fake-bpy-module-20231226 → fake-bpy-module-20231227}/graphviz_export/py.typed +0 -0
  575. {fake-bpy-module-20231226 → fake-bpy-module-20231227}/idprop/__init__.pyi +0 -0
  576. {fake-bpy-module-20231226 → fake-bpy-module-20231227}/idprop/py.typed +0 -0
  577. {fake-bpy-module-20231226 → fake-bpy-module-20231227}/idprop/types/__init__.pyi +0 -0
  578. {fake-bpy-module-20231226 → fake-bpy-module-20231227}/idprop/types/py.typed +0 -0
  579. {fake-bpy-module-20231226 → fake-bpy-module-20231227}/imbuf/__init__.pyi +0 -0
  580. {fake-bpy-module-20231226 → fake-bpy-module-20231227}/imbuf/py.typed +0 -0
  581. {fake-bpy-module-20231226 → fake-bpy-module-20231227}/imbuf/types/__init__.pyi +0 -0
  582. {fake-bpy-module-20231226 → fake-bpy-module-20231227}/imbuf/types/py.typed +0 -0
  583. {fake-bpy-module-20231226 → fake-bpy-module-20231227}/keyingsets_builtins/__init__.pyi +0 -0
  584. {fake-bpy-module-20231226 → fake-bpy-module-20231227}/keyingsets_builtins/py.typed +0 -0
  585. {fake-bpy-module-20231226 → fake-bpy-module-20231227}/keyingsets_utils/__init__.pyi +0 -0
  586. {fake-bpy-module-20231226 → fake-bpy-module-20231227}/keyingsets_utils/py.typed +0 -0
  587. {fake-bpy-module-20231226 → fake-bpy-module-20231227}/mathutils/__init__.pyi +0 -0
  588. {fake-bpy-module-20231226 → fake-bpy-module-20231227}/mathutils/bvhtree/__init__.pyi +0 -0
  589. {fake-bpy-module-20231226 → fake-bpy-module-20231227}/mathutils/bvhtree/py.typed +0 -0
  590. {fake-bpy-module-20231226 → fake-bpy-module-20231227}/mathutils/geometry/__init__.pyi +0 -0
  591. {fake-bpy-module-20231226 → fake-bpy-module-20231227}/mathutils/geometry/py.typed +0 -0
  592. {fake-bpy-module-20231226 → fake-bpy-module-20231227}/mathutils/interpolate/__init__.pyi +0 -0
  593. {fake-bpy-module-20231226 → fake-bpy-module-20231227}/mathutils/interpolate/py.typed +0 -0
  594. {fake-bpy-module-20231226 → fake-bpy-module-20231227}/mathutils/kdtree/__init__.pyi +0 -0
  595. {fake-bpy-module-20231226 → fake-bpy-module-20231227}/mathutils/kdtree/py.typed +0 -0
  596. {fake-bpy-module-20231226 → fake-bpy-module-20231227}/mathutils/noise/__init__.pyi +0 -0
  597. {fake-bpy-module-20231226 → fake-bpy-module-20231227}/mathutils/noise/py.typed +0 -0
  598. {fake-bpy-module-20231226 → fake-bpy-module-20231227}/mathutils/py.typed +0 -0
  599. {fake-bpy-module-20231226 → fake-bpy-module-20231227}/nodeitems_builtins/__init__.pyi +0 -0
  600. {fake-bpy-module-20231226 → fake-bpy-module-20231227}/nodeitems_builtins/py.typed +0 -0
  601. {fake-bpy-module-20231226 → fake-bpy-module-20231227}/nodeitems_utils/__init__.pyi +0 -0
  602. {fake-bpy-module-20231226 → fake-bpy-module-20231227}/nodeitems_utils/py.typed +0 -0
  603. {fake-bpy-module-20231226 → fake-bpy-module-20231227}/pyproject.toml +0 -0
  604. {fake-bpy-module-20231226 → fake-bpy-module-20231227}/rna_info/__init__.pyi +0 -0
  605. {fake-bpy-module-20231226 → fake-bpy-module-20231227}/rna_info/py.typed +0 -0
  606. {fake-bpy-module-20231226 → fake-bpy-module-20231227}/rna_keymap_ui/__init__.pyi +0 -0
  607. {fake-bpy-module-20231226 → fake-bpy-module-20231227}/rna_keymap_ui/py.typed +0 -0
  608. {fake-bpy-module-20231226 → fake-bpy-module-20231227}/rna_prop_ui/__init__.pyi +0 -0
  609. {fake-bpy-module-20231226 → fake-bpy-module-20231227}/rna_prop_ui/py.typed +0 -0
  610. {fake-bpy-module-20231226 → fake-bpy-module-20231227}/rna_xml/__init__.pyi +0 -0
  611. {fake-bpy-module-20231226 → fake-bpy-module-20231227}/rna_xml/py.typed +0 -0
  612. {fake-bpy-module-20231226 → fake-bpy-module-20231227}/setup.cfg +0 -0
  613. {fake-bpy-module-20231226 → fake-bpy-module-20231227}/setup.py +0 -0
  614. {fake-bpy-module-20231226 → fake-bpy-module-20231227}/sys_info/__init__.pyi +0 -0
  615. {fake-bpy-module-20231226 → fake-bpy-module-20231227}/sys_info/py.typed +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: fake-bpy-module
3
- Version: 20231226
3
+ Version: 20231227
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,22 +1,20 @@
1
1
  import sys
2
2
  import typing
3
- import bpy.types
4
3
 
5
4
  GenericType = typing.TypeVar("GenericType")
6
5
 
7
6
 
8
- def BoolProperty(
9
- name: typing.Optional[str] = "",
10
- description: typing.Optional[str] = "",
11
- translation_context: typing.Optional[str] = "*",
12
- default=False,
13
- options: typing.Optional[typing.Set] = {'ANIMATABLE'},
14
- override: typing.Optional[typing.Set] = 'set()',
15
- tags: typing.Optional[typing.Set] = 'set()',
16
- subtype: typing.Optional[str] = 'NONE',
17
- update: typing.Optional[typing.Any] = None,
18
- get: typing.Optional[typing.Any] = None,
19
- set: typing.Optional[typing.Any] = None) -> 'bpy.types.BoolProperty':
7
+ def BoolProperty(name: typing.Optional[str] = "",
8
+ description: typing.Optional[str] = "",
9
+ translation_context: typing.Optional[str] = "*",
10
+ default=False,
11
+ options: typing.Optional[typing.Set] = {'ANIMATABLE'},
12
+ override: typing.Optional[typing.Set] = 'set()',
13
+ tags: typing.Optional[typing.Set] = 'set()',
14
+ subtype: typing.Optional[str] = 'NONE',
15
+ update: typing.Optional[typing.Any] = None,
16
+ get: typing.Optional[typing.Any] = None,
17
+ set: typing.Optional[typing.Any] = None):
20
18
  ''' Returns a new boolean property definition.
21
19
 
22
20
  :param name: Name used in the user interface.
@@ -39,7 +37,6 @@ def BoolProperty(
39
37
  :type get: typing.Optional[typing.Any]
40
38
  :param set: Function to be called when this value is 'written', This function must take 2 values (self, value) and return None.
41
39
  :type set: typing.Optional[typing.Any]
42
- :rtype: 'bpy.types.BoolProperty'
43
40
  '''
44
41
 
45
42
  ...
@@ -57,8 +54,7 @@ def BoolVectorProperty(
57
54
  size: typing.Optional[typing.Union[int, typing.Sequence[int]]] = 3,
58
55
  update: typing.Optional[typing.Any] = None,
59
56
  get: typing.Optional[typing.Any] = None,
60
- set: typing.Optional[typing.Any] = None
61
- ) -> typing.Union[typing.List, 'bpy.types.BoolProperty']:
57
+ set: typing.Optional[typing.Any] = None):
62
58
  ''' Returns a new vector boolean property definition.
63
59
 
64
60
  :param name: Name used in the user interface.
@@ -85,7 +81,6 @@ def BoolVectorProperty(
85
81
  :type get: typing.Optional[typing.Any]
86
82
  :param set: Function to be called when this value is 'written', This function must take 2 values (self, value) and return None.
87
83
  :type set: typing.Optional[typing.Any]
88
- :rtype: typing.Union[typing.List, 'bpy.types.BoolProperty']
89
84
  '''
90
85
 
91
86
  ...
@@ -97,8 +92,7 @@ def CollectionProperty(type: typing.Optional[typing.Any] = None,
97
92
  translation_context: typing.Optional[str] = "*",
98
93
  options: typing.Optional[typing.Set] = {'ANIMATABLE'},
99
94
  override: typing.Optional[typing.Set] = 'set()',
100
- tags: typing.Optional[typing.Set] = 'set()'
101
- ) -> 'bpy.types.CollectionProperty':
95
+ tags: typing.Optional[typing.Set] = 'set()'):
102
96
  ''' Returns a new collection property definition.
103
97
 
104
98
  :param type: `bpy.types.PropertyGroup`.
@@ -115,25 +109,24 @@ def CollectionProperty(type: typing.Optional[typing.Any] = None,
115
109
  :type override: typing.Optional[typing.Set]
116
110
  :param tags: Enumerator of tags that are defined by parent class.
117
111
  :type tags: typing.Optional[typing.Set]
118
- :rtype: 'bpy.types.CollectionProperty'
119
112
  '''
120
113
 
121
114
  ...
122
115
 
123
116
 
124
- def EnumProperty(
125
- items: typing.Optional[typing.Union[typing.Iterable[
126
- typing.Iterable[str]], typing.Callable]],
127
- name: typing.Optional[str] = "",
128
- description: typing.Optional[str] = "",
129
- translation_context: typing.Optional[str] = "*",
130
- default: typing.Optional[typing.Union[str, typing.Set]] = None,
131
- options: typing.Optional[typing.Set] = {'ANIMATABLE'},
132
- override: typing.Optional[typing.Set] = 'set()',
133
- tags: typing.Optional[typing.Set] = 'set()',
134
- update: typing.Optional[typing.Any] = None,
135
- get: typing.Optional[typing.Any] = None,
136
- set: typing.Optional[typing.Any] = None) -> 'bpy.types.EnumProperty':
117
+ def EnumProperty(items: typing.Optional[
118
+ typing.Union[typing.Iterable[typing.Iterable[str]], typing.Callable]],
119
+ name: typing.Optional[str] = "",
120
+ description: typing.Optional[str] = "",
121
+ translation_context: typing.Optional[str] = "*",
122
+ default: typing.Optional[typing.Union[str, typing.
123
+ Set]] = None,
124
+ options: typing.Optional[typing.Set] = {'ANIMATABLE'},
125
+ override: typing.Optional[typing.Set] = 'set()',
126
+ tags: typing.Optional[typing.Set] = 'set()',
127
+ update: typing.Optional[typing.Any] = None,
128
+ get: typing.Optional[typing.Any] = None,
129
+ set: typing.Optional[typing.Any] = None):
137
130
  ''' Returns a new enumerator property definition.
138
131
 
139
132
  :param items: ``[(identifier, name, description, icon, number), ...]``. The first three elements of the tuples are mandatory. :identifier: The identifier is used for Python access. :name: Name for the interface. :description: Used for documentation and tooltips. :icon: An icon string identifier or integer icon value (e.g. returned by `bpy.types.UILayout.icon`) :number: Unique value used as the identifier for this item (stored in file data). Use when the identifier may need to change. If the *ENUM_FLAG* option is used, the values are bit-masks and should be powers of two. When an item only contains 4 items they define ``(identifier, name, description, number)``. Separators may be added using None instead of a tuple. For dynamic values a callback can be passed which returns a list in the same format as the static list. This function must take 2 arguments ``(self, context)``, **context may be None**. .. warning:: There is a known bug with using a callback, Python must keep a reference to the strings returned by the callback or Blender will misbehave or even crash.
@@ -158,31 +151,29 @@ def EnumProperty(
158
151
  :type get: typing.Optional[typing.Any]
159
152
  :param set: Function to be called when this value is 'written', This function must take 2 values (self, value) and return None.
160
153
  :type set: typing.Optional[typing.Any]
161
- :rtype: 'bpy.types.EnumProperty'
162
154
  '''
163
155
 
164
156
  ...
165
157
 
166
158
 
167
- def FloatProperty(
168
- name: typing.Optional[str] = "",
169
- description: typing.Optional[str] = "",
170
- translation_context: typing.Optional[str] = "*",
171
- default=0.0,
172
- min: typing.Optional[float] = -3.402823e+38,
173
- max: typing.Optional[float] = 3.402823e+38,
174
- soft_min: typing.Optional[float] = -3.402823e+38,
175
- soft_max: typing.Optional[float] = 3.402823e+38,
176
- step: typing.Optional[int] = 3,
177
- precision: typing.Optional[int] = 2,
178
- options: typing.Optional[typing.Set] = {'ANIMATABLE'},
179
- override: typing.Optional[typing.Set] = 'set()',
180
- tags: typing.Optional[typing.Set] = 'set()',
181
- subtype: typing.Optional[str] = 'NONE',
182
- unit: typing.Optional[str] = 'NONE',
183
- update: typing.Optional[typing.Any] = None,
184
- get: typing.Optional[typing.Any] = None,
185
- set: typing.Optional[typing.Any] = None) -> 'bpy.types.FloatProperty':
159
+ def FloatProperty(name: typing.Optional[str] = "",
160
+ description: typing.Optional[str] = "",
161
+ translation_context: typing.Optional[str] = "*",
162
+ default=0.0,
163
+ min: typing.Optional[float] = -3.402823e+38,
164
+ max: typing.Optional[float] = 3.402823e+38,
165
+ soft_min: typing.Optional[float] = -3.402823e+38,
166
+ soft_max: typing.Optional[float] = 3.402823e+38,
167
+ step: typing.Optional[int] = 3,
168
+ precision: typing.Optional[int] = 2,
169
+ options: typing.Optional[typing.Set] = {'ANIMATABLE'},
170
+ override: typing.Optional[typing.Set] = 'set()',
171
+ tags: typing.Optional[typing.Set] = 'set()',
172
+ subtype: typing.Optional[str] = 'NONE',
173
+ unit: typing.Optional[str] = 'NONE',
174
+ update: typing.Optional[typing.Any] = None,
175
+ get: typing.Optional[typing.Any] = None,
176
+ set: typing.Optional[typing.Any] = None):
186
177
  ''' Returns a new float (single precision) property definition.
187
178
 
188
179
  :param name: Name used in the user interface.
@@ -219,7 +210,6 @@ def FloatProperty(
219
210
  :type get: typing.Optional[typing.Any]
220
211
  :param set: Function to be called when this value is 'written', This function must take 2 values (self, value) and return None.
221
212
  :type set: typing.Optional[typing.Any]
222
- :rtype: 'bpy.types.FloatProperty'
223
213
  '''
224
214
 
225
215
  ...
@@ -244,8 +234,7 @@ def FloatVectorProperty(
244
234
  size: typing.Optional[typing.Union[int, typing.Sequence[int]]] = 3,
245
235
  update: typing.Optional[typing.Any] = None,
246
236
  get: typing.Optional[typing.Any] = None,
247
- set: typing.Optional[typing.Any] = None
248
- ) -> typing.Union[typing.List, 'bpy.types.FloatProperty']:
237
+ set: typing.Optional[typing.Any] = None):
249
238
  ''' Returns a new vector float property definition.
250
239
 
251
240
  :param name: Name used in the user interface.
@@ -286,29 +275,27 @@ def FloatVectorProperty(
286
275
  :type get: typing.Optional[typing.Any]
287
276
  :param set: Function to be called when this value is 'written', This function must take 2 values (self, value) and return None.
288
277
  :type set: typing.Optional[typing.Any]
289
- :rtype: typing.Union[typing.List, 'bpy.types.FloatProperty']
290
278
  '''
291
279
 
292
280
  ...
293
281
 
294
282
 
295
- def IntProperty(
296
- name: typing.Optional[str] = "",
297
- description: typing.Optional[str] = "",
298
- translation_context: typing.Optional[str] = "*",
299
- default=0,
300
- min: typing.Optional[int] = -2**31,
301
- max: typing.Optional[int] = 2**31 - 1,
302
- soft_min: typing.Optional[int] = -2**31,
303
- soft_max: typing.Optional[int] = 2**31 - 1,
304
- step: typing.Optional[int] = 1,
305
- options: typing.Optional[typing.Set] = {'ANIMATABLE'},
306
- override: typing.Optional[typing.Set] = 'set()',
307
- tags: typing.Optional[typing.Set] = 'set()',
308
- subtype: typing.Optional[str] = 'NONE',
309
- update: typing.Optional[typing.Any] = None,
310
- get: typing.Optional[typing.Any] = None,
311
- set: typing.Optional[typing.Any] = None) -> 'bpy.types.IntProperty':
283
+ def IntProperty(name: typing.Optional[str] = "",
284
+ description: typing.Optional[str] = "",
285
+ translation_context: typing.Optional[str] = "*",
286
+ default=0,
287
+ min: typing.Optional[int] = -2**31,
288
+ max: typing.Optional[int] = 2**31 - 1,
289
+ soft_min: typing.Optional[int] = -2**31,
290
+ soft_max: typing.Optional[int] = 2**31 - 1,
291
+ step: typing.Optional[int] = 1,
292
+ options: typing.Optional[typing.Set] = {'ANIMATABLE'},
293
+ override: typing.Optional[typing.Set] = 'set()',
294
+ tags: typing.Optional[typing.Set] = 'set()',
295
+ subtype: typing.Optional[str] = 'NONE',
296
+ update: typing.Optional[typing.Any] = None,
297
+ get: typing.Optional[typing.Any] = None,
298
+ set: typing.Optional[typing.Any] = None):
312
299
  ''' Returns a new int property definition.
313
300
 
314
301
  :param name: Name used in the user interface.
@@ -341,7 +328,6 @@ def IntProperty(
341
328
  :type get: typing.Optional[typing.Any]
342
329
  :param set: Function to be called when this value is 'written', This function must take 2 values (self, value) and return None.
343
330
  :type set: typing.Optional[typing.Any]
344
- :rtype: 'bpy.types.IntProperty'
345
331
  '''
346
332
 
347
333
  ...
@@ -364,8 +350,7 @@ def IntVectorProperty(
364
350
  size: typing.Optional[typing.Union[int, typing.Sequence[int]]] = 3,
365
351
  update: typing.Optional[typing.Any] = None,
366
352
  get: typing.Optional[typing.Any] = None,
367
- set: typing.Optional[typing.Any] = None
368
- ) -> typing.Union[typing.List, 'bpy.types.IntProperty']:
353
+ set: typing.Optional[typing.Any] = None):
369
354
  ''' Returns a new vector int property definition.
370
355
 
371
356
  :param name: Name used in the user interface.
@@ -402,7 +387,6 @@ def IntVectorProperty(
402
387
  :type get: typing.Optional[typing.Any]
403
388
  :param set: Function to be called when this value is 'written', This function must take 2 values (self, value) and return None.
404
389
  :type set: typing.Optional[typing.Any]
405
- :rtype: typing.Union[typing.List, 'bpy.types.IntProperty']
406
390
  '''
407
391
 
408
392
  ...
@@ -416,8 +400,7 @@ def PointerProperty(type: typing.Optional[typing.Any] = None,
416
400
  override: typing.Optional[typing.Set] = 'set()',
417
401
  tags: typing.Optional[typing.Set] = 'set()',
418
402
  poll: typing.Optional[typing.Any] = None,
419
- update: typing.Optional[typing.Any] = None
420
- ) -> 'bpy.types.PointerProperty':
403
+ update: typing.Optional[typing.Any] = None):
421
404
  ''' Returns a new pointer property definition.
422
405
 
423
406
  :param type: `bpy.types.ID`.
@@ -438,7 +421,6 @@ def PointerProperty(type: typing.Optional[typing.Any] = None,
438
421
  :type poll: typing.Optional[typing.Any]
439
422
  :param update: Function to be called when this value is modified, This function must take 2 values (self, context) and return None. *Warning* there are no safety checks to avoid infinite recursion.
440
423
  :type update: typing.Optional[typing.Any]
441
- :rtype: 'bpy.types.PointerProperty'
442
424
  '''
443
425
 
444
426
  ...
@@ -457,22 +439,21 @@ def RemoveProperty(cls: typing.Optional[typing.Any],
457
439
  ...
458
440
 
459
441
 
460
- def StringProperty(name: typing.Optional[str] = "",
461
- description: typing.Optional[str] = "",
462
- translation_context: typing.Optional[str] = "*",
463
- default: typing.Optional[str] = "",
464
- maxlen: typing.Optional[int] = 0,
465
- options: typing.Optional[typing.Set] = {'ANIMATABLE'},
466
- override: typing.Optional[typing.Set] = 'set()',
467
- tags: typing.Optional[typing.Set] = 'set()',
468
- subtype: typing.Optional[str] = 'NONE',
469
- update: typing.Optional[typing.Any] = None,
470
- get: typing.Optional[typing.Any] = None,
471
- set: typing.Optional[typing.Any] = None,
472
- search: typing.Optional[typing.Any] = None,
473
- search_options: typing.Optional[typing.Set] = {
474
- 'SUGGESTION'
475
- }) -> 'bpy.types.StringProperty':
442
+ def StringProperty(
443
+ name: typing.Optional[str] = "",
444
+ description: typing.Optional[str] = "",
445
+ translation_context: typing.Optional[str] = "*",
446
+ default: typing.Optional[str] = "",
447
+ maxlen: typing.Optional[int] = 0,
448
+ options: typing.Optional[typing.Set] = {'ANIMATABLE'},
449
+ override: typing.Optional[typing.Set] = 'set()',
450
+ tags: typing.Optional[typing.Set] = 'set()',
451
+ subtype: typing.Optional[str] = 'NONE',
452
+ update: typing.Optional[typing.Any] = None,
453
+ get: typing.Optional[typing.Any] = None,
454
+ set: typing.Optional[typing.Any] = None,
455
+ search: typing.Optional[typing.Any] = None,
456
+ search_options: typing.Optional[typing.Set] = {'SUGGESTION'}):
476
457
  ''' Returns a new string property definition.
477
458
 
478
459
  :param name: Name used in the user interface.
@@ -503,7 +484,6 @@ def StringProperty(name: typing.Optional[str] = "",
503
484
  :type search: typing.Optional[typing.Any]
504
485
  :param search_options: - 'SORT' sorts the resulting items. - 'SUGGESTION' lets the user enter values not found in search candidates. **WARNING** disabling this flag causes the search callback to run on redraw, so only disable this flag if it's not likely to cause performance issues.
505
486
  :type search_options: typing.Optional[typing.Set]
506
- :rtype: 'bpy.types.StringProperty'
507
487
  '''
508
488
 
509
489
  ...
@@ -2,93 +2,93 @@ import sys
2
2
  import typing
3
3
  import mathutils
4
4
  import bpy
5
- import bl_ui.properties_physics_fluid
6
- import bl_ui.properties_material
5
+ import bl_ui.properties_world
6
+ import bl_ui.space_console
7
7
  import bl_ui.properties_data_curves
8
- import bl_ui.properties_data_camera
9
- import bl_ui.properties_data_curve
10
- import bl_ui.space_userpref
11
- import bl_ui.properties_physics_geometry_nodes
12
- import bl_ui.node_add_menu_shader
13
- import bl_ui.space_info
14
- import bl_ui.properties_data_armature
15
- import bl_ui.properties_material_gpencil
16
- import bl_ui.properties_physics_softbody
17
- import bl_ui.space_view3d
18
- import bl_ui.space_image
8
+ import bl_ui.properties_paint_common
9
+ import bl_ui.properties_output
10
+ import bl_operators.wm
11
+ import bl_operators.freestyle
12
+ import bl_ui.space_view3d_toolbar
13
+ import bl_ui.space_node
14
+ import bl_operators.spreadsheet
15
+ import bl_ui.properties_data_modifier
16
+ import bl_operators.assets
17
+ import bl_ui.properties_data_volume
18
+ import bl_operators.node
19
19
  import bl_ui.space_graph
20
- import bl_ui.properties_data_pointcloud
20
+ import bl_ui.properties_data_lightprobe
21
+ import bl_ui.node_add_menu_compositor
22
+ import bl_ui.properties_object
23
+ import bl_operators.userpref
24
+ import bl_ui.properties_scene
25
+ import bl_ui.properties_constraint
26
+ import bl_ui.properties_data_shaderfx
27
+ import bl_ui.properties_mask_common
28
+ import bl_ui.properties_physics_geometry_nodes
29
+ import bl_ui.space_userpref
30
+ import bl_ui.properties_data_mesh
31
+ import bl_ui.properties_data_grease_pencil
32
+ import bl_ui.properties_physics_rigidbody
21
33
  import bl_ui.space_filebrowser
22
- import bl_ui.properties_data_speaker
23
- import bl_operators.assets
24
- import bl_ui.space_nla
25
- import bl_ui.properties_collection
26
- import bl_ui.properties_data_light
27
- import bl_ui.properties_grease_pencil_common
34
+ import bl_ui.space_topbar
35
+ import bl_ui.node_add_menu_shader
36
+ import bl_ui.properties_physics_dynamicpaint
37
+ import bl_ui.properties_physics_fluid
28
38
  import bl_ui.space_sequencer
29
- import bl_ui.space_clip
30
- import bl_ui.space_outliner
31
- import bl_ui.properties_texture
32
- import bl_ui.space_text
33
- import bl_ui.space_dopesheet
34
- import bl_ui.properties_data_mesh
35
39
  import bl_ui.properties_physics_common
36
- import bl_ui
40
+ import bl_ui.space_properties
37
41
  import bl_ui.space_toolsystem_common
38
- import bl_ui.properties_scene
39
- import bl_ui.node_add_menu_texture
40
- import bl_operators.presets
42
+ import bl_ui.properties_data_curve
43
+ import bl_ui.properties_data_lattice
44
+ import bl_ui.generic_ui_list
45
+ import bl_operators.object
46
+ import bl_ui.properties_data_bone
47
+ import bl_ui.space_clip
41
48
  import bl_ui.properties_data_metaball
42
- import bl_ui.node_add_menu
43
49
  import bl_ui.properties_physics_cloth
44
- import bl_ui.properties_particle
45
- import bl_ui.properties_paint_common
46
- import bl_ui.properties_mask_common
47
- import bl_ui.properties_data_volume
48
- import bl_ui.space_console
49
- import bl_ui.properties_object
50
- import bl_ui.space_time
51
- import bl_ui.properties_output
52
- import bl_ui.space_statusbar
53
- import bl_ui.properties_data_modifier
54
- import bl_ui.properties_physics_field
55
- import bl_ui.space_properties
56
- import bl_ui.generic_ui_list
57
- import bl_ui.properties_constraint
50
+ import bl_ui.properties_data_speaker
58
51
  import bl_operators.view3d
59
- import bl_ui.properties_physics_rigidbody
60
- import bl_ui.properties_workspace
61
- import bl_ui.properties_data_bone
62
- import bl_ui.space_toolsystem_toolbar
63
- import bl_operators.anim
64
- import bl_ui.properties_data_grease_pencil
65
- import bl_ui.properties_physics_dynamicpaint
66
- import bl_ui.properties_world
67
- import bl_ui.space_view3d_toolbar
68
- import bl_ui.node_add_menu_compositor
69
- import bl_operators.constraint
70
- import bl_ui.properties_data_shaderfx
52
+ import bl_ui.space_image
53
+ import bl_ui
54
+ import bl_ui.asset_shelf
55
+ import bl_ui.space_dopesheet
56
+ import bl_operators.presets
57
+ import bl_ui.properties_material_gpencil
58
+ import bl_ui.properties_data_light
59
+ import bl_ui.properties_data_empty
60
+ import bl_ui.properties_freestyle
61
+ import bl_operators.file
71
62
  import bl_ui.properties_render
72
- import bl_ui.properties_data_lattice
63
+ import bl_operators.anim
64
+ import bl_ui.properties_grease_pencil_common
65
+ import bl_ui.properties_data_pointcloud
66
+ import bl_ui.space_statusbar
67
+ import bl_ui.space_time
68
+ import bl_ui.properties_physics_rigidbody_constraint
69
+ import bl_ui.space_view3d
70
+ import bl_ui.space_nla
71
+ import bl_ui.properties_texture
73
72
  import bl_ui.node_add_menu_geometry
74
- import bl_operators.file
75
- import bl_operators.spreadsheet
73
+ import bl_operators.clip
74
+ import bl_ui.space_text
75
+ import bl_ui.properties_material
76
+ import bl_ui.space_outliner
77
+ import bl_ui.properties_particle
78
+ import bl_operators.constraint
76
79
  import bl_ui.properties_data_gpencil
77
- import bl_operators.userpref
80
+ import bl_ui.properties_physics_field
78
81
  import bl_ui.space_spreadsheet
79
- import bl_ui.properties_data_lightprobe
80
- import bl_ui.asset_shelf
81
- import bl_ui.properties_physics_rigidbody_constraint
82
- import bl_operators.node
83
- import bl_ui.properties_freestyle
84
- import bl_operators.clip
85
- import bl_operators.wm
86
- import bl_ui.space_topbar
87
- import bl_operators.object
88
- import bl_ui.space_node
89
- import bl_ui.properties_data_empty
90
- import bl_operators.freestyle
82
+ import bl_ui.node_add_menu_texture
83
+ import bl_ui.node_add_menu
84
+ import bl_ui.properties_data_camera
85
+ import bl_ui.properties_data_armature
86
+ import bl_ui.space_toolsystem_toolbar
87
+ import bl_ui.space_info
88
+ import bl_ui.properties_workspace
89
+ import bl_ui.properties_collection
91
90
  import bl_ui.properties_view_layer
91
+ import bl_ui.properties_physics_softbody
92
92
 
93
93
  GenericType = typing.TypeVar("GenericType")
94
94
 
@@ -6878,10 +6878,10 @@ class Context(bpy_struct):
6878
6878
  :type: 'UIList'
6879
6879
  '''
6880
6880
 
6881
- property: typing.Union[str, int, 'ID']
6881
+ property: typing.Union[int, str, 'ID']
6882
6882
  ''' Get the property associated with a hovered button. Returns a tuple of the datablock, data path to the property, and array index.
6883
6883
 
6884
- :type: typing.Union[str, int, 'ID']
6884
+ :type: typing.Union[int, str, 'ID']
6885
6885
  '''
6886
6886
 
6887
6887
  edit_text: 'Text'
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: fake-bpy-module
3
- Version: 20231226
3
+ Version: 20231227
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,8 +1,8 @@
1
1
  import sys
2
2
  import typing
3
- from . import intellisense
4
3
  from . import complete_calltip
5
- from . import complete_import
6
4
  from . import complete_namespace
5
+ from . import intellisense
6
+ from . import complete_import
7
7
 
8
8
  GenericType = typing.TypeVar("GenericType")
@@ -1,11 +1,11 @@
1
1
  import sys
2
2
  import typing
3
+ from . import settings
3
4
  from . import merge_po
4
5
  from . import bl_extract_messages
5
6
  from . import utils_cli
7
+ from . import utils_languages_menu
6
8
  from . import utils_rtl
7
9
  from . import utils
8
- from . import utils_languages_menu
9
- from . import settings
10
10
 
11
11
  GenericType = typing.TypeVar("GenericType")