fake-bpy-module 20240715__tar.gz → 20240716__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 (366) hide show
  1. {fake_bpy_module-20240715 → fake_bpy_module-20240716}/PKG-INFO +1 -1
  2. {fake_bpy_module-20240715 → fake_bpy_module-20240716}/bl_i18n_utils/utils/__init__.pyi +8 -4
  3. {fake_bpy_module-20240715 → fake_bpy_module-20240716}/bl_operators/anim/__init__.pyi +10 -5
  4. {fake_bpy_module-20240715 → fake_bpy_module-20240716}/bl_operators/assets/__init__.pyi +6 -3
  5. {fake_bpy_module-20240715 → fake_bpy_module-20240716}/bl_operators/bone_selection_sets/__init__.pyi +6 -3
  6. {fake_bpy_module-20240715 → fake_bpy_module-20240716}/bl_operators/clip/__init__.pyi +20 -10
  7. {fake_bpy_module-20240715 → fake_bpy_module-20240716}/bl_operators/connect_to_output/__init__.pyi +12 -6
  8. {fake_bpy_module-20240715 → fake_bpy_module-20240716}/bl_operators/console/__init__.pyi +10 -5
  9. {fake_bpy_module-20240715 → fake_bpy_module-20240716}/bl_operators/constraint/__init__.pyi +8 -4
  10. {fake_bpy_module-20240715 → fake_bpy_module-20240716}/bl_operators/freestyle/__init__.pyi +8 -4
  11. {fake_bpy_module-20240715 → fake_bpy_module-20240716}/bl_operators/geometry_nodes/__init__.pyi +12 -6
  12. {fake_bpy_module-20240715 → fake_bpy_module-20240716}/bl_operators/image/__init__.pyi +4 -2
  13. {fake_bpy_module-20240715 → fake_bpy_module-20240716}/bl_operators/image_as_planes/__init__.pyi +5 -4
  14. {fake_bpy_module-20240715 → fake_bpy_module-20240716}/bl_operators/mesh/__init__.pyi +6 -3
  15. {fake_bpy_module-20240715 → fake_bpy_module-20240716}/bl_operators/node/__init__.pyi +20 -10
  16. {fake_bpy_module-20240715 → fake_bpy_module-20240716}/bl_operators/node_editor/node_functions/__init__.pyi +2 -1
  17. {fake_bpy_module-20240715 → fake_bpy_module-20240716}/bl_operators/object/__init__.pyi +22 -11
  18. {fake_bpy_module-20240715 → fake_bpy_module-20240716}/bl_operators/object_align/__init__.pyi +2 -1
  19. {fake_bpy_module-20240715 → fake_bpy_module-20240716}/bl_operators/object_quick_effects/__init__.pyi +2 -1
  20. {fake_bpy_module-20240715 → fake_bpy_module-20240716}/bl_operators/object_randomize_transform/__init__.pyi +2 -1
  21. {fake_bpy_module-20240715 → fake_bpy_module-20240716}/bl_operators/presets/__init__.pyi +10 -5
  22. {fake_bpy_module-20240715 → fake_bpy_module-20240716}/bl_operators/rigidbody/__init__.pyi +6 -3
  23. {fake_bpy_module-20240715 → fake_bpy_module-20240716}/bl_operators/sequencer/__init__.pyi +12 -6
  24. {fake_bpy_module-20240715 → fake_bpy_module-20240716}/bl_operators/spreadsheet/__init__.pyi +2 -1
  25. {fake_bpy_module-20240715 → fake_bpy_module-20240716}/bl_operators/userpref/__init__.pyi +12 -6
  26. {fake_bpy_module-20240715 → fake_bpy_module-20240716}/bl_operators/uvcalc_follow_active/__init__.pyi +2 -1
  27. {fake_bpy_module-20240715 → fake_bpy_module-20240716}/bl_operators/uvcalc_lightmap/__init__.pyi +2 -1
  28. {fake_bpy_module-20240715 → fake_bpy_module-20240716}/bl_operators/uvcalc_transform/__init__.pyi +4 -2
  29. {fake_bpy_module-20240715 → fake_bpy_module-20240716}/bl_operators/vertexpaint_dirt/__init__.pyi +2 -1
  30. {fake_bpy_module-20240715 → fake_bpy_module-20240716}/bl_operators/view3d/__init__.pyi +18 -11
  31. {fake_bpy_module-20240715 → fake_bpy_module-20240716}/bl_operators/wm/__init__.pyi +48 -25
  32. {fake_bpy_module-20240715 → fake_bpy_module-20240716}/bl_operators/world/__init__.pyi +2 -1
  33. {fake_bpy_module-20240715 → fake_bpy_module-20240716}/bl_ui/__init__.pyi +6 -3
  34. {fake_bpy_module-20240715 → fake_bpy_module-20240716}/bl_ui/asset_shelf/__init__.pyi +2 -1
  35. {fake_bpy_module-20240715 → fake_bpy_module-20240716}/bl_ui/properties_collection/__init__.pyi +2 -1
  36. {fake_bpy_module-20240715 → fake_bpy_module-20240716}/bl_ui/properties_constraint/__init__.pyi +10 -5
  37. {fake_bpy_module-20240715 → fake_bpy_module-20240716}/bl_ui/properties_data_armature/__init__.pyi +14 -7
  38. {fake_bpy_module-20240715 → fake_bpy_module-20240716}/bl_ui/properties_data_bone/__init__.pyi +12 -6
  39. {fake_bpy_module-20240715 → fake_bpy_module-20240716}/bl_ui/properties_data_camera/__init__.pyi +4 -2
  40. {fake_bpy_module-20240715 → fake_bpy_module-20240716}/bl_ui/properties_data_curve/__init__.pyi +16 -8
  41. {fake_bpy_module-20240715 → fake_bpy_module-20240716}/bl_ui/properties_data_curves/__init__.pyi +4 -2
  42. {fake_bpy_module-20240715 → fake_bpy_module-20240716}/bl_ui/properties_data_empty/__init__.pyi +4 -2
  43. {fake_bpy_module-20240715 → fake_bpy_module-20240716}/bl_ui/properties_data_gpencil/__init__.pyi +6 -3
  44. {fake_bpy_module-20240715 → fake_bpy_module-20240716}/bl_ui/properties_data_grease_pencil/__init__.pyi +4 -2
  45. {fake_bpy_module-20240715 → fake_bpy_module-20240716}/bl_ui/properties_data_lattice/__init__.pyi +2 -1
  46. {fake_bpy_module-20240715 → fake_bpy_module-20240716}/bl_ui/properties_data_light/__init__.pyi +12 -6
  47. {fake_bpy_module-20240715 → fake_bpy_module-20240716}/bl_ui/properties_data_lightprobe/__init__.pyi +8 -4
  48. {fake_bpy_module-20240715 → fake_bpy_module-20240716}/bl_ui/properties_data_mesh/__init__.pyi +6 -3
  49. {fake_bpy_module-20240715 → fake_bpy_module-20240716}/bl_ui/properties_data_metaball/__init__.pyi +4 -2
  50. {fake_bpy_module-20240715 → fake_bpy_module-20240716}/bl_ui/properties_data_modifier/__init__.pyi +8 -4
  51. {fake_bpy_module-20240715 → fake_bpy_module-20240716}/bl_ui/properties_data_pointcloud/__init__.pyi +4 -2
  52. {fake_bpy_module-20240715 → fake_bpy_module-20240716}/bl_ui/properties_data_speaker/__init__.pyi +2 -1
  53. {fake_bpy_module-20240715 → fake_bpy_module-20240716}/bl_ui/properties_data_volume/__init__.pyi +2 -1
  54. {fake_bpy_module-20240715 → fake_bpy_module-20240716}/bl_ui/properties_freestyle/__init__.pyi +12 -6
  55. {fake_bpy_module-20240715 → fake_bpy_module-20240716}/bl_ui/properties_grease_pencil_common/__init__.pyi +8 -4
  56. {fake_bpy_module-20240715 → fake_bpy_module-20240716}/bl_ui/properties_mask_common/__init__.pyi +14 -7
  57. {fake_bpy_module-20240715 → fake_bpy_module-20240716}/bl_ui/properties_material/__init__.pyi +15 -8
  58. {fake_bpy_module-20240715 → fake_bpy_module-20240716}/bl_ui/properties_material_gpencil/__init__.pyi +4 -2
  59. {fake_bpy_module-20240715 → fake_bpy_module-20240716}/bl_ui/properties_object/__init__.pyi +12 -6
  60. {fake_bpy_module-20240715 → fake_bpy_module-20240716}/bl_ui/properties_output/__init__.pyi +12 -6
  61. {fake_bpy_module-20240715 → fake_bpy_module-20240716}/bl_ui/properties_paint_common/__init__.pyi +31 -18
  62. {fake_bpy_module-20240715 → fake_bpy_module-20240716}/bl_ui/properties_particle/__init__.pyi +82 -41
  63. {fake_bpy_module-20240715 → fake_bpy_module-20240716}/bl_ui/properties_physics_cloth/__init__.pyi +2 -1
  64. {fake_bpy_module-20240715 → fake_bpy_module-20240716}/bl_ui/properties_physics_common/__init__.pyi +6 -5
  65. {fake_bpy_module-20240715 → fake_bpy_module-20240716}/bl_ui/properties_physics_dynamicpaint/__init__.pyi +54 -27
  66. {fake_bpy_module-20240715 → fake_bpy_module-20240716}/bl_ui/properties_physics_field/__init__.pyi +24 -12
  67. {fake_bpy_module-20240715 → fake_bpy_module-20240716}/bl_ui/properties_physics_fluid/__init__.pyi +70 -35
  68. {fake_bpy_module-20240715 → fake_bpy_module-20240716}/bl_ui/properties_physics_geometry_nodes/__init__.pyi +4 -2
  69. {fake_bpy_module-20240715 → fake_bpy_module-20240716}/bl_ui/properties_physics_rigidbody/__init__.pyi +16 -8
  70. {fake_bpy_module-20240715 → fake_bpy_module-20240716}/bl_ui/properties_physics_rigidbody_constraint/__init__.pyi +26 -13
  71. {fake_bpy_module-20240715 → fake_bpy_module-20240716}/bl_ui/properties_physics_softbody/__init__.pyi +2 -1
  72. {fake_bpy_module-20240715 → fake_bpy_module-20240716}/bl_ui/properties_render/__init__.pyi +81 -41
  73. {fake_bpy_module-20240715 → fake_bpy_module-20240716}/bl_ui/properties_scene/__init__.pyi +10 -5
  74. {fake_bpy_module-20240715 → fake_bpy_module-20240716}/bl_ui/properties_texture/__init__.pyi +16 -8
  75. {fake_bpy_module-20240715 → fake_bpy_module-20240716}/bl_ui/properties_view_layer/__init__.pyi +2 -1
  76. {fake_bpy_module-20240715 → fake_bpy_module-20240716}/bl_ui/properties_world/__init__.pyi +14 -7
  77. {fake_bpy_module-20240715 → fake_bpy_module-20240716}/bl_ui/space_clip/__init__.pyi +34 -17
  78. {fake_bpy_module-20240715 → fake_bpy_module-20240716}/bl_ui/space_dopesheet/__init__.pyi +20 -10
  79. {fake_bpy_module-20240715 → fake_bpy_module-20240716}/bl_ui/space_filebrowser/__init__.pyi +20 -10
  80. {fake_bpy_module-20240715 → fake_bpy_module-20240716}/bl_ui/space_image/__init__.pyi +34 -17
  81. {fake_bpy_module-20240715 → fake_bpy_module-20240716}/bl_ui/space_nla/__init__.pyi +2 -1
  82. {fake_bpy_module-20240715 → fake_bpy_module-20240716}/bl_ui/space_node/__init__.pyi +18 -9
  83. {fake_bpy_module-20240715 → fake_bpy_module-20240716}/bl_ui/space_outliner/__init__.pyi +8 -4
  84. {fake_bpy_module-20240715 → fake_bpy_module-20240716}/bl_ui/space_sequencer/__init__.pyi +76 -38
  85. {fake_bpy_module-20240715 → fake_bpy_module-20240716}/bl_ui/space_text/__init__.pyi +2 -1
  86. {fake_bpy_module-20240715 → fake_bpy_module-20240716}/bl_ui/space_time/__init__.pyi +8 -4
  87. {fake_bpy_module-20240715 → fake_bpy_module-20240716}/bl_ui/space_toolsystem_common/__init__.pyi +22 -13
  88. {fake_bpy_module-20240715 → fake_bpy_module-20240716}/bl_ui/space_toolsystem_toolbar/__init__.pyi +66 -33
  89. {fake_bpy_module-20240715 → fake_bpy_module-20240716}/bl_ui/space_topbar/__init__.pyi +12 -6
  90. {fake_bpy_module-20240715 → fake_bpy_module-20240716}/bl_ui/space_userpref/__init__.pyi +44 -22
  91. {fake_bpy_module-20240715 → fake_bpy_module-20240716}/bl_ui/space_view3d/__init__.pyi +93 -47
  92. {fake_bpy_module-20240715 → fake_bpy_module-20240716}/bl_ui/space_view3d_toolbar/__init__.pyi +114 -57
  93. {fake_bpy_module-20240715 → fake_bpy_module-20240716}/bl_ui/temp_anim_layers/__init__.pyi +2 -1
  94. {fake_bpy_module-20240715 → fake_bpy_module-20240716}/bl_ui/utils/__init__.pyi +4 -2
  95. {fake_bpy_module-20240715 → fake_bpy_module-20240716}/bpy/ops/image/__init__.pyi +14 -56
  96. {fake_bpy_module-20240715 → fake_bpy_module-20240716}/bpy/ops/sequencer/__init__.pyi +1 -1
  97. {fake_bpy_module-20240715 → fake_bpy_module-20240716}/bpy_extras/asset_utils/__init__.pyi +6 -3
  98. {fake_bpy_module-20240715 → fake_bpy_module-20240716}/bpy_types/__init__.pyi +8 -4
  99. {fake_bpy_module-20240715 → fake_bpy_module-20240716}/fake_bpy_module.egg-info/PKG-INFO +1 -1
  100. {fake_bpy_module-20240715 → fake_bpy_module-20240716}/nodeitems_builtins/__init__.pyi +4 -2
  101. {fake_bpy_module-20240715 → fake_bpy_module-20240716}/nodeitems_utils/__init__.pyi +6 -3
  102. {fake_bpy_module-20240715 → fake_bpy_module-20240716}/rna_prop_ui/__init__.pyi +2 -1
  103. {fake_bpy_module-20240715 → fake_bpy_module-20240716}/README.md +0 -0
  104. {fake_bpy_module-20240715 → fake_bpy_module-20240716}/_bpy_internal/__init__.pyi +0 -0
  105. {fake_bpy_module-20240715 → fake_bpy_module-20240716}/_bpy_internal/addons/__init__.pyi +0 -0
  106. {fake_bpy_module-20240715 → fake_bpy_module-20240716}/_bpy_internal/addons/cli/__init__.pyi +0 -0
  107. {fake_bpy_module-20240715 → fake_bpy_module-20240716}/_bpy_internal/extensions/__init__.pyi +0 -0
  108. {fake_bpy_module-20240715 → fake_bpy_module-20240716}/_bpy_internal/extensions/junction_module/__init__.pyi +0 -0
  109. {fake_bpy_module-20240715 → fake_bpy_module-20240716}/_bpy_internal/extensions/wheel_manager/__init__.pyi +0 -0
  110. {fake_bpy_module-20240715 → fake_bpy_module-20240716}/_bpy_internal/freedesktop/__init__.pyi +0 -0
  111. {fake_bpy_module-20240715 → fake_bpy_module-20240716}/_bpy_internal/py.typed +0 -0
  112. {fake_bpy_module-20240715 → fake_bpy_module-20240716}/addon_utils/__init__.pyi +0 -0
  113. {fake_bpy_module-20240715 → fake_bpy_module-20240716}/addon_utils/py.typed +0 -0
  114. {fake_bpy_module-20240715 → fake_bpy_module-20240716}/animsys_refactor/__init__.pyi +0 -0
  115. {fake_bpy_module-20240715 → fake_bpy_module-20240716}/animsys_refactor/py.typed +0 -0
  116. {fake_bpy_module-20240715 → fake_bpy_module-20240716}/aud/__init__.pyi +0 -0
  117. {fake_bpy_module-20240715 → fake_bpy_module-20240716}/aud/py.typed +0 -0
  118. {fake_bpy_module-20240715 → fake_bpy_module-20240716}/bgl/__init__.pyi +0 -0
  119. {fake_bpy_module-20240715 → fake_bpy_module-20240716}/bgl/py.typed +0 -0
  120. {fake_bpy_module-20240715 → fake_bpy_module-20240716}/bl_app_override/__init__.pyi +0 -0
  121. {fake_bpy_module-20240715 → fake_bpy_module-20240716}/bl_app_override/helpers/__init__.pyi +0 -0
  122. {fake_bpy_module-20240715 → fake_bpy_module-20240716}/bl_app_override/py.typed +0 -0
  123. {fake_bpy_module-20240715 → fake_bpy_module-20240716}/bl_app_template_utils/__init__.pyi +0 -0
  124. {fake_bpy_module-20240715 → fake_bpy_module-20240716}/bl_app_template_utils/py.typed +0 -0
  125. {fake_bpy_module-20240715 → fake_bpy_module-20240716}/bl_console_utils/__init__.pyi +0 -0
  126. {fake_bpy_module-20240715 → fake_bpy_module-20240716}/bl_console_utils/autocomplete/__init__.pyi +0 -0
  127. {fake_bpy_module-20240715 → fake_bpy_module-20240716}/bl_console_utils/autocomplete/complete_calltip/__init__.pyi +0 -0
  128. {fake_bpy_module-20240715 → fake_bpy_module-20240716}/bl_console_utils/autocomplete/complete_import/__init__.pyi +0 -0
  129. {fake_bpy_module-20240715 → fake_bpy_module-20240716}/bl_console_utils/autocomplete/complete_namespace/__init__.pyi +0 -0
  130. {fake_bpy_module-20240715 → fake_bpy_module-20240716}/bl_console_utils/autocomplete/intellisense/__init__.pyi +0 -0
  131. {fake_bpy_module-20240715 → fake_bpy_module-20240716}/bl_console_utils/py.typed +0 -0
  132. {fake_bpy_module-20240715 → fake_bpy_module-20240716}/bl_i18n_utils/__init__.pyi +0 -0
  133. {fake_bpy_module-20240715 → fake_bpy_module-20240716}/bl_i18n_utils/bl_extract_messages/__init__.pyi +0 -0
  134. {fake_bpy_module-20240715 → fake_bpy_module-20240716}/bl_i18n_utils/merge_po/__init__.pyi +0 -0
  135. {fake_bpy_module-20240715 → fake_bpy_module-20240716}/bl_i18n_utils/py.typed +0 -0
  136. {fake_bpy_module-20240715 → fake_bpy_module-20240716}/bl_i18n_utils/settings/__init__.pyi +0 -0
  137. {fake_bpy_module-20240715 → fake_bpy_module-20240716}/bl_i18n_utils/utils_cli/__init__.pyi +0 -0
  138. {fake_bpy_module-20240715 → fake_bpy_module-20240716}/bl_i18n_utils/utils_languages_menu/__init__.pyi +0 -0
  139. {fake_bpy_module-20240715 → fake_bpy_module-20240716}/bl_i18n_utils/utils_rtl/__init__.pyi +0 -0
  140. {fake_bpy_module-20240715 → fake_bpy_module-20240716}/bl_keymap_utils/__init__.pyi +0 -0
  141. {fake_bpy_module-20240715 → fake_bpy_module-20240716}/bl_keymap_utils/io/__init__.pyi +0 -0
  142. {fake_bpy_module-20240715 → fake_bpy_module-20240716}/bl_keymap_utils/keymap_from_toolbar/__init__.pyi +0 -0
  143. {fake_bpy_module-20240715 → fake_bpy_module-20240716}/bl_keymap_utils/keymap_hierarchy/__init__.pyi +0 -0
  144. {fake_bpy_module-20240715 → fake_bpy_module-20240716}/bl_keymap_utils/platform_helpers/__init__.pyi +0 -0
  145. {fake_bpy_module-20240715 → fake_bpy_module-20240716}/bl_keymap_utils/py.typed +0 -0
  146. {fake_bpy_module-20240715 → fake_bpy_module-20240716}/bl_keymap_utils/versioning/__init__.pyi +0 -0
  147. {fake_bpy_module-20240715 → fake_bpy_module-20240716}/bl_math/__init__.pyi +0 -0
  148. {fake_bpy_module-20240715 → fake_bpy_module-20240716}/bl_math/py.typed +0 -0
  149. {fake_bpy_module-20240715 → fake_bpy_module-20240716}/bl_operators/__init__.pyi +0 -0
  150. {fake_bpy_module-20240715 → fake_bpy_module-20240716}/bl_operators/add_mesh_torus/__init__.pyi +0 -0
  151. {fake_bpy_module-20240715 → fake_bpy_module-20240716}/bl_operators/bmesh/__init__.pyi +0 -0
  152. {fake_bpy_module-20240715 → fake_bpy_module-20240716}/bl_operators/bmesh/find_adjacent/__init__.pyi +0 -0
  153. {fake_bpy_module-20240715 → fake_bpy_module-20240716}/bl_operators/file/__init__.pyi +0 -0
  154. {fake_bpy_module-20240715 → fake_bpy_module-20240716}/bl_operators/node_editor/__init__.pyi +0 -0
  155. {fake_bpy_module-20240715 → fake_bpy_module-20240716}/bl_operators/py.typed +0 -0
  156. {fake_bpy_module-20240715 → fake_bpy_module-20240716}/bl_operators/screen_play_rendered_anim/__init__.pyi +0 -0
  157. {fake_bpy_module-20240715 → fake_bpy_module-20240716}/bl_previews_utils/__init__.pyi +0 -0
  158. {fake_bpy_module-20240715 → fake_bpy_module-20240716}/bl_previews_utils/bl_previews_render/__init__.pyi +0 -0
  159. {fake_bpy_module-20240715 → fake_bpy_module-20240716}/bl_previews_utils/py.typed +0 -0
  160. {fake_bpy_module-20240715 → fake_bpy_module-20240716}/bl_rna_utils/__init__.pyi +0 -0
  161. {fake_bpy_module-20240715 → fake_bpy_module-20240716}/bl_rna_utils/data_path/__init__.pyi +0 -0
  162. {fake_bpy_module-20240715 → fake_bpy_module-20240716}/bl_rna_utils/py.typed +0 -0
  163. {fake_bpy_module-20240715 → fake_bpy_module-20240716}/bl_text_utils/__init__.pyi +0 -0
  164. {fake_bpy_module-20240715 → fake_bpy_module-20240716}/bl_text_utils/external_editor/__init__.pyi +0 -0
  165. {fake_bpy_module-20240715 → fake_bpy_module-20240716}/bl_text_utils/py.typed +0 -0
  166. {fake_bpy_module-20240715 → fake_bpy_module-20240716}/bl_ui/anim/__init__.pyi +0 -0
  167. {fake_bpy_module-20240715 → fake_bpy_module-20240716}/bl_ui/generic_ui_list/__init__.pyi +0 -0
  168. {fake_bpy_module-20240715 → fake_bpy_module-20240716}/bl_ui/node_add_menu/__init__.pyi +0 -0
  169. {fake_bpy_module-20240715 → fake_bpy_module-20240716}/bl_ui/node_add_menu_compositor/__init__.pyi +0 -0
  170. {fake_bpy_module-20240715 → fake_bpy_module-20240716}/bl_ui/node_add_menu_geometry/__init__.pyi +0 -0
  171. {fake_bpy_module-20240715 → fake_bpy_module-20240716}/bl_ui/node_add_menu_shader/__init__.pyi +0 -0
  172. {fake_bpy_module-20240715 → fake_bpy_module-20240716}/bl_ui/node_add_menu_texture/__init__.pyi +0 -0
  173. {fake_bpy_module-20240715 → fake_bpy_module-20240716}/bl_ui/properties_animviz/__init__.pyi +0 -0
  174. {fake_bpy_module-20240715 → fake_bpy_module-20240716}/bl_ui/properties_data_shaderfx/__init__.pyi +0 -0
  175. {fake_bpy_module-20240715 → fake_bpy_module-20240716}/bl_ui/properties_workspace/__init__.pyi +0 -0
  176. {fake_bpy_module-20240715 → fake_bpy_module-20240716}/bl_ui/py.typed +0 -0
  177. {fake_bpy_module-20240715 → fake_bpy_module-20240716}/bl_ui/space_console/__init__.pyi +0 -0
  178. {fake_bpy_module-20240715 → fake_bpy_module-20240716}/bl_ui/space_graph/__init__.pyi +0 -0
  179. {fake_bpy_module-20240715 → fake_bpy_module-20240716}/bl_ui/space_info/__init__.pyi +0 -0
  180. {fake_bpy_module-20240715 → fake_bpy_module-20240716}/bl_ui/space_properties/__init__.pyi +0 -0
  181. {fake_bpy_module-20240715 → fake_bpy_module-20240716}/bl_ui/space_spreadsheet/__init__.pyi +0 -0
  182. {fake_bpy_module-20240715 → fake_bpy_module-20240716}/bl_ui/space_statusbar/__init__.pyi +0 -0
  183. {fake_bpy_module-20240715 → fake_bpy_module-20240716}/bl_ui_utils/__init__.pyi +0 -0
  184. {fake_bpy_module-20240715 → fake_bpy_module-20240716}/bl_ui_utils/bug_report_url/__init__.pyi +0 -0
  185. {fake_bpy_module-20240715 → fake_bpy_module-20240716}/bl_ui_utils/layout/__init__.pyi +0 -0
  186. {fake_bpy_module-20240715 → fake_bpy_module-20240716}/bl_ui_utils/py.typed +0 -0
  187. {fake_bpy_module-20240715 → fake_bpy_module-20240716}/blend_render_info/__init__.pyi +0 -0
  188. {fake_bpy_module-20240715 → fake_bpy_module-20240716}/blend_render_info/py.typed +0 -0
  189. {fake_bpy_module-20240715 → fake_bpy_module-20240716}/blf/__init__.pyi +0 -0
  190. {fake_bpy_module-20240715 → fake_bpy_module-20240716}/blf/py.typed +0 -0
  191. {fake_bpy_module-20240715 → fake_bpy_module-20240716}/bmesh/__init__.pyi +0 -0
  192. {fake_bpy_module-20240715 → fake_bpy_module-20240716}/bmesh/geometry/__init__.pyi +0 -0
  193. {fake_bpy_module-20240715 → fake_bpy_module-20240716}/bmesh/ops/__init__.pyi +0 -0
  194. {fake_bpy_module-20240715 → fake_bpy_module-20240716}/bmesh/py.typed +0 -0
  195. {fake_bpy_module-20240715 → fake_bpy_module-20240716}/bmesh/types/__init__.pyi +0 -0
  196. {fake_bpy_module-20240715 → fake_bpy_module-20240716}/bmesh/utils/__init__.pyi +0 -0
  197. {fake_bpy_module-20240715 → fake_bpy_module-20240716}/bpy/__init__.pyi +0 -0
  198. {fake_bpy_module-20240715 → fake_bpy_module-20240716}/bpy/app/__init__.pyi +0 -0
  199. {fake_bpy_module-20240715 → fake_bpy_module-20240716}/bpy/app/handlers/__init__.pyi +0 -0
  200. {fake_bpy_module-20240715 → fake_bpy_module-20240716}/bpy/app/icons/__init__.pyi +0 -0
  201. {fake_bpy_module-20240715 → fake_bpy_module-20240716}/bpy/app/timers/__init__.pyi +0 -0
  202. {fake_bpy_module-20240715 → fake_bpy_module-20240716}/bpy/app/translations/__init__.pyi +0 -0
  203. {fake_bpy_module-20240715 → fake_bpy_module-20240716}/bpy/msgbus/__init__.pyi +0 -0
  204. {fake_bpy_module-20240715 → fake_bpy_module-20240716}/bpy/ops/__init__.pyi +0 -0
  205. {fake_bpy_module-20240715 → fake_bpy_module-20240716}/bpy/ops/action/__init__.pyi +0 -0
  206. {fake_bpy_module-20240715 → fake_bpy_module-20240716}/bpy/ops/anim/__init__.pyi +0 -0
  207. {fake_bpy_module-20240715 → fake_bpy_module-20240716}/bpy/ops/armature/__init__.pyi +0 -0
  208. {fake_bpy_module-20240715 → fake_bpy_module-20240716}/bpy/ops/asset/__init__.pyi +0 -0
  209. {fake_bpy_module-20240715 → fake_bpy_module-20240716}/bpy/ops/boid/__init__.pyi +0 -0
  210. {fake_bpy_module-20240715 → fake_bpy_module-20240716}/bpy/ops/brush/__init__.pyi +0 -0
  211. {fake_bpy_module-20240715 → fake_bpy_module-20240716}/bpy/ops/buttons/__init__.pyi +0 -0
  212. {fake_bpy_module-20240715 → fake_bpy_module-20240716}/bpy/ops/cachefile/__init__.pyi +0 -0
  213. {fake_bpy_module-20240715 → fake_bpy_module-20240716}/bpy/ops/camera/__init__.pyi +0 -0
  214. {fake_bpy_module-20240715 → fake_bpy_module-20240716}/bpy/ops/clip/__init__.pyi +0 -0
  215. {fake_bpy_module-20240715 → fake_bpy_module-20240716}/bpy/ops/cloth/__init__.pyi +0 -0
  216. {fake_bpy_module-20240715 → fake_bpy_module-20240716}/bpy/ops/collection/__init__.pyi +0 -0
  217. {fake_bpy_module-20240715 → fake_bpy_module-20240716}/bpy/ops/console/__init__.pyi +0 -0
  218. {fake_bpy_module-20240715 → fake_bpy_module-20240716}/bpy/ops/constraint/__init__.pyi +0 -0
  219. {fake_bpy_module-20240715 → fake_bpy_module-20240716}/bpy/ops/curve/__init__.pyi +0 -0
  220. {fake_bpy_module-20240715 → fake_bpy_module-20240716}/bpy/ops/curves/__init__.pyi +0 -0
  221. {fake_bpy_module-20240715 → fake_bpy_module-20240716}/bpy/ops/cycles/__init__.pyi +0 -0
  222. {fake_bpy_module-20240715 → fake_bpy_module-20240716}/bpy/ops/dpaint/__init__.pyi +0 -0
  223. {fake_bpy_module-20240715 → fake_bpy_module-20240716}/bpy/ops/ed/__init__.pyi +0 -0
  224. {fake_bpy_module-20240715 → fake_bpy_module-20240716}/bpy/ops/export_anim/__init__.pyi +0 -0
  225. {fake_bpy_module-20240715 → fake_bpy_module-20240716}/bpy/ops/export_scene/__init__.pyi +0 -0
  226. {fake_bpy_module-20240715 → fake_bpy_module-20240716}/bpy/ops/extensions/__init__.pyi +0 -0
  227. {fake_bpy_module-20240715 → fake_bpy_module-20240716}/bpy/ops/file/__init__.pyi +0 -0
  228. {fake_bpy_module-20240715 → fake_bpy_module-20240716}/bpy/ops/fluid/__init__.pyi +0 -0
  229. {fake_bpy_module-20240715 → fake_bpy_module-20240716}/bpy/ops/font/__init__.pyi +0 -0
  230. {fake_bpy_module-20240715 → fake_bpy_module-20240716}/bpy/ops/geometry/__init__.pyi +0 -0
  231. {fake_bpy_module-20240715 → fake_bpy_module-20240716}/bpy/ops/gizmogroup/__init__.pyi +0 -0
  232. {fake_bpy_module-20240715 → fake_bpy_module-20240716}/bpy/ops/gpencil/__init__.pyi +0 -0
  233. {fake_bpy_module-20240715 → fake_bpy_module-20240716}/bpy/ops/graph/__init__.pyi +0 -0
  234. {fake_bpy_module-20240715 → fake_bpy_module-20240716}/bpy/ops/grease_pencil/__init__.pyi +0 -0
  235. {fake_bpy_module-20240715 → fake_bpy_module-20240716}/bpy/ops/import_anim/__init__.pyi +0 -0
  236. {fake_bpy_module-20240715 → fake_bpy_module-20240716}/bpy/ops/import_curve/__init__.pyi +0 -0
  237. {fake_bpy_module-20240715 → fake_bpy_module-20240716}/bpy/ops/import_scene/__init__.pyi +0 -0
  238. {fake_bpy_module-20240715 → fake_bpy_module-20240716}/bpy/ops/info/__init__.pyi +0 -0
  239. {fake_bpy_module-20240715 → fake_bpy_module-20240716}/bpy/ops/lattice/__init__.pyi +0 -0
  240. {fake_bpy_module-20240715 → fake_bpy_module-20240716}/bpy/ops/marker/__init__.pyi +0 -0
  241. {fake_bpy_module-20240715 → fake_bpy_module-20240716}/bpy/ops/mask/__init__.pyi +0 -0
  242. {fake_bpy_module-20240715 → fake_bpy_module-20240716}/bpy/ops/material/__init__.pyi +0 -0
  243. {fake_bpy_module-20240715 → fake_bpy_module-20240716}/bpy/ops/mball/__init__.pyi +0 -0
  244. {fake_bpy_module-20240715 → fake_bpy_module-20240716}/bpy/ops/mesh/__init__.pyi +0 -0
  245. {fake_bpy_module-20240715 → fake_bpy_module-20240716}/bpy/ops/nla/__init__.pyi +0 -0
  246. {fake_bpy_module-20240715 → fake_bpy_module-20240716}/bpy/ops/node/__init__.pyi +0 -0
  247. {fake_bpy_module-20240715 → fake_bpy_module-20240716}/bpy/ops/object/__init__.pyi +0 -0
  248. {fake_bpy_module-20240715 → fake_bpy_module-20240716}/bpy/ops/outliner/__init__.pyi +0 -0
  249. {fake_bpy_module-20240715 → fake_bpy_module-20240716}/bpy/ops/paint/__init__.pyi +0 -0
  250. {fake_bpy_module-20240715 → fake_bpy_module-20240716}/bpy/ops/paintcurve/__init__.pyi +0 -0
  251. {fake_bpy_module-20240715 → fake_bpy_module-20240716}/bpy/ops/palette/__init__.pyi +0 -0
  252. {fake_bpy_module-20240715 → fake_bpy_module-20240716}/bpy/ops/particle/__init__.pyi +0 -0
  253. {fake_bpy_module-20240715 → fake_bpy_module-20240716}/bpy/ops/pose/__init__.pyi +0 -0
  254. {fake_bpy_module-20240715 → fake_bpy_module-20240716}/bpy/ops/poselib/__init__.pyi +0 -0
  255. {fake_bpy_module-20240715 → fake_bpy_module-20240716}/bpy/ops/preferences/__init__.pyi +0 -0
  256. {fake_bpy_module-20240715 → fake_bpy_module-20240716}/bpy/ops/ptcache/__init__.pyi +0 -0
  257. {fake_bpy_module-20240715 → fake_bpy_module-20240716}/bpy/ops/render/__init__.pyi +0 -0
  258. {fake_bpy_module-20240715 → fake_bpy_module-20240716}/bpy/ops/rigidbody/__init__.pyi +0 -0
  259. {fake_bpy_module-20240715 → fake_bpy_module-20240716}/bpy/ops/scene/__init__.pyi +0 -0
  260. {fake_bpy_module-20240715 → fake_bpy_module-20240716}/bpy/ops/screen/__init__.pyi +0 -0
  261. {fake_bpy_module-20240715 → fake_bpy_module-20240716}/bpy/ops/script/__init__.pyi +0 -0
  262. {fake_bpy_module-20240715 → fake_bpy_module-20240716}/bpy/ops/sculpt/__init__.pyi +0 -0
  263. {fake_bpy_module-20240715 → fake_bpy_module-20240716}/bpy/ops/sculpt_curves/__init__.pyi +0 -0
  264. {fake_bpy_module-20240715 → fake_bpy_module-20240716}/bpy/ops/sound/__init__.pyi +0 -0
  265. {fake_bpy_module-20240715 → fake_bpy_module-20240716}/bpy/ops/spreadsheet/__init__.pyi +0 -0
  266. {fake_bpy_module-20240715 → fake_bpy_module-20240716}/bpy/ops/surface/__init__.pyi +0 -0
  267. {fake_bpy_module-20240715 → fake_bpy_module-20240716}/bpy/ops/text/__init__.pyi +0 -0
  268. {fake_bpy_module-20240715 → fake_bpy_module-20240716}/bpy/ops/text_editor/__init__.pyi +0 -0
  269. {fake_bpy_module-20240715 → fake_bpy_module-20240716}/bpy/ops/texture/__init__.pyi +0 -0
  270. {fake_bpy_module-20240715 → fake_bpy_module-20240716}/bpy/ops/transform/__init__.pyi +0 -0
  271. {fake_bpy_module-20240715 → fake_bpy_module-20240716}/bpy/ops/ui/__init__.pyi +0 -0
  272. {fake_bpy_module-20240715 → fake_bpy_module-20240716}/bpy/ops/uilist/__init__.pyi +0 -0
  273. {fake_bpy_module-20240715 → fake_bpy_module-20240716}/bpy/ops/uv/__init__.pyi +0 -0
  274. {fake_bpy_module-20240715 → fake_bpy_module-20240716}/bpy/ops/view2d/__init__.pyi +0 -0
  275. {fake_bpy_module-20240715 → fake_bpy_module-20240716}/bpy/ops/view3d/__init__.pyi +0 -0
  276. {fake_bpy_module-20240715 → fake_bpy_module-20240716}/bpy/ops/wm/__init__.pyi +0 -0
  277. {fake_bpy_module-20240715 → fake_bpy_module-20240716}/bpy/ops/workspace/__init__.pyi +0 -0
  278. {fake_bpy_module-20240715 → fake_bpy_module-20240716}/bpy/ops/world/__init__.pyi +0 -0
  279. {fake_bpy_module-20240715 → fake_bpy_module-20240716}/bpy/path/__init__.pyi +0 -0
  280. {fake_bpy_module-20240715 → fake_bpy_module-20240716}/bpy/props/__init__.pyi +0 -0
  281. {fake_bpy_module-20240715 → fake_bpy_module-20240716}/bpy/py.typed +0 -0
  282. {fake_bpy_module-20240715 → fake_bpy_module-20240716}/bpy/types/__init__.pyi +0 -0
  283. {fake_bpy_module-20240715 → fake_bpy_module-20240716}/bpy/utils/__init__.pyi +0 -0
  284. {fake_bpy_module-20240715 → fake_bpy_module-20240716}/bpy/utils/previews/__init__.pyi +0 -0
  285. {fake_bpy_module-20240715 → fake_bpy_module-20240716}/bpy/utils/units/__init__.pyi +0 -0
  286. {fake_bpy_module-20240715 → fake_bpy_module-20240716}/bpy_extras/__init__.pyi +0 -0
  287. {fake_bpy_module-20240715 → fake_bpy_module-20240716}/bpy_extras/anim_utils/__init__.pyi +0 -0
  288. {fake_bpy_module-20240715 → fake_bpy_module-20240716}/bpy_extras/bmesh_utils/__init__.pyi +0 -0
  289. {fake_bpy_module-20240715 → fake_bpy_module-20240716}/bpy_extras/id_map_utils/__init__.pyi +0 -0
  290. {fake_bpy_module-20240715 → fake_bpy_module-20240716}/bpy_extras/image_utils/__init__.pyi +0 -0
  291. {fake_bpy_module-20240715 → fake_bpy_module-20240716}/bpy_extras/io_utils/__init__.pyi +0 -0
  292. {fake_bpy_module-20240715 → fake_bpy_module-20240716}/bpy_extras/keyconfig_utils/__init__.pyi +0 -0
  293. {fake_bpy_module-20240715 → fake_bpy_module-20240716}/bpy_extras/mesh_utils/__init__.pyi +0 -0
  294. {fake_bpy_module-20240715 → fake_bpy_module-20240716}/bpy_extras/node_shader_utils/__init__.pyi +0 -0
  295. {fake_bpy_module-20240715 → fake_bpy_module-20240716}/bpy_extras/node_utils/__init__.pyi +0 -0
  296. {fake_bpy_module-20240715 → fake_bpy_module-20240716}/bpy_extras/object_utils/__init__.pyi +0 -0
  297. {fake_bpy_module-20240715 → fake_bpy_module-20240716}/bpy_extras/py.typed +0 -0
  298. {fake_bpy_module-20240715 → fake_bpy_module-20240716}/bpy_extras/view3d_utils/__init__.pyi +0 -0
  299. {fake_bpy_module-20240715 → fake_bpy_module-20240716}/bpy_extras/wm_utils/__init__.pyi +0 -0
  300. {fake_bpy_module-20240715 → fake_bpy_module-20240716}/bpy_extras/wm_utils/progress_report/__init__.pyi +0 -0
  301. {fake_bpy_module-20240715 → fake_bpy_module-20240716}/bpy_restrict_state/__init__.pyi +0 -0
  302. {fake_bpy_module-20240715 → fake_bpy_module-20240716}/bpy_restrict_state/py.typed +0 -0
  303. {fake_bpy_module-20240715 → fake_bpy_module-20240716}/bpy_types/py.typed +0 -0
  304. {fake_bpy_module-20240715 → fake_bpy_module-20240716}/console_python/__init__.pyi +0 -0
  305. {fake_bpy_module-20240715 → fake_bpy_module-20240716}/console_python/py.typed +0 -0
  306. {fake_bpy_module-20240715 → fake_bpy_module-20240716}/console_shell/__init__.pyi +0 -0
  307. {fake_bpy_module-20240715 → fake_bpy_module-20240716}/console_shell/py.typed +0 -0
  308. {fake_bpy_module-20240715 → fake_bpy_module-20240716}/fake_bpy_module.egg-info/SOURCES.txt +0 -0
  309. {fake_bpy_module-20240715 → fake_bpy_module-20240716}/fake_bpy_module.egg-info/dependency_links.txt +0 -0
  310. {fake_bpy_module-20240715 → fake_bpy_module-20240716}/fake_bpy_module.egg-info/top_level.txt +0 -0
  311. {fake_bpy_module-20240715 → fake_bpy_module-20240716}/freestyle/__init__.pyi +0 -0
  312. {fake_bpy_module-20240715 → fake_bpy_module-20240716}/freestyle/chainingiterators/__init__.pyi +0 -0
  313. {fake_bpy_module-20240715 → fake_bpy_module-20240716}/freestyle/functions/__init__.pyi +0 -0
  314. {fake_bpy_module-20240715 → fake_bpy_module-20240716}/freestyle/predicates/__init__.pyi +0 -0
  315. {fake_bpy_module-20240715 → fake_bpy_module-20240716}/freestyle/py.typed +0 -0
  316. {fake_bpy_module-20240715 → fake_bpy_module-20240716}/freestyle/shaders/__init__.pyi +0 -0
  317. {fake_bpy_module-20240715 → fake_bpy_module-20240716}/freestyle/types/__init__.pyi +0 -0
  318. {fake_bpy_module-20240715 → fake_bpy_module-20240716}/freestyle/utils/ContextFunctions/__init__.pyi +0 -0
  319. {fake_bpy_module-20240715 → fake_bpy_module-20240716}/freestyle/utils/__init__.pyi +0 -0
  320. {fake_bpy_module-20240715 → fake_bpy_module-20240716}/gpu/__init__.pyi +0 -0
  321. {fake_bpy_module-20240715 → fake_bpy_module-20240716}/gpu/capabilities/__init__.pyi +0 -0
  322. {fake_bpy_module-20240715 → fake_bpy_module-20240716}/gpu/matrix/__init__.pyi +0 -0
  323. {fake_bpy_module-20240715 → fake_bpy_module-20240716}/gpu/platform/__init__.pyi +0 -0
  324. {fake_bpy_module-20240715 → fake_bpy_module-20240716}/gpu/py.typed +0 -0
  325. {fake_bpy_module-20240715 → fake_bpy_module-20240716}/gpu/select/__init__.pyi +0 -0
  326. {fake_bpy_module-20240715 → fake_bpy_module-20240716}/gpu/shader/__init__.pyi +0 -0
  327. {fake_bpy_module-20240715 → fake_bpy_module-20240716}/gpu/state/__init__.pyi +0 -0
  328. {fake_bpy_module-20240715 → fake_bpy_module-20240716}/gpu/texture/__init__.pyi +0 -0
  329. {fake_bpy_module-20240715 → fake_bpy_module-20240716}/gpu/types/__init__.pyi +0 -0
  330. {fake_bpy_module-20240715 → fake_bpy_module-20240716}/gpu_extras/__init__.pyi +0 -0
  331. {fake_bpy_module-20240715 → fake_bpy_module-20240716}/gpu_extras/batch/__init__.pyi +0 -0
  332. {fake_bpy_module-20240715 → fake_bpy_module-20240716}/gpu_extras/presets/__init__.pyi +0 -0
  333. {fake_bpy_module-20240715 → fake_bpy_module-20240716}/gpu_extras/py.typed +0 -0
  334. {fake_bpy_module-20240715 → fake_bpy_module-20240716}/graphviz_export/__init__.pyi +0 -0
  335. {fake_bpy_module-20240715 → fake_bpy_module-20240716}/graphviz_export/py.typed +0 -0
  336. {fake_bpy_module-20240715 → fake_bpy_module-20240716}/idprop/__init__.pyi +0 -0
  337. {fake_bpy_module-20240715 → fake_bpy_module-20240716}/idprop/py.typed +0 -0
  338. {fake_bpy_module-20240715 → fake_bpy_module-20240716}/idprop/types/__init__.pyi +0 -0
  339. {fake_bpy_module-20240715 → fake_bpy_module-20240716}/imbuf/__init__.pyi +0 -0
  340. {fake_bpy_module-20240715 → fake_bpy_module-20240716}/imbuf/py.typed +0 -0
  341. {fake_bpy_module-20240715 → fake_bpy_module-20240716}/imbuf/types/__init__.pyi +0 -0
  342. {fake_bpy_module-20240715 → fake_bpy_module-20240716}/keyingsets_builtins/__init__.pyi +0 -0
  343. {fake_bpy_module-20240715 → fake_bpy_module-20240716}/keyingsets_builtins/py.typed +0 -0
  344. {fake_bpy_module-20240715 → fake_bpy_module-20240716}/keyingsets_utils/__init__.pyi +0 -0
  345. {fake_bpy_module-20240715 → fake_bpy_module-20240716}/keyingsets_utils/py.typed +0 -0
  346. {fake_bpy_module-20240715 → fake_bpy_module-20240716}/mathutils/__init__.pyi +0 -0
  347. {fake_bpy_module-20240715 → fake_bpy_module-20240716}/mathutils/bvhtree/__init__.pyi +0 -0
  348. {fake_bpy_module-20240715 → fake_bpy_module-20240716}/mathutils/geometry/__init__.pyi +0 -0
  349. {fake_bpy_module-20240715 → fake_bpy_module-20240716}/mathutils/interpolate/__init__.pyi +0 -0
  350. {fake_bpy_module-20240715 → fake_bpy_module-20240716}/mathutils/kdtree/__init__.pyi +0 -0
  351. {fake_bpy_module-20240715 → fake_bpy_module-20240716}/mathutils/noise/__init__.pyi +0 -0
  352. {fake_bpy_module-20240715 → fake_bpy_module-20240716}/mathutils/py.typed +0 -0
  353. {fake_bpy_module-20240715 → fake_bpy_module-20240716}/nodeitems_builtins/py.typed +0 -0
  354. {fake_bpy_module-20240715 → fake_bpy_module-20240716}/nodeitems_utils/py.typed +0 -0
  355. {fake_bpy_module-20240715 → fake_bpy_module-20240716}/pyproject.toml +0 -0
  356. {fake_bpy_module-20240715 → fake_bpy_module-20240716}/rna_info/__init__.pyi +0 -0
  357. {fake_bpy_module-20240715 → fake_bpy_module-20240716}/rna_info/py.typed +0 -0
  358. {fake_bpy_module-20240715 → fake_bpy_module-20240716}/rna_keymap_ui/__init__.pyi +0 -0
  359. {fake_bpy_module-20240715 → fake_bpy_module-20240716}/rna_keymap_ui/py.typed +0 -0
  360. {fake_bpy_module-20240715 → fake_bpy_module-20240716}/rna_prop_ui/py.typed +0 -0
  361. {fake_bpy_module-20240715 → fake_bpy_module-20240716}/rna_xml/__init__.pyi +0 -0
  362. {fake_bpy_module-20240715 → fake_bpy_module-20240716}/rna_xml/py.typed +0 -0
  363. {fake_bpy_module-20240715 → fake_bpy_module-20240716}/setup.cfg +0 -0
  364. {fake_bpy_module-20240715 → fake_bpy_module-20240716}/setup.py +0 -0
  365. {fake_bpy_module-20240715 → fake_bpy_module-20240716}/sys_info/__init__.pyi +0 -0
  366. {fake_bpy_module-20240715 → fake_bpy_module-20240716}/sys_info/py.typed +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: fake-bpy-module
