fake-bpy-module 20240522__tar.gz → 20240524__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 (358) hide show
  1. {fake_bpy_module-20240522 → fake_bpy_module-20240524}/PKG-INFO +1 -1
  2. {fake_bpy_module-20240522 → fake_bpy_module-20240524}/bl_operators/world/__init__.pyi +1 -1
  3. {fake_bpy_module-20240522 → fake_bpy_module-20240524}/bl_ui/properties_data_modifier/__init__.pyi +284 -0
  4. {fake_bpy_module-20240522 → fake_bpy_module-20240524}/bl_ui/space_toolsystem_toolbar/__init__.pyi +4 -2
  5. {fake_bpy_module-20240522 → fake_bpy_module-20240524}/bl_ui/space_userpref/__init__.pyi +233 -0
  6. {fake_bpy_module-20240522 → fake_bpy_module-20240524}/bpy/app/__init__.pyi +4 -0
  7. {fake_bpy_module-20240522 → fake_bpy_module-20240524}/bpy/ops/grease_pencil/__init__.pyi +6 -0
  8. {fake_bpy_module-20240522 → fake_bpy_module-20240524}/bpy/ops/outliner/__init__.pyi +28 -0
  9. {fake_bpy_module-20240522 → fake_bpy_module-20240524}/bpy/ops/preferences/__init__.pyi +6 -0
  10. {fake_bpy_module-20240522 → fake_bpy_module-20240524}/bpy/ops/sculpt/__init__.pyi +1 -1
  11. {fake_bpy_module-20240522 → fake_bpy_module-20240524}/bpy/ops/world/__init__.pyi +1 -1
  12. {fake_bpy_module-20240522 → fake_bpy_module-20240524}/bpy/types/__init__.pyi +213 -8
  13. {fake_bpy_module-20240522 → fake_bpy_module-20240524}/bpy_types/__init__.pyi +0 -49
  14. {fake_bpy_module-20240522 → fake_bpy_module-20240524}/fake_bpy_module.egg-info/PKG-INFO +1 -1
  15. {fake_bpy_module-20240522 → fake_bpy_module-20240524}/README.md +0 -0
  16. {fake_bpy_module-20240522 → fake_bpy_module-20240524}/_bpy_internal/__init__.pyi +0 -0
  17. {fake_bpy_module-20240522 → fake_bpy_module-20240524}/_bpy_internal/freedesktop/__init__.pyi +0 -0
  18. {fake_bpy_module-20240522 → fake_bpy_module-20240524}/_bpy_internal/py.typed +0 -0
  19. {fake_bpy_module-20240522 → fake_bpy_module-20240524}/addon_utils/__init__.pyi +0 -0
  20. {fake_bpy_module-20240522 → fake_bpy_module-20240524}/addon_utils/py.typed +0 -0
  21. {fake_bpy_module-20240522 → fake_bpy_module-20240524}/animsys_refactor/__init__.pyi +0 -0
  22. {fake_bpy_module-20240522 → fake_bpy_module-20240524}/animsys_refactor/py.typed +0 -0
  23. {fake_bpy_module-20240522 → fake_bpy_module-20240524}/aud/__init__.pyi +0 -0
  24. {fake_bpy_module-20240522 → fake_bpy_module-20240524}/aud/py.typed +0 -0
  25. {fake_bpy_module-20240522 → fake_bpy_module-20240524}/bgl/__init__.pyi +0 -0
  26. {fake_bpy_module-20240522 → fake_bpy_module-20240524}/bgl/py.typed +0 -0
  27. {fake_bpy_module-20240522 → fake_bpy_module-20240524}/bl_app_override/__init__.pyi +0 -0
  28. {fake_bpy_module-20240522 → fake_bpy_module-20240524}/bl_app_override/helpers/__init__.pyi +0 -0
  29. {fake_bpy_module-20240522 → fake_bpy_module-20240524}/bl_app_override/py.typed +0 -0
  30. {fake_bpy_module-20240522 → fake_bpy_module-20240524}/bl_app_template_utils/__init__.pyi +0 -0
  31. {fake_bpy_module-20240522 → fake_bpy_module-20240524}/bl_app_template_utils/py.typed +0 -0
  32. {fake_bpy_module-20240522 → fake_bpy_module-20240524}/bl_console_utils/__init__.pyi +0 -0
  33. {fake_bpy_module-20240522 → fake_bpy_module-20240524}/bl_console_utils/autocomplete/__init__.pyi +0 -0
  34. {fake_bpy_module-20240522 → fake_bpy_module-20240524}/bl_console_utils/autocomplete/complete_calltip/__init__.pyi +0 -0
  35. {fake_bpy_module-20240522 → fake_bpy_module-20240524}/bl_console_utils/autocomplete/complete_import/__init__.pyi +0 -0
  36. {fake_bpy_module-20240522 → fake_bpy_module-20240524}/bl_console_utils/autocomplete/complete_namespace/__init__.pyi +0 -0
  37. {fake_bpy_module-20240522 → fake_bpy_module-20240524}/bl_console_utils/autocomplete/intellisense/__init__.pyi +0 -0
  38. {fake_bpy_module-20240522 → fake_bpy_module-20240524}/bl_console_utils/py.typed +0 -0
  39. {fake_bpy_module-20240522 → fake_bpy_module-20240524}/bl_i18n_utils/__init__.pyi +0 -0
  40. {fake_bpy_module-20240522 → fake_bpy_module-20240524}/bl_i18n_utils/bl_extract_messages/__init__.pyi +0 -0
  41. {fake_bpy_module-20240522 → fake_bpy_module-20240524}/bl_i18n_utils/merge_po/__init__.pyi +0 -0
  42. {fake_bpy_module-20240522 → fake_bpy_module-20240524}/bl_i18n_utils/py.typed +0 -0
  43. {fake_bpy_module-20240522 → fake_bpy_module-20240524}/bl_i18n_utils/settings/__init__.pyi +0 -0
  44. {fake_bpy_module-20240522 → fake_bpy_module-20240524}/bl_i18n_utils/utils/__init__.pyi +0 -0
  45. {fake_bpy_module-20240522 → fake_bpy_module-20240524}/bl_i18n_utils/utils_cli/__init__.pyi +0 -0
  46. {fake_bpy_module-20240522 → fake_bpy_module-20240524}/bl_i18n_utils/utils_languages_menu/__init__.pyi +0 -0
  47. {fake_bpy_module-20240522 → fake_bpy_module-20240524}/bl_i18n_utils/utils_rtl/__init__.pyi +0 -0
  48. {fake_bpy_module-20240522 → fake_bpy_module-20240524}/bl_keymap_utils/__init__.pyi +0 -0
  49. {fake_bpy_module-20240522 → fake_bpy_module-20240524}/bl_keymap_utils/io/__init__.pyi +0 -0
  50. {fake_bpy_module-20240522 → fake_bpy_module-20240524}/bl_keymap_utils/keymap_from_toolbar/__init__.pyi +0 -0
  51. {fake_bpy_module-20240522 → fake_bpy_module-20240524}/bl_keymap_utils/keymap_hierarchy/__init__.pyi +0 -0
  52. {fake_bpy_module-20240522 → fake_bpy_module-20240524}/bl_keymap_utils/platform_helpers/__init__.pyi +0 -0
  53. {fake_bpy_module-20240522 → fake_bpy_module-20240524}/bl_keymap_utils/py.typed +0 -0
  54. {fake_bpy_module-20240522 → fake_bpy_module-20240524}/bl_keymap_utils/versioning/__init__.pyi +0 -0
  55. {fake_bpy_module-20240522 → fake_bpy_module-20240524}/bl_math/__init__.pyi +0 -0
  56. {fake_bpy_module-20240522 → fake_bpy_module-20240524}/bl_math/py.typed +0 -0
  57. {fake_bpy_module-20240522 → fake_bpy_module-20240524}/bl_operators/__init__.pyi +0 -0
  58. {fake_bpy_module-20240522 → fake_bpy_module-20240524}/bl_operators/add_mesh_torus/__init__.pyi +0 -0
  59. {fake_bpy_module-20240522 → fake_bpy_module-20240524}/bl_operators/anim/__init__.pyi +0 -0
  60. {fake_bpy_module-20240522 → fake_bpy_module-20240524}/bl_operators/assets/__init__.pyi +0 -0
  61. {fake_bpy_module-20240522 → fake_bpy_module-20240524}/bl_operators/bmesh/__init__.pyi +0 -0
  62. {fake_bpy_module-20240522 → fake_bpy_module-20240524}/bl_operators/bmesh/find_adjacent/__init__.pyi +0 -0
  63. {fake_bpy_module-20240522 → fake_bpy_module-20240524}/bl_operators/clip/__init__.pyi +0 -0
  64. {fake_bpy_module-20240522 → fake_bpy_module-20240524}/bl_operators/console/__init__.pyi +0 -0
  65. {fake_bpy_module-20240522 → fake_bpy_module-20240524}/bl_operators/constraint/__init__.pyi +0 -0
  66. {fake_bpy_module-20240522 → fake_bpy_module-20240524}/bl_operators/file/__init__.pyi +0 -0
  67. {fake_bpy_module-20240522 → fake_bpy_module-20240524}/bl_operators/freestyle/__init__.pyi +0 -0
  68. {fake_bpy_module-20240522 → fake_bpy_module-20240524}/bl_operators/geometry_nodes/__init__.pyi +0 -0
  69. {fake_bpy_module-20240522 → fake_bpy_module-20240524}/bl_operators/image/__init__.pyi +0 -0
  70. {fake_bpy_module-20240522 → fake_bpy_module-20240524}/bl_operators/mesh/__init__.pyi +0 -0
  71. {fake_bpy_module-20240522 → fake_bpy_module-20240524}/bl_operators/node/__init__.pyi +0 -0
  72. {fake_bpy_module-20240522 → fake_bpy_module-20240524}/bl_operators/object/__init__.pyi +0 -0
  73. {fake_bpy_module-20240522 → fake_bpy_module-20240524}/bl_operators/object_align/__init__.pyi +0 -0
  74. {fake_bpy_module-20240522 → fake_bpy_module-20240524}/bl_operators/object_quick_effects/__init__.pyi +0 -0
  75. {fake_bpy_module-20240522 → fake_bpy_module-20240524}/bl_operators/object_randomize_transform/__init__.pyi +0 -0
  76. {fake_bpy_module-20240522 → fake_bpy_module-20240524}/bl_operators/presets/__init__.pyi +0 -0
  77. {fake_bpy_module-20240522 → fake_bpy_module-20240524}/bl_operators/py.typed +0 -0
  78. {fake_bpy_module-20240522 → fake_bpy_module-20240524}/bl_operators/rigidbody/__init__.pyi +0 -0
  79. {fake_bpy_module-20240522 → fake_bpy_module-20240524}/bl_operators/screen_play_rendered_anim/__init__.pyi +0 -0
  80. {fake_bpy_module-20240522 → fake_bpy_module-20240524}/bl_operators/sequencer/__init__.pyi +0 -0
  81. {fake_bpy_module-20240522 → fake_bpy_module-20240524}/bl_operators/spreadsheet/__init__.pyi +0 -0
  82. {fake_bpy_module-20240522 → fake_bpy_module-20240524}/bl_operators/userpref/__init__.pyi +0 -0
  83. {fake_bpy_module-20240522 → fake_bpy_module-20240524}/bl_operators/uvcalc_follow_active/__init__.pyi +0 -0
  84. {fake_bpy_module-20240522 → fake_bpy_module-20240524}/bl_operators/uvcalc_lightmap/__init__.pyi +0 -0
  85. {fake_bpy_module-20240522 → fake_bpy_module-20240524}/bl_operators/uvcalc_transform/__init__.pyi +0 -0
  86. {fake_bpy_module-20240522 → fake_bpy_module-20240524}/bl_operators/vertexpaint_dirt/__init__.pyi +0 -0
  87. {fake_bpy_module-20240522 → fake_bpy_module-20240524}/bl_operators/view3d/__init__.pyi +0 -0
  88. {fake_bpy_module-20240522 → fake_bpy_module-20240524}/bl_operators/wm/__init__.pyi +0 -0
  89. {fake_bpy_module-20240522 → fake_bpy_module-20240524}/bl_previews_utils/__init__.pyi +0 -0
  90. {fake_bpy_module-20240522 → fake_bpy_module-20240524}/bl_previews_utils/bl_previews_render/__init__.pyi +0 -0
  91. {fake_bpy_module-20240522 → fake_bpy_module-20240524}/bl_previews_utils/py.typed +0 -0
  92. {fake_bpy_module-20240522 → fake_bpy_module-20240524}/bl_rna_utils/__init__.pyi +0 -0
  93. {fake_bpy_module-20240522 → fake_bpy_module-20240524}/bl_rna_utils/data_path/__init__.pyi +0 -0
  94. {fake_bpy_module-20240522 → fake_bpy_module-20240524}/bl_rna_utils/py.typed +0 -0
  95. {fake_bpy_module-20240522 → fake_bpy_module-20240524}/bl_text_utils/__init__.pyi +0 -0
  96. {fake_bpy_module-20240522 → fake_bpy_module-20240524}/bl_text_utils/external_editor/__init__.pyi +0 -0
  97. {fake_bpy_module-20240522 → fake_bpy_module-20240524}/bl_text_utils/py.typed +0 -0
  98. {fake_bpy_module-20240522 → fake_bpy_module-20240524}/bl_ui/__init__.pyi +0 -0
  99. {fake_bpy_module-20240522 → fake_bpy_module-20240524}/bl_ui/anim/__init__.pyi +0 -0
  100. {fake_bpy_module-20240522 → fake_bpy_module-20240524}/bl_ui/asset_shelf/__init__.pyi +0 -0
  101. {fake_bpy_module-20240522 → fake_bpy_module-20240524}/bl_ui/generic_ui_list/__init__.pyi +0 -0
  102. {fake_bpy_module-20240522 → fake_bpy_module-20240524}/bl_ui/node_add_menu/__init__.pyi +0 -0
  103. {fake_bpy_module-20240522 → fake_bpy_module-20240524}/bl_ui/node_add_menu_compositor/__init__.pyi +0 -0
  104. {fake_bpy_module-20240522 → fake_bpy_module-20240524}/bl_ui/node_add_menu_geometry/__init__.pyi +0 -0
  105. {fake_bpy_module-20240522 → fake_bpy_module-20240524}/bl_ui/node_add_menu_shader/__init__.pyi +0 -0
  106. {fake_bpy_module-20240522 → fake_bpy_module-20240524}/bl_ui/node_add_menu_texture/__init__.pyi +0 -0
  107. {fake_bpy_module-20240522 → fake_bpy_module-20240524}/bl_ui/properties_animviz/__init__.pyi +0 -0
  108. {fake_bpy_module-20240522 → fake_bpy_module-20240524}/bl_ui/properties_collection/__init__.pyi +0 -0
  109. {fake_bpy_module-20240522 → fake_bpy_module-20240524}/bl_ui/properties_constraint/__init__.pyi +0 -0
  110. {fake_bpy_module-20240522 → fake_bpy_module-20240524}/bl_ui/properties_data_armature/__init__.pyi +0 -0
  111. {fake_bpy_module-20240522 → fake_bpy_module-20240524}/bl_ui/properties_data_bone/__init__.pyi +0 -0
  112. {fake_bpy_module-20240522 → fake_bpy_module-20240524}/bl_ui/properties_data_camera/__init__.pyi +0 -0
  113. {fake_bpy_module-20240522 → fake_bpy_module-20240524}/bl_ui/properties_data_curve/__init__.pyi +0 -0
  114. {fake_bpy_module-20240522 → fake_bpy_module-20240524}/bl_ui/properties_data_curves/__init__.pyi +0 -0
  115. {fake_bpy_module-20240522 → fake_bpy_module-20240524}/bl_ui/properties_data_empty/__init__.pyi +0 -0
  116. {fake_bpy_module-20240522 → fake_bpy_module-20240524}/bl_ui/properties_data_gpencil/__init__.pyi +0 -0
  117. {fake_bpy_module-20240522 → fake_bpy_module-20240524}/bl_ui/properties_data_grease_pencil/__init__.pyi +0 -0
  118. {fake_bpy_module-20240522 → fake_bpy_module-20240524}/bl_ui/properties_data_lattice/__init__.pyi +0 -0
  119. {fake_bpy_module-20240522 → fake_bpy_module-20240524}/bl_ui/properties_data_light/__init__.pyi +0 -0
  120. {fake_bpy_module-20240522 → fake_bpy_module-20240524}/bl_ui/properties_data_lightprobe/__init__.pyi +0 -0
  121. {fake_bpy_module-20240522 → fake_bpy_module-20240524}/bl_ui/properties_data_mesh/__init__.pyi +0 -0
  122. {fake_bpy_module-20240522 → fake_bpy_module-20240524}/bl_ui/properties_data_metaball/__init__.pyi +0 -0
  123. {fake_bpy_module-20240522 → fake_bpy_module-20240524}/bl_ui/properties_data_pointcloud/__init__.pyi +0 -0
  124. {fake_bpy_module-20240522 → fake_bpy_module-20240524}/bl_ui/properties_data_shaderfx/__init__.pyi +0 -0
  125. {fake_bpy_module-20240522 → fake_bpy_module-20240524}/bl_ui/properties_data_speaker/__init__.pyi +0 -0
  126. {fake_bpy_module-20240522 → fake_bpy_module-20240524}/bl_ui/properties_data_volume/__init__.pyi +0 -0
  127. {fake_bpy_module-20240522 → fake_bpy_module-20240524}/bl_ui/properties_freestyle/__init__.pyi +0 -0
  128. {fake_bpy_module-20240522 → fake_bpy_module-20240524}/bl_ui/properties_grease_pencil_common/__init__.pyi +0 -0
  129. {fake_bpy_module-20240522 → fake_bpy_module-20240524}/bl_ui/properties_mask_common/__init__.pyi +0 -0
  130. {fake_bpy_module-20240522 → fake_bpy_module-20240524}/bl_ui/properties_material/__init__.pyi +0 -0
  131. {fake_bpy_module-20240522 → fake_bpy_module-20240524}/bl_ui/properties_material_gpencil/__init__.pyi +0 -0
  132. {fake_bpy_module-20240522 → fake_bpy_module-20240524}/bl_ui/properties_object/__init__.pyi +0 -0
  133. {fake_bpy_module-20240522 → fake_bpy_module-20240524}/bl_ui/properties_output/__init__.pyi +0 -0
  134. {fake_bpy_module-20240522 → fake_bpy_module-20240524}/bl_ui/properties_paint_common/__init__.pyi +0 -0
  135. {fake_bpy_module-20240522 → fake_bpy_module-20240524}/bl_ui/properties_particle/__init__.pyi +0 -0
  136. {fake_bpy_module-20240522 → fake_bpy_module-20240524}/bl_ui/properties_physics_cloth/__init__.pyi +0 -0
  137. {fake_bpy_module-20240522 → fake_bpy_module-20240524}/bl_ui/properties_physics_common/__init__.pyi +0 -0
  138. {fake_bpy_module-20240522 → fake_bpy_module-20240524}/bl_ui/properties_physics_dynamicpaint/__init__.pyi +0 -0
  139. {fake_bpy_module-20240522 → fake_bpy_module-20240524}/bl_ui/properties_physics_field/__init__.pyi +0 -0
  140. {fake_bpy_module-20240522 → fake_bpy_module-20240524}/bl_ui/properties_physics_fluid/__init__.pyi +0 -0
  141. {fake_bpy_module-20240522 → fake_bpy_module-20240524}/bl_ui/properties_physics_geometry_nodes/__init__.pyi +0 -0
  142. {fake_bpy_module-20240522 → fake_bpy_module-20240524}/bl_ui/properties_physics_rigidbody/__init__.pyi +0 -0
  143. {fake_bpy_module-20240522 → fake_bpy_module-20240524}/bl_ui/properties_physics_rigidbody_constraint/__init__.pyi +0 -0
  144. {fake_bpy_module-20240522 → fake_bpy_module-20240524}/bl_ui/properties_physics_softbody/__init__.pyi +0 -0
  145. {fake_bpy_module-20240522 → fake_bpy_module-20240524}/bl_ui/properties_render/__init__.pyi +0 -0
  146. {fake_bpy_module-20240522 → fake_bpy_module-20240524}/bl_ui/properties_scene/__init__.pyi +0 -0
  147. {fake_bpy_module-20240522 → fake_bpy_module-20240524}/bl_ui/properties_texture/__init__.pyi +0 -0
  148. {fake_bpy_module-20240522 → fake_bpy_module-20240524}/bl_ui/properties_view_layer/__init__.pyi +0 -0
  149. {fake_bpy_module-20240522 → fake_bpy_module-20240524}/bl_ui/properties_workspace/__init__.pyi +0 -0
  150. {fake_bpy_module-20240522 → fake_bpy_module-20240524}/bl_ui/properties_world/__init__.pyi +0 -0
  151. {fake_bpy_module-20240522 → fake_bpy_module-20240524}/bl_ui/py.typed +0 -0
  152. {fake_bpy_module-20240522 → fake_bpy_module-20240524}/bl_ui/space_clip/__init__.pyi +0 -0
  153. {fake_bpy_module-20240522 → fake_bpy_module-20240524}/bl_ui/space_console/__init__.pyi +0 -0
  154. {fake_bpy_module-20240522 → fake_bpy_module-20240524}/bl_ui/space_dopesheet/__init__.pyi +0 -0
  155. {fake_bpy_module-20240522 → fake_bpy_module-20240524}/bl_ui/space_filebrowser/__init__.pyi +0 -0
  156. {fake_bpy_module-20240522 → fake_bpy_module-20240524}/bl_ui/space_graph/__init__.pyi +0 -0
  157. {fake_bpy_module-20240522 → fake_bpy_module-20240524}/bl_ui/space_image/__init__.pyi +0 -0
  158. {fake_bpy_module-20240522 → fake_bpy_module-20240524}/bl_ui/space_info/__init__.pyi +0 -0
  159. {fake_bpy_module-20240522 → fake_bpy_module-20240524}/bl_ui/space_nla/__init__.pyi +0 -0
  160. {fake_bpy_module-20240522 → fake_bpy_module-20240524}/bl_ui/space_node/__init__.pyi +0 -0
  161. {fake_bpy_module-20240522 → fake_bpy_module-20240524}/bl_ui/space_outliner/__init__.pyi +0 -0
  162. {fake_bpy_module-20240522 → fake_bpy_module-20240524}/bl_ui/space_properties/__init__.pyi +0 -0
  163. {fake_bpy_module-20240522 → fake_bpy_module-20240524}/bl_ui/space_sequencer/__init__.pyi +0 -0
  164. {fake_bpy_module-20240522 → fake_bpy_module-20240524}/bl_ui/space_spreadsheet/__init__.pyi +0 -0
  165. {fake_bpy_module-20240522 → fake_bpy_module-20240524}/bl_ui/space_statusbar/__init__.pyi +0 -0
  166. {fake_bpy_module-20240522 → fake_bpy_module-20240524}/bl_ui/space_text/__init__.pyi +0 -0
  167. {fake_bpy_module-20240522 → fake_bpy_module-20240524}/bl_ui/space_time/__init__.pyi +0 -0
  168. {fake_bpy_module-20240522 → fake_bpy_module-20240524}/bl_ui/space_toolsystem_common/__init__.pyi +0 -0
  169. {fake_bpy_module-20240522 → fake_bpy_module-20240524}/bl_ui/space_topbar/__init__.pyi +0 -0
  170. {fake_bpy_module-20240522 → fake_bpy_module-20240524}/bl_ui/space_view3d/__init__.pyi +0 -0
  171. {fake_bpy_module-20240522 → fake_bpy_module-20240524}/bl_ui/space_view3d_toolbar/__init__.pyi +0 -0
  172. {fake_bpy_module-20240522 → fake_bpy_module-20240524}/bl_ui/temp_anim_layers/__init__.pyi +0 -0
  173. {fake_bpy_module-20240522 → fake_bpy_module-20240524}/bl_ui/utils/__init__.pyi +0 -0
  174. {fake_bpy_module-20240522 → fake_bpy_module-20240524}/bl_ui_utils/__init__.pyi +0 -0
  175. {fake_bpy_module-20240522 → fake_bpy_module-20240524}/bl_ui_utils/bug_report_url/__init__.pyi +0 -0
  176. {fake_bpy_module-20240522 → fake_bpy_module-20240524}/bl_ui_utils/layout/__init__.pyi +0 -0
  177. {fake_bpy_module-20240522 → fake_bpy_module-20240524}/bl_ui_utils/py.typed +0 -0
  178. {fake_bpy_module-20240522 → fake_bpy_module-20240524}/blend_render_info/__init__.pyi +0 -0
  179. {fake_bpy_module-20240522 → fake_bpy_module-20240524}/blend_render_info/py.typed +0 -0
  180. {fake_bpy_module-20240522 → fake_bpy_module-20240524}/blf/__init__.pyi +0 -0
  181. {fake_bpy_module-20240522 → fake_bpy_module-20240524}/blf/py.typed +0 -0
  182. {fake_bpy_module-20240522 → fake_bpy_module-20240524}/bmesh/__init__.pyi +0 -0
  183. {fake_bpy_module-20240522 → fake_bpy_module-20240524}/bmesh/geometry/__init__.pyi +0 -0
  184. {fake_bpy_module-20240522 → fake_bpy_module-20240524}/bmesh/ops/__init__.pyi +0 -0
  185. {fake_bpy_module-20240522 → fake_bpy_module-20240524}/bmesh/py.typed +0 -0
  186. {fake_bpy_module-20240522 → fake_bpy_module-20240524}/bmesh/types/__init__.pyi +0 -0
  187. {fake_bpy_module-20240522 → fake_bpy_module-20240524}/bmesh/utils/__init__.pyi +0 -0
  188. {fake_bpy_module-20240522 → fake_bpy_module-20240524}/bpy/__init__.pyi +0 -0
  189. {fake_bpy_module-20240522 → fake_bpy_module-20240524}/bpy/app/handlers/__init__.pyi +0 -0
  190. {fake_bpy_module-20240522 → fake_bpy_module-20240524}/bpy/app/icons/__init__.pyi +0 -0
  191. {fake_bpy_module-20240522 → fake_bpy_module-20240524}/bpy/app/timers/__init__.pyi +0 -0
  192. {fake_bpy_module-20240522 → fake_bpy_module-20240524}/bpy/app/translations/__init__.pyi +0 -0
  193. {fake_bpy_module-20240522 → fake_bpy_module-20240524}/bpy/msgbus/__init__.pyi +0 -0
  194. {fake_bpy_module-20240522 → fake_bpy_module-20240524}/bpy/ops/__init__.pyi +0 -0
  195. {fake_bpy_module-20240522 → fake_bpy_module-20240524}/bpy/ops/action/__init__.pyi +0 -0
  196. {fake_bpy_module-20240522 → fake_bpy_module-20240524}/bpy/ops/anim/__init__.pyi +0 -0
  197. {fake_bpy_module-20240522 → fake_bpy_module-20240524}/bpy/ops/armature/__init__.pyi +0 -0
  198. {fake_bpy_module-20240522 → fake_bpy_module-20240524}/bpy/ops/asset/__init__.pyi +0 -0
  199. {fake_bpy_module-20240522 → fake_bpy_module-20240524}/bpy/ops/bl_pkg/__init__.pyi +0 -0
  200. {fake_bpy_module-20240522 → fake_bpy_module-20240524}/bpy/ops/boid/__init__.pyi +0 -0
  201. {fake_bpy_module-20240522 → fake_bpy_module-20240524}/bpy/ops/brush/__init__.pyi +0 -0
  202. {fake_bpy_module-20240522 → fake_bpy_module-20240524}/bpy/ops/buttons/__init__.pyi +0 -0
  203. {fake_bpy_module-20240522 → fake_bpy_module-20240524}/bpy/ops/cachefile/__init__.pyi +0 -0
  204. {fake_bpy_module-20240522 → fake_bpy_module-20240524}/bpy/ops/camera/__init__.pyi +0 -0
  205. {fake_bpy_module-20240522 → fake_bpy_module-20240524}/bpy/ops/clip/__init__.pyi +0 -0
  206. {fake_bpy_module-20240522 → fake_bpy_module-20240524}/bpy/ops/cloth/__init__.pyi +0 -0
  207. {fake_bpy_module-20240522 → fake_bpy_module-20240524}/bpy/ops/collection/__init__.pyi +0 -0
  208. {fake_bpy_module-20240522 → fake_bpy_module-20240524}/bpy/ops/console/__init__.pyi +0 -0
  209. {fake_bpy_module-20240522 → fake_bpy_module-20240524}/bpy/ops/constraint/__init__.pyi +0 -0
  210. {fake_bpy_module-20240522 → fake_bpy_module-20240524}/bpy/ops/curve/__init__.pyi +0 -0
  211. {fake_bpy_module-20240522 → fake_bpy_module-20240524}/bpy/ops/curves/__init__.pyi +0 -0
  212. {fake_bpy_module-20240522 → fake_bpy_module-20240524}/bpy/ops/cycles/__init__.pyi +0 -0
  213. {fake_bpy_module-20240522 → fake_bpy_module-20240524}/bpy/ops/dpaint/__init__.pyi +0 -0
  214. {fake_bpy_module-20240522 → fake_bpy_module-20240524}/bpy/ops/ed/__init__.pyi +0 -0
  215. {fake_bpy_module-20240522 → fake_bpy_module-20240524}/bpy/ops/export_anim/__init__.pyi +0 -0
  216. {fake_bpy_module-20240522 → fake_bpy_module-20240524}/bpy/ops/export_scene/__init__.pyi +0 -0
  217. {fake_bpy_module-20240522 → fake_bpy_module-20240524}/bpy/ops/file/__init__.pyi +0 -0
  218. {fake_bpy_module-20240522 → fake_bpy_module-20240524}/bpy/ops/fluid/__init__.pyi +0 -0
  219. {fake_bpy_module-20240522 → fake_bpy_module-20240524}/bpy/ops/font/__init__.pyi +0 -0
  220. {fake_bpy_module-20240522 → fake_bpy_module-20240524}/bpy/ops/geometry/__init__.pyi +0 -0
  221. {fake_bpy_module-20240522 → fake_bpy_module-20240524}/bpy/ops/gizmogroup/__init__.pyi +0 -0
  222. {fake_bpy_module-20240522 → fake_bpy_module-20240524}/bpy/ops/gpencil/__init__.pyi +0 -0
  223. {fake_bpy_module-20240522 → fake_bpy_module-20240524}/bpy/ops/graph/__init__.pyi +0 -0
  224. {fake_bpy_module-20240522 → fake_bpy_module-20240524}/bpy/ops/image/__init__.pyi +0 -0
  225. {fake_bpy_module-20240522 → fake_bpy_module-20240524}/bpy/ops/import_anim/__init__.pyi +0 -0
  226. {fake_bpy_module-20240522 → fake_bpy_module-20240524}/bpy/ops/import_curve/__init__.pyi +0 -0
  227. {fake_bpy_module-20240522 → fake_bpy_module-20240524}/bpy/ops/import_scene/__init__.pyi +0 -0
  228. {fake_bpy_module-20240522 → fake_bpy_module-20240524}/bpy/ops/info/__init__.pyi +0 -0
  229. {fake_bpy_module-20240522 → fake_bpy_module-20240524}/bpy/ops/lattice/__init__.pyi +0 -0
  230. {fake_bpy_module-20240522 → fake_bpy_module-20240524}/bpy/ops/marker/__init__.pyi +0 -0
  231. {fake_bpy_module-20240522 → fake_bpy_module-20240524}/bpy/ops/mask/__init__.pyi +0 -0
  232. {fake_bpy_module-20240522 → fake_bpy_module-20240524}/bpy/ops/material/__init__.pyi +0 -0
  233. {fake_bpy_module-20240522 → fake_bpy_module-20240524}/bpy/ops/mball/__init__.pyi +0 -0
  234. {fake_bpy_module-20240522 → fake_bpy_module-20240524}/bpy/ops/mesh/__init__.pyi +0 -0
  235. {fake_bpy_module-20240522 → fake_bpy_module-20240524}/bpy/ops/nla/__init__.pyi +0 -0
  236. {fake_bpy_module-20240522 → fake_bpy_module-20240524}/bpy/ops/node/__init__.pyi +0 -0
  237. {fake_bpy_module-20240522 → fake_bpy_module-20240524}/bpy/ops/object/__init__.pyi +0 -0
  238. {fake_bpy_module-20240522 → fake_bpy_module-20240524}/bpy/ops/paint/__init__.pyi +0 -0
  239. {fake_bpy_module-20240522 → fake_bpy_module-20240524}/bpy/ops/paintcurve/__init__.pyi +0 -0
  240. {fake_bpy_module-20240522 → fake_bpy_module-20240524}/bpy/ops/palette/__init__.pyi +0 -0
  241. {fake_bpy_module-20240522 → fake_bpy_module-20240524}/bpy/ops/particle/__init__.pyi +0 -0
  242. {fake_bpy_module-20240522 → fake_bpy_module-20240524}/bpy/ops/pose/__init__.pyi +0 -0
  243. {fake_bpy_module-20240522 → fake_bpy_module-20240524}/bpy/ops/poselib/__init__.pyi +0 -0
  244. {fake_bpy_module-20240522 → fake_bpy_module-20240524}/bpy/ops/ptcache/__init__.pyi +0 -0
  245. {fake_bpy_module-20240522 → fake_bpy_module-20240524}/bpy/ops/render/__init__.pyi +0 -0
  246. {fake_bpy_module-20240522 → fake_bpy_module-20240524}/bpy/ops/rigidbody/__init__.pyi +0 -0
  247. {fake_bpy_module-20240522 → fake_bpy_module-20240524}/bpy/ops/scene/__init__.pyi +0 -0
  248. {fake_bpy_module-20240522 → fake_bpy_module-20240524}/bpy/ops/screen/__init__.pyi +0 -0
  249. {fake_bpy_module-20240522 → fake_bpy_module-20240524}/bpy/ops/script/__init__.pyi +0 -0
  250. {fake_bpy_module-20240522 → fake_bpy_module-20240524}/bpy/ops/sculpt_curves/__init__.pyi +0 -0
  251. {fake_bpy_module-20240522 → fake_bpy_module-20240524}/bpy/ops/sequencer/__init__.pyi +0 -0
  252. {fake_bpy_module-20240522 → fake_bpy_module-20240524}/bpy/ops/sound/__init__.pyi +0 -0
  253. {fake_bpy_module-20240522 → fake_bpy_module-20240524}/bpy/ops/spreadsheet/__init__.pyi +0 -0
  254. {fake_bpy_module-20240522 → fake_bpy_module-20240524}/bpy/ops/surface/__init__.pyi +0 -0
  255. {fake_bpy_module-20240522 → fake_bpy_module-20240524}/bpy/ops/text/__init__.pyi +0 -0
  256. {fake_bpy_module-20240522 → fake_bpy_module-20240524}/bpy/ops/text_editor/__init__.pyi +0 -0
  257. {fake_bpy_module-20240522 → fake_bpy_module-20240524}/bpy/ops/texture/__init__.pyi +0 -0
  258. {fake_bpy_module-20240522 → fake_bpy_module-20240524}/bpy/ops/transform/__init__.pyi +0 -0
  259. {fake_bpy_module-20240522 → fake_bpy_module-20240524}/bpy/ops/ui/__init__.pyi +0 -0
  260. {fake_bpy_module-20240522 → fake_bpy_module-20240524}/bpy/ops/uilist/__init__.pyi +0 -0
  261. {fake_bpy_module-20240522 → fake_bpy_module-20240524}/bpy/ops/uv/__init__.pyi +0 -0
  262. {fake_bpy_module-20240522 → fake_bpy_module-20240524}/bpy/ops/view2d/__init__.pyi +0 -0
  263. {fake_bpy_module-20240522 → fake_bpy_module-20240524}/bpy/ops/view3d/__init__.pyi +0 -0
  264. {fake_bpy_module-20240522 → fake_bpy_module-20240524}/bpy/ops/wm/__init__.pyi +0 -0
  265. {fake_bpy_module-20240522 → fake_bpy_module-20240524}/bpy/ops/workspace/__init__.pyi +0 -0
  266. {fake_bpy_module-20240522 → fake_bpy_module-20240524}/bpy/path/__init__.pyi +0 -0
  267. {fake_bpy_module-20240522 → fake_bpy_module-20240524}/bpy/props/__init__.pyi +0 -0
  268. {fake_bpy_module-20240522 → fake_bpy_module-20240524}/bpy/py.typed +0 -0
  269. {fake_bpy_module-20240522 → fake_bpy_module-20240524}/bpy/utils/__init__.pyi +0 -0
  270. {fake_bpy_module-20240522 → fake_bpy_module-20240524}/bpy/utils/previews/__init__.pyi +0 -0
  271. {fake_bpy_module-20240522 → fake_bpy_module-20240524}/bpy/utils/units/__init__.pyi +0 -0
  272. {fake_bpy_module-20240522 → fake_bpy_module-20240524}/bpy_extras/__init__.pyi +0 -0
  273. {fake_bpy_module-20240522 → fake_bpy_module-20240524}/bpy_extras/anim_utils/__init__.pyi +0 -0
  274. {fake_bpy_module-20240522 → fake_bpy_module-20240524}/bpy_extras/asset_utils/__init__.pyi +0 -0
  275. {fake_bpy_module-20240522 → fake_bpy_module-20240524}/bpy_extras/bmesh_utils/__init__.pyi +0 -0
  276. {fake_bpy_module-20240522 → fake_bpy_module-20240524}/bpy_extras/extensions/__init__.pyi +0 -0
  277. {fake_bpy_module-20240522 → fake_bpy_module-20240524}/bpy_extras/extensions/junction_module/__init__.pyi +0 -0
  278. {fake_bpy_module-20240522 → fake_bpy_module-20240524}/bpy_extras/id_map_utils/__init__.pyi +0 -0
  279. {fake_bpy_module-20240522 → fake_bpy_module-20240524}/bpy_extras/image_utils/__init__.pyi +0 -0
  280. {fake_bpy_module-20240522 → fake_bpy_module-20240524}/bpy_extras/io_utils/__init__.pyi +0 -0
  281. {fake_bpy_module-20240522 → fake_bpy_module-20240524}/bpy_extras/keyconfig_utils/__init__.pyi +0 -0
  282. {fake_bpy_module-20240522 → fake_bpy_module-20240524}/bpy_extras/mesh_utils/__init__.pyi +0 -0
  283. {fake_bpy_module-20240522 → fake_bpy_module-20240524}/bpy_extras/node_shader_utils/__init__.pyi +0 -0
  284. {fake_bpy_module-20240522 → fake_bpy_module-20240524}/bpy_extras/node_utils/__init__.pyi +0 -0
  285. {fake_bpy_module-20240522 → fake_bpy_module-20240524}/bpy_extras/object_utils/__init__.pyi +0 -0
  286. {fake_bpy_module-20240522 → fake_bpy_module-20240524}/bpy_extras/py.typed +0 -0
  287. {fake_bpy_module-20240522 → fake_bpy_module-20240524}/bpy_extras/view3d_utils/__init__.pyi +0 -0
  288. {fake_bpy_module-20240522 → fake_bpy_module-20240524}/bpy_extras/wm_utils/__init__.pyi +0 -0
  289. {fake_bpy_module-20240522 → fake_bpy_module-20240524}/bpy_extras/wm_utils/progress_report/__init__.pyi +0 -0
  290. {fake_bpy_module-20240522 → fake_bpy_module-20240524}/bpy_restrict_state/__init__.pyi +0 -0
  291. {fake_bpy_module-20240522 → fake_bpy_module-20240524}/bpy_restrict_state/py.typed +0 -0
  292. {fake_bpy_module-20240522 → fake_bpy_module-20240524}/bpy_types/py.typed +0 -0
  293. {fake_bpy_module-20240522 → fake_bpy_module-20240524}/console_python/__init__.pyi +0 -0
  294. {fake_bpy_module-20240522 → fake_bpy_module-20240524}/console_python/py.typed +0 -0
  295. {fake_bpy_module-20240522 → fake_bpy_module-20240524}/console_shell/__init__.pyi +0 -0
  296. {fake_bpy_module-20240522 → fake_bpy_module-20240524}/console_shell/py.typed +0 -0
  297. {fake_bpy_module-20240522 → fake_bpy_module-20240524}/fake_bpy_module.egg-info/SOURCES.txt +0 -0
  298. {fake_bpy_module-20240522 → fake_bpy_module-20240524}/fake_bpy_module.egg-info/dependency_links.txt +0 -0
  299. {fake_bpy_module-20240522 → fake_bpy_module-20240524}/fake_bpy_module.egg-info/top_level.txt +0 -0
  300. {fake_bpy_module-20240522 → fake_bpy_module-20240524}/freestyle/__init__.pyi +0 -0
  301. {fake_bpy_module-20240522 → fake_bpy_module-20240524}/freestyle/chainingiterators/__init__.pyi +0 -0
  302. {fake_bpy_module-20240522 → fake_bpy_module-20240524}/freestyle/functions/__init__.pyi +0 -0
  303. {fake_bpy_module-20240522 → fake_bpy_module-20240524}/freestyle/predicates/__init__.pyi +0 -0
  304. {fake_bpy_module-20240522 → fake_bpy_module-20240524}/freestyle/py.typed +0 -0
  305. {fake_bpy_module-20240522 → fake_bpy_module-20240524}/freestyle/shaders/__init__.pyi +0 -0
  306. {fake_bpy_module-20240522 → fake_bpy_module-20240524}/freestyle/types/__init__.pyi +0 -0
  307. {fake_bpy_module-20240522 → fake_bpy_module-20240524}/freestyle/utils/ContextFunctions/__init__.pyi +0 -0
  308. {fake_bpy_module-20240522 → fake_bpy_module-20240524}/freestyle/utils/__init__.pyi +0 -0
  309. {fake_bpy_module-20240522 → fake_bpy_module-20240524}/gpu/__init__.pyi +0 -0
  310. {fake_bpy_module-20240522 → fake_bpy_module-20240524}/gpu/capabilities/__init__.pyi +0 -0
  311. {fake_bpy_module-20240522 → fake_bpy_module-20240524}/gpu/matrix/__init__.pyi +0 -0
  312. {fake_bpy_module-20240522 → fake_bpy_module-20240524}/gpu/platform/__init__.pyi +0 -0
  313. {fake_bpy_module-20240522 → fake_bpy_module-20240524}/gpu/py.typed +0 -0
  314. {fake_bpy_module-20240522 → fake_bpy_module-20240524}/gpu/select/__init__.pyi +0 -0
  315. {fake_bpy_module-20240522 → fake_bpy_module-20240524}/gpu/shader/__init__.pyi +0 -0
  316. {fake_bpy_module-20240522 → fake_bpy_module-20240524}/gpu/state/__init__.pyi +0 -0
  317. {fake_bpy_module-20240522 → fake_bpy_module-20240524}/gpu/texture/__init__.pyi +0 -0
  318. {fake_bpy_module-20240522 → fake_bpy_module-20240524}/gpu/types/__init__.pyi +0 -0
  319. {fake_bpy_module-20240522 → fake_bpy_module-20240524}/gpu_extras/__init__.pyi +0 -0
  320. {fake_bpy_module-20240522 → fake_bpy_module-20240524}/gpu_extras/batch/__init__.pyi +0 -0
  321. {fake_bpy_module-20240522 → fake_bpy_module-20240524}/gpu_extras/presets/__init__.pyi +0 -0
  322. {fake_bpy_module-20240522 → fake_bpy_module-20240524}/gpu_extras/py.typed +0 -0
  323. {fake_bpy_module-20240522 → fake_bpy_module-20240524}/graphviz_export/__init__.pyi +0 -0
  324. {fake_bpy_module-20240522 → fake_bpy_module-20240524}/graphviz_export/py.typed +0 -0
  325. {fake_bpy_module-20240522 → fake_bpy_module-20240524}/idprop/__init__.pyi +0 -0
  326. {fake_bpy_module-20240522 → fake_bpy_module-20240524}/idprop/py.typed +0 -0
  327. {fake_bpy_module-20240522 → fake_bpy_module-20240524}/idprop/types/__init__.pyi +0 -0
  328. {fake_bpy_module-20240522 → fake_bpy_module-20240524}/imbuf/__init__.pyi +0 -0
  329. {fake_bpy_module-20240522 → fake_bpy_module-20240524}/imbuf/py.typed +0 -0
  330. {fake_bpy_module-20240522 → fake_bpy_module-20240524}/imbuf/types/__init__.pyi +0 -0
  331. {fake_bpy_module-20240522 → fake_bpy_module-20240524}/keyingsets_builtins/__init__.pyi +0 -0
  332. {fake_bpy_module-20240522 → fake_bpy_module-20240524}/keyingsets_builtins/py.typed +0 -0
  333. {fake_bpy_module-20240522 → fake_bpy_module-20240524}/keyingsets_utils/__init__.pyi +0 -0
  334. {fake_bpy_module-20240522 → fake_bpy_module-20240524}/keyingsets_utils/py.typed +0 -0
  335. {fake_bpy_module-20240522 → fake_bpy_module-20240524}/mathutils/__init__.pyi +0 -0
  336. {fake_bpy_module-20240522 → fake_bpy_module-20240524}/mathutils/bvhtree/__init__.pyi +0 -0
  337. {fake_bpy_module-20240522 → fake_bpy_module-20240524}/mathutils/geometry/__init__.pyi +0 -0
  338. {fake_bpy_module-20240522 → fake_bpy_module-20240524}/mathutils/interpolate/__init__.pyi +0 -0
  339. {fake_bpy_module-20240522 → fake_bpy_module-20240524}/mathutils/kdtree/__init__.pyi +0 -0
  340. {fake_bpy_module-20240522 → fake_bpy_module-20240524}/mathutils/noise/__init__.pyi +0 -0
  341. {fake_bpy_module-20240522 → fake_bpy_module-20240524}/mathutils/py.typed +0 -0
  342. {fake_bpy_module-20240522 → fake_bpy_module-20240524}/nodeitems_builtins/__init__.pyi +0 -0
  343. {fake_bpy_module-20240522 → fake_bpy_module-20240524}/nodeitems_builtins/py.typed +0 -0
  344. {fake_bpy_module-20240522 → fake_bpy_module-20240524}/nodeitems_utils/__init__.pyi +0 -0
  345. {fake_bpy_module-20240522 → fake_bpy_module-20240524}/nodeitems_utils/py.typed +0 -0
  346. {fake_bpy_module-20240522 → fake_bpy_module-20240524}/pyproject.toml +0 -0
  347. {fake_bpy_module-20240522 → fake_bpy_module-20240524}/rna_info/__init__.pyi +0 -0
  348. {fake_bpy_module-20240522 → fake_bpy_module-20240524}/rna_info/py.typed +0 -0
  349. {fake_bpy_module-20240522 → fake_bpy_module-20240524}/rna_keymap_ui/__init__.pyi +0 -0
  350. {fake_bpy_module-20240522 → fake_bpy_module-20240524}/rna_keymap_ui/py.typed +0 -0
  351. {fake_bpy_module-20240522 → fake_bpy_module-20240524}/rna_prop_ui/__init__.pyi +0 -0
  352. {fake_bpy_module-20240522 → fake_bpy_module-20240524}/rna_prop_ui/py.typed +0 -0
  353. {fake_bpy_module-20240522 → fake_bpy_module-20240524}/rna_xml/__init__.pyi +0 -0
  354. {fake_bpy_module-20240522 → fake_bpy_module-20240524}/rna_xml/py.typed +0 -0
  355. {fake_bpy_module-20240522 → fake_bpy_module-20240524}/setup.cfg +0 -0
  356. {fake_bpy_module-20240522 → fake_bpy_module-20240524}/setup.py +0 -0
  357. {fake_bpy_module-20240522 → fake_bpy_module-20240524}/sys_info/__init__.pyi +0 -0
  358. {fake_bpy_module-20240522 → fake_bpy_module-20240524}/sys_info/py.typed +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: fake-bpy-module