3
- Version: 20240715
3
+ Version: 20240716
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
@@ -12,7 +12,8 @@ class I18n:
12
12
  py_file: typing.Any
13
13
  writers: typing.Any
14
14
 
15
- def check_py_module_has_translations(self, src, settings=None):
15
+ @classmethod
16
+ def check_py_module_has_translations(cls, src, settings=None):
16
17
  """Check whether a given src (a py module, either a directory or a py file) has some i18n translation data,
17
18
  and returns a tuple (src_file, translations_tuple) if yes, else (None, None).
18
19
 
@@ -111,14 +112,16 @@ class I18nMessage:
111
112
  sources: typing.Any
112
113
 
113
114
  def copy(self): ...
114
- def do_escape(self, txt):
115
+ @classmethod
116
+ def do_escape(cls, txt):
115
117
  """Replace some chars by their escaped versions!
116
118
 
117
119
  :param txt:
118
120
  """
119
121
  ...
120
122
 
121
- def do_unescape(self, txt):
123
+ @classmethod
124
+ def do_unescape(cls, txt):
122
125
  """Replace escaped chars by real ones!
123
126
 
124
127
  :param txt:
@@ -185,8 +188,9 @@ class I18nMessages:
185
188
  """
186
189
  ...
187
190
 
191
+ @classmethod
188
192
  def gen_empty_messages(
189
- self,
193
+ cls,
190
194
  uid,
191
195
  blender_ver,
192
196
  blender_hash,
@@ -395,7 +395,8 @@ class ARMATURE_OT_collection_remove_unused:
395
395
  """Returns the property from the path, raise an exception when not found."""
396
396
  ...
397
397
 
398
- def poll(self, context):
398
+ @classmethod
399
+ def poll(cls, context):
399
400
  """
400
401
 
401
402
  :param context:
@@ -626,7 +627,8 @@ class ARMATURE_OT_collection_show_all:
626
627
  """Returns the property from the path, raise an exception when not found."""
627
628
  ...
628
629
 
629
- def poll(self, context):
630
+ @classmethod
631
+ def poll(cls, context):
630
632
  """
631
633
 
632
634
  :param context:
@@ -840,7 +842,8 @@ class ARMATURE_OT_collection_unsolo_all:
840
842
  """Returns the property from the path, raise an exception when not found."""
841
843
  ...
842
844
 
843
- def poll(self, context):
845
+ @classmethod
846
+ def poll(cls, context):
844
847
  """
845
848
 
846
849
  :param context:
@@ -1054,7 +1057,8 @@ class ARMATURE_OT_copy_bone_color_to_selected:
1054
1057
  """Returns the property from the path, raise an exception when not found."""
1055
1058
  ...
1056
1059
 
1057
- def poll(self, context):
1060
+ @classmethod
1061
+ def poll(cls, context):
1058
1062
  """
1059
1063
 
1060
1064
  :param context:
@@ -1268,7 +1272,8 @@ class ClearUselessActions:
1268
1272
  """Returns the property from the path, raise an exception when not found."""
1269
1273
  ...
1270
1274
 
1271
- def poll(self, _context):
1275
+ @classmethod
1276
+ def poll(cls, _context):
1272
1277
  """