3
- Version: 20240522
3
+ Version: 20240524
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
@@ -7,7 +7,7 @@ GenericType1 = typing.TypeVar("GenericType1")
7
7
  GenericType2 = typing.TypeVar("GenericType2")
8
8
 
9
9
  class WORLD_OT_convert_volume_to_mesh(bpy_types.Operator):
10
- """Convert the volume of a world to a mesh.The world's volume used to be rendered by EEVEE Legacy. Conversion is needed for it to render properly"""
10
+ """Convert the volume of a world to a mesh. The world's volume used to be rendered by EEVEE Legacy. Conversion is needed for it to render properly"""
11
11
 
12
12
  bl_idname: typing.Any
13
13
  bl_label: typing.Any
@@ -2111,6 +2111,290 @@ class OBJECT_MT_modifier_add_generate(
2111
2111
  """
2112
2112
  ...
2113
2113
 
2114
+ class OBJECT_MT_modifier_add_normals(
2115
+ bpy_types.Menu, ModifierAddMenu, bpy_types._GenericUI
2116
+ ):
2117
+ MODIFIER_TYPES_I18N_CONTEXT: typing.Any
2118
+ MODIFIER_TYPES_TO_ICONS: typing.Any
2119
+ MODIFIER_TYPES_TO_LABELS: typing.Any
2120
+ bl_label: typing.Any
2121
+ bl_options: typing.Any
2122
+ bl_rna: typing.Any
2123
+ id_data: typing.Any
2124
+
2125
+ def append(self, draw_func):
2126
+ """Append a draw function to this menu,
2127
+ takes the same arguments as the menus draw function
2128
+
2129
+ :param draw_func:
2130
+ """
2131
+ ...
2132
+
2133
+ def as_pointer(self) -> int:
2134
+ """Returns the memory address which holds a pointer to Blender's internal data
2135
+
2136
+ :return: int (memory address).
2137
+ :rtype: int
2138
+ """
2139
+ ...
2140
+
2141
+ def bl_rna_get_subclass(self) -> bpy.types.Struct:
2142
+ """
2143
+
2144
+ :return: The RNA type or default when not found.
2145
+ :rtype: bpy.types.Struct
2146
+ """
2147
+ ...
2148
+
2149
+ def bl_rna_get_subclass_py(self) -> typing.Any:
2150
+ """
2151
+
2152
+ :return: The class or default when not found.
2153
+ :rtype: typing.Any
2154
+ """
2155
+ ...
2156
+
2157
+ def draw(self, context):
2158
+ """
2159
+
2160
+ :param context:
2161
+ """
2162
+ ...
2163
+
2164
+ def draw_collapsible(self, context, layout):
2165
+ """
2166
+
2167
+ :param context:
2168
+ :param layout:
2169
+ """
2170
+ ...
2171
+
2172
+ def draw_preset(self, _context):
2173
+ """Define these on the subclass:
2174
+ - preset_operator (string)
2175
+ - preset_subdir (string)Optionally:
2176
+ - preset_add_operator (string)
2177
+ - preset_extensions (set of strings)
2178
+ - preset_operator_defaults (dict of keyword args)
2179
+
2180
+ :param _context:
2181
+ """
2182
+ ...
2183
+
2184
+ def driver_add(self) -> bpy.types.FCurve:
2185
+ """Adds driver(s) to the given property
2186
+
2187
+ :return: The driver(s) added.
2188
+ :rtype: bpy.types.FCurve
2189
+ """
2190
+ ...
2191
+
2192
+ def driver_remove(self) -> bool:
2193
+ """Remove driver(s) from the given property
2194
+
2195
+ :return: Success of driver removal.
2196
+ :rtype: bool
2197
+ """
2198
+ ...
2199
+
2200
+ def get(self):
2201
+ """Returns the value of the custom property assigned to key or default
2202
+ when not found (matches Python's dictionary function of the same name).
2203
+
2204
+ """
2205
+ ...
2206
+
2207
+ def id_properties_clear(self):
2208
+ """
2209
+
2210
+ :return: Remove the parent group for an RNA struct's custom IDProperties.
2211
+ """
2212
+ ...
2213
+
2214
+ def id_properties_ensure(self):
2215
+ """
2216
+
2217
+ :return: the parent group for an RNA struct's custom IDProperties.
2218
+ """
2219
+ ...
2220
+
2221
+ def id_properties_ui(self):
2222
+ """
2223
+
2224
+ :return: Return an object used to manage an IDProperty's UI data.
2225
+ """
2226
+ ...
2227
+
2228
+ def is_extended(self): ...
2229
+ def is_property_hidden(self) -> bool:
2230
+ """Check if a property is hidden.
2231
+
2232
+ :return: True when the property is hidden.
2233
+ :rtype: bool
2234
+ """
2235
+ ...
2236
+
2237
+ def is_property_overridable_library(self) -> bool:
2238
+ """Check if a property is overridable.
2239
+
2240
+ :return: True when the property is overridable.
2241
+ :rtype: bool
2242
+ """
2243
+ ...
2244
+
2245
+ def is_property_readonly(self) -> bool:
2246
+ """Check if a property is readonly.
2247
+
2248
+ :return: True when the property is readonly (not writable).
2249
+ :rtype: bool
2250
+ """
2251
+ ...
2252
+
2253
+ def is_property_set(self) -> bool:
2254
+ """Check if a property is set, use for testing operator properties.
2255
+
2256
+ :return: True when the property has been set.
2257
+ :rtype: bool
2258
+ """
2259
+ ...
2260
+
2261
+ def items(self):
2262
+ """Returns the items of this objects custom properties (matches Python's
2263
+ dictionary function of the same name).
2264
+
2265
+ :return: custom property key, value pairs.
2266
+ """
2267
+ ...
2268
+
2269
+ def keyframe_delete(self) -> bool:
2270
+ """Remove a keyframe from this properties fcurve.
2271
+
2272
+ :return: Success of keyframe deletion.
2273
+ :rtype: bool
2274
+ """
2275
+ ...
2276
+
2277
+ def keyframe_insert(self) -> bool:
2278
+ """Insert a keyframe on the property given, adding fcurves and animation data when necessary.
2279
+
2280
+ :return: Success of keyframe insertion.
2281
+ :rtype: bool
2282
+ """
2283
+ ...
2284
+
2285
+ def keys(self):
2286
+ """Returns the keys of this objects custom properties (matches Python's
2287
+ dictionary function of the same name).
2288
+
2289
+ :return: custom property keys.
2290
+ """
2291
+ ...
2292
+
2293
+ def operator_modifier_add(self, layout, mod_type):
2294
+ """
2295
+
2296
+ :param layout:
2297
+ :param mod_type:
2298
+ """
2299
+ ...
2300
+
2301
+ def path_from_id(self) -> str:
2302
+ """Returns the data path from the ID to this object (string).
2303
+
2304
+ :return: The path from `bpy.types.bpy_struct.id_data`
2305
+ to this struct and property (when given).
2306
+ :rtype: str
2307
+ """
2308
+ ...
2309
+
2310
+ def path_menu(
2311
+ self,
2312
+ searchpaths: list[str],
2313
+ operator: str,
2314
+ props_default: dict = None,
2315
+ prop_filepath: str = "filepath",
2316
+ filter_ext: typing.Callable = None,
2317
+ filter_path=None,
2318
+ display_name: typing.Callable = None,
2319
+ add_operator=None,
2320
+ add_operator_props=None,
2321
+ ):
2322
+ """Populate a menu from a list of paths.
2323
+
2324
+ :param searchpaths: Paths to scan.
2325
+ :type searchpaths: list[str]
2326
+ :param operator: The operator id to use with each file.
2327
+ :type operator: str
2328
+ :param props_default: Properties to assign to each operator.
2329
+ :type props_default: dict
2330
+ :param prop_filepath: Optional operator filepath property (defaults to "filepath").
2331
+ :type prop_filepath: str
2332
+ :param filter_ext: Optional callback that takes the file extensions.
2333
+
2334
+ Returning false excludes the file from the list.
2335
+ :type filter_ext: typing.Callable
2336
+ :param filter_path:
2337
+ :param display_name: Optional callback that takes the full path, returns the name to display.
2338
+ :type display_name: typing.Callable
2339
+ :param add_operator:
2340
+ :param add_operator_props:
2341
+ """
2342
+ ...
2343
+
2344
+ def path_resolve(self):
2345
+ """Returns the property from the path, raise an exception when not found."""
2346
+ ...
2347
+
2348
+ def pop(self):
2349
+ """Remove and return the value of the custom property assigned to key or default
2350
+ when not found (matches Python's dictionary function of the same name).
2351
+
2352
+ """
2353
+ ...
2354
+
2355
+ def prepend(self, draw_func):
2356
+ """Prepend a draw function to this menu, takes the same arguments as
2357
+ the menus draw function
2358
+
2359
+ :param draw_func:
2360
+ """
2361
+ ...
2362
+
2363
+ def property_overridable_library_set(self) -> bool:
2364
+ """Define a property as overridable or not (only for custom properties!).
2365
+
2366
+ :return: True when the overridable status of the property was successfully set.
2367
+ :rtype: bool
2368
+ """
2369
+ ...
2370
+
2371
+ def property_unset(self):
2372
+ """Unset a property, will use default value afterward."""
2373
+ ...
2374
+
2375
+ def remove(self, draw_func):
2376
+ """Remove a draw function that has been added to this menu
2377
+
2378
+ :param draw_func:
2379
+ """
2380
+ ...
2381
+
2382
+ def type_recast(self):
2383
+ """Return a new instance, this is needed because types
2384
+ such as textures can be changed at runtime.
2385
+
2386
+ :return: a new instance of this object with the type initialized again.
2387
+ """
2388
+ ...
2389
+
2390
+ def values(self):
2391
+ """Returns the values of this objects custom properties (matches Python's
2392
+ dictionary function of the same name).
2393
+
2394
+ :return: custom property values.
2395
+ """
2396
+ ...
2397
+
2114
2398
  class OBJECT_MT_modifier_add_physics(
2115
2399
  bpy_types.Menu, ModifierAddMenu, bpy_types._GenericUI
2116
2400
  ):
@@ -869,8 +869,10 @@ class _defs_sequencer_generic:
869
869
  translate: typing.Any
870
870
 
871
871
  class _defs_sequencer_select:
872
- box: typing.Any
873
- select: typing.Any
872
+ box_preview: typing.Any
873
+ box_timeline: typing.Any
874
+ select_preview: typing.Any
875
+ select_timeline: typing.Any
874
876
 
875
877
  class _defs_texture_paint:
876
878
  def generate_from_brushes(self, context):
@@ -15981,6 +15981,239 @@ class USERPREF_PT_system_memory(
15981
15981
  """
15982
15982
  ...
15983
15983
 
15984
+ class USERPREF_PT_system_network(
15985
+ bpy_types.Panel, SystemPanel, CenterAlignMixIn, bpy_types._GenericUI
15986
+ ):
15987
+ """Base class for panels to center align contents with some horizontal margin.
15988
+ Deriving classes need to implement a draw_centered(context, layout) function.
15989
+ """
15990
+
15991
+ bl_context: typing.Any
15992
+ bl_label: typing.Any
15993
+ bl_region_type: typing.Any
15994
+ bl_rna: typing.Any
15995
+ bl_space_type: typing.Any
15996
+ id_data: typing.Any
15997
+
15998
+ def append(self, draw_func):
15999
+ """Append a draw function to this menu,
16000
+ takes the same arguments as the menus draw function
16001
+
16002
+ :param draw_func:
16003
+ """
16004
+ ...
16005
+
16006
+ def as_pointer(self) -> int:
16007
+ """Returns the memory address which holds a pointer to Blender's internal data
16008
+
16009
+ :return: int (memory address).
16010
+ :rtype: int
16011
+ """
16012
+ ...
16013
+
16014
+ def bl_rna_get_subclass(self) -> bpy.types.Struct:
16015
+ """
16016
+
16017
+ :return: The RNA type or default when not found.
16018
+ :rtype: bpy.types.Struct
16019
+ """
16020
+ ...
16021
+
16022
+ def bl_rna_get_subclass_py(self) -> typing.Any:
16023
+ """
16024
+
16025
+ :return: The class or default when not found.
16026
+ :rtype: typing.Any
16027
+ """
16028
+ ...
16029
+
16030
+ def draw(self, context):
16031
+ """
16032
+
16033
+ :param context:
16034
+ """
16035
+ ...
16036
+
16037
+ def draw_centered(self, context, layout):
16038
+ """
16039
+
16040
+ :param context:
16041
+ :param layout:
16042
+ """
16043
+ ...
16044
+
16045
+ def driver_add(self) -> bpy.types.FCurve:
16046
+ """Adds driver(s) to the given property
16047
+
16048
+ :return: The driver(s) added.
16049
+ :rtype: bpy.types.FCurve
16050
+ """
16051
+ ...
16052
+
16053
+ def driver_remove(self) -> bool:
16054
+ """Remove driver(s) from the given property
16055
+
16056
+ :return: Success of driver removal.
16057
+ :rtype: bool
16058
+ """
16059
+ ...
16060
+
16061
+ def get(self):
16062
+ """Returns the value of the custom property assigned to key or default
16063
+ when not found (matches Python's dictionary function of the same name).
16064
+
16065
+ """
16066
+ ...
16067
+
16068
+ def id_properties_clear(self):
16069
+ """
16070
+
16071
+ :return: Remove the parent group for an RNA struct's custom IDProperties.
16072
+ """
16073
+ ...
16074
+
16075
+ def id_properties_ensure(self):
16076
+ """
16077
+
16078
+ :return: the parent group for an RNA struct's custom IDProperties.
16079
+ """
16080
+ ...
16081
+
16082
+ def id_properties_ui(self):
16083
+ """
16084
+
16085
+ :return: Return an object used to manage an IDProperty's UI data.
16086
+ """
16087
+ ...
16088
+
16089
+ def is_extended(self): ...
16090
+ def is_property_hidden(self) -> bool:
16091
+ """Check if a property is hidden.
16092
+
16093
+ :return: True when the property is hidden.
16094
+ :rtype: bool
16095
+ """
16096
+ ...
16097
+
16098
+ def is_property_overridable_library(self) -> bool:
16099
+ """Check if a property is overridable.
16100
+
16101
+ :return: True when the property is overridable.
16102
+ :rtype: bool
16103
+ """
16104
+ ...
16105
+
16106
+ def is_property_readonly(self) -> bool:
16107
+ """Check if a property is readonly.
16108
+
16109
+ :return: True when the property is readonly (not writable).
16110
+ :rtype: bool
16111
+ """
16112
+ ...
16113
+
16114
+ def is_property_set(self) -> bool:
16115
+ """Check if a property is set, use for testing operator properties.
16116
+
16117
+ :return: True when the property has been set.
16118
+ :rtype: bool
16119
+ """
16120
+ ...
16121
+
16122
+ def items(self):
16123
+ """Returns the items of this objects custom properties (matches Python's
16124
+ dictionary function of the same name).
16125
+
16126
+ :return: custom property key, value pairs.
16127
+ """
16128
+ ...
16129
+
16130
+ def keyframe_delete(self) -> bool:
16131
+ """Remove a keyframe from this properties fcurve.
16132
+
16133
+ :return: Success of keyframe deletion.
16134
+ :rtype: bool
16135
+ """
16136
+ ...
16137
+
16138
+ def keyframe_insert(self) -> bool:
16139
+ """Insert a keyframe on the property given, adding fcurves and animation data when necessary.
16140
+
16141
+ :return: Success of keyframe insertion.
16142
+ :rtype: bool
16143
+ """
16144
+ ...
16145
+
16146
+ def keys(self):
16147
+ """Returns the keys of this objects custom properties (matches Python's
16148
+ dictionary function of the same name).
16149
+
16150
+ :return: custom property keys.
16151
+ """
16152
+ ...
16153
+
16154
+ def path_from_id(self) -> str:
16155
+ """Returns the data path from the ID to this object (string).
16156
+
16157
+ :return: The path from `bpy.types.bpy_struct.id_data`
16158
+ to this struct and property (when given).
16159
+ :rtype: str
16160
+ """
16161
+ ...
16162
+
16163
+ def path_resolve(self):
16164
+ """Returns the property from the path, raise an exception when not found."""
16165
+ ...
16166
+
16167
+ def pop(self):
16168
+ """Remove and return the value of the custom property assigned to key or default
16169
+ when not found (matches Python's dictionary function of the same name).
16170
+
16171
+ """
16172
+ ...
16173
+
16174
+ def prepend(self, draw_func):
16175
+ """Prepend a draw function to this menu, takes the same arguments as
16176
+ the menus draw function
16177
+
16178
+ :param draw_func:
16179
+ """
16180
+ ...
16181
+
16182
+ def property_overridable_library_set(self) -> bool:
16183
+ """Define a property as overridable or not (only for custom properties!).
16184
+
16185
+ :return: True when the overridable status of the property was successfully set.
16186
+ :rtype: bool
16187
+ """
16188
+ ...
16189
+
16190
+ def property_unset(self):
16191
+ """Unset a property, will use default value afterward."""
16192
+ ...
16193
+
16194
+ def remove(self, draw_func):
16195
+ """Remove a draw function that has been added to this menu
16196
+
16197
+ :param draw_func:
16198
+ """
16199
+ ...
16200
+
16201
+ def type_recast(self):
16202
+ """Return a new instance, this is needed because types
16203
+ such as textures can be changed at runtime.
16204
+
16205
+ :return: a new instance of this object with the type initialized again.
16206
+ """
16207
+ ...
16208
+
16209
+ def values(self):
16210
+ """Returns the values of this objects custom properties (matches Python's
16211
+ dictionary function of the same name).
16212
+
16213
+ :return: custom property values.
16214
+ """
16215
+ ...
16216
+
15984
16217
  class USERPREF_PT_system_os_settings(
15985
16218
  bpy_types.Panel, SystemPanel, CenterAlignMixIn, bpy_types._GenericUI
15986
16219
  ):
@@ -204,6 +204,10 @@ oiio: typing.Any
204
204
  """ Constant value bpy.app.oiio(supported=True, version=(2, 5, 6), version_string=' 2, 5, 6')
205
205
  """
206
206
 
207
+ online_access: typing.Any
208
+ """ Boolean, true when internet access is allowed by Blender & 3rd party scripts (read-only)
209
+ """
210
+
207
211
  opensubdiv: typing.Any
208
212
  """ Constant value bpy.app.opensubdiv(supported=True, version=(3, 6, 0), version_string=' 3, 6, 0')
209
213
  """
@@ -249,6 +249,8 @@ def fill(
249
249
  execution_context: str | int | None = None,
250
250
  undo: bool | None = None,
251
251
  on_back: bool | typing.Any | None = False,
252
+ invert: bool | typing.Any | None = False,
253
+ precision: bool | typing.Any | None = False,
252
254
  ):
253
255
  """Fill with color the shape formed by strokes
254
256
 
@@ -257,6 +259,10 @@ def fill(
257
259
  :type undo: bool | None
258
260
  :param on_back: Draw on Back, Send new stroke to back
259
261
  :type on_back: bool | typing.Any | None
262
+ :param invert: Invert, Find boundary of unfilled instead of filled regions
263
+ :type invert: bool | typing.Any | None
264
+ :param precision: Precision, Use precision movement for extension lines
265
+ :type precision: bool | typing.Any | None
260
266
  """
261
267
 
262
268
  ...
@@ -54,6 +54,20 @@ def animdata_operation(
54
54
 
55
55
  ...
56
56
 
57
+ def clear_filter(
58
+ override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
59
+ execution_context: str | int | None = None,
60
+ undo: bool | None = None,
61
+ ):
62
+ """Clear the search filter
63
+
64
+ :type override_context: dict[str, typing.Any] | bpy.types.Context | None
65
+ :type execution_context: str | int | None
66
+ :type undo: bool | None
67
+ """
68
+
69
+ ...
70
+
57
71
  def collection_color_tag_set(
58
72
  override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
59
73
  execution_context: str | int | None = None,
@@ -1213,6 +1227,20 @@ def show_one_level(
1213
1227
 
1214
1228
  ...
1215
1229
 
1230
+ def start_filter(
1231
+ override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
1232
+ execution_context: str | int | None = None,
1233
+ undo: bool | None = None,
1234
+ ):
1235
+ """Start entering filter text
1236
+
1237
+ :type override_context: dict[str, typing.Any] | bpy.types.Context | None
1238
+ :type execution_context: str | int | None
1239
+ :type undo: bool | None
1240
+ """
1241
+
1242
+ ...
1243
+
1216
1244
  def unhide_all(
1217
1245
  override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
1218
1246
  execution_context: str | int | None = None,
@@ -339,6 +339,8 @@ def extension_repo_add(
339
339
  undo: bool | None = None,
340
340
  name: str | typing.Any = "",
341
341
  remote_url: str | typing.Any = "",
342
+ use_access_token: bool | typing.Any | None = False,
343
+ access_token: str | typing.Any = "",
342
344
  use_sync_on_startup: bool | typing.Any | None = False,
343
345
  use_custom_directory: bool | typing.Any | None = False,
344
346
  custom_directory: str | typing.Any = "",
@@ -353,6 +355,10 @@ def extension_repo_add(
353
355
  :type name: str | typing.Any
354
356
  :param remote_url: URL, Remote URL to the extension repository, the file-system may be referenced using the file URI scheme: "file://"
355
357
  :type remote_url: str | typing.Any
358
+ :param use_access_token: Requires Access Token, Repository requires an access token
359
+ :type use_access_token: bool | typing.Any | None
360
+ :param access_token: Secret, Personal access token, may be required by some repositories
361
+ :type access_token: str | typing.Any
356
362
  :param use_sync_on_startup: Check for Updates on Startup, Allow Blender to check for updates upon launch
357
363
  :type use_sync_on_startup: bool | typing.Any | None
358
364
  :param use_custom_directory: Custom Directory, Manually set the path for extensions to be stored. When disabled a user's extensions directory is created
@@ -337,7 +337,7 @@ def face_set_edit(
337
337
  active_face_set: typing.Any | None = 1,
338
338
  mode: str | None = "GROW",
339
339
  strength: typing.Any | None = 1.0,
340
- modify_hidden: bool | typing.Any | None = True,
340
+ modify_hidden: bool | typing.Any | None = False,
341
341
  ):
342
342
  """Edits the current active Face Set
343
343
 
@@ -10,7 +10,7 @@ def convert_volume_to_mesh(
10
10
  execution_context: str | int | None = None,
11
11
  undo: bool | None = None,
12
12
  ):
13
- """Convert the volume of a world to a mesh.
13
+ """Convert the volume of a world to a mesh. The world's volume used to be rendered by EEVEE Legacy. Conversion is needed for it to render properly
14
14
 
15
15
  :type override_context: dict[str, typing.Any] | bpy.types.Context | None
16
16
  :type execution_context: str | int | None