1273
1278
 
1274
1279
  :param _context:
@@ -196,7 +196,8 @@ class ASSET_OT_open_containing_blend_file:
196
196
  """Returns the property from the path, raise an exception when not found."""
197
197
  ...
198
198
 
199
- def poll(self, context):
199
+ @classmethod
200
+ def poll(cls, context):
200
201
  """
201
202
 
202
203
  :param context:
@@ -624,7 +625,8 @@ class ASSET_OT_tag_remove(AssetBrowserMetadataOperator):
624
625
  """Returns the property from the path, raise an exception when not found."""
625
626
  ...
626
627
 
627
- def poll(self, context):
628
+ @classmethod
629
+ def poll(cls, context):
628
630
  """
629
631
 
630
632
  :param context:
@@ -671,7 +673,8 @@ class ASSET_OT_tag_remove(AssetBrowserMetadataOperator):
671
673
  ...
672
674
 
673
675
  class AssetBrowserMetadataOperator:
674
- def poll(self, context):
676
+ @classmethod
677
+ def poll(cls, context):
675
678
  """
676
679
 
677
680
  :param context:
@@ -1473,7 +1473,8 @@ class POSE_OT_selection_set_move(_PoseModeOnlyMixin, _NeedSelSetMixin):
1473
1473
  """Returns the property from the path, raise an exception when not found."""
1474
1474
  ...
1475
1475
 
1476
- def poll(self, context):
1476
+ @classmethod
1477
+ def poll(cls, context):
1477
1478
  """
1478
1479
 
1479
1480
  :param context:
@@ -2965,7 +2966,8 @@ class SelectionSet:
2965
2966
  class _PoseModeOnlyMixin:
2966
2967
  """Operator only available for objects of type armature in pose mode."""
2967
2968
 
2968
- def poll(self, context):
2969
+ @classmethod
2970
+ def poll(cls, context):
2969
2971
  """
2970
2972
 
2971
2973
  :param context:
@@ -2975,7 +2977,8 @@ class _PoseModeOnlyMixin:
2975
2977
  class _NeedSelSetMixin(_PoseModeOnlyMixin):
2976
2978
  """Operator only available if the armature has a selected selection set."""
2977
2979
 
2978
- def poll(self, context):
2980
+ @classmethod
2981
+ def poll(cls, context):
2979
2982
  """
2980
2983
 
2981
2984
  :param context:
@@ -174,7 +174,8 @@ class CLIP_OT_bundles_to_mesh:
174
174
  """Returns the property from the path, raise an exception when not found."""
175
175
  ...
176
176
 
177
- def poll(self, context):
177
+ @classmethod
178
+ def poll(cls, context):
178
179
  """
179
180
 
180
181
  :param context:
@@ -603,7 +604,8 @@ class CLIP_OT_delete_proxy:
603
604
  """Returns the property from the path, raise an exception when not found."""
604
605
  ...
605
606
 
606
- def poll(self, context):
607
+ @classmethod
608
+ def poll(cls, context):
607
609
  """
608
610
 
609
611
  :param context:
@@ -817,7 +819,8 @@ class CLIP_OT_filter_tracks:
817
819
  """Returns the property from the path, raise an exception when not found."""
818
820
  ...
819
821
 
820
- def poll(self, context):
822
+ @classmethod
823
+ def poll(cls, context):
821
824
  """
822
825
 
823
826
  :param context:
@@ -1028,7 +1031,8 @@ class CLIP_OT_set_active_clip:
1028
1031
  """Returns the property from the path, raise an exception when not found."""
1029
1032
  ...
1030
1033
 
1031
- def poll(self, context):
1034
+ @classmethod
1035
+ def poll(cls, context):
1032
1036
  """
1033
1037
 
1034
1038
  :param context:
@@ -1242,7 +1246,8 @@ class CLIP_OT_set_viewport_background:
1242
1246
  """Returns the property from the path, raise an exception when not found."""
1243
1247
  ...
1244
1248
 
1245
- def poll(self, context):
1249
+ @classmethod
1250
+ def poll(cls, context):
1246
1251
  """
1247
1252
 
1248
1253
  :param context:
@@ -1328,7 +1333,8 @@ class CLIP_OT_setup_tracking_scene:
1328
1333
  """
1329
1334
  ...
1330
1335
 
1331
- def createCollection(self, context, collection_name):
1336
+ @staticmethod
1337
+ def createCollection(context, collection_name):
1332
1338
  """
1333
1339
 
1334
1340
  :param context:
@@ -1464,7 +1470,8 @@ class CLIP_OT_setup_tracking_scene:
1464
1470
  """Returns the property from the path, raise an exception when not found."""
1465
1471
  ...
1466
1472
 
1467
- def poll(self, context):
1473
+ @classmethod
1474
+ def poll(cls, context):
1468
1475
  """
1469
1476
 
1470
1477
  :param context:
@@ -1678,7 +1685,8 @@ class CLIP_OT_track_settings_as_default:
1678
1685
  """Returns the property from the path, raise an exception when not found."""
1679
1686
  ...
1680
1687
 
1681
- def poll(self, context):
1688
+ @classmethod
1689
+ def poll(cls, context):
1682
1690
  """
1683
1691
 
1684
1692
  :param context:
@@ -1892,7 +1900,8 @@ class CLIP_OT_track_settings_to_track:
1892
1900
  """Returns the property from the path, raise an exception when not found."""
1893
1901
  ...
1894
1902
 
1895
- def poll(self, context):
1903
+ @classmethod
1904
+ def poll(cls, context):
1896
1905
  """
1897
1906
 
1898
1907
  :param context:
@@ -2106,7 +2115,8 @@ class CLIP_OT_track_to_empty:
2106
2115
  """Returns the property from the path, raise an exception when not found."""
2107
2116
  ...
2108
2117
 
2109
- def poll(self, context):
2118
+ @classmethod
2119
+ def poll(cls, context):
2110
2120
  """
2111
2121
 
2112
2122
  :param context:
@@ -73,7 +73,8 @@ class NODE_OT_connect_to_output(bl_operators.node_editor.node_functions.NodeEdit
73
73
  """
74
74
  ...
75
75
 
76
- def ensure_group_output(self, node_tree):
76
+ @staticmethod
77
+ def ensure_group_output(node_tree):
77
78
  """Check if a group output node exists, otherwise create it
78
79
 
79
80
  :param node_tree:
@@ -109,7 +110,8 @@ class NODE_OT_connect_to_output(bl_operators.node_editor.node_functions.NodeEdit
109
110
  """
110
111
  ...
111
112
 
112
- def get_output_sockets(self, node_tree):
113
+ @staticmethod
114
+ def get_output_sockets(node_tree):
113
115
  """
114
116
 
115
117
  :param node_tree:
@@ -251,7 +253,8 @@ class NODE_OT_connect_to_output(bl_operators.node_editor.node_functions.NodeEdit
251
253
  """Returns the property from the path, raise an exception when not found."""
252
254
  ...
253
255
 
254
- def poll(self, context):
256
+ @classmethod
257
+ def poll(cls, context):
255
258
  """Already implemented natively for compositing nodes.
256
259
 
257
260
  :param context:
@@ -281,7 +284,8 @@ class NODE_OT_connect_to_output(bl_operators.node_editor.node_functions.NodeEdit
281
284
  """Unset a property, will use default value afterward."""
282
285
  ...
283
286
 
284
- def remove_socket(self, tree, socket):
287
+ @staticmethod
288
+ def remove_socket(tree, socket):
285
289
  """
286
290
 
287
291
  :param tree:
@@ -289,7 +293,8 @@ class NODE_OT_connect_to_output(bl_operators.node_editor.node_functions.NodeEdit
289
293
  """
290
294
  ...
291
295
 
292
- def search_connected_viewer_sockets(self, output_node, r_sockets, index=None):
296
+ @classmethod
297
+ def search_connected_viewer_sockets(cls, output_node, r_sockets, index=None):
293
298
  """From an output node, recursively scan node tree for connected viewer sockets
294
299
 
295
300
  :param output_node:
@@ -298,7 +303,8 @@ class NODE_OT_connect_to_output(bl_operators.node_editor.node_functions.NodeEdit
298
303
  """
299
304
  ...
300
305
 
301
- def search_viewer_sockets_in_tree(self, tree, r_sockets):
306
+ @classmethod
307
+ def search_viewer_sockets_in_tree(cls, tree, r_sockets):
302
308
  """Recursively get all viewer sockets in a node tree
303
309
 
304
310
  :param tree:
@@ -173,7 +173,8 @@ class ConsoleAutocomplete:
173
173
  """Returns the property from the path, raise an exception when not found."""
174
174
  ...
175
175
 
176
- def poll(self, context):
176
+ @classmethod
177
+ def poll(cls, context):
177
178
  """
178
179
 
179
180
  :param context:
@@ -386,7 +387,8 @@ class ConsoleBanner:
386
387
  """Returns the property from the path, raise an exception when not found."""
387
388
  ...
388
389
 
389
- def poll(self, context):
390
+ @classmethod
391
+ def poll(cls, context):
390
392
  """
391
393
 
392
394
  :param context:
@@ -599,7 +601,8 @@ class ConsoleCopyAsScript:
599
601
  """Returns the property from the path, raise an exception when not found."""
600
602
  ...
601
603
 
602
- def poll(self, context):
604
+ @classmethod
605
+ def poll(cls, context):
603
606
  """
604
607
 
605
608
  :param context:
@@ -813,7 +816,8 @@ class ConsoleExec:
813
816
  """Returns the property from the path, raise an exception when not found."""
814
817
  ...
815
818
 
816
- def poll(self, context):
819
+ @classmethod
820
+ def poll(cls, context):
817
821
  """
818
822
 
819
823
  :param context:
@@ -1026,7 +1030,8 @@ class ConsoleLanguage:
1026
1030
  """Returns the property from the path, raise an exception when not found."""
1027
1031
  ...
1028
1032
 
1029
- def poll(self, context):
1033
+ @classmethod
1034
+ def poll(cls, context):
1030
1035
  """
1031
1036
 
1032
1037
  :param context:
@@ -174,7 +174,8 @@ class CONSTRAINT_OT_add_target:
174
174
  """Returns the property from the path, raise an exception when not found."""
175
175
  ...
176
176
 
177
- def poll(self, context):
177
+ @classmethod
178
+ def poll(cls, context):
178
179
  """
179
180
 
180
181
  :param context:
@@ -388,7 +389,8 @@ class CONSTRAINT_OT_disable_keep_transform:
388
389
  """Returns the property from the path, raise an exception when not found."""
389
390
  ...
390
391
 
391
- def poll(self, context):
392
+ @classmethod
393
+ def poll(cls, context):
392
394
  """
393
395
 
394
396
  :param context:
@@ -602,7 +604,8 @@ class CONSTRAINT_OT_normalize_target_weights:
602
604
  """Returns the property from the path, raise an exception when not found."""
603
605
  ...
604
606
 
605
- def poll(self, context):
607
+ @classmethod
608
+ def poll(cls, context):
606
609
  """
607
610
 
608
611
  :param context:
@@ -816,7 +819,8 @@ class CONSTRAINT_OT_remove_target:
816
819
  """Returns the property from the path, raise an exception when not found."""
817
820
  ...
818
821
 
819
- def poll(self, context):
822
+ @classmethod
823
+ def poll(cls, context):
820
824
  """
821
825
 
822
826
  :param context:
@@ -174,7 +174,8 @@ class SCENE_OT_freestyle_add_edge_marks_to_keying_set:
174
174
  """Returns the property from the path, raise an exception when not found."""
175
175
  ...
176
176
 
177
- def poll(self, context):
177
+ @classmethod
178
+ def poll(cls, context):
178
179
  """
179
180
 
180
181
  :param context:
@@ -388,7 +389,8 @@ class SCENE_OT_freestyle_add_face_marks_to_keying_set:
388
389
  """Returns the property from the path, raise an exception when not found."""
389
390
  ...
390
391
 
391
- def poll(self, context):
392
+ @classmethod
393
+ def poll(cls, context):
392
394
  """
393
395
 
394
396
  :param context:
@@ -602,7 +604,8 @@ class SCENE_OT_freestyle_fill_range_by_selection:
602
604
  """Returns the property from the path, raise an exception when not found."""
603
605
  ...
604
606
 
605
- def poll(self, context):
607
+ @classmethod
608
+ def poll(cls, context):
606
609
  """
607
610
 
608
611
  :param context:
@@ -824,7 +827,8 @@ class SCENE_OT_freestyle_module_open:
824
827
  """Returns the property from the path, raise an exception when not found."""
825
828
  ...
826
829
 
827
- def poll(self, context):
830
+ @classmethod
831
+ def poll(cls, context):
828
832
  """
829
833
 
830
834
  :param context:
@@ -182,7 +182,8 @@ class MoveModifierToNodes:
182
182
  """Returns the property from the path, raise an exception when not found."""
183
183
  ...
184
184
 
185
- def poll(self, context):
185
+ @classmethod
186
+ def poll(cls, context):
186
187
  """
187
188
 
188
189
  :param context:
@@ -396,7 +397,8 @@ class NewGeometryNodeGroupTool:
396
397
  """Returns the property from the path, raise an exception when not found."""
397
398
  ...
398
399
 
399
- def poll(self, context):
400
+ @classmethod
401
+ def poll(cls, context):
400
402
  """
401
403
 
402
404
  :param context:
@@ -610,7 +612,8 @@ class NewGeometryNodeTreeAssign:
610
612
  """Returns the property from the path, raise an exception when not found."""
611
613
  ...
612
614
 
613
- def poll(self, context):
615
+ @classmethod
616
+ def poll(cls, context):
614
617
  """
615
618
 
616
619
  :param context:
@@ -824,7 +827,8 @@ class NewGeometryNodesModifier:
824
827
  """Returns the property from the path, raise an exception when not found."""
825
828
  ...
826
829
 
827
- def poll(self, context):
830
+ @classmethod
831
+ def poll(cls, context):
828
832
  """
829
833
 
830
834
  :param context:
@@ -871,14 +875,16 @@ class NewGeometryNodesModifier:
871
875
  ...
872
876
 
873
877
  class ZoneOperator:
874
- def get_node(self, context):
878
+ @classmethod
879
+ def get_node(cls, context):
875
880
  """
876
881
 
877
882
  :param context:
878
883
  """
879
884
  ...
880
885
 
881
- def poll(self, context):
886
+ @classmethod
887
+ def poll(cls, context):
882
888
  """
883
889
 
884
890
  :param context:
@@ -374,7 +374,8 @@ class IMAGE_FH_drop_handler:
374
374
  """Returns the property from the path, raise an exception when not found."""
375
375
  ...
376
376
 
377
- def poll_drop(self, context):
377
+ @classmethod
378
+ def poll_drop(cls, context):
378
379
  """
379
380
 
380
381
  :param context:
@@ -582,7 +583,8 @@ class IMAGE_OT_open_images:
582
583
  """Returns the property from the path, raise an exception when not found."""
583
584
  ...
584
585
 
585
- def poll(self, context):
586
+ @classmethod
587
+ def poll(cls, context):
586
588
  """
587
589
 
588
590
  :param context:
@@ -206,7 +206,8 @@ class IMAGE_OT_convert_to_mesh_plane(TextureProperties_MixIn, MaterialProperties
206
206
  """Returns the property from the path, raise an exception when not found."""
207
207
  ...
208
208
 
209
- def poll(self, context):
209
+ @classmethod
210
+ def poll(cls, context):
210
211
  """
211
212
 
212
213
  :param context:
@@ -644,7 +645,7 @@ class TextureProperties_MixIn:
644
645
  """
645
646
  ...
646
647
 
647
- def apply_texture_options(texture, img_spec): ...
648
+ def apply_texture_options(self_, texture, img_spec): ...
648
649
  def auto_align_nodes(node_tree):
649
650
  """Given a shader node tree, arrange nodes neatly relative to the output node."""
650
651
 
@@ -665,8 +666,8 @@ def compute_camera_size(context, center, fill_mode, aspect):
665
666
 
666
667
  ...
667
668
 
668
- def create_cycles_material(context, img_spec, name): ...
669
- def create_cycles_texnode(node_tree, img_spec): ...
669
+ def create_cycles_material(self_, context, img_spec, name): ...
670
+ def create_cycles_texnode(self_, node_tree, img_spec): ...
670
671
  def find_image_sequences(files):
671
672
  """From a group of files, detect image sequences.This returns a generator of tuples, which contain the filename,
672
673
  start frame, and length of the detected sequence
@@ -182,7 +182,8 @@ class MeshMirrorUV:
182
182
  """Returns the property from the path, raise an exception when not found."""
183
183
  ...
184
184
 
185
- def poll(self, context):
185
+ @classmethod
186
+ def poll(cls, context):
186
187
  """
187
188
 
188
189
  :param context:
@@ -396,7 +397,8 @@ class MeshSelectNext:
396
397
  """Returns the property from the path, raise an exception when not found."""
397
398
  ...
398
399
 
399
- def poll(self, context):
400
+ @classmethod
401
+ def poll(cls, context):
400
402
  """
401
403
 
402
404
  :param context:
@@ -610,7 +612,8 @@ class MeshSelectPrev:
610
612
  """Returns the property from the path, raise an exception when not found."""
611
613
  ...
612
614
 
613
- def poll(self, context):
615
+ @classmethod
616
+ def poll(cls, context):
614
617
  """
615
618
 
616
619
  :param context:
@@ -159,7 +159,8 @@ class NODE_FH_image_node:
159
159
  """Returns the property from the path, raise an exception when not found."""
160
160
  ...
161
161
 
162
- def poll_drop(self, context):
162
+ @classmethod
163
+ def poll_drop(cls, context):
163
164
  """
164
165
 
165
166
  :param context:
@@ -249,7 +250,8 @@ class NODE_OT_add_node(NodeAddOperator):
249
250
  """
250
251
  ...
251
252
 
252
- def description(self, _context, properties):
253
+ @classmethod
254
+ def description(cls, _context, properties):
253
255
  """
254
256
 
255
257
  :param _context:
@@ -1116,7 +1118,8 @@ class NODE_OT_collapse_hide_unused_toggle:
1116
1118
  """Returns the property from the path, raise an exception when not found."""
1117
1119
  ...
1118
1120
 
1119
- def poll(self, context):
1121
+ @classmethod
1122
+ def poll(cls, context):
1120
1123
  """
1121
1124
 
1122
1125
  :param context:
@@ -1330,7 +1333,8 @@ class NODE_OT_interface_item_duplicate(NodeInterfaceOperator):
1330
1333
  """Returns the property from the path, raise an exception when not found."""
1331
1334
  ...
1332
1335
 
1333
- def poll(self, context):
1336
+ @classmethod
1337
+ def poll(cls, context):
1334
1338
  """
1335
1339
 
1336
1340
  :param context:
@@ -1439,7 +1443,8 @@ class NODE_OT_interface_item_new(NodeInterfaceOperator):
1439
1443
  """
1440
1444
  ...
1441
1445
 
1442
- def find_valid_socket_type(self, tree):
1446
+ @staticmethod
1447
+ def find_valid_socket_type(tree):
1443
1448
  """
1444
1449
 
1445
1450
  :param tree:
@@ -1979,7 +1984,8 @@ class NODE_OT_tree_path_parent:
1979
1984
  """Returns the property from the path, raise an exception when not found."""
1980
1985
  ...
1981
1986
 
1982
- def poll(self, context):
1987
+ @classmethod
1988
+ def poll(cls, context):
1983
1989
  """
1984
1990
 
1985
1991
  :param context:
@@ -2034,7 +2040,8 @@ class NodeAddOperator:
2034
2040
  """
2035
2041
  ...
2036
2042
 
2037
- def deselect_nodes(self, context):
2043
+ @staticmethod
2044
+ def deselect_nodes(context):
2038
2045
  """
2039
2046
 
2040
2047
  :param context:
@@ -2049,14 +2056,16 @@ class NodeAddOperator:
2049
2056
  """
2050
2057
  ...
2051
2058
 
2052
- def poll(self, context):
2059
+ @classmethod
2060
+ def poll(cls, context):
2053
2061
  """
2054
2062
 
2055
2063
  :param context:
2056
2064
  """
2057
2065
  ...
2058
2066
 
2059
- def store_mouse_cursor(self, context, event):
2067
+ @staticmethod
2068
+ def store_mouse_cursor(context, event):
2060
2069
  """
2061
2070
 
2062
2071
  :param context:
@@ -2065,7 +2074,8 @@ class NodeAddOperator:
2065
2074
  ...
2066
2075
 
2067
2076
  class NodeInterfaceOperator:
2068
- def poll(self, context):
2077
+ @classmethod
2078
+ def poll(cls, context):
2069
2079
  """
2070
2080
 
2071
2081
  :param context